Interface QueryInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
QueryInfo, QueryInfo.Builder

public interface QueryInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Query identifier
    com.google.protobuf.ByteString
    Query identifier
    Query name
    com.google.protobuf.ByteString
    Query name
    com.google.protobuf.Struct
    Query definition
    com.google.protobuf.StructOrBuilder
    Query definition
    boolean
    If true, everyone can use query, else this query is owned by the requesting user
    boolean
    Query identifier
    boolean
    Query name
    boolean
    Query definition
    boolean
    If true, everyone can use query, else this query is owned by the requesting user

    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

    • hasId

      boolean hasId()
       Query identifier
       
      optional string id = 1;
      Returns:
      Whether the id field is set.
    • getId

      String getId()
       Query identifier
       
      optional string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Query identifier
       
      optional string id = 1;
      Returns:
      The bytes for id.
    • hasName

      boolean hasName()
       Query name
       
      optional string name = 2;
      Returns:
      Whether the name field is set.
    • getName

      String getName()
       Query name
       
      optional string name = 2;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Query name
       
      optional string name = 2;
      Returns:
      The bytes for name.
    • hasShared

      boolean hasShared()
       If true, everyone can use query, else this
       query is owned by the requesting user  
       
      optional bool shared = 3;
      Returns:
      Whether the shared field is set.
    • getShared

      boolean getShared()
       If true, everyone can use query, else this
       query is owned by the requesting user  
       
      optional bool shared = 3;
      Returns:
      The shared.
    • hasQuery

      boolean hasQuery()
       Query definition
       
      optional .google.protobuf.Struct query = 4;
      Returns:
      Whether the query field is set.
    • getQuery

      com.google.protobuf.Struct getQuery()
       Query definition
       
      optional .google.protobuf.Struct query = 4;
      Returns:
      The query.
    • getQueryOrBuilder

      com.google.protobuf.StructOrBuilder getQueryOrBuilder()
       Query definition
       
      optional .google.protobuf.Struct query = 4;