Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.KeysResource.GetKeyStringRequest

Get the key string for an API key. NOTE: Key is a global resource; hence the only supported value for location is global.

Inheritance
System.Object
Google.Apis.Requests.ClientServiceRequest
Google.Apis.Requests.ClientServiceRequest<V2GetKeyStringResponse>
ApiKeysServiceBaseServiceRequest<V2GetKeyStringResponse>
ProjectsResource.LocationsResource.KeysResource.GetKeyStringRequest
Implements
Google.Apis.Requests.IClientServiceRequest<V2GetKeyStringResponse>
Google.Apis.Requests.IClientServiceRequest
Inherited Members
ApiKeysServiceBaseServiceRequest<V2GetKeyStringResponse>.Xgafv
ApiKeysServiceBaseServiceRequest<V2GetKeyStringResponse>.AccessToken
ApiKeysServiceBaseServiceRequest<V2GetKeyStringResponse>.Alt
ApiKeysServiceBaseServiceRequest<V2GetKeyStringResponse>.Callback
ApiKeysServiceBaseServiceRequest<V2GetKeyStringResponse>.Fields
ApiKeysServiceBaseServiceRequest<V2GetKeyStringResponse>.Key
ApiKeysServiceBaseServiceRequest<V2GetKeyStringResponse>.OauthToken
ApiKeysServiceBaseServiceRequest<V2GetKeyStringResponse>.PrettyPrint
ApiKeysServiceBaseServiceRequest<V2GetKeyStringResponse>.QuotaUser
ApiKeysServiceBaseServiceRequest<V2GetKeyStringResponse>.UploadType
ApiKeysServiceBaseServiceRequest<V2GetKeyStringResponse>.UploadProtocol
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ApiKeysService.v2.Data.V2GetKeyStringResponse>.Execute()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ApiKeysService.v2.Data.V2GetKeyStringResponse>.ExecuteAsStream()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ApiKeysService.v2.Data.V2GetKeyStringResponse>.ExecuteAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ApiKeysService.v2.Data.V2GetKeyStringResponse>.ExecuteAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ApiKeysService.v2.Data.V2GetKeyStringResponse>.ExecuteAsStreamAsync()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ApiKeysService.v2.Data.V2GetKeyStringResponse>.ExecuteAsStreamAsync(System.Threading.CancellationToken)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ApiKeysService.v2.Data.V2GetKeyStringResponse>.CreateRequest(System.Nullable<System.Boolean>)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ApiKeysService.v2.Data.V2GetKeyStringResponse>.GenerateRequestUri()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ApiKeysService.v2.Data.V2GetKeyStringResponse>.GetBody()
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ApiKeysService.v2.Data.V2GetKeyStringResponse>.GetDefaultETagAction(System.String)
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ApiKeysService.v2.Data.V2GetKeyStringResponse>.ETagAction
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ApiKeysService.v2.Data.V2GetKeyStringResponse>.ModifyRequest
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ApiKeysService.v2.Data.V2GetKeyStringResponse>.ValidateParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ApiKeysService.v2.Data.V2GetKeyStringResponse>.RequestParameters
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ApiKeysService.v2.Data.V2GetKeyStringResponse>.Service
Google.Apis.Requests.ClientServiceRequest._unsuccessfulResponseHandlers
Google.Apis.Requests.ClientServiceRequest._exceptionHandlers
Google.Apis.Requests.ClientServiceRequest._executeInterceptors
Google.Apis.Requests.ClientServiceRequest.AddUnsuccessfulResponseHandler(Google.Apis.Http.IHttpUnsuccessfulResponseHandler)
Google.Apis.Requests.ClientServiceRequest.AddExceptionHandler(Google.Apis.Http.IHttpExceptionHandler)
Google.Apis.Requests.ClientServiceRequest.AddExecuteInterceptor(Google.Apis.Http.IHttpExecuteInterceptor)
Google.Apis.Requests.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.ApiKeysService.v2
Assembly: Google.Apis.ApiKeysService.v2.dll
Syntax
public class GetKeyStringRequest : ApiKeysServiceBaseServiceRequest<V2GetKeyStringResponse>, IClientServiceRequest<V2GetKeyStringResponse>, IClientServiceRequest

Constructors

GetKeyStringRequest(IClientService, String)

Constructs a new GetKeyString request.

Declaration
public GetKeyStringRequest(IClientService service, string name)
Parameters
Type Name Description
Google.Apis.Services.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.ApiKeysService.v2.Data.V2GetKeyStringResponse>.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.ApiKeysService.v2.Data.V2GetKeyStringResponse>.MethodName

Name

Required. The resource name of the API key to be retrieved.

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.ApiKeysService.v2.Data.V2GetKeyStringResponse>.RestPath

Methods

InitParameters()

Initializes GetKeyString parameter list.

Declaration
protected override void InitParameters()
Overrides
Google.Apis.ApiKeysService.v2.ApiKeysServiceBaseServiceRequest<Google.Apis.ApiKeysService.v2.Data.V2GetKeyStringResponse>.InitParameters()

Implements

Google.Apis.Requests.IClientServiceRequest<TResponse>
Google.Apis.Requests.IClientServiceRequest
In This Article
Back to top