Interface MlTraining.ContainerOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
MlTraining.Container, MlTraining.Container.Builder
Enclosing class:
MlTraining

public static interface MlTraining.ContainerOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string description = 4 [json_name = "description"];
    com.google.protobuf.ByteString
    string description = 4 [json_name = "description"];
    com.google.protobuf.Timestamp
    .google.protobuf.Timestamp eol = 5 [json_name = "eol"];
    string framework = 3 [json_name = "framework"];
    com.google.protobuf.ByteString
    string framework = 3 [json_name = "framework"];
    string key = 1 [json_name = "key"];
    com.google.protobuf.ByteString
    string key = 1 [json_name = "key"];
    string uri = 2 [json_name = "uri"];
    com.google.protobuf.ByteString
    string uri = 2 [json_name = "uri"];
    boolean
    .google.protobuf.Timestamp eol = 5 [json_name = "eol"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getKey

      String getKey()
      string key = 1 [json_name = "key"];
      Returns:
      The key.
    • getKeyBytes

      com.google.protobuf.ByteString getKeyBytes()
      string key = 1 [json_name = "key"];
      Returns:
      The bytes for key.
    • getUri

      String getUri()
      string uri = 2 [json_name = "uri"];
      Returns:
      The uri.
    • getUriBytes

      com.google.protobuf.ByteString getUriBytes()
      string uri = 2 [json_name = "uri"];
      Returns:
      The bytes for uri.
    • getFramework

      String getFramework()
      string framework = 3 [json_name = "framework"];
      Returns:
      The framework.
    • getFrameworkBytes

      com.google.protobuf.ByteString getFrameworkBytes()
      string framework = 3 [json_name = "framework"];
      Returns:
      The bytes for framework.
    • getDescription

      String getDescription()
      string description = 4 [json_name = "description"];
      Returns:
      The description.
    • getDescriptionBytes

      com.google.protobuf.ByteString getDescriptionBytes()
      string description = 4 [json_name = "description"];
      Returns:
      The bytes for description.
    • hasEol

      boolean hasEol()
      .google.protobuf.Timestamp eol = 5 [json_name = "eol"];
      Returns:
      Whether the eol field is set.
    • getEol

      com.google.protobuf.Timestamp getEol()
      .google.protobuf.Timestamp eol = 5 [json_name = "eol"];
      Returns:
      The eol.