Interface TableReferenceProto.TableReferenceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TableReferenceProto.TableReference, TableReferenceProto.TableReference.Builder
Enclosing class:
TableReferenceProto

public static interface TableReferenceProto.TableReferenceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The ID of the dataset in the above project.
    com.google.protobuf.ByteString
    The ID of the dataset in the above project.
    The assigned project ID of the project.
    com.google.protobuf.ByteString
    The assigned project ID of the project.
    The ID of the table in the above dataset.
    com.google.protobuf.ByteString
    The ID of the table in the above dataset.

    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

    • getProjectId

      String getProjectId()
       The assigned project ID of the project.
       
      string project_id = 1;
      Returns:
      The projectId.
    • getProjectIdBytes

      com.google.protobuf.ByteString getProjectIdBytes()
       The assigned project ID of the project.
       
      string project_id = 1;
      Returns:
      The bytes for projectId.
    • getDatasetId

      String getDatasetId()
       The ID of the dataset in the above project.
       
      string dataset_id = 2;
      Returns:
      The datasetId.
    • getDatasetIdBytes

      com.google.protobuf.ByteString getDatasetIdBytes()
       The ID of the dataset in the above project.
       
      string dataset_id = 2;
      Returns:
      The bytes for datasetId.
    • getTableId

      String getTableId()
       The ID of the table in the above dataset.
       
      string table_id = 3;
      Returns:
      The tableId.
    • getTableIdBytes

      com.google.protobuf.ByteString getTableIdBytes()
       The ID of the table in the above dataset.
       
      string table_id = 3;
      Returns:
      The bytes for tableId.