Package com.google.cloud.redis.v1beta1
Interface InputConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InputConfig
,InputConfig.Builder
public interface InputConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GcsSource
getGcsSource()
Google Cloud Storage location where input content is located.GcsSourceOrBuilder
getGcsSourceOrBuilder()
Google Cloud Storage location where input content is located.InputConfig.SourceCase
getSourceCase()
boolean
hasGcsSource()
Google Cloud Storage location where input content is located.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasGcsSource
boolean hasGcsSource()
Google Cloud Storage location where input content is located.
.google.cloud.redis.v1beta1.GcsSource gcs_source = 1;
- Returns:
- Whether the gcsSource field is set.
-
getGcsSource
GcsSource getGcsSource()
Google Cloud Storage location where input content is located.
.google.cloud.redis.v1beta1.GcsSource gcs_source = 1;
- Returns:
- The gcsSource.
-
getGcsSourceOrBuilder
GcsSourceOrBuilder getGcsSourceOrBuilder()
Google Cloud Storage location where input content is located.
.google.cloud.redis.v1beta1.GcsSource gcs_source = 1;
-
getSourceCase
InputConfig.SourceCase getSourceCase()
-
-