public interface OutputConfigOrBuilder
extends com.google.protobuf.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, hasOneofboolean hasGcsDestination()
Destination on Cloud Storage.
.google.cloud.asset.v1p2beta1.GcsDestination gcs_destination = 1;GcsDestination getGcsDestination()
Destination on Cloud Storage.
.google.cloud.asset.v1p2beta1.GcsDestination gcs_destination = 1;GcsDestinationOrBuilder getGcsDestinationOrBuilder()
Destination on Cloud Storage.
.google.cloud.asset.v1p2beta1.GcsDestination gcs_destination = 1;boolean hasBigqueryDestination()
Destination on Bigquery. The output table stores the fields in asset proto as columns in BigQuery. The resource/iam_policy field is converted to a record with each field to a column, except metadata to a single JSON string.
.google.cloud.asset.v1p2beta1.BigQueryDestination bigquery_destination = 2;BigQueryDestination getBigqueryDestination()
Destination on Bigquery. The output table stores the fields in asset proto as columns in BigQuery. The resource/iam_policy field is converted to a record with each field to a column, except metadata to a single JSON string.
.google.cloud.asset.v1p2beta1.BigQueryDestination bigquery_destination = 2;BigQueryDestinationOrBuilder getBigqueryDestinationOrBuilder()
Destination on Bigquery. The output table stores the fields in asset proto as columns in BigQuery. The resource/iam_policy field is converted to a record with each field to a column, except metadata to a single JSON string.
.google.cloud.asset.v1p2beta1.BigQueryDestination bigquery_destination = 2;OutputConfig.DestinationCase getDestinationCase()
Copyright © 2020 Google LLC. All rights reserved.