get
public CloudResourceManager.Locations.EffectiveTagBindingCollections.Get get(String name)
throws IOException
Returns effective tag bindings on a GCP resource.
Create a request for the method "effectiveTagBindingCollections.get".
This request holds the parameters needed by the cloudresourcemanager server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
name - Required. The full name of the EffectiveTagBindingCollection in format:
`locations/{location}/effectiveTagBindingCollections/{encoded-full-resource-name}` where
the encoded-full-resource-name is the UTF-8 encoded name of the resource the TagBindings
are bound to. E.g. "locations/global/effectiveTagBindingCollections/%2f%2fcloudresourceman
ager.googleapis.com%2fprojects%2f123"
- Returns:
- the request
- Throws:
IOException