Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.StepEntriesResource.GetRequest

Gets a step entry.

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

MethodName

Gets the method name.

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

Name

Required. The name of the step entry to retrieve. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}/stepEntries/{step_entry}

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

View

Deprecated field.

Declaration
[RequestParameter("view", RequestParameterType.Query)]
public virtual ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.StepEntriesResource.GetRequest.ViewEnum? View { get; set; }
Property Value
Type Description
ProjectsResource.LocationsResource.WorkflowsResource.ExecutionsResource.StepEntriesResource.GetRequest.ViewEnum?

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
WorkflowExecutionsBaseServiceRequest<StepEntry>.InitParameters()

Implements

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