Package com.google.cloud.asset.v1p7beta1
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 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGcsDestination
boolean hasGcsDestination()
Destination on Cloud Storage.
.google.cloud.asset.v1p7beta1.GcsDestination gcs_destination = 1;
- Returns:
- Whether the gcsDestination field is set.
-
getGcsDestination
GcsDestination getGcsDestination()
Destination on Cloud Storage.
.google.cloud.asset.v1p7beta1.GcsDestination gcs_destination = 1;
- Returns:
- The gcsDestination.
-
getGcsDestinationOrBuilder
GcsDestinationOrBuilder getGcsDestinationOrBuilder()
Destination on Cloud Storage.
.google.cloud.asset.v1p7beta1.GcsDestination gcs_destination = 1;
-
hasBigqueryDestination
boolean hasBigqueryDestination()
Destination on BigQuery. The output table stores the fields in asset proto as columns in BigQuery.
.google.cloud.asset.v1p7beta1.BigQueryDestination bigquery_destination = 2;
- Returns:
- Whether the bigqueryDestination field is set.
-
getBigqueryDestination
BigQueryDestination getBigqueryDestination()
Destination on BigQuery. The output table stores the fields in asset proto as columns in BigQuery.
.google.cloud.asset.v1p7beta1.BigQueryDestination bigquery_destination = 2;
- Returns:
- The bigqueryDestination.
-
getBigqueryDestinationOrBuilder
BigQueryDestinationOrBuilder getBigqueryDestinationOrBuilder()
Destination on BigQuery. The output table stores the fields in asset proto as columns in BigQuery.
.google.cloud.asset.v1p7beta1.BigQueryDestination bigquery_destination = 2;
-
getDestinationCase
OutputConfig.DestinationCase getDestinationCase()
-
-