Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.WorkflowsResource.GetRequest

Gets details of a single workflow.

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

MethodName

Gets the method name.

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

Name

Required. Name of the workflow for which information should be retrieved. Format: projects/{project}/locations/{location}/workflows/{workflow}

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

RevisionId

Optional. The revision of the workflow to retrieve. If the revision_id is empty, the latest revision is retrieved. The format is "000001-a4d", where the first six characters define the zero-padded decimal revision number. They are followed by a hyphen and three hexadecimal characters.

Declaration
[RequestParameter("revisionId", RequestParameterType.Query)]
public virtual string RevisionId { get; set; }
Property Value
Type Description
string

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
WorkflowsBaseServiceRequest<Workflow>.InitParameters()

Implements

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