Interface Data.UpdateSavedQueryRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
Data.UpdateSavedQueryRequest, Data.UpdateSavedQueryRequest.Builder
Enclosing class:
Data

public static interface Data.UpdateSavedQueryRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string id = 1 [json_name = "id"];
    com.google.protobuf.ByteString
    string id = 1 [json_name = "id"];
    com.google.protobuf.ByteString
    getMqlBinary(int index)
    repeated bytes mql_binary = 3 [json_name = "mqlBinary"];
    int
    repeated bytes mql_binary = 3 [json_name = "mqlBinary"];
    List<com.google.protobuf.ByteString>
    repeated bytes mql_binary = 3 [json_name = "mqlBinary"];
    string name = 2 [json_name = "name"];
    com.google.protobuf.ByteString
    string name = 2 [json_name = "name"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getId

      String getId()
      string id = 1 [json_name = "id"];
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
      string id = 1 [json_name = "id"];
      Returns:
      The bytes for id.
    • getName

      String getName()
      string name = 2 [json_name = "name"];
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
      string name = 2 [json_name = "name"];
      Returns:
      The bytes for name.
    • getMqlBinaryList

      List<com.google.protobuf.ByteString> getMqlBinaryList()
      repeated bytes mql_binary = 3 [json_name = "mqlBinary"];
      Returns:
      A list containing the mqlBinary.
    • getMqlBinaryCount

      int getMqlBinaryCount()
      repeated bytes mql_binary = 3 [json_name = "mqlBinary"];
      Returns:
      The count of mqlBinary.
    • getMqlBinary

      com.google.protobuf.ByteString getMqlBinary(int index)
      repeated bytes mql_binary = 3 [json_name = "mqlBinary"];
      Parameters:
      index - The index of the element to return.
      Returns:
      The mqlBinary at the given index.