- 0.52.0 (latest)
- 0.51.0
- 0.50.0
- 0.48.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.36.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.4
public static final class ListWorkflowInvocationsResponse.Builder extends GeneratedMessageV3.Builder<ListWorkflowInvocationsResponse.Builder> implements ListWorkflowInvocationsResponseOrBuilder
ListWorkflowInvocations
response message.
Protobuf type google.cloud.dataform.v1alpha2.ListWorkflowInvocationsResponse
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ListWorkflowInvocationsResponse.BuilderImplements
ListWorkflowInvocationsResponseOrBuilderStatic 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.v1alpha2.WorkflowInvocation workflow_invocations = 1;
Parameter | |
---|---|
Name | Description |
values |
Iterable<? extends com.google.cloud.dataform.v1alpha2.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 |
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.v1alpha2.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.v1alpha2.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.v1alpha2.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.v1alpha2.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.v1alpha2.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.v1alpha2.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 |
clearField(Descriptors.FieldDescriptor field)
public ListWorkflowInvocationsResponse.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ListWorkflowInvocationsResponse.Builder |
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 |
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.v1alpha2.WorkflowInvocation workflow_invocations = 1;
Returns | |
---|---|
Type | Description |
ListWorkflowInvocationsResponse.Builder |
clone()
public ListWorkflowInvocationsResponse.Builder clone()
Returns | |
---|---|
Type | Description |
ListWorkflowInvocationsResponse.Builder |
getDefaultInstanceForType()
public ListWorkflowInvocationsResponse getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ListWorkflowInvocationsResponse |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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.v1alpha2.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.v1alpha2.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.v1alpha2.WorkflowInvocation workflow_invocations = 1;
Returns | |
---|---|
Type | Description |
List<Builder> |
getWorkflowInvocationsCount()
public int getWorkflowInvocationsCount()
List of workflow invocations.
repeated .google.cloud.dataform.v1alpha2.WorkflowInvocation workflow_invocations = 1;
Returns | |
---|---|
Type | Description |
int |
getWorkflowInvocationsList()
public List<WorkflowInvocation> getWorkflowInvocationsList()
List of workflow invocations.
repeated .google.cloud.dataform.v1alpha2.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.v1alpha2.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.v1alpha2.WorkflowInvocation workflow_invocations = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.dataform.v1alpha2.WorkflowInvocationOrBuilder> |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
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 |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ListWorkflowInvocationsResponse.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ListWorkflowInvocationsResponse.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListWorkflowInvocationsResponse.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListWorkflowInvocationsResponse.Builder |
removeWorkflowInvocations(int index)
public ListWorkflowInvocationsResponse.Builder removeWorkflowInvocations(int index)
List of workflow invocations.
repeated .google.cloud.dataform.v1alpha2.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 |
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 |
setUnknownFields(UnknownFieldSet unknownFields)
public final ListWorkflowInvocationsResponse.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ListWorkflowInvocationsResponse.Builder |
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.v1alpha2.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.v1alpha2.WorkflowInvocation workflow_invocations = 1;
Parameters | |
---|---|
Name | Description |
index |
int |
builderForValue |
WorkflowInvocation.Builder |
Returns | |
---|---|
Type | Description |
ListWorkflowInvocationsResponse.Builder |