Interface ImportYumArtifactsGcsSourceOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getUris​(int index)
      Cloud Storage paths URI (e.g., gs://my_bucket//my_object).
      com.google.protobuf.ByteString getUrisBytes​(int index)
      Cloud Storage paths URI (e.g., gs://my_bucket//my_object).
      int getUrisCount()
      Cloud Storage paths URI (e.g., gs://my_bucket//my_object).
      List<String> getUrisList()
      Cloud Storage paths URI (e.g., gs://my_bucket//my_object).
      boolean getUseWildcards()
      Supports URI wildcards for matching multiple objects from a single URI.
      • 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()
         Cloud Storage paths URI (e.g., gs://my_bucket//my_object).
         
        repeated string uris = 1;
        Returns:
        A list containing the uris.
      • getUrisCount

        int getUrisCount()
         Cloud Storage paths URI (e.g., gs://my_bucket//my_object).
         
        repeated string uris = 1;
        Returns:
        The count of uris.
      • getUris

        String getUris​(int index)
         Cloud Storage paths URI (e.g., gs://my_bucket//my_object).
         
        repeated string uris = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The uris at the given index.
      • getUrisBytes

        com.google.protobuf.ByteString getUrisBytes​(int index)
         Cloud Storage paths URI (e.g., gs://my_bucket//my_object).
         
        repeated string uris = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the uris at the given index.
      • getUseWildcards

        boolean getUseWildcards()
         Supports URI wildcards for matching multiple objects from a single URI.
         
        bool use_wildcards = 2;
        Returns:
        The useWildcards.