Show / Hide Table of Contents

Class TagKeysResource.GetRequest

Retrieves a TagKey. This method will return PERMISSION_DENIED if the key does not exist or the user does not have permission to view it.

Inheritance
System.Object
ClientServiceRequest
ClientServiceRequest<TagKey>
CloudResourceManagerBaseServiceRequest<TagKey>
TagKeysResource.GetRequest
Implements
IClientServiceRequest<TagKey>
IClientServiceRequest
Inherited Members
CloudResourceManagerBaseServiceRequest<TagKey>.Xgafv
CloudResourceManagerBaseServiceRequest<TagKey>.AccessToken
CloudResourceManagerBaseServiceRequest<TagKey>.Alt
CloudResourceManagerBaseServiceRequest<TagKey>.Callback
CloudResourceManagerBaseServiceRequest<TagKey>.Fields
CloudResourceManagerBaseServiceRequest<TagKey>.Key
CloudResourceManagerBaseServiceRequest<TagKey>.OauthToken
CloudResourceManagerBaseServiceRequest<TagKey>.PrettyPrint
CloudResourceManagerBaseServiceRequest<TagKey>.QuotaUser
CloudResourceManagerBaseServiceRequest<TagKey>.UploadType
CloudResourceManagerBaseServiceRequest<TagKey>.UploadProtocol
ClientServiceRequest<TagKey>.Execute()
ClientServiceRequest<TagKey>.ExecuteAsStream()
ClientServiceRequest<TagKey>.ExecuteAsync()
ClientServiceRequest<TagKey>.ExecuteAsync(CancellationToken)
ClientServiceRequest<TagKey>.ExecuteAsStreamAsync()
ClientServiceRequest<TagKey>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<TagKey>.CreateRequest(Nullable<Boolean>)
ClientServiceRequest<TagKey>.GenerateRequestUri()
ClientServiceRequest<TagKey>.GetBody()
ClientServiceRequest<TagKey>.GetDefaultETagAction(String)
ClientServiceRequest<TagKey>.ETagAction
ClientServiceRequest<TagKey>.ModifyRequest
ClientServiceRequest<TagKey>.ValidateParameters
ClientServiceRequest<TagKey>.RequestParameters
ClientServiceRequest<TagKey>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudResourceManager.v3
Assembly: Google.Apis.CloudResourceManager.v3.dll
Syntax
public class GetRequest : CloudResourceManagerBaseServiceRequest<TagKey>, IClientServiceRequest<TagKey>, IClientServiceRequest

Constructors

GetRequest(IClientService, String)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
System.String name

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudResourceManager.v3.Data.TagKey>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudResourceManager.v3.Data.TagKey>.MethodName

Name

Required. A resource name in the format tagKeys/{id}, such as tagKeys/123.

Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
Type Description
System.String

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
System.String
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.CloudResourceManager.v3.Data.TagKey>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.CloudResourceManager.v3.CloudResourceManagerBaseServiceRequest<Google.Apis.CloudResourceManager.v3.Data.TagKey>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top