Interface GcsSourcesOrBuilder

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

    public interface GcsSourcesOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getUris​(int index)
      Required.
      com.google.protobuf.ByteString getUrisBytes​(int index)
      Required.
      int getUrisCount()
      Required.
      List<String> getUrisList()
      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 Detail

      • getUrisList

        List<String> getUrisList()
         Required. Google Cloud Storage URIs for the inputs. A URI is of the form:
         `gs://bucket/object-prefix-or-name`
         Whether a prefix or name is used depends on the use case.
         
        repeated string uris = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        A list containing the uris.
      • getUrisCount

        int getUrisCount()
         Required. Google Cloud Storage URIs for the inputs. A URI is of the form:
         `gs://bucket/object-prefix-or-name`
         Whether a prefix or name is used depends on the use case.
         
        repeated string uris = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The count of uris.
      • getUris

        String getUris​(int index)
         Required. Google Cloud Storage URIs for the inputs. A URI is of the form:
         `gs://bucket/object-prefix-or-name`
         Whether a prefix or name is used depends on the use case.
         
        repeated string uris = 2 [(.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 URIs for the inputs. A URI is of the form:
         `gs://bucket/object-prefix-or-name`
         Whether a prefix or name is used depends on the use case.
         
        repeated string uris = 2 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the uris at the given index.