Uses of Class
flyteidl.admin.Common.Labels
-
Packages that use Common.Labels Package Description flyteidl.admin -
-
Uses of Common.Labels in flyteidl.admin
Methods in flyteidl.admin that return Common.Labels Modifier and Type Method Description Common.LabelsCommon.Labels.Builder. build()Common.LabelsCommon.Labels.Builder. buildPartial()static Common.LabelsCommon.Labels. getDefaultInstance()Common.LabelsCommon.Labels.Builder. getDefaultInstanceForType()Common.LabelsCommon.Labels. getDefaultInstanceForType()Common.LabelsExecutionOuterClass.ExecutionSpec.Builder. getLabels()Labels to apply to the execution resource.Common.LabelsExecutionOuterClass.ExecutionSpec. getLabels()Labels to apply to the execution resource.Common.LabelsExecutionOuterClass.ExecutionSpecOrBuilder. getLabels()Labels to apply to the execution resource.Common.LabelsLaunchPlanOuterClass.LaunchPlanSpec.Builder. getLabels()Custom labels to be applied to the execution resource.Common.LabelsLaunchPlanOuterClass.LaunchPlanSpec. getLabels()Custom labels to be applied to the execution resource.Common.LabelsLaunchPlanOuterClass.LaunchPlanSpecOrBuilder. getLabels()Custom labels to be applied to the execution resource.Common.LabelsProjectOuterClass.Project.Builder. getLabels()Leverage Labels from flyteidel.admin.common.proto to tag projects with ownership information.Common.LabelsProjectOuterClass.Project. getLabels()Leverage Labels from flyteidel.admin.common.proto to tag projects with ownership information.Common.LabelsProjectOuterClass.ProjectOrBuilder. getLabels()Leverage Labels from flyteidel.admin.common.proto to tag projects with ownership information.static Common.LabelsCommon.Labels. parseDelimitedFrom(java.io.InputStream input)static Common.LabelsCommon.Labels. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.LabelsCommon.Labels. parseFrom(byte[] data)static Common.LabelsCommon.Labels. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.LabelsCommon.Labels. parseFrom(com.google.protobuf.ByteString data)static Common.LabelsCommon.Labels. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.LabelsCommon.Labels. parseFrom(com.google.protobuf.CodedInputStream input)static Common.LabelsCommon.Labels. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.LabelsCommon.Labels. parseFrom(java.io.InputStream input)static Common.LabelsCommon.Labels. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Common.LabelsCommon.Labels. parseFrom(java.nio.ByteBuffer data)static Common.LabelsCommon.Labels. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in flyteidl.admin that return types with arguments of type Common.Labels Modifier and Type Method Description com.google.protobuf.Parser<Common.Labels>Common.Labels. getParserForType()static com.google.protobuf.Parser<Common.Labels>Common.Labels. parser()Methods in flyteidl.admin with parameters of type Common.Labels Modifier and Type Method Description Common.Labels.BuilderCommon.Labels.Builder. mergeFrom(Common.Labels other)ExecutionOuterClass.ExecutionSpec.BuilderExecutionOuterClass.ExecutionSpec.Builder. mergeLabels(Common.Labels value)Labels to apply to the execution resource.LaunchPlanOuterClass.LaunchPlanSpec.BuilderLaunchPlanOuterClass.LaunchPlanSpec.Builder. mergeLabels(Common.Labels value)Custom labels to be applied to the execution resource.ProjectOuterClass.Project.BuilderProjectOuterClass.Project.Builder. mergeLabels(Common.Labels value)Leverage Labels from flyteidel.admin.common.proto to tag projects with ownership information.static Common.Labels.BuilderCommon.Labels. newBuilder(Common.Labels prototype)ExecutionOuterClass.ExecutionSpec.BuilderExecutionOuterClass.ExecutionSpec.Builder. setLabels(Common.Labels value)Labels to apply to the execution resource.LaunchPlanOuterClass.LaunchPlanSpec.BuilderLaunchPlanOuterClass.LaunchPlanSpec.Builder. setLabels(Common.Labels value)Custom labels to be applied to the execution resource.ProjectOuterClass.Project.BuilderProjectOuterClass.Project.Builder. setLabels(Common.Labels value)Leverage Labels from flyteidel.admin.common.proto to tag projects with ownership information.
-