public static final class ImportAptArtifactsGcsSource.Builder extends GeneratedMessageV3.Builder<ImportAptArtifactsGcsSource.Builder> implements ImportAptArtifactsGcsSourceOrBuilder
Google Cloud Storage location where the artifacts currently reside.
Protobuf type google.devtools.artifactregistry.v1beta2.ImportAptArtifactsGcsSource
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public ImportAptArtifactsGcsSource.Builder addAllUris(Iterable<String> values)
Cloud Storage paths URI (e.g., gs://my_bucket//my_object).
repeated string uris = 1;
public ImportAptArtifactsGcsSource.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ImportAptArtifactsGcsSource.Builder addUris(String value)
Cloud Storage paths URI (e.g., gs://my_bucket//my_object).
repeated string uris = 1;
Parameter |
Name |
Description |
value |
String
The uris to add.
|
public ImportAptArtifactsGcsSource.Builder addUrisBytes(ByteString value)
Cloud Storage paths URI (e.g., gs://my_bucket//my_object).
repeated string uris = 1;
Parameter |
Name |
Description |
value |
ByteString
The bytes of the uris to add.
|
public ImportAptArtifactsGcsSource build()
public ImportAptArtifactsGcsSource buildPartial()
public ImportAptArtifactsGcsSource.Builder clear()
Overrides
public ImportAptArtifactsGcsSource.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public ImportAptArtifactsGcsSource.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public ImportAptArtifactsGcsSource.Builder clearUris()
Cloud Storage paths URI (e.g., gs://my_bucket//my_object).
repeated string uris = 1;
public ImportAptArtifactsGcsSource.Builder clearUseWildcards()
Supports URI wildcards for matching multiple objects from a single URI.
bool use_wildcards = 2;
public ImportAptArtifactsGcsSource.Builder clone()
Overrides
public ImportAptArtifactsGcsSource getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public 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.
|
public 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.
|
public 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.
|
public ProtocolStringList getUrisList()
Cloud Storage paths URI (e.g., gs://my_bucket//my_object).
repeated string uris = 1;
public boolean getUseWildcards()
Supports URI wildcards for matching multiple objects from a single URI.
bool use_wildcards = 2;
Returns |
Type |
Description |
boolean |
The useWildcards.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ImportAptArtifactsGcsSource.Builder mergeFrom(ImportAptArtifactsGcsSource other)
public ImportAptArtifactsGcsSource.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ImportAptArtifactsGcsSource.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final ImportAptArtifactsGcsSource.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public ImportAptArtifactsGcsSource.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ImportAptArtifactsGcsSource.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final ImportAptArtifactsGcsSource.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
public ImportAptArtifactsGcsSource.Builder setUris(int index, String value)
Cloud Storage paths URI (e.g., gs://my_bucket//my_object).
repeated string uris = 1;
Parameters |
Name |
Description |
index |
int
The index to set the value at.
|
value |
String
The uris to set.
|
public ImportAptArtifactsGcsSource.Builder setUseWildcards(boolean value)
Supports URI wildcards for matching multiple objects from a single URI.
bool use_wildcards = 2;
Parameter |
Name |
Description |
value |
boolean
The useWildcards to set.
|