Interface ImportYumArtifactsGcsSourceOrBuilder (1.42.0)

public interface ImportYumArtifactsGcsSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getUris(int index)

public abstract String getUris(int index)

Cloud Storage paths URI (e.g., gs://my_bucket//my_object).

repeated string uris = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The uris at the given index.

getUrisBytes(int index)

public abstract ByteString getUrisBytes(int index)

Cloud Storage paths URI (e.g., gs://my_bucket//my_object).

repeated string uris = 1;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the uris at the given index.

getUrisCount()

public abstract int getUrisCount()

Cloud Storage paths URI (e.g., gs://my_bucket//my_object).

repeated string uris = 1;

Returns
Type Description
int

The count of uris.

getUrisList()

public abstract List<String> getUrisList()

Cloud Storage paths URI (e.g., gs://my_bucket//my_object).

repeated string uris = 1;

Returns
Type Description
List<String>

A list containing the uris.

getUseWildcards()

public abstract boolean getUseWildcards()

Supports URI wildcards for matching multiple objects from a single URI.

bool use_wildcards = 2;

Returns
Type Description
boolean

The useWildcards.