- 2.83.0 (latest)
- 2.82.0
- 2.80.0
- 2.78.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.73.0
- 2.72.0
- 2.70.0
- 2.68.0
- 2.67.0
- 2.64.0
- 2.63.0
- 2.62.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.52.0
- 2.51.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.6
- 2.2.1
- 2.1.7
public static final class ListExecutionsResponse.Builder extends GeneratedMessage.Builder<ListExecutionsResponse.Builder> implements ListExecutionsResponseOrBuilderResponse for the ListExecutions method.
Protobuf type google.cloud.workflows.executions.v1.ListExecutionsResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > ListExecutionsResponse.BuilderImplements
ListExecutionsResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addAllExecutions(Iterable<? extends Execution> values)
public ListExecutionsResponse.Builder addAllExecutions(Iterable<? extends Execution> values)The executions which match the request.
repeated .google.cloud.workflows.executions.v1.Execution executions = 1;
| Parameter | |
|---|---|
| Name | Description |
values |
Iterable<? extends com.google.cloud.workflows.executions.v1.Execution> |
| Returns | |
|---|---|
| Type | Description |
ListExecutionsResponse.Builder |
|
addExecutions(Execution value)
public ListExecutionsResponse.Builder addExecutions(Execution value)The executions which match the request.
repeated .google.cloud.workflows.executions.v1.Execution executions = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
Execution |
| Returns | |
|---|---|
| Type | Description |
ListExecutionsResponse.Builder |
|
addExecutions(Execution.Builder builderForValue)
public ListExecutionsResponse.Builder addExecutions(Execution.Builder builderForValue)The executions which match the request.
repeated .google.cloud.workflows.executions.v1.Execution executions = 1;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Execution.Builder |
| Returns | |
|---|---|
| Type | Description |
ListExecutionsResponse.Builder |
|
addExecutions(int index, Execution value)
public ListExecutionsResponse.Builder addExecutions(int index, Execution value)The executions which match the request.
repeated .google.cloud.workflows.executions.v1.Execution executions = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Execution |
| Returns | |
|---|---|
| Type | Description |
ListExecutionsResponse.Builder |
|
addExecutions(int index, Execution.Builder builderForValue)
public ListExecutionsResponse.Builder addExecutions(int index, Execution.Builder builderForValue)The executions which match the request.
repeated .google.cloud.workflows.executions.v1.Execution executions = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Execution.Builder |
| Returns | |
|---|---|
| Type | Description |
ListExecutionsResponse.Builder |
|
addExecutionsBuilder()
public Execution.Builder addExecutionsBuilder()The executions which match the request.
repeated .google.cloud.workflows.executions.v1.Execution executions = 1;
| Returns | |
|---|---|
| Type | Description |
Execution.Builder |
|
addExecutionsBuilder(int index)
public Execution.Builder addExecutionsBuilder(int index)The executions which match the request.
repeated .google.cloud.workflows.executions.v1.Execution executions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Execution.Builder |
|
build()
public ListExecutionsResponse build()| Returns | |
|---|---|
| Type | Description |
ListExecutionsResponse |
|
buildPartial()
public ListExecutionsResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
ListExecutionsResponse |
|
clear()
public ListExecutionsResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
ListExecutionsResponse.Builder |
|
clearExecutions()
public ListExecutionsResponse.Builder clearExecutions()The executions which match the request.
repeated .google.cloud.workflows.executions.v1.Execution executions = 1;
| Returns | |
|---|---|
| Type | Description |
ListExecutionsResponse.Builder |
|
clearNextPageToken()
public ListExecutionsResponse.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 |
ListExecutionsResponse.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public ListExecutionsResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
ListExecutionsResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getExecutions(int index)
public Execution getExecutions(int index)The executions which match the request.
repeated .google.cloud.workflows.executions.v1.Execution executions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Execution |
|
getExecutionsBuilder(int index)
public Execution.Builder getExecutionsBuilder(int index)The executions which match the request.
repeated .google.cloud.workflows.executions.v1.Execution executions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
Execution.Builder |
|
getExecutionsBuilderList()
public List<Execution.Builder> getExecutionsBuilderList()The executions which match the request.
repeated .google.cloud.workflows.executions.v1.Execution executions = 1;
| Returns | |
|---|---|
| Type | Description |
List<Builder> |
|
getExecutionsCount()
public int getExecutionsCount()The executions which match the request.
repeated .google.cloud.workflows.executions.v1.Execution executions = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getExecutionsList()
public List<Execution> getExecutionsList()The executions which match the request.
repeated .google.cloud.workflows.executions.v1.Execution executions = 1;
| Returns | |
|---|---|
| Type | Description |
List<Execution> |
|
getExecutionsOrBuilder(int index)
public ExecutionOrBuilder getExecutionsOrBuilder(int index)The executions which match the request.
repeated .google.cloud.workflows.executions.v1.Execution executions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ExecutionOrBuilder |
|
getExecutionsOrBuilderList()
public List<? extends ExecutionOrBuilder> getExecutionsOrBuilderList()The executions which match the request.
repeated .google.cloud.workflows.executions.v1.Execution executions = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.workflows.executions.v1.ExecutionOrBuilder> |
|
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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(ListExecutionsResponse other)
public ListExecutionsResponse.Builder mergeFrom(ListExecutionsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListExecutionsResponse |
| Returns | |
|---|---|
| Type | Description |
ListExecutionsResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ListExecutionsResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
ListExecutionsResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public ListExecutionsResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
ListExecutionsResponse.Builder |
|
removeExecutions(int index)
public ListExecutionsResponse.Builder removeExecutions(int index)The executions which match the request.
repeated .google.cloud.workflows.executions.v1.Execution executions = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ListExecutionsResponse.Builder |
|
setExecutions(int index, Execution value)
public ListExecutionsResponse.Builder setExecutions(int index, Execution value)The executions which match the request.
repeated .google.cloud.workflows.executions.v1.Execution executions = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
value |
Execution |
| Returns | |
|---|---|
| Type | Description |
ListExecutionsResponse.Builder |
|
setExecutions(int index, Execution.Builder builderForValue)
public ListExecutionsResponse.Builder setExecutions(int index, Execution.Builder builderForValue)The executions which match the request.
repeated .google.cloud.workflows.executions.v1.Execution executions = 1;
| Parameters | |
|---|---|
| Name | Description |
index |
int |
builderForValue |
Execution.Builder |
| Returns | |
|---|---|
| Type | Description |
ListExecutionsResponse.Builder |
|
setNextPageToken(String value)
public ListExecutionsResponse.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 |
StringThe nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListExecutionsResponse.Builder |
This builder for chaining. |
setNextPageTokenBytes(ByteString value)
public ListExecutionsResponse.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 |
ByteStringThe bytes for nextPageToken to set. |
| Returns | |
|---|---|
| Type | Description |
ListExecutionsResponse.Builder |
This builder for chaining. |