Interface OutputConfigOrBuilder (2.45.0)

public interface OutputConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinationCase()

public abstract OutputConfig.DestinationCase getDestinationCase()
Returns
Type Description
OutputConfig.DestinationCase

getGcsDestination()

public abstract GcsDestination getGcsDestination()

Google Cloud Storage destination for output content.

.google.cloud.redis.v1.GcsDestination gcs_destination = 1;

Returns
Type Description
GcsDestination

The gcsDestination.

getGcsDestinationOrBuilder()

public abstract GcsDestinationOrBuilder getGcsDestinationOrBuilder()

Google Cloud Storage destination for output content.

.google.cloud.redis.v1.GcsDestination gcs_destination = 1;

Returns
Type Description
GcsDestinationOrBuilder

hasGcsDestination()

public abstract boolean hasGcsDestination()

Google Cloud Storage destination for output content.

.google.cloud.redis.v1.GcsDestination gcs_destination = 1;

Returns
Type Description
boolean

Whether the gcsDestination field is set.