Interface TableReferenceProto.TableReferenceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDatasetId()
      The ID of the dataset in the above project.
      com.google.protobuf.ByteString getDatasetIdBytes()
      The ID of the dataset in the above project.
      String getProjectId()
      The assigned project ID of the project.
      com.google.protobuf.ByteString getProjectIdBytes()
      The assigned project ID of the project.
      String getTableId()
      The ID of the table in the above dataset.
      com.google.protobuf.ByteString getTableIdBytes()
      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 Detail

      • 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.