public interface OutputConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
BigQueryDestination |
getBigqueryDestination()
Destination on BigQuery.
|
BigQueryDestinationOrBuilder |
getBigqueryDestinationOrBuilder()
Destination on BigQuery.
|
OutputConfig.DestinationCase |
getDestinationCase() |
GcsDestination |
getGcsDestination()
Destination on Cloud Storage.
|
GcsDestinationOrBuilder |
getGcsDestinationOrBuilder()
Destination on Cloud Storage.
|
boolean |
hasBigqueryDestination()
Destination on BigQuery.
|
boolean |
hasGcsDestination()
Destination on Cloud Storage.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasGcsDestination()
Destination on Cloud Storage.
.google.cloud.asset.v1.GcsDestination gcs_destination = 1;
GcsDestination getGcsDestination()
Destination on Cloud Storage.
.google.cloud.asset.v1.GcsDestination gcs_destination = 1;
GcsDestinationOrBuilder getGcsDestinationOrBuilder()
Destination on Cloud Storage.
.google.cloud.asset.v1.GcsDestination gcs_destination = 1;
boolean hasBigqueryDestination()
Destination on BigQuery. The output table stores the fields in asset Protobuf as columns in BigQuery.
.google.cloud.asset.v1.BigQueryDestination bigquery_destination = 2;
BigQueryDestination getBigqueryDestination()
Destination on BigQuery. The output table stores the fields in asset Protobuf as columns in BigQuery.
.google.cloud.asset.v1.BigQueryDestination bigquery_destination = 2;
BigQueryDestinationOrBuilder getBigqueryDestinationOrBuilder()
Destination on BigQuery. The output table stores the fields in asset Protobuf as columns in BigQuery.
.google.cloud.asset.v1.BigQueryDestination bigquery_destination = 2;
OutputConfig.DestinationCase getDestinationCase()
Copyright © 2022 Google LLC. All rights reserved.