Interface ImportProductSetsInputConfigOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      ImportProductSetsGcsSource getGcsSource()
      The Google Cloud Storage location for a csv file which preserves a list of ImportProductSetRequests in each line.
      ImportProductSetsGcsSourceOrBuilder getGcsSourceOrBuilder()
      The Google Cloud Storage location for a csv file which preserves a list of ImportProductSetRequests in each line.
      ImportProductSetsInputConfig.SourceCase getSourceCase()  
      boolean hasGcsSource()
      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.MessageLiteOrBuilder

        isInitialized
      • 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.v1.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.v1.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.v1.ImportProductSetsGcsSource gcs_source = 1;