Class V3Resource.FetchResourceSemanticsRequest
Returns the semantics associated with the specified resource.
Inheritance
V3Resource.FetchResourceSemanticsRequest
Inherited Members
Namespace: Google.Apis.CloudResourceManager.v3
Assembly: Google.Apis.CloudResourceManager.v3.dll
Syntax
public class V3Resource.FetchResourceSemanticsRequest : CloudResourceManagerBaseServiceRequest<FetchResourceSemanticsResponse>, IClientServiceRequest<FetchResourceSemanticsResponse>, IClientServiceRequest
Constructors
FetchResourceSemanticsRequest(IClientService)
Constructs a new FetchResourceSemantics request.
Declaration
public FetchResourceSemanticsRequest(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Properties
FullResourceName
Required. The full resource name of the GCP resource to retrieve semantics for. Examples: "//compute.googleapis.com/projects/123/zones/us-central1-a/instances/my-instance" "//storage.googleapis.com/projects/_/buckets/my_bucket"
Declaration
[RequestParameter("fullResourceName", RequestParameterType.Query)]
public virtual string FullResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes FetchResourceSemantics parameter list.
Declaration
protected override void InitParameters()