Send feedback
Class ImportYumArtifactsGcsSource.Builder (1.6.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.6.0 keyboard_arrow_down
public static final class ImportYumArtifactsGcsSource . Builder extends GeneratedMessageV3 . Builder<ImportYumArtifactsGcsSource . Builder > implements ImportYumArtifactsGcsSourceOrBuilder
Google Cloud Storage location where the artifacts currently reside.
Protobuf type google.devtools.artifactregistry.v1.ImportYumArtifactsGcsSource
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
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 ()
Returns
Methods
public ImportYumArtifactsGcsSource . Builder addAllUris ( Iterable<String> values )
Cloud Storage paths URI (e.g., gs://my_bucket//my_object).
repeated string uris = 1;
Parameter
Returns
public ImportYumArtifactsGcsSource . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
public ImportYumArtifactsGcsSource . 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.
Returns
public ImportYumArtifactsGcsSource . 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.
Returns
public ImportYumArtifactsGcsSource build ()
Returns
public ImportYumArtifactsGcsSource buildPartial ()
Returns
public ImportYumArtifactsGcsSource . Builder clear ()
Returns
Overrides
public ImportYumArtifactsGcsSource . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
public ImportYumArtifactsGcsSource . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
public ImportYumArtifactsGcsSource . Builder clearUris ()
Cloud Storage paths URI (e.g., gs://my_bucket//my_object).
repeated string uris = 1;
Returns
public ImportYumArtifactsGcsSource . Builder clearUseWildcards ()
Supports URI wildcards for matching multiple objects from a single URI.
bool use_wildcards = 2;
Returns
public ImportYumArtifactsGcsSource . Builder clone ()
Returns
Overrides
public ImportYumArtifactsGcsSource getDefaultInstanceForType ()
Returns
public Descriptors . Descriptor getDescriptorForType ()
Returns
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;
Returns
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 ()
Returns
Overrides
public final boolean isInitialized ()
Returns
Overrides
public ImportYumArtifactsGcsSource . Builder mergeFrom ( ImportYumArtifactsGcsSource other )
Parameter
Returns
public ImportYumArtifactsGcsSource . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
public ImportYumArtifactsGcsSource . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
public final ImportYumArtifactsGcsSource . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
public ImportYumArtifactsGcsSource . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
public ImportYumArtifactsGcsSource . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
public final ImportYumArtifactsGcsSource . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
public ImportYumArtifactsGcsSource . 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.
Returns
public ImportYumArtifactsGcsSource . 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.
Returns
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-21 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-21 UTC."],[],[]]