Interface ImportAptArtifactsGcsSourceOrBuilder (1.40.0)

public interface ImportAptArtifactsGcsSourceOrBuilder 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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

The useWildcards.