Package inference

Interface GrpcPredictV2.ServerMetadataResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GrpcPredictV2.ServerMetadataResponse, GrpcPredictV2.ServerMetadataResponse.Builder
Enclosing class:
GrpcPredictV2

public static interface GrpcPredictV2.ServerMetadataResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getExtensions(int index)
    The extensions supported by the server.
    com.google.protobuf.ByteString
    getExtensionsBytes(int index)
    The extensions supported by the server.
    int
    The extensions supported by the server.
    The extensions supported by the server.
    The server name.
    com.google.protobuf.ByteString
    The server name.
    The server version.
    com.google.protobuf.ByteString
    The server version.

    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()
       The server name.
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       The server name.
       
      string name = 1;
      Returns:
      The bytes for name.
    • getVersion

      String getVersion()
       The server version.
       
      string version = 2;
      Returns:
      The version.
    • getVersionBytes

      com.google.protobuf.ByteString getVersionBytes()
       The server version.
       
      string version = 2;
      Returns:
      The bytes for version.
    • getExtensionsList

      List<String> getExtensionsList()
       The extensions supported by the server.
       
      repeated string extensions = 3;
      Returns:
      A list containing the extensions.
    • getExtensionsCount

      int getExtensionsCount()
       The extensions supported by the server.
       
      repeated string extensions = 3;
      Returns:
      The count of extensions.
    • getExtensions

      String getExtensions(int index)
       The extensions supported by the server.
       
      repeated string extensions = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The extensions at the given index.
    • getExtensionsBytes

      com.google.protobuf.ByteString getExtensionsBytes(int index)
       The extensions supported by the server.
       
      repeated string extensions = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the extensions at the given index.