public class CloudResourceManager.Locations extends Object
Modifier and Type | Class and Description |
---|---|
class |
CloudResourceManager.Locations.EffectiveTagBindingCollections
The "effectiveTagBindingCollections" collection of methods.
|
class |
CloudResourceManager.Locations.TagBindingCollections
The "tagBindingCollections" collection of methods.
|
Constructor and Description |
---|
Locations() |
Modifier and Type | Method and Description |
---|---|
CloudResourceManager.Locations.EffectiveTagBindingCollections |
effectiveTagBindingCollections()
An accessor for creating requests from the EffectiveTagBindingCollections collection.
|
CloudResourceManager.Locations.TagBindingCollections |
tagBindingCollections()
An accessor for creating requests from the TagBindingCollections collection.
|
public CloudResourceManager.Locations.EffectiveTagBindingCollections effectiveTagBindingCollections()
The typical use is:
CloudResourceManager cloudresourcemanager = new CloudResourceManager(...);
CloudResourceManager.EffectiveTagBindingCollections.List request = cloudresourcemanager.effectiveTagBindingCollections().list(parameters ...)
public CloudResourceManager.Locations.TagBindingCollections tagBindingCollections()
The typical use is:
CloudResourceManager cloudresourcemanager = new CloudResourceManager(...);
CloudResourceManager.TagBindingCollections.List request = cloudresourcemanager.tagBindingCollections().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.