Package com.google.cloud.redis.v1
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 OutputConfig.DestinationCase
getDestinationCase()
GcsDestination
getGcsDestination()
Google Cloud Storage destination for output content.GcsDestinationOrBuilder
getGcsDestinationOrBuilder()
Google Cloud Storage destination for output content.boolean
hasGcsDestination()
Google Cloud Storage destination for output content.-
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()
Google Cloud Storage destination for output content.
.google.cloud.redis.v1.GcsDestination gcs_destination = 1;
- Returns:
- Whether the gcsDestination field is set.
-
getGcsDestination
GcsDestination getGcsDestination()
Google Cloud Storage destination for output content.
.google.cloud.redis.v1.GcsDestination gcs_destination = 1;
- Returns:
- The gcsDestination.
-
getGcsDestinationOrBuilder
GcsDestinationOrBuilder getGcsDestinationOrBuilder()
Google Cloud Storage destination for output content.
.google.cloud.redis.v1.GcsDestination gcs_destination = 1;
-
getDestinationCase
OutputConfig.DestinationCase getDestinationCase()
-
-