Interface Listing.BigQueryDatasetSourceOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Listing.BigQueryDatasetSource
,Listing.BigQueryDatasetSource.Builder
- Enclosing class:
- Listing
public static interface Listing.BigQueryDatasetSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
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.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.
-
-