Interface AssembleDataResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AssembleDataResponse,AssembleDataResponse.Builder
@Generated
public interface AssembleDataResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDestination BigQuery table path containing the assembled data as a single column.com.google.protobuf.ByteStringDestination BigQuery table path containing the assembled data as a single column.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getBigqueryDestination
String getBigqueryDestination()Destination BigQuery table path containing the assembled data as a single column.
string bigquery_destination = 1;- Returns:
- The bigqueryDestination.
-
getBigqueryDestinationBytes
com.google.protobuf.ByteString getBigqueryDestinationBytes()Destination BigQuery table path containing the assembled data as a single column.
string bigquery_destination = 1;- Returns:
- The bytes for bigqueryDestination.
-