Interface OutputConfigOrBuilder (3.2.17)

public interface OutputConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationCase()

public abstract OutputConfig.DestinationCase getDestinationCase()
Returns
TypeDescription
OutputConfig.DestinationCase

getGcsDestination()

public abstract GcsDestination getGcsDestination()

Destination on Cloud Storage.

.google.cloud.asset.v1p2beta1.GcsDestination gcs_destination = 1;

Returns
TypeDescription
GcsDestination

The gcsDestination.

getGcsDestinationOrBuilder()

public abstract GcsDestinationOrBuilder getGcsDestinationOrBuilder()

Destination on Cloud Storage.

.google.cloud.asset.v1p2beta1.GcsDestination gcs_destination = 1;

Returns
TypeDescription
GcsDestinationOrBuilder

hasGcsDestination()

public abstract boolean hasGcsDestination()

Destination on Cloud Storage.

.google.cloud.asset.v1p2beta1.GcsDestination gcs_destination = 1;

Returns
TypeDescription
boolean

Whether the gcsDestination field is set.