Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RepositoriesResource.WorkflowInvocationsResource.GetRequest

Fetches a single WorkflowInvocation.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<WorkflowInvocation>
DataformBaseServiceRequest<WorkflowInvocation>
ProjectsResource.LocationsResource.RepositoriesResource.WorkflowInvocationsResource.GetRequest
Implements
IClientServiceRequest<WorkflowInvocation>
IClientServiceRequest
Inherited Members
DataformBaseServiceRequest<WorkflowInvocation>.Xgafv
DataformBaseServiceRequest<WorkflowInvocation>.AccessToken
DataformBaseServiceRequest<WorkflowInvocation>.Alt
DataformBaseServiceRequest<WorkflowInvocation>.Callback
DataformBaseServiceRequest<WorkflowInvocation>.Fields
DataformBaseServiceRequest<WorkflowInvocation>.Key
DataformBaseServiceRequest<WorkflowInvocation>.OauthToken
DataformBaseServiceRequest<WorkflowInvocation>.PrettyPrint
DataformBaseServiceRequest<WorkflowInvocation>.QuotaUser
DataformBaseServiceRequest<WorkflowInvocation>.UploadType
DataformBaseServiceRequest<WorkflowInvocation>.UploadProtocol
ClientServiceRequest<WorkflowInvocation>.Execute()
ClientServiceRequest<WorkflowInvocation>.ExecuteAsStream()
ClientServiceRequest<WorkflowInvocation>.ExecuteAsync()
ClientServiceRequest<WorkflowInvocation>.ExecuteAsync(CancellationToken)
ClientServiceRequest<WorkflowInvocation>.ExecuteAsStreamAsync()
ClientServiceRequest<WorkflowInvocation>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<WorkflowInvocation>.CreateRequest(bool?)
ClientServiceRequest<WorkflowInvocation>.GenerateRequestUri()
ClientServiceRequest<WorkflowInvocation>.GetBody()
ClientServiceRequest<WorkflowInvocation>.GetDefaultETagAction(string)
ClientServiceRequest<WorkflowInvocation>.ETagAction
ClientServiceRequest<WorkflowInvocation>.ModifyRequest
ClientServiceRequest<WorkflowInvocation>.ValidateParameters
ClientServiceRequest<WorkflowInvocation>.ApiVersion
ClientServiceRequest<WorkflowInvocation>.RequestParameters
ClientServiceRequest<WorkflowInvocation>.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.Dataform.v1beta1
Assembly: Google.Apis.Dataform.v1beta1.dll
Syntax
public class ProjectsResource.LocationsResource.RepositoriesResource.WorkflowInvocationsResource.GetRequest : DataformBaseServiceRequest<WorkflowInvocation>, IClientServiceRequest<WorkflowInvocation>, 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<WorkflowInvocation>.HttpMethod

MethodName

Gets the method name.

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

Name

Required. The workflow invocation resource's name.

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<WorkflowInvocation>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
DataformBaseServiceRequest<WorkflowInvocation>.InitParameters()

Implements

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