Class ListWorkflowInvocationsResponse.Builder (0.42.0)

public static final class ListWorkflowInvocationsResponse.Builder extends GeneratedMessageV3.Builder<ListWorkflowInvocationsResponse.Builder> implements ListWorkflowInvocationsResponseOrBuilder

ListWorkflowInvocations response message.

Protobuf type google.cloud.dataform.v1beta1.ListWorkflowInvocationsResponse

Static Methods

getDescriptor()

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

Methods

addAllUnreachable(Iterable<String> values)

public ListWorkflowInvocationsResponse.Builder addAllUnreachable(Iterable<String> values)

Locations which could not be reached.

repeated string unreachable = 3;

Parameter
Name Description
values Iterable<String>

The unreachable to add.

Returns
Type Description
ListWorkflowInvocationsResponse.Builder

This builder for chaining.

addAllWorkflowInvocations(Iterable<? extends WorkflowInvocation> values)

public ListWorkflowInvocationsResponse.Builder addAllWorkflowInvocations(Iterable<? extends WorkflowInvocation> values)

List of workflow invocations.

repeated .google.cloud.dataform.v1beta1.WorkflowInvocation workflow_invocations = 1;

Parameter
Name Description
values Iterable<? extends com.google.cloud.dataform.v1beta1.WorkflowInvocation>
Returns
Type Description
ListWorkflowInvocationsResponse.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

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

addUnreachable(String value)

public ListWorkflowInvocationsResponse.Builder addUnreachable(String value)

Locations which could not be reached.

repeated string unreachable = 3;

Parameter
Name Description
value String

The unreachable to add.

Returns
Type Description
ListWorkflowInvocationsResponse.Builder

This builder for chaining.

addUnreachableBytes(ByteString value)

public ListWorkflowInvocationsResponse.Builder addUnreachableBytes(ByteString value)

Locations which could not be reached.

repeated string unreachable = 3;

Parameter
Name Description
value ByteString

The bytes of the unreachable to add.

Returns
Type Description
ListWorkflowInvocationsResponse.Builder

This builder for chaining.

addWorkflowInvocations(WorkflowInvocation value)

public ListWorkflowInvocationsResponse.Builder addWorkflowInvocations(WorkflowInvocation value)

List of workflow invocations.

repeated .google.cloud.dataform.v1beta1.WorkflowInvocation workflow_invocations = 1;

Parameter
Name Description
value WorkflowInvocation
Returns
Type Description
ListWorkflowInvocationsResponse.Builder

addWorkflowInvocations(WorkflowInvocation.Builder builderForValue)

public ListWorkflowInvocationsResponse.Builder addWorkflowInvocations(WorkflowInvocation.Builder builderForValue)

List of workflow invocations.

repeated .google.cloud.dataform.v1beta1.WorkflowInvocation workflow_invocations = 1;

Parameter
Name Description
builderForValue WorkflowInvocation.Builder
Returns
Type Description
ListWorkflowInvocationsResponse.Builder

addWorkflowInvocations(int index, WorkflowInvocation value)

public ListWorkflowInvocationsResponse.Builder addWorkflowInvocations(int index, WorkflowInvocation value)

List of workflow invocations.

repeated .google.cloud.dataform.v1beta1.WorkflowInvocation workflow_invocations = 1;

Parameters
Name Description
index int
value WorkflowInvocation
Returns
Type Description
ListWorkflowInvocationsResponse.Builder

addWorkflowInvocations(int index, WorkflowInvocation.Builder builderForValue)

public ListWorkflowInvocationsResponse.Builder addWorkflowInvocations(int index, WorkflowInvocation.Builder builderForValue)

List of workflow invocations.

repeated .google.cloud.dataform.v1beta1.WorkflowInvocation workflow_invocations = 1;

Parameters
Name Description
index int
builderForValue WorkflowInvocation.Builder
Returns
Type Description
ListWorkflowInvocationsResponse.Builder

addWorkflowInvocationsBuilder()

public WorkflowInvocation.Builder addWorkflowInvocationsBuilder()

List of workflow invocations.

repeated .google.cloud.dataform.v1beta1.WorkflowInvocation workflow_invocations = 1;

Returns
Type Description
WorkflowInvocation.Builder

addWorkflowInvocationsBuilder(int index)

public WorkflowInvocation.Builder addWorkflowInvocationsBuilder(int index)

List of workflow invocations.

repeated .google.cloud.dataform.v1beta1.WorkflowInvocation workflow_invocations = 1;

Parameter
Name Description
index int
Returns
Type Description
WorkflowInvocation.Builder

build()

public ListWorkflowInvocationsResponse build()
Returns
Type Description
ListWorkflowInvocationsResponse

buildPartial()

public ListWorkflowInvocationsResponse buildPartial()
Returns
Type Description
ListWorkflowInvocationsResponse

clear()

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

clearField(Descriptors.FieldDescriptor field)

public ListWorkflowInvocationsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
ListWorkflowInvocationsResponse.Builder
Overrides

clearNextPageToken()

public ListWorkflowInvocationsResponse.Builder clearNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ListWorkflowInvocationsResponse.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

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

clearUnreachable()

public ListWorkflowInvocationsResponse.Builder clearUnreachable()

Locations which could not be reached.

repeated string unreachable = 3;

Returns
Type Description
ListWorkflowInvocationsResponse.Builder

This builder for chaining.

clearWorkflowInvocations()

public ListWorkflowInvocationsResponse.Builder clearWorkflowInvocations()

List of workflow invocations.

repeated .google.cloud.dataform.v1beta1.WorkflowInvocation workflow_invocations = 1;

Returns
Type Description
ListWorkflowInvocationsResponse.Builder

