Package inference

Interface GrpcService.RepositoryIndexResponse.ModelIndexOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GrpcService.RepositoryIndexResponse.ModelIndex, GrpcService.RepositoryIndexResponse.ModelIndex.Builder
Enclosing class:
GrpcService.RepositoryIndexResponse

public static interface GrpcService.RepositoryIndexResponse.ModelIndexOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    @@ @@ ..
    com.google.protobuf.ByteString
    @@ @@ ..
    @@ @@ ..
    com.google.protobuf.ByteString
    @@ @@ ..
    @@ @@ ..
    com.google.protobuf.ByteString
    @@ @@ ..
    @@ ..
    com.google.protobuf.ByteString
    @@ ..

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getName

      String getName()
      @@
      @@    .. cpp:var:: string name
      @@
      @@       The name of the model.
      @@
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      @@
      @@    .. cpp:var:: string name
      @@
      @@       The name of the model.
      @@
       
      string name = 1;
      Returns:
      The bytes for name.
    • getVersion

      String getVersion()
      @@    .. cpp:var:: string version
      @@
      @@       The version of the model.
      @@
       
      string version = 2;
      Returns:
      The version.
    • getVersionBytes

      com.google.protobuf.ByteString getVersionBytes()
      @@    .. cpp:var:: string version
      @@
      @@       The version of the model.
      @@
       
      string version = 2;
      Returns:
      The bytes for version.
    • getState

      String getState()
      @@
      @@    .. cpp:var:: string state
      @@
      @@       The state of the model.
      @@
       
      string state = 3;
      Returns:
      The state.
    • getStateBytes

      com.google.protobuf.ByteString getStateBytes()
      @@
      @@    .. cpp:var:: string state
      @@
      @@       The state of the model.
      @@
       
      string state = 3;
      Returns:
      The bytes for state.
    • getReason

      String getReason()
      @@
      @@    .. cpp:var:: string reason
      @@
      @@       The reason, if any, that the model is in the given state.
      @@
       
      string reason = 4;
      Returns:
      The reason.
    • getReasonBytes

      com.google.protobuf.ByteString getReasonBytes()
      @@
      @@    .. cpp:var:: string reason
      @@
      @@       The reason, if any, that the model is in the given state.
      @@
       
      string reason = 4;
      Returns:
      The bytes for reason.