Class GenerateUploadUrlRequest.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<GenerateUploadUrlRequest.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<GenerateUploadUrlRequest.Builder>
      • getDefaultInstanceForType

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

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

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

        public GenerateUploadUrlRequest.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                 int index,
                                                                 Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GenerateUploadUrlRequest.Builder>
      • addRepeatedField

        public GenerateUploadUrlRequest.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                 Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GenerateUploadUrlRequest.Builder>
      • isInitialized

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

        public GenerateUploadUrlRequest.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<GenerateUploadUrlRequest.Builder>
        Throws:
        IOException
      • getParent

        public String getParent()
         The project and location in which the Google Cloud Storage signed URL
         should be generated, specified in the format `projects/*/locations/*`.
         
        string parent = 1;
        Specified by:
        getParent in interface GenerateUploadUrlRequestOrBuilder
        Returns:
        The parent.
      • getParentBytes

        public com.google.protobuf.ByteString getParentBytes()
         The project and location in which the Google Cloud Storage signed URL
         should be generated, specified in the format `projects/*/locations/*`.
         
        string parent = 1;
        Specified by:
        getParentBytes in interface GenerateUploadUrlRequestOrBuilder
        Returns:
        The bytes for parent.
      • setParent

        public GenerateUploadUrlRequest.Builder setParent​(String value)
         The project and location in which the Google Cloud Storage signed URL
         should be generated, specified in the format `projects/*/locations/*`.
         
        string parent = 1;
        Parameters:
        value - The parent to set.
        Returns:
        This builder for chaining.
      • clearParent

        public GenerateUploadUrlRequest.Builder clearParent()
         The project and location in which the Google Cloud Storage signed URL
         should be generated, specified in the format `projects/*/locations/*`.
         
        string parent = 1;
        Returns:
        This builder for chaining.
      • setParentBytes

        public GenerateUploadUrlRequest.Builder setParentBytes​(com.google.protobuf.ByteString value)
         The project and location in which the Google Cloud Storage signed URL
         should be generated, specified in the format `projects/*/locations/*`.
         
        string parent = 1;
        Parameters:
        value - The bytes for parent to set.
        Returns:
        This builder for chaining.
      • getKmsKeyName

        public String getKmsKeyName()
         Resource name of a KMS crypto key (managed by the user) used to
         encrypt/decrypt function source code objects in staging Cloud Storage
         buckets. When you generate an upload url and upload your source code, it
         gets copied to a staging Cloud Storage bucket in an internal regional
         project. The source code is then copied to a versioned directory in the
         sources bucket in the consumer project during the function deployment.
        
         It must match the pattern
         `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.
        
         The Google Cloud Functions service account
         (service-{project_number}@gcf-admin-robot.iam.gserviceaccount.com) must be
         granted the role 'Cloud KMS CryptoKey Encrypter/Decrypter
         (roles/cloudkms.cryptoKeyEncrypterDecrypter)' on the
         Key/KeyRing/Project/Organization (least access preferred). GCF will
         delegate access to the Google Storage service account in the internal
         project.
         
        string kms_key_name = 2 [(.google.api.resource_reference) = { ... }
        Specified by:
        getKmsKeyName in interface GenerateUploadUrlRequestOrBuilder
        Returns:
        The kmsKeyName.
      • getKmsKeyNameBytes

        public com.google.protobuf.ByteString getKmsKeyNameBytes()
         Resource name of a KMS crypto key (managed by the user) used to
         encrypt/decrypt function source code objects in staging Cloud Storage
         buckets. When you generate an upload url and upload your source code, it
         gets copied to a staging Cloud Storage bucket in an internal regional
         project. The source code is then copied to a versioned directory in the
         sources bucket in the consumer project during the function deployment.
        
         It must match the pattern
         `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.
        
         The Google Cloud Functions service account
         (service-{project_number}@gcf-admin-robot.iam.gserviceaccount.com) must be
         granted the role 'Cloud KMS CryptoKey Encrypter/Decrypter
         (roles/cloudkms.cryptoKeyEncrypterDecrypter)' on the
         Key/KeyRing/Project/Organization (least access preferred). GCF will
         delegate access to the Google Storage service account in the internal
         project.
         
        string kms_key_name = 2 [(.google.api.resource_reference) = { ... }
        Specified by:
        getKmsKeyNameBytes in interface GenerateUploadUrlRequestOrBuilder
        Returns:
        The bytes for kmsKeyName.
      • setKmsKeyName

        public GenerateUploadUrlRequest.Builder setKmsKeyName​(String value)
         Resource name of a KMS crypto key (managed by the user) used to
         encrypt/decrypt function source code objects in staging Cloud Storage
         buckets. When you generate an upload url and upload your source code, it
         gets copied to a staging Cloud Storage bucket in an internal regional
         project. The source code is then copied to a versioned directory in the
         sources bucket in the consumer project during the function deployment.
        
         It must match the pattern
         `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.
        
         The Google Cloud Functions service account
         (service-{project_number}@gcf-admin-robot.iam.gserviceaccount.com) must be
         granted the role 'Cloud KMS CryptoKey Encrypter/Decrypter
         (roles/cloudkms.cryptoKeyEncrypterDecrypter)' on the
         Key/KeyRing/Project/Organization (least access preferred). GCF will
         delegate access to the Google Storage service account in the internal
         project.
         
        string kms_key_name = 2 [(.google.api.resource_reference) = { ... }
        Parameters:
        value - The kmsKeyName to set.
        Returns:
        This builder for chaining.
      • clearKmsKeyName

        public GenerateUploadUrlRequest.Builder clearKmsKeyName()
         Resource name of a KMS crypto key (managed by the user) used to
         encrypt/decrypt function source code objects in staging Cloud Storage
         buckets. When you generate an upload url and upload your source code, it
         gets copied to a staging Cloud Storage bucket in an internal regional
         project. The source code is then copied to a versioned directory in the
         sources bucket in the consumer project during the function deployment.
        
         It must match the pattern
         `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.
        
         The Google Cloud Functions service account
         (service-{project_number}@gcf-admin-robot.iam.gserviceaccount.com) must be
         granted the role 'Cloud KMS CryptoKey Encrypter/Decrypter
         (roles/cloudkms.cryptoKeyEncrypterDecrypter)' on the
         Key/KeyRing/Project/Organization (least access preferred). GCF will
         delegate access to the Google Storage service account in the internal
         project.
         
        string kms_key_name = 2 [(.google.api.resource_reference) = { ... }
        Returns:
        This builder for chaining.
      • setKmsKeyNameBytes

        public GenerateUploadUrlRequest.Builder setKmsKeyNameBytes​(com.google.protobuf.ByteString value)
         Resource name of a KMS crypto key (managed by the user) used to
         encrypt/decrypt function source code objects in staging Cloud Storage
         buckets. When you generate an upload url and upload your source code, it
         gets copied to a staging Cloud Storage bucket in an internal regional
         project. The source code is then copied to a versioned directory in the
         sources bucket in the consumer project during the function deployment.
        
         It must match the pattern
         `projects/{project}/locations/{location}/keyRings/{key_ring}/cryptoKeys/{crypto_key}`.
        
         The Google Cloud Functions service account
         (service-{project_number}@gcf-admin-robot.iam.gserviceaccount.com) must be
         granted the role 'Cloud KMS CryptoKey Encrypter/Decrypter
         (roles/cloudkms.cryptoKeyEncrypterDecrypter)' on the
         Key/KeyRing/Project/Organization (least access preferred). GCF will
         delegate access to the Google Storage service account in the internal
         project.
         
        string kms_key_name = 2 [(.google.api.resource_reference) = { ... }
        Parameters:
        value - The bytes for kmsKeyName to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

        public final GenerateUploadUrlRequest.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<GenerateUploadUrlRequest.Builder>