Reference documentation and code samples for the Google Cloud App Hub V1 Client class GetDiscoveredWorkloadRequest.
Request for GetDiscoveredWorkload.
Generated from protobuf message google.cloud.apphub.v1.GetDiscoveredWorkloadRequest
Namespace
Google \ Cloud \ AppHub \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Fully qualified name of the Discovered Workload to fetch. Expected format: projects/{project}/locations/{location}/discoveredWorkloads/{discoveredWorkload}
.
getName
Required. Fully qualified name of the Discovered Workload to fetch.
Expected format: projects/{project}/locations/{location}/discoveredWorkloads/{discoveredWorkload}
.
string
setName
Required. Fully qualified name of the Discovered Workload to fetch.
Expected format: projects/{project}/locations/{location}/discoveredWorkloads/{discoveredWorkload}
.
var
string
$this
static::build
name
string
Required. Fully qualified name of the Discovered Workload to fetch.
Expected format: projects/{project}/locations/{location}/discoveredWorkloads/{discoveredWorkload}
. Please see AppHubClient::discoveredWorkloadName()
for help formatting this field.