public interface OutputConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getBigqueryDestination()
public abstract 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;
| Type | Description |
| BigQueryDestination | The bigqueryDestination. |
getBigqueryDestinationOrBuilder()
public abstract 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;
| Type | Description |
| BigQueryDestinationOrBuilder |
getDestinationCase()
public abstract OutputConfig.DestinationCase getDestinationCase()| Type | Description |
| OutputConfig.DestinationCase |
getGcsDestination()
public abstract GcsDestination getGcsDestination()Destination on Cloud Storage.
.google.cloud.asset.v1.GcsDestination gcs_destination = 1;
| Type | Description |
| GcsDestination | The gcsDestination. |
getGcsDestinationOrBuilder()
public abstract GcsDestinationOrBuilder getGcsDestinationOrBuilder()Destination on Cloud Storage.
.google.cloud.asset.v1.GcsDestination gcs_destination = 1;
| Type | Description |
| GcsDestinationOrBuilder |
hasBigqueryDestination()
public abstract 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;
| Type | Description |
| boolean | Whether the bigqueryDestination field is set. |
hasGcsDestination()
public abstract boolean hasGcsDestination()Destination on Cloud Storage.
.google.cloud.asset.v1.GcsDestination gcs_destination = 1;
| Type | Description |
| boolean | Whether the gcsDestination field is set. |