Class ImportAptArtifactsGcsSource.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ImportAptArtifactsGcsSource.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ImportAptArtifactsGcsSource.Builder>
      • getDefaultInstanceForType

        public ImportAptArtifactsGcsSource getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public ImportAptArtifactsGcsSource build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public ImportAptArtifactsGcsSource buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ImportAptArtifactsGcsSource.Builder>
      • mergeFrom

        public ImportAptArtifactsGcsSource.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                      throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<ImportAptArtifactsGcsSource.Builder>
        Throws:
        IOException
      • getUrisList

        public com.google.protobuf.ProtocolStringList getUrisList()
         Cloud Storage paths URI (e.g., gs://my_bucket//my_object).
         
        repeated string uris = 1;
        Specified by:
        getUrisList in interface ImportAptArtifactsGcsSourceOrBuilder
        Returns:
        A list containing the uris.
      • getUris

        public String getUris​(int index)
         Cloud Storage paths URI (e.g., gs://my_bucket//my_object).
         
        repeated string uris = 1;
        Specified by:
        getUris in interface ImportAptArtifactsGcsSourceOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The uris at the given index.
      • getUrisBytes

        public com.google.protobuf.ByteString getUrisBytes​(int index)
         Cloud Storage paths URI (e.g., gs://my_bucket//my_object).
         
        repeated string uris = 1;
        Specified by:
        getUrisBytes in interface ImportAptArtifactsGcsSourceOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the uris at the given index.
      • setUris

        public ImportAptArtifactsGcsSource.Builder setUris​(int index,
                                                           String value)
         Cloud Storage paths URI (e.g., gs://my_bucket//my_object).
         
        repeated string uris = 1;
        Parameters:
        index - The index to set the value at.
        value - The uris to set.
        Returns:
        This builder for chaining.
      • addUris

        public ImportAptArtifactsGcsSource.Builder addUris​(String value)
         Cloud Storage paths URI (e.g., gs://my_bucket//my_object).
         
        repeated string uris = 1;
        Parameters:
        value - The uris to add.
        Returns:
        This builder for chaining.
      • addAllUris

        public ImportAptArtifactsGcsSource.Builder addAllUris​(Iterable<String> values)
         Cloud Storage paths URI (e.g., gs://my_bucket//my_object).
         
        repeated string uris = 1;
        Parameters:
        values - The uris to add.
        Returns:
        This builder for chaining.
      • clearUris

        public ImportAptArtifactsGcsSource.Builder clearUris()
         Cloud Storage paths URI (e.g., gs://my_bucket//my_object).
         
        repeated string uris = 1;
        Returns:
        This builder for chaining.
      • addUrisBytes

        public ImportAptArtifactsGcsSource.Builder addUrisBytes​(com.google.protobuf.ByteString value)
         Cloud Storage paths URI (e.g., gs://my_bucket//my_object).
         
        repeated string uris = 1;
        Parameters:
        value - The bytes of the uris to add.
        Returns:
        This builder for chaining.
      • getUseWildcards

        public boolean getUseWildcards()
         Supports URI wildcards for matching multiple objects from a single URI.
         
        bool use_wildcards = 2;
        Specified by:
        getUseWildcards in interface ImportAptArtifactsGcsSourceOrBuilder
        Returns:
        The useWildcards.
      • setUseWildcards

        public ImportAptArtifactsGcsSource.Builder setUseWildcards​(boolean value)
         Supports URI wildcards for matching multiple objects from a single URI.
         
        bool use_wildcards = 2;
        Parameters:
        value - The useWildcards to set.
        Returns:
        This builder for chaining.
      • clearUseWildcards

        public ImportAptArtifactsGcsSource.Builder clearUseWildcards()
         Supports URI wildcards for matching multiple objects from a single URI.
         
        bool use_wildcards = 2;
        Returns:
        This builder for chaining.
      • mergeUnknownFields

        public final ImportAptArtifactsGcsSource.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ImportAptArtifactsGcsSource.Builder>