Common.Annotations.Builder |
Common.Annotations.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Common.Annotations.Builder |
Common.Annotations.Builder.clear() |
|
Common.Annotations.Builder |
Common.Annotations.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
|
Common.Annotations.Builder |
Common.Annotations.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
|
Common.Annotations.Builder |
Common.Annotations.Builder.clearValues() |
|
Common.Annotations.Builder |
Common.Annotations.Builder.clone() |
|
Common.Annotations.Builder |
ExecutionOuterClass.ExecutionSpec.Builder.getAnnotationsBuilder() |
Annotations to apply to the execution resource.
|
Common.Annotations.Builder |
LaunchPlanOuterClass.LaunchPlanSpec.Builder.getAnnotationsBuilder() |
Custom annotations to be applied to the execution resource.
|
Common.Annotations.Builder |
MatchableResourceOuterClass.WorkflowExecutionConfig.Builder.getAnnotationsBuilder() |
Custom annotations to be applied to a triggered execution resource.
|
Common.Annotations.Builder |
Common.Annotations.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Common.Annotations.Builder |
Common.Annotations.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Common.Annotations.Builder |
Common.Annotations.Builder.mergeFrom(Common.Annotations other) |
|
Common.Annotations.Builder |
Common.Annotations.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
static Common.Annotations.Builder |
Common.Annotations.newBuilder() |
|
static Common.Annotations.Builder |
Common.Annotations.newBuilder(Common.Annotations prototype) |
|
Common.Annotations.Builder |
Common.Annotations.newBuilderForType() |
|
protected Common.Annotations.Builder |
Common.Annotations.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
|
Common.Annotations.Builder |
Common.Annotations.Builder.putAllValues(Map<String,String> values) |
Map of custom annotations to be applied to the execution resource.
|
Common.Annotations.Builder |
Common.Annotations.Builder.putValues(String key,
String value) |
Map of custom annotations to be applied to the execution resource.
|
Common.Annotations.Builder |
Common.Annotations.Builder.removeValues(String key) |
Map of custom annotations to be applied to the execution resource.
|
Common.Annotations.Builder |
Common.Annotations.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
|
Common.Annotations.Builder |
Common.Annotations.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
|
Common.Annotations.Builder |
Common.Annotations.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
|
Common.Annotations.Builder |
Common.Annotations.toBuilder() |
|