Class LocationsResource.EffectiveTagBindingCollectionsResource.GetRequest
Returns effective tag bindings on a GCP resource.
Inheritance
LocationsResource.EffectiveTagBindingCollectionsResource.GetRequest
Inherited Members
Namespace: Google.Apis.CloudResourceManager.v3
Assembly: Google.Apis.CloudResourceManager.v3.dll
Syntax
public class LocationsResource.EffectiveTagBindingCollectionsResource.GetRequest : CloudResourceManagerBaseServiceRequest<EffectiveTagBindingCollection>, IClientServiceRequest<EffectiveTagBindingCollection>, IClientServiceRequest
Constructors
GetRequest(IClientService, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
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%2fcloudresourcemanager.googleapis.com%2fprojects%2f123"
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()