Interface OutputConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
OutputConfig
,OutputConfig.Builder
public interface OutputConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getBigqueryDataset()
Format is “projects/*/datasets/*”.com.google.protobuf.ByteString
getBigqueryDatasetBytes()
Format is “projects/*/datasets/*”.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getBigqueryDataset
String getBigqueryDataset()
Format is “projects/*/datasets/*”.
string bigquery_dataset = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The bigqueryDataset.
-
getBigqueryDatasetBytes
com.google.protobuf.ByteString getBigqueryDatasetBytes()
Format is “projects/*/datasets/*”.
string bigquery_dataset = 1 [(.google.api.resource_reference) = { ... }
- Returns:
- The bytes for bigqueryDataset.
-
-