Reference documentation and code samples for the Google Cloud Capacity Planner V1beta Client class ResourceIdentifier.
The identifier for a Google Cloud Platform resource.
Generated from protobuf message google.cloud.capacityplanner.v1beta.ResourceIdentifier
Namespace
Google \ Cloud \ CapacityPlanner \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ service_name
string
↳ resource_name
string
↳ resource_attributes
array< ResourceAttribute
>
getServiceName
Generated from protobuf field string service_name = 1;
string
setServiceName
Generated from protobuf field string service_name = 1;
var
string
$this
getResourceName
Generated from protobuf field string resource_name = 2;
string
setResourceName
Generated from protobuf field string resource_name = 2;
var
string
$this
getResourceAttributes
Generated from protobuf field repeated .google.cloud.capacityplanner.v1beta.ResourceAttribute resource_attributes = 3;
setResourceAttributes
Generated from protobuf field repeated .google.cloud.capacityplanner.v1beta.ResourceAttribute resource_attributes = 3;
$this

