ExecutionOuterClass.ExecutionList.Builder |
ExecutionOuterClass.ExecutionList.Builder.addAllExecutions(Iterable<? extends ExecutionOuterClass.Execution> values) |
repeated .flyteidl.admin.Execution executions = 1;
|
ExecutionOuterClass.ExecutionList.Builder |
ExecutionOuterClass.ExecutionList.Builder.addExecutions(int index,
ExecutionOuterClass.Execution value) |
repeated .flyteidl.admin.Execution executions = 1;
|
ExecutionOuterClass.ExecutionList.Builder |
ExecutionOuterClass.ExecutionList.Builder.addExecutions(int index,
ExecutionOuterClass.Execution.Builder builderForValue) |
repeated .flyteidl.admin.Execution executions = 1;
|
ExecutionOuterClass.ExecutionList.Builder |
ExecutionOuterClass.ExecutionList.Builder.addExecutions(ExecutionOuterClass.Execution value) |
repeated .flyteidl.admin.Execution executions = 1;
|
ExecutionOuterClass.ExecutionList.Builder |
ExecutionOuterClass.ExecutionList.Builder.addExecutions(ExecutionOuterClass.Execution.Builder builderForValue) |
repeated .flyteidl.admin.Execution executions = 1;
|
ExecutionOuterClass.ExecutionList.Builder |
ExecutionOuterClass.ExecutionList.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ExecutionOuterClass.ExecutionList.Builder |
ExecutionOuterClass.ExecutionList.Builder.clear() |
|
ExecutionOuterClass.ExecutionList.Builder |
ExecutionOuterClass.ExecutionList.Builder.clearExecutions() |
repeated .flyteidl.admin.Execution executions = 1;
|
ExecutionOuterClass.ExecutionList.Builder |
ExecutionOuterClass.ExecutionList.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
ExecutionOuterClass.ExecutionList.Builder |
ExecutionOuterClass.ExecutionList.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
ExecutionOuterClass.ExecutionList.Builder |
ExecutionOuterClass.ExecutionList.Builder.clearToken() |
In the case of multiple pages of results, the server-provided token can be used to fetch the next page
in a query.
|
ExecutionOuterClass.ExecutionList.Builder |
ExecutionOuterClass.ExecutionList.Builder.clone() |
|
ExecutionOuterClass.ExecutionList.Builder |
ExecutionOuterClass.ExecutionList.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
ExecutionOuterClass.ExecutionList.Builder |
ExecutionOuterClass.ExecutionList.Builder.mergeFrom(com.google.protobuf.Message other) |
|
ExecutionOuterClass.ExecutionList.Builder |
ExecutionOuterClass.ExecutionList.Builder.mergeFrom(ExecutionOuterClass.ExecutionList other) |
|
ExecutionOuterClass.ExecutionList.Builder |
ExecutionOuterClass.ExecutionList.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static ExecutionOuterClass.ExecutionList.Builder |
ExecutionOuterClass.ExecutionList.newBuilder() |
|
static ExecutionOuterClass.ExecutionList.Builder |
ExecutionOuterClass.ExecutionList.newBuilder(ExecutionOuterClass.ExecutionList prototype) |
|
ExecutionOuterClass.ExecutionList.Builder |
ExecutionOuterClass.ExecutionList.newBuilderForType() |
|
protected ExecutionOuterClass.ExecutionList.Builder |
ExecutionOuterClass.ExecutionList.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
ExecutionOuterClass.ExecutionList.Builder |
ExecutionOuterClass.ExecutionList.Builder.removeExecutions(int index) |
repeated .flyteidl.admin.Execution executions = 1;
|
ExecutionOuterClass.ExecutionList.Builder |
ExecutionOuterClass.ExecutionList.Builder.setExecutions(int index,
ExecutionOuterClass.Execution value) |
repeated .flyteidl.admin.Execution executions = 1;
|
ExecutionOuterClass.ExecutionList.Builder |
ExecutionOuterClass.ExecutionList.Builder.setExecutions(int index,
ExecutionOuterClass.Execution.Builder builderForValue) |
repeated .flyteidl.admin.Execution executions = 1;
|
ExecutionOuterClass.ExecutionList.Builder |
ExecutionOuterClass.ExecutionList.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
ExecutionOuterClass.ExecutionList.Builder |
ExecutionOuterClass.ExecutionList.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
ExecutionOuterClass.ExecutionList.Builder |
ExecutionOuterClass.ExecutionList.Builder.setToken(String value) |
In the case of multiple pages of results, the server-provided token can be used to fetch the next page
in a query.
|
ExecutionOuterClass.ExecutionList.Builder |
ExecutionOuterClass.ExecutionList.Builder.setTokenBytes(com.google.protobuf.ByteString value) |
In the case of multiple pages of results, the server-provided token can be used to fetch the next page
in a query.
|
ExecutionOuterClass.ExecutionList.Builder |
ExecutionOuterClass.ExecutionList.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
ExecutionOuterClass.ExecutionList.Builder |
ExecutionOuterClass.ExecutionList.toBuilder() |
|