Interface Listing.BigQueryDatasetSourceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getDataset()
      Resource name of the dataset source for this listing.
      com.google.protobuf.ByteString getDatasetBytes()
      Resource name of the dataset source for this listing.
      • 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

      • getDataset

        String getDataset()
         Resource name of the dataset source for this listing.
         e.g. `projects/myproject/datasets/123`
         
        string dataset = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        The dataset.
      • getDatasetBytes

        com.google.protobuf.ByteString getDatasetBytes()
         Resource name of the dataset source for this listing.
         e.g. `projects/myproject/datasets/123`
         
        string dataset = 1 [(.google.api.resource_reference) = { ... }
        Returns:
        The bytes for dataset.