Class GetWorkflowRequest.Builder (2.85.0)

public static final class GetWorkflowRequest.Builder extends GeneratedMessage.Builder<GetWorkflowRequest.Builder> implements GetWorkflowRequestOrBuilder

Request for the GetWorkflow method.

Protobuf type google.cloud.workflows.v1.GetWorkflowRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public GetWorkflowRequest build()
Returns
Type Description
GetWorkflowRequest

buildPartial()

public GetWorkflowRequest buildPartial()
Returns
Type Description
GetWorkflowRequest

clear()

public GetWorkflowRequest.Builder clear()
Returns
Type Description
GetWorkflowRequest.Builder
Overrides

clearName()

public GetWorkflowRequest.Builder clearName()

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

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
GetWorkflowRequest.Builder

This builder for chaining.

clearRevisionId()

public GetWorkflowRequest.Builder clearRevisionId()

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.

string revision_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
GetWorkflowRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetWorkflowRequest getDefaultInstanceForType()
Returns
Type Description
GetWorkflowRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getName()

public String getName()

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

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

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

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for name.

getRevisionId()

public String getRevisionId()

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.

string revision_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The revisionId.

getRevisionIdBytes()

public ByteString getRevisionIdBytes()

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.

string revision_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for revisionId.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetWorkflowRequest other)

public GetWorkflowRequest.Builder mergeFrom(GetWorkflowRequest other)
Parameter
Name Description
other GetWorkflowRequest
Returns
Type Description
GetWorkflowRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public GetWorkflowRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
GetWorkflowRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public GetWorkflowRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
GetWorkflowRequest.Builder
Overrides

setName(String value)

public GetWorkflowRequest.Builder setName(String value)

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

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetWorkflowRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetWorkflowRequest.Builder setNameBytes(ByteString value)

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

string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetWorkflowRequest.Builder

This builder for chaining.

setRevisionId(String value)

public GetWorkflowRequest.Builder setRevisionId(String value)

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.

string revision_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The revisionId to set.

Returns
Type Description
GetWorkflowRequest.Builder

This builder for chaining.

setRevisionIdBytes(ByteString value)

public GetWorkflowRequest.Builder setRevisionIdBytes(ByteString value)

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.

string revision_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for revisionId to set.

Returns
Type Description
GetWorkflowRequest.Builder

This builder for chaining.