Uses of Class
flyteidl.admin.Common.Labels.Builder
-
Packages that use Common.Labels.Builder Package Description flyteidl.admin -
-
Uses of Common.Labels.Builder in flyteidl.admin
Fields in flyteidl.admin with type parameters of type Common.Labels.Builder Modifier and Type Field Description private com.google.protobuf.SingleFieldBuilderV3<Common.Labels,Common.Labels.Builder,Common.LabelsOrBuilder>ExecutionOuterClass.ExecutionSpec.Builder. labelsBuilder_private com.google.protobuf.SingleFieldBuilderV3<Common.Labels,Common.Labels.Builder,Common.LabelsOrBuilder>LaunchPlanOuterClass.LaunchPlanSpec.Builder. labelsBuilder_private com.google.protobuf.SingleFieldBuilderV3<Common.Labels,Common.Labels.Builder,Common.LabelsOrBuilder>MatchableResourceOuterClass.WorkflowExecutionConfig.Builder. labelsBuilder_private com.google.protobuf.SingleFieldBuilderV3<Common.Labels,Common.Labels.Builder,Common.LabelsOrBuilder>ProjectOuterClass.Project.Builder. labelsBuilder_Methods in flyteidl.admin that return Common.Labels.Builder Modifier and Type Method Description Common.Labels.BuilderCommon.Labels.Builder. addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Common.Labels.BuilderCommon.Labels.Builder. clear()Common.Labels.BuilderCommon.Labels.Builder. clearField(com.google.protobuf.Descriptors.FieldDescriptor field)Common.Labels.BuilderCommon.Labels.Builder. clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)Common.Labels.BuilderCommon.Labels.Builder. clearValues()Common.Labels.BuilderCommon.Labels.Builder. clone()Common.Labels.BuilderExecutionOuterClass.ExecutionSpec.Builder. getLabelsBuilder()Labels to apply to the execution resource.Common.Labels.BuilderLaunchPlanOuterClass.LaunchPlanSpec.Builder. getLabelsBuilder()Custom labels to be applied to the execution resource.Common.Labels.BuilderMatchableResourceOuterClass.WorkflowExecutionConfig.Builder. getLabelsBuilder()Custom labels to be applied to a triggered execution resource.Common.Labels.BuilderProjectOuterClass.Project.Builder. getLabelsBuilder()Leverage Labels from flyteidel.admin.common.proto to tag projects with ownership information.Common.Labels.BuilderCommon.Labels.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Common.Labels.BuilderCommon.Labels.Builder. mergeFrom(com.google.protobuf.Message other)Common.Labels.BuilderCommon.Labels.Builder. mergeFrom(Common.Labels other)Common.Labels.BuilderCommon.Labels.Builder. mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)static Common.Labels.BuilderCommon.Labels. newBuilder()static Common.Labels.BuilderCommon.Labels. newBuilder(Common.Labels prototype)Common.Labels.BuilderCommon.Labels. newBuilderForType()protected Common.Labels.BuilderCommon.Labels. newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)Common.Labels.BuilderCommon.Labels.Builder. putAllValues(Map<String,String> values)Map of custom labels to be applied to the execution resource.Common.Labels.BuilderCommon.Labels.Builder. putValues(String key, String value)Map of custom labels to be applied to the execution resource.Common.Labels.BuilderCommon.Labels.Builder. removeValues(String key)Map of custom labels to be applied to the execution resource.Common.Labels.BuilderCommon.Labels.Builder. setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)Common.Labels.BuilderCommon.Labels.Builder. setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)Common.Labels.BuilderCommon.Labels.Builder. setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)Common.Labels.BuilderCommon.Labels. toBuilder()Methods in flyteidl.admin that return types with arguments of type Common.Labels.Builder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilderV3<Common.Labels,Common.Labels.Builder,Common.LabelsOrBuilder>ExecutionOuterClass.ExecutionSpec.Builder. getLabelsFieldBuilder()Labels to apply to the execution resource.private com.google.protobuf.SingleFieldBuilderV3<Common.Labels,Common.Labels.Builder,Common.LabelsOrBuilder>LaunchPlanOuterClass.LaunchPlanSpec.Builder. getLabelsFieldBuilder()Custom labels to be applied to the execution resource.private com.google.protobuf.SingleFieldBuilderV3<Common.Labels,Common.Labels.Builder,Common.LabelsOrBuilder>MatchableResourceOuterClass.WorkflowExecutionConfig.Builder. getLabelsFieldBuilder()Custom labels to be applied to a triggered execution resource.private com.google.protobuf.SingleFieldBuilderV3<Common.Labels,Common.Labels.Builder,Common.LabelsOrBuilder>ProjectOuterClass.Project.Builder. getLabelsFieldBuilder()Leverage Labels from flyteidel.admin.common.proto to tag projects with ownership information.Methods in flyteidl.admin with parameters of type Common.Labels.Builder Modifier and Type Method Description ExecutionOuterClass.ExecutionSpec.BuilderExecutionOuterClass.ExecutionSpec.Builder. setLabels(Common.Labels.Builder builderForValue)Labels to apply to the execution resource.LaunchPlanOuterClass.LaunchPlanSpec.BuilderLaunchPlanOuterClass.LaunchPlanSpec.Builder. setLabels(Common.Labels.Builder builderForValue)Custom labels to be applied to the execution resource.MatchableResourceOuterClass.WorkflowExecutionConfig.BuilderMatchableResourceOuterClass.WorkflowExecutionConfig.Builder. setLabels(Common.Labels.Builder builderForValue)Custom labels to be applied to a triggered execution resource.ProjectOuterClass.Project.BuilderProjectOuterClass.Project.Builder. setLabels(Common.Labels.Builder builderForValue)Leverage Labels from flyteidel.admin.common.proto to tag projects with ownership information.
-