Class GetWorkflowRequest.Builder (2.42.0)

public static final class GetWorkflowRequest.Builder extends GeneratedMessageV3.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

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public GetWorkflowRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
GetWorkflowRequest.Builder
Overrides

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

clearField(Descriptors.FieldDescriptor field)

public GetWorkflowRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
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.

clearOneof(Descriptors.OneofDescriptor oneof)

public GetWorkflowRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
GetWorkflowRequest.Builder
Overrides

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.

clone()

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

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 GeneratedMessageV3.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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final GetWorkflowRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GetWorkflowRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public GetWorkflowRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
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.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public GetWorkflowRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
GetWorkflowRequest.Builder
Overrides

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.

setUnknownFields(UnknownFieldSet unknownFields)

public final GetWorkflowRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
GetWorkflowRequest.Builder
Overrides