Interface GcsSourceOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GcsSource, GcsSource.Builder

@Generated public interface GcsSourceOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getUris(int index)
    Required.
    com.google.protobuf.ByteString
    getUrisBytes(int index)
    Required.
    int
    Required.
    Required.

    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 Details

    • getUrisList

      List<String> getUrisList()
       Required. Google Cloud Storage URI(-s) to the input file(s). May contain
       wildcards. For more information on wildcards, see
       https://cloud.google.com/storage/docs/wildcards.
       
      repeated string uris = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      A list containing the uris.
    • getUrisCount

      int getUrisCount()
       Required. Google Cloud Storage URI(-s) to the input file(s). May contain
       wildcards. For more information on wildcards, see
       https://cloud.google.com/storage/docs/wildcards.
       
      repeated string uris = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The count of uris.
    • getUris

      String getUris(int index)
       Required. Google Cloud Storage URI(-s) to the input file(s). May contain
       wildcards. For more information on wildcards, see
       https://cloud.google.com/storage/docs/wildcards.
       
      repeated string uris = 1 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      index - The index of the element to return.
      Returns:
      The uris at the given index.
    • getUrisBytes

      com.google.protobuf.ByteString getUrisBytes(int index)
       Required. Google Cloud Storage URI(-s) to the input file(s). May contain
       wildcards. For more information on wildcards, see
       https://cloud.google.com/storage/docs/wildcards.
       
      repeated string uris = 1 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the uris at the given index.