public static final class GenerateUploadUrlRequest.Builder extends GeneratedMessageV3.Builder<GenerateUploadUrlRequest.Builder> implements GenerateUploadUrlRequestOrBuilder
Request of GenerateSourceUploadUrl
method.
Protobuf type google.cloud.functions.v1.GenerateUploadUrlRequest
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
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GenerateUploadUrlRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public GenerateUploadUrlRequest build()
Returns
buildPartial()
public GenerateUploadUrlRequest buildPartial()
Returns
clear()
public GenerateUploadUrlRequest.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public GenerateUploadUrlRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
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
clearOneof(Descriptors.OneofDescriptor oneof)
public GenerateUploadUrlRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
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
clone()
public GenerateUploadUrlRequest.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public GenerateUploadUrlRequest getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
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) = { ... }
Returns
Type | Description |
String | The kmsKeyName.
|
getKmsKeyNameBytes()
public 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) = { ... }
Returns
Type | Description |
ByteString | The bytes for kmsKeyName.
|
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;
Returns
Type | Description |
String | The parent.
|
getParentBytes()
public 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;
Returns
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(GenerateUploadUrlRequest other)
public GenerateUploadUrlRequest.Builder mergeFrom(GenerateUploadUrlRequest other)
Parameter
Returns
public GenerateUploadUrlRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public GenerateUploadUrlRequest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GenerateUploadUrlRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public GenerateUploadUrlRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setKmsKeyName(String value)
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) = { ... }
Parameter
Name | Description |
value | String
The kmsKeyName to set.
|
Returns
setKmsKeyNameBytes(ByteString value)
public GenerateUploadUrlRequest.Builder setKmsKeyNameBytes(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) = { ... }
Parameter
Name | Description |
value | ByteString
The bytes for kmsKeyName to set.
|
Returns
setParent(String value)
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;
Parameter
Name | Description |
value | String
The parent to set.
|
Returns
setParentBytes(ByteString value)
public GenerateUploadUrlRequest.Builder setParentBytes(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;
Parameter
Name | Description |
value | ByteString
The bytes for parent to set.
|
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GenerateUploadUrlRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final GenerateUploadUrlRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides