Interface ClientWireProtocol.FetchMetadataResponseOrBuilder

    • Method Detail

      • hasResponse

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

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

        boolean containsCols2Pos​(String key)
        map<string, sfixed32> cols2pos = 2;
      • 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;
      • 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;