Interface BigQueryIODetailsOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDataset()
      Dataset accessed in the connection.
      com.google.protobuf.ByteString getDatasetBytes()
      Dataset accessed in the connection.
      String getProjectId()
      Project accessed in the connection.
      com.google.protobuf.ByteString getProjectIdBytes()
      Project accessed in the connection.
      String getQuery()
      Query used to access data in the connection.
      com.google.protobuf.ByteString getQueryBytes()
      Query used to access data in the connection.
      String getTable()
      Table accessed in the connection.
      com.google.protobuf.ByteString getTableBytes()
      Table accessed in the connection.
      • 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 Detail

      • getTable

        String getTable()
         Table accessed in the connection.
         
        string table = 1;
        Returns:
        The table.
      • getTableBytes

        com.google.protobuf.ByteString getTableBytes()
         Table accessed in the connection.
         
        string table = 1;
        Returns:
        The bytes for table.
      • getDataset

        String getDataset()
         Dataset accessed in the connection.
         
        string dataset = 2;
        Returns:
        The dataset.
      • getDatasetBytes

        com.google.protobuf.ByteString getDatasetBytes()
         Dataset accessed in the connection.
         
        string dataset = 2;
        Returns:
        The bytes for dataset.
      • getProjectId

        String getProjectId()
         Project accessed in the connection.
         
        string project_id = 3;
        Returns:
        The projectId.
      • getProjectIdBytes

        com.google.protobuf.ByteString getProjectIdBytes()
         Project accessed in the connection.
         
        string project_id = 3;
        Returns:
        The bytes for projectId.
      • getQuery

        String getQuery()
         Query used to access data in the connection.
         
        string query = 4;
        Returns:
        The query.
      • getQueryBytes

        com.google.protobuf.ByteString getQueryBytes()
         Query used to access data in the connection.
         
        string query = 4;
        Returns:
        The bytes for query.