Google Cloud Assured Workloads V1beta1 Client - Class GetWorkloadRequest (0.8.3)

Reference documentation and code samples for the Google Cloud Assured Workloads V1beta1 Client class GetWorkloadRequest.

Request for fetching a workload.

Generated from protobuf message google.cloud.assuredworkloads.v1beta1.GetWorkloadRequest

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The resource name of the Workload to fetch. This is the workloads's relative path in the API, formatted as "organizations/{organization_id}/locations/{location_id}/workloads/{workload_id}". For example, "organizations/123/locations/us-east1/workloads/assured-workload-1".

getName

Required. The resource name of the Workload to fetch. This is the workloads's relative path in the API, formatted as "organizations/{organization_id}/locations/{location_id}/workloads/{workload_id}".

For example, "organizations/123/locations/us-east1/workloads/assured-workload-1".

Returns
TypeDescription
string

setName

Required. The resource name of the Workload to fetch. This is the workloads's relative path in the API, formatted as "organizations/{organization_id}/locations/{location_id}/workloads/{workload_id}".

For example, "organizations/123/locations/us-east1/workloads/assured-workload-1".

Parameter
NameDescription
var string
Returns
TypeDescription
$this