Interface ImportProductSetsInputConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportProductSetsInputConfig,ImportProductSetsInputConfig.Builder
public interface ImportProductSetsInputConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImportProductSetsGcsSourcegetGcsSource()The Google Cloud Storage location for a csv file which preserves a list of ImportProductSetRequests in each line.ImportProductSetsGcsSourceOrBuildergetGcsSourceOrBuilder()The Google Cloud Storage location for a csv file which preserves a list of ImportProductSetRequests in each line.ImportProductSetsInputConfig.SourceCasegetSourceCase()booleanhasGcsSource()The Google Cloud Storage location for a csv file which preserves a list of ImportProductSetRequests in each line.-
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()
The Google Cloud Storage location for a csv file which preserves a list of ImportProductSetRequests in each line.
.google.cloud.vision.v1p4beta1.ImportProductSetsGcsSource gcs_source = 1;- Returns:
- Whether the gcsSource field is set.
-
getGcsSource
ImportProductSetsGcsSource getGcsSource()
The Google Cloud Storage location for a csv file which preserves a list of ImportProductSetRequests in each line.
.google.cloud.vision.v1p4beta1.ImportProductSetsGcsSource gcs_source = 1;- Returns:
- The gcsSource.
-
getGcsSourceOrBuilder
ImportProductSetsGcsSourceOrBuilder getGcsSourceOrBuilder()
The Google Cloud Storage location for a csv file which preserves a list of ImportProductSetRequests in each line.
.google.cloud.vision.v1p4beta1.ImportProductSetsGcsSource gcs_source = 1;
-
getSourceCase
ImportProductSetsInputConfig.SourceCase getSourceCase()
-
-