Class MlTraining.Container

java.lang.Object
com.google.protobuf.AbstractMessageLite<MlTraining.Container,MlTraining.Container.Builder>
com.google.protobuf.GeneratedMessageLite<MlTraining.Container,MlTraining.Container.Builder>
viam.app.mltraining.v1.MlTraining.Container
All Implemented Interfaces:
com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, MlTraining.ContainerOrBuilder
Enclosing class:
MlTraining

public static final class MlTraining.Container extends com.google.protobuf.GeneratedMessageLite<MlTraining.Container,MlTraining.Container.Builder> implements MlTraining.ContainerOrBuilder
Protobuf type viam.app.mltraining.v1.Container
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    Protobuf type viam.app.mltraining.v1.Container

    Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite

    com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,BuilderType>,BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,Type>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm

    Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

    com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     
    static final int
     

    Fields inherited from class com.google.protobuf.GeneratedMessageLite

    unknownFields

    Fields inherited from class com.google.protobuf.AbstractMessageLite

    memoizedHashCode
  • Method Summary

    Modifier and Type
    Method
    Description
    protected final Object
    dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
     
    com.google.protobuf.Timestamp
    .google.protobuf.Timestamp created_on = 7 [json_name = "createdOn"];
     
    will serve as display name
    com.google.protobuf.ByteString
    will serve as display name
    com.google.protobuf.Timestamp
    unset for custom containers
    unset for custom containers
    com.google.protobuf.ByteString
    unset for custom containers
    unique id of the container
    com.google.protobuf.ByteString
    unique id of the container
    custom container keys are derived from the Docker URI (image:tag)
    com.google.protobuf.ByteString
    custom container keys are derived from the Docker URI (image:tag)
    string organization_id = 6 [json_name = "organizationId"];
    com.google.protobuf.ByteString
    string organization_id = 6 [json_name = "organizationId"];
    string uri = 2 [json_name = "uri"];
    com.google.protobuf.ByteString
    string uri = 2 [json_name = "uri"];
    public or private
    int
    public or private
    boolean
    .google.protobuf.Timestamp created_on = 7 [json_name = "createdOn"];
    boolean
    unset for custom containers
     
     
     
    parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(byte[] data)
     
    parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(com.google.protobuf.ByteString data)
     
    parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    parseFrom(com.google.protobuf.CodedInputStream input)
     
    parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
     
    parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
     
    parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    static com.google.protobuf.Parser<MlTraining.Container>
     

    Methods inherited from class com.google.protobuf.GeneratedMessageLite

    createBuilder, createBuilder, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo

    Methods inherited from class com.google.protobuf.AbstractMessageLite

    addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Field Details

  • Method Details

    • getKey

      public String getKey()
       custom container keys are derived from the Docker URI (image:tag)
       
      string key = 1 [json_name = "key"];
      Specified by:
      getKey in interface MlTraining.ContainerOrBuilder
      Returns:
      The key.
    • getKeyBytes

      public com.google.protobuf.ByteString getKeyBytes()
       custom container keys are derived from the Docker URI (image:tag)
       
      string key = 1 [json_name = "key"];
      Specified by:
      getKeyBytes in interface MlTraining.ContainerOrBuilder
      Returns:
      The bytes for key.
    • getUri

      public String getUri()
      string uri = 2 [json_name = "uri"];
      Specified by:
      getUri in interface MlTraining.ContainerOrBuilder
      Returns:
      The uri.
    • getUriBytes

      public com.google.protobuf.ByteString getUriBytes()
      string uri = 2 [json_name = "uri"];
      Specified by:
      getUriBytes in interface MlTraining.ContainerOrBuilder
      Returns:
      The bytes for uri.
    • getFramework

      public String getFramework()
       unset for custom containers
       
      string framework = 3 [json_name = "framework"];
      Specified by:
      getFramework in interface MlTraining.ContainerOrBuilder
      Returns:
      The framework.
    • getFrameworkBytes

      public com.google.protobuf.ByteString getFrameworkBytes()
       unset for custom containers
       
      string framework = 3 [json_name = "framework"];
      Specified by:
      getFrameworkBytes in interface MlTraining.ContainerOrBuilder
      Returns:
      The bytes for framework.
    • getDescription

      public String getDescription()
       will serve as display name
       
      string description = 4 [json_name = "description"];
      Specified by:
      getDescription in interface MlTraining.ContainerOrBuilder
      Returns:
      The description.
    • getDescriptionBytes

      public com.google.protobuf.ByteString getDescriptionBytes()
       will serve as display name
       
      string description = 4 [json_name = "description"];
      Specified by:
      getDescriptionBytes in interface MlTraining.ContainerOrBuilder
      Returns:
      The bytes for description.
    • hasEol

      public boolean hasEol()
       unset for custom containers
       
      .google.protobuf.Timestamp eol = 5 [json_name = "eol"];
      Specified by:
      hasEol in interface MlTraining.ContainerOrBuilder
      Returns:
      Whether the eol field is set.
    • getEol

      public com.google.protobuf.Timestamp getEol()
       unset for custom containers
       
      .google.protobuf.Timestamp eol = 5 [json_name = "eol"];
      Specified by:
      getEol in interface MlTraining.ContainerOrBuilder
      Returns:
      The eol.
    • getOrganizationId

      public String getOrganizationId()
      string organization_id = 6 [json_name = "organizationId"];
      Specified by:
      getOrganizationId in interface MlTraining.ContainerOrBuilder
      Returns:
      The organizationId.
    • getOrganizationIdBytes

      public com.google.protobuf.ByteString getOrganizationIdBytes()
      string organization_id = 6 [json_name = "organizationId"];
      Specified by:
      getOrganizationIdBytes in interface MlTraining.ContainerOrBuilder
      Returns:
      The bytes for organizationId.
    • hasCreatedOn

      public boolean hasCreatedOn()
      .google.protobuf.Timestamp created_on = 7 [json_name = "createdOn"];
      Specified by:
      hasCreatedOn in interface MlTraining.ContainerOrBuilder
      Returns:
      Whether the createdOn field is set.
    • getCreatedOn

      public com.google.protobuf.Timestamp getCreatedOn()
      .google.protobuf.Timestamp created_on = 7 [json_name = "createdOn"];
      Specified by:
      getCreatedOn in interface MlTraining.ContainerOrBuilder
      Returns:
      The createdOn.
    • getId

      public String getId()
       unique id of the container
       
      string id = 8 [json_name = "id"];
      Specified by:
      getId in interface MlTraining.ContainerOrBuilder
      Returns:
      The id.
    • getIdBytes

      public com.google.protobuf.ByteString getIdBytes()
       unique id of the container
       
      string id = 8 [json_name = "id"];
      Specified by:
      getIdBytes in interface MlTraining.ContainerOrBuilder
      Returns:
      The bytes for id.
    • getVisibilityValue

      public int getVisibilityValue()
       public or private
       
      .viam.app.mltraining.v1.Visibility visibility = 9 [json_name = "visibility"];
      Specified by:
      getVisibilityValue in interface MlTraining.ContainerOrBuilder
      Returns:
      The enum numeric value on the wire for visibility.
    • getVisibility

      public MlTraining.Visibility getVisibility()
       public or private
       
      .viam.app.mltraining.v1.Visibility visibility = 9 [json_name = "visibility"];
      Specified by:
      getVisibility in interface MlTraining.ContainerOrBuilder
      Returns:
      The visibility.
    • parseFrom

      public static MlTraining.Container parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MlTraining.Container parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MlTraining.Container parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MlTraining.Container parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MlTraining.Container parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MlTraining.Container parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static MlTraining.Container parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static MlTraining.Container parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static MlTraining.Container parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static MlTraining.Container parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static MlTraining.Container parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static MlTraining.Container parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilder

      public static MlTraining.Container.Builder newBuilder()
    • newBuilder

      public static MlTraining.Container.Builder newBuilder(MlTraining.Container prototype)
    • dynamicMethod

      protected final Object dynamicMethod(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, Object arg0, Object arg1)
      Specified by:
      dynamicMethod in class com.google.protobuf.GeneratedMessageLite<MlTraining.Container,MlTraining.Container.Builder>
    • getDefaultInstance

      public static MlTraining.Container getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<MlTraining.Container> parser()