Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.OperationsResource.GetRequest

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ApigatewayOperation>
ApigatewayBaseServiceRequest<ApigatewayOperation>
ProjectsResource.LocationsResource.OperationsResource.GetRequest
Implements
IClientServiceRequest<ApigatewayOperation>
IClientServiceRequest
Inherited Members
ApigatewayBaseServiceRequest<ApigatewayOperation>.Xgafv
ApigatewayBaseServiceRequest<ApigatewayOperation>.AccessToken
ApigatewayBaseServiceRequest<ApigatewayOperation>.Alt
ApigatewayBaseServiceRequest<ApigatewayOperation>.Callback
ApigatewayBaseServiceRequest<ApigatewayOperation>.Fields
ApigatewayBaseServiceRequest<ApigatewayOperation>.Key
ApigatewayBaseServiceRequest<ApigatewayOperation>.OauthToken
ApigatewayBaseServiceRequest<ApigatewayOperation>.PrettyPrint
ApigatewayBaseServiceRequest<ApigatewayOperation>.QuotaUser
ApigatewayBaseServiceRequest<ApigatewayOperation>.UploadType
ApigatewayBaseServiceRequest<ApigatewayOperation>.UploadProtocol
ClientServiceRequest<ApigatewayOperation>.Execute()
ClientServiceRequest<ApigatewayOperation>.ExecuteAsStream()
ClientServiceRequest<ApigatewayOperation>.ExecuteAsync()
ClientServiceRequest<ApigatewayOperation>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ApigatewayOperation>.ExecuteAsStreamAsync()
ClientServiceRequest<ApigatewayOperation>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ApigatewayOperation>.CreateRequest(bool?)
ClientServiceRequest<ApigatewayOperation>.GenerateRequestUri()
ClientServiceRequest<ApigatewayOperation>.GetBody()
ClientServiceRequest<ApigatewayOperation>.GetDefaultETagAction(string)
ClientServiceRequest<ApigatewayOperation>.ETagAction
ClientServiceRequest<ApigatewayOperation>.ModifyRequest
ClientServiceRequest<ApigatewayOperation>.ValidateParameters
ClientServiceRequest<ApigatewayOperation>.ApiVersion
ClientServiceRequest<ApigatewayOperation>.RequestParameters
ClientServiceRequest<ApigatewayOperation>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Apigateway.v1beta
Assembly: Google.Apis.Apigateway.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.OperationsResource.GetRequest : ApigatewayBaseServiceRequest<ApigatewayOperation>, IClientServiceRequest<ApigatewayOperation>, 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
ClientServiceRequest<ApigatewayOperation>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ApigatewayOperation>.MethodName

Name

The name of the operation resource.

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
ClientServiceRequest<ApigatewayOperation>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
ApigatewayBaseServiceRequest<ApigatewayOperation>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX