Interface ClientWireProtocol.FetchMetadataResponseOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
ClientWireProtocol.FetchMetadataResponse, ClientWireProtocol.FetchMetadataResponse.Builder
Enclosing class:
ClientWireProtocol

public static interface ClientWireProtocol.FetchMetadataResponseOrBuilder extends MessageOrBuilder
  • Method Details

    • hasResponse

      boolean hasResponse()
      .xg.cmdcomp.ConfirmationResponse response = 1;
      Returns:
      Whether the response field is set.
    • getResponse

      .xg.cmdcomp.ConfirmationResponse response = 1;
      Returns:
      The response.
    • getResponseOrBuilder

      .xg.cmdcomp.ConfirmationResponse response = 1;
    • getCols2PosCount

      int getCols2PosCount()
      map<string, sfixed32> cols2pos = 2;
    • containsCols2Pos

      boolean containsCols2Pos(String key)
      map<string, sfixed32> cols2pos = 2;
    • getCols2Pos

      @Deprecated Map<String,Integer> getCols2Pos()
      Deprecated.
      Use getCols2PosMap() instead.
    • getCols2PosMap

      Map<String,Integer> getCols2PosMap()
      map<string, sfixed32> cols2pos = 2;
    • getCols2PosOrDefault

      int getCols2PosOrDefault(String key, int defaultValue)
      map<string, sfixed32> cols2pos = 2;
    • getCols2PosOrThrow

      int getCols2PosOrThrow(String key)
      map<string, sfixed32> cols2pos = 2;
    • getCols2TypesCount

      int getCols2TypesCount()
      map<string, string> cols2Types = 3;
    • containsCols2Types

      boolean containsCols2Types(String key)
      map<string, string> cols2Types = 3;
    • getCols2Types

      @Deprecated Map<String,String> getCols2Types()
      Deprecated.
      Use getCols2TypesMap() instead.
    • getCols2TypesMap

      Map<String,String> getCols2TypesMap()
      map<string, string> cols2Types = 3;
    • getCols2TypesOrDefault

      String getCols2TypesOrDefault(String key, String defaultValue)
      map<string, string> cols2Types = 3;
    • getCols2TypesOrThrow

      String getCols2TypesOrThrow(String key)
      map<string, string> cols2Types = 3;