clone()

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

getDefaultInstanceForType()

public ListWorkflowInvocationsResponse getDefaultInstanceForType()
Returns
Type Description
ListWorkflowInvocationsResponse

getDescriptorForType()

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

getNextPageToken()

public String getNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public ByteString getNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getUnreachable(int index)

public String getUnreachable(int index)

Locations which could not be reached.

repeated string unreachable = 3;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The unreachable at the given index.

getUnreachableBytes(int index)

public ByteString getUnreachableBytes(int index)

Locations which could not be reached.

repeated string unreachable = 3;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the unreachable at the given index.

getUnreachableCount()

public int getUnreachableCount()

Locations which could not be reached.

repeated string unreachable = 3;

Returns
Type Description
int

The count of unreachable.

getUnreachableList()

public ProtocolStringList getUnreachableList()

Locations which could not be reached.

repeated string unreachable = 3;

Returns
Type Description
ProtocolStringList

A list containing the unreachable.

getWorkflowInvocations(int index)

public WorkflowInvocation getWorkflowInvocations(int index)

List of workflow invocations.

repeated .google.cloud.dataform.v1beta1.WorkflowInvocation workflow_invocations = 1;

Parameter
Name Description
index int
Returns
Type Description
WorkflowInvocation

getWorkflowInvocationsBuilder(int index)

public WorkflowInvocation.Builder getWorkflowInvocationsBuilder(int index)

List of workflow invocations.

repeated .google.cloud.dataform.v1beta1.WorkflowInvocation workflow_invocations = 1;

Parameter
Name Description
index int
Returns
Type Description
WorkflowInvocation.Builder

getWorkflowInvocationsBuilderList()

public List<WorkflowInvocation.Builder> getWorkflowInvocationsBuilderList()

List of workflow invocations.

repeated .google.cloud.dataform.v1beta1.WorkflowInvocation workflow_invocations = 1;

Returns
Type Description
List<Builder>

getWorkflowInvocationsCount()

public int getWorkflowInvocationsCount()

List of workflow invocations.

repeated .google.cloud.dataform.v1beta1.WorkflowInvocation workflow_invocations = 1;

Returns
Type Description
int

getWorkflowInvocationsList()

public List<WorkflowInvocation> getWorkflowInvocationsList()

List of workflow invocations.

repeated .google.cloud.dataform.v1beta1.WorkflowInvocation workflow_invocations = 1;

Returns
Type Description
List<WorkflowInvocation>

getWorkflowInvocationsOrBuilder(int index)

public WorkflowInvocationOrBuilder getWorkflowInvocationsOrBuilder(int index)

List of workflow invocations.

repeated .google.cloud.dataform.v1beta1.WorkflowInvocation workflow_invocations = 1;

Parameter
Name Description
index int
Returns
Type Description
WorkflowInvocationOrBuilder

getWorkflowInvocationsOrBuilderList()

public List<? extends WorkflowInvocationOrBuilder> getWorkflowInvocationsOrBuilderList()

List of workflow invocations.

repeated .google.cloud.dataform.v1beta1.WorkflowInvocation workflow_invocations = 1;

Returns
Type Description
List<? extends com.google.cloud.dataform.v1beta1.WorkflowInvocationOrBuilder>

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(ListWorkflowInvocationsResponse other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

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

removeWorkflowInvocations(int index)

public ListWorkflowInvocationsResponse.Builder removeWorkflowInvocations(int index)

List of workflow invocations.

repeated .google.cloud.dataform.v1beta1.WorkflowInvocation workflow_invocations = 1;

Parameter
Name Description
index int
Returns
Type Description
ListWorkflowInvocationsResponse.Builder

setField(Descriptors.FieldDescriptor field, Object value)

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

setNextPageToken(String value)

public ListWorkflowInvocationsResponse.Builder setNextPageToken(String value)

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Parameter
Name Description
value String

The nextPageToken to set.

Returns
Type Description
ListWorkflowInvocationsResponse.Builder

This builder for chaining.

setNextPageTokenBytes(ByteString value)

public ListWorkflowInvocationsResponse.Builder setNextPageTokenBytes(ByteString value)

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Parameter
Name Description
value ByteString

The bytes for nextPageToken to set.

Returns
Type Description
ListWorkflowInvocationsResponse.Builder

This builder for chaining.

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

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

setUnknownFields(UnknownFieldSet unknownFields)

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

setUnreachable(int index, String value)

public ListWorkflowInvocationsResponse.Builder setUnreachable(int index, String value)

Locations which could not be reached.

repeated string unreachable = 3;

Parameters
Name Description
index int

The index to set the value at.

value String

The unreachable to set.

Returns
Type Description
ListWorkflowInvocationsResponse.Builder

This builder for chaining.

setWorkflowInvocations(int index, WorkflowInvocation value)

public ListWorkflowInvocationsResponse.Builder setWorkflowInvocations(int index, WorkflowInvocation value)

List of workflow invocations.

repeated .google.cloud.dataform.v1beta1.WorkflowInvocation workflow_invocations = 1;

Parameters
Name Description
index int
value WorkflowInvocation
Returns
Type Description
ListWorkflowInvocationsResponse.Builder

setWorkflowInvocations(int index, WorkflowInvocation.Builder builderForValue)

public ListWorkflowInvocationsResponse.Builder setWorkflowInvocations(int index, WorkflowInvocation.Builder builderForValue)

List of workflow invocations.

repeated .google.cloud.dataform.v1beta1.WorkflowInvocation workflow_invocations = 1;

Parameters
Name Description
index int
builderForValue WorkflowInvocation.Builder
Returns
Type Description
ListWorkflowInvocationsResponse.Builder