public static final class ListExecutionsRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ListExecutionsRequest.Builder> implements ListExecutionsRequestOrBuilder
Request for the [ListExecutions][] method.Protobuf type
google.cloud.workflows.executions.v1.ListExecutionsRequest| Modifier and Type | Method and Description |
|---|---|
ListExecutionsRequest.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListExecutionsRequest |
build() |
ListExecutionsRequest |
buildPartial() |
ListExecutionsRequest.Builder |
clear() |
ListExecutionsRequest.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ListExecutionsRequest.Builder |
clearFilter()
Optional.
|
ListExecutionsRequest.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ListExecutionsRequest.Builder |
clearOrderBy()
Optional.
|
ListExecutionsRequest.Builder |
clearPageSize()
Maximum number of executions to return per call.
|
ListExecutionsRequest.Builder |
clearPageToken()
A page token, received from a previous `ListExecutions` call.
|
ListExecutionsRequest.Builder |
clearParent()
Required.
|
ListExecutionsRequest.Builder |
clearView()
Optional.
|
ListExecutionsRequest.Builder |
clone() |
ListExecutionsRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getFilter()
Optional.
|
com.google.protobuf.ByteString |
getFilterBytes()
Optional.
|
String |
getOrderBy()
Optional.
|
com.google.protobuf.ByteString |
getOrderByBytes()
Optional.
|
int |
getPageSize()
Maximum number of executions to return per call.
|
String |
getPageToken()
A page token, received from a previous `ListExecutions` call.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
A page token, received from a previous `ListExecutions` call.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
ExecutionView |
getView()
Optional.
|
int |
getViewValue()
Optional.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ListExecutionsRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ListExecutionsRequest.Builder |
mergeFrom(ListExecutionsRequest other) |
ListExecutionsRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
ListExecutionsRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ListExecutionsRequest.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ListExecutionsRequest.Builder |
setFilter(String value)
Optional.
|
ListExecutionsRequest.Builder |
setFilterBytes(com.google.protobuf.ByteString value)
Optional.
|
ListExecutionsRequest.Builder |
setOrderBy(String value)
Optional.
|
ListExecutionsRequest.Builder |
setOrderByBytes(com.google.protobuf.ByteString value)
Optional.
|
ListExecutionsRequest.Builder |
setPageSize(int value)
Maximum number of executions to return per call.
|
ListExecutionsRequest.Builder |
setPageToken(String value)
A page token, received from a previous `ListExecutions` call.
|
ListExecutionsRequest.Builder |
setPageTokenBytes(com.google.protobuf.ByteString value)
A page token, received from a previous `ListExecutions` call.
|
ListExecutionsRequest.Builder |
setParent(String value)
Required.
|
ListExecutionsRequest.Builder |
setParentBytes(com.google.protobuf.ByteString value)
Required.
|
ListExecutionsRequest.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ListExecutionsRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ListExecutionsRequest.Builder |
setView(ExecutionView value)
Optional.
|
ListExecutionsRequest.Builder |
setViewValue(int value)
Optional.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ListExecutionsRequest.Builder>public ListExecutionsRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ListExecutionsRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ListExecutionsRequest.Builder>public ListExecutionsRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ListExecutionsRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ListExecutionsRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ListExecutionsRequest.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ListExecutionsRequest.Builder>public ListExecutionsRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ListExecutionsRequest.Builder>public ListExecutionsRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ListExecutionsRequest.Builder>public ListExecutionsRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ListExecutionsRequest.Builder>public ListExecutionsRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListExecutionsRequest.Builder>public ListExecutionsRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ListExecutionsRequest.Builder>public ListExecutionsRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListExecutionsRequest.Builder>public ListExecutionsRequest.Builder mergeFrom(ListExecutionsRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ListExecutionsRequest.Builder>public ListExecutionsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ListExecutionsRequest.Builder>IOExceptionpublic String getParent()
Required. Name of the workflow for which the executions should be listed.
Format: projects/{project}/locations/{location}/workflows/{workflow}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParent in interface ListExecutionsRequestOrBuilderpublic com.google.protobuf.ByteString getParentBytes()
Required. Name of the workflow for which the executions should be listed.
Format: projects/{project}/locations/{location}/workflows/{workflow}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
getParentBytes in interface ListExecutionsRequestOrBuilderpublic ListExecutionsRequest.Builder setParent(String value)
Required. Name of the workflow for which the executions should be listed.
Format: projects/{project}/locations/{location}/workflows/{workflow}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The parent to set.public ListExecutionsRequest.Builder clearParent()
Required. Name of the workflow for which the executions should be listed.
Format: projects/{project}/locations/{location}/workflows/{workflow}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
public ListExecutionsRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
Required. Name of the workflow for which the executions should be listed.
Format: projects/{project}/locations/{location}/workflows/{workflow}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
value - The bytes for parent to set.public int getPageSize()
Maximum number of executions to return per call. Max supported value depends on the selected Execution view: it's 1000 for BASIC and 100 for FULL. The default value used if the field is not specified is 100, regardless of the selected view. Values greater than the max value will be coerced down to it.
int32 page_size = 2;getPageSize in interface ListExecutionsRequestOrBuilderpublic ListExecutionsRequest.Builder setPageSize(int value)
Maximum number of executions to return per call. Max supported value depends on the selected Execution view: it's 1000 for BASIC and 100 for FULL. The default value used if the field is not specified is 100, regardless of the selected view. Values greater than the max value will be coerced down to it.
int32 page_size = 2;value - The pageSize to set.public ListExecutionsRequest.Builder clearPageSize()
Maximum number of executions to return per call. Max supported value depends on the selected Execution view: it's 1000 for BASIC and 100 for FULL. The default value used if the field is not specified is 100, regardless of the selected view. Values greater than the max value will be coerced down to it.
int32 page_size = 2;public String getPageToken()
A page token, received from a previous `ListExecutions` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListExecutions` must match the call that provided the page token. Note that pagination is applied to dynamic data. The list of executions returned can change between page requests.
string page_token = 3;getPageToken in interface ListExecutionsRequestOrBuilderpublic com.google.protobuf.ByteString getPageTokenBytes()
A page token, received from a previous `ListExecutions` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListExecutions` must match the call that provided the page token. Note that pagination is applied to dynamic data. The list of executions returned can change between page requests.
string page_token = 3;getPageTokenBytes in interface ListExecutionsRequestOrBuilderpublic ListExecutionsRequest.Builder setPageToken(String value)
A page token, received from a previous `ListExecutions` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListExecutions` must match the call that provided the page token. Note that pagination is applied to dynamic data. The list of executions returned can change between page requests.
string page_token = 3;value - The pageToken to set.public ListExecutionsRequest.Builder clearPageToken()
A page token, received from a previous `ListExecutions` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListExecutions` must match the call that provided the page token. Note that pagination is applied to dynamic data. The list of executions returned can change between page requests.
string page_token = 3;public ListExecutionsRequest.Builder setPageTokenBytes(com.google.protobuf.ByteString value)
A page token, received from a previous `ListExecutions` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListExecutions` must match the call that provided the page token. Note that pagination is applied to dynamic data. The list of executions returned can change between page requests.
string page_token = 3;value - The bytes for pageToken to set.public int getViewValue()
Optional. A view defining which fields should be filled in the returned executions. The API will default to the BASIC view.
.google.cloud.workflows.executions.v1.ExecutionView view = 4 [(.google.api.field_behavior) = OPTIONAL];
getViewValue in interface ListExecutionsRequestOrBuilderpublic ListExecutionsRequest.Builder setViewValue(int value)
Optional. A view defining which fields should be filled in the returned executions. The API will default to the BASIC view.
.google.cloud.workflows.executions.v1.ExecutionView view = 4 [(.google.api.field_behavior) = OPTIONAL];
value - The enum numeric value on the wire for view to set.public ExecutionView getView()
Optional. A view defining which fields should be filled in the returned executions. The API will default to the BASIC view.
.google.cloud.workflows.executions.v1.ExecutionView view = 4 [(.google.api.field_behavior) = OPTIONAL];
getView in interface ListExecutionsRequestOrBuilderpublic ListExecutionsRequest.Builder setView(ExecutionView value)
Optional. A view defining which fields should be filled in the returned executions. The API will default to the BASIC view.
.google.cloud.workflows.executions.v1.ExecutionView view = 4 [(.google.api.field_behavior) = OPTIONAL];
value - The view to set.public ListExecutionsRequest.Builder clearView()
Optional. A view defining which fields should be filled in the returned executions. The API will default to the BASIC view.
.google.cloud.workflows.executions.v1.ExecutionView view = 4 [(.google.api.field_behavior) = OPTIONAL];
public String getFilter()
Optional. Filters applied to the [Executions.ListExecutions] results. The following fields are supported for filtering: executionID, state, startTime, endTime, duration, workflowRevisionID, stepName, and label.
string filter = 5 [(.google.api.field_behavior) = OPTIONAL];getFilter in interface ListExecutionsRequestOrBuilderpublic com.google.protobuf.ByteString getFilterBytes()
Optional. Filters applied to the [Executions.ListExecutions] results. The following fields are supported for filtering: executionID, state, startTime, endTime, duration, workflowRevisionID, stepName, and label.
string filter = 5 [(.google.api.field_behavior) = OPTIONAL];getFilterBytes in interface ListExecutionsRequestOrBuilderpublic ListExecutionsRequest.Builder setFilter(String value)
Optional. Filters applied to the [Executions.ListExecutions] results. The following fields are supported for filtering: executionID, state, startTime, endTime, duration, workflowRevisionID, stepName, and label.
string filter = 5 [(.google.api.field_behavior) = OPTIONAL];value - The filter to set.public ListExecutionsRequest.Builder clearFilter()
Optional. Filters applied to the [Executions.ListExecutions] results. The following fields are supported for filtering: executionID, state, startTime, endTime, duration, workflowRevisionID, stepName, and label.
string filter = 5 [(.google.api.field_behavior) = OPTIONAL];public ListExecutionsRequest.Builder setFilterBytes(com.google.protobuf.ByteString value)
Optional. Filters applied to the [Executions.ListExecutions] results. The following fields are supported for filtering: executionID, state, startTime, endTime, duration, workflowRevisionID, stepName, and label.
string filter = 5 [(.google.api.field_behavior) = OPTIONAL];value - The bytes for filter to set.public String getOrderBy()
Optional. The ordering applied to the [Executions.ListExecutions] results. By default the ordering is based on descending start time. The following fields are supported for order by: executionID, startTime, endTime, duration, state, and workflowRevisionID.
string order_by = 6 [(.google.api.field_behavior) = OPTIONAL];getOrderBy in interface ListExecutionsRequestOrBuilderpublic com.google.protobuf.ByteString getOrderByBytes()
Optional. The ordering applied to the [Executions.ListExecutions] results. By default the ordering is based on descending start time. The following fields are supported for order by: executionID, startTime, endTime, duration, state, and workflowRevisionID.
string order_by = 6 [(.google.api.field_behavior) = OPTIONAL];getOrderByBytes in interface ListExecutionsRequestOrBuilderpublic ListExecutionsRequest.Builder setOrderBy(String value)
Optional. The ordering applied to the [Executions.ListExecutions] results. By default the ordering is based on descending start time. The following fields are supported for order by: executionID, startTime, endTime, duration, state, and workflowRevisionID.
string order_by = 6 [(.google.api.field_behavior) = OPTIONAL];value - The orderBy to set.public ListExecutionsRequest.Builder clearOrderBy()
Optional. The ordering applied to the [Executions.ListExecutions] results. By default the ordering is based on descending start time. The following fields are supported for order by: executionID, startTime, endTime, duration, state, and workflowRevisionID.
string order_by = 6 [(.google.api.field_behavior) = OPTIONAL];public ListExecutionsRequest.Builder setOrderByBytes(com.google.protobuf.ByteString value)
Optional. The ordering applied to the [Executions.ListExecutions] results. By default the ordering is based on descending start time. The following fields are supported for order by: executionID, startTime, endTime, duration, state, and workflowRevisionID.
string order_by = 6 [(.google.api.field_behavior) = OPTIONAL];value - The bytes for orderBy to set.public final ListExecutionsRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListExecutionsRequest.Builder>public final ListExecutionsRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ListExecutionsRequest.Builder>Copyright © 2024 Google LLC. All rights reserved.