public interface ImportAptArtifactsGcsSourceOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getUris(int index)
public abstract String getUris(int index)Cloud Storage paths URI (e.g., gs://my_bucket//my_object).
repeated string uris = 1;
| Name | Description |
| index | intThe index of the element to return. |
| 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;
| Name | Description |
| index | intThe index of the value to return. |
| 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;
| 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;
| 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;
| Type | Description |
| boolean | The useWildcards. |