Class GenerateUploadUrlRequest.Builder (2.80.0)
Stay organized with collections
Save and categorize content based on your preferences.
- 2.80.0 (latest)
- 2.78.0
- 2.77.0
- 2.76.0
- 2.75.0
- 2.74.0
- 2.72.0
- 2.70.0
- 2.69.0
- 2.66.0
- 2.65.0
- 2.64.0
- 2.62.0
- 2.61.0
- 2.60.0
- 2.59.0
- 2.58.0
- 2.57.0
- 2.56.0
- 2.55.0
- 2.54.0
- 2.53.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.4
- 2.4.3
- 2.3.6
publicstaticfinalclass GenerateUploadUrlRequest.BuilderextendsGeneratedMessageV3.Builder<GenerateUploadUrlRequest.Builder>implementsGenerateUploadUrlRequestOrBuilder Request of GenerateSourceUploadUrl method.
Protobuf type google.cloud.functions.v2alpha.GenerateUploadUrlRequest
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GenerateUploadUrlRequest.BuilderImplements
GenerateUploadUrlRequestOrBuilderInherited Members
Static Methods
getDescriptor()
publicstaticfinalDescriptors.DescriptorgetDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
publicGenerateUploadUrlRequest.BuilderaddRepeatedField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlRequest.Builder |
|
build()
publicGenerateUploadUrlRequestbuild()| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlRequest |
|
buildPartial()
publicGenerateUploadUrlRequestbuildPartial()| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlRequest |
|
clear()
publicGenerateUploadUrlRequest.Builderclear()| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlRequest.Builder |
|
clearEnvironment()
publicGenerateUploadUrlRequest.BuilderclearEnvironment()The function environment the generated upload url will be used for. The upload url for 2nd Gen functions can also be used for 1st gen functions, but not vice versa. If not specified, 2nd generation-style upload URLs are generated.
.google.cloud.functions.v2alpha.Environment environment = 3;
| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlRequest.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
publicGenerateUploadUrlRequest.BuilderclearField(Descriptors.FieldDescriptorfield)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlRequest.Builder |
|
clearKmsKeyName()
publicGenerateUploadUrlRequest.BuilderclearKmsKeyName()[Preview] Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function source code objects in intermediate Cloud Storage buckets. When you generate an upload url and upload your source code, it gets copied to an intermediate Cloud Storage bucket. 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).
string kms_key_name = 2 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlRequest.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
publicGenerateUploadUrlRequest.BuilderclearOneof(Descriptors.OneofDescriptoroneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlRequest.Builder |
|
clearParent()
publicGenerateUploadUrlRequest.BuilderclearParent() Required. The project and location in which the Google Cloud Storage signed
URL should be generated, specified in the format projects/*/locations/*.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlRequest.Builder |
This builder for chaining. |
clone()
publicGenerateUploadUrlRequest.Builderclone()| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlRequest.Builder |
|
getDefaultInstanceForType()
publicGenerateUploadUrlRequestgetDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlRequest |
|
getDescriptorForType()
publicDescriptors.DescriptorgetDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getEnvironment()
publicEnvironmentgetEnvironment()The function environment the generated upload url will be used for. The upload url for 2nd Gen functions can also be used for 1st gen functions, but not vice versa. If not specified, 2nd generation-style upload URLs are generated.
.google.cloud.functions.v2alpha.Environment environment = 3;
| Returns | |
|---|---|
| Type | Description |
Environment |
The environment. |
getEnvironmentValue()
publicintgetEnvironmentValue()The function environment the generated upload url will be used for. The upload url for 2nd Gen functions can also be used for 1st gen functions, but not vice versa. If not specified, 2nd generation-style upload URLs are generated.
.google.cloud.functions.v2alpha.Environment environment = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for environment. |
getKmsKeyName()
publicStringgetKmsKeyName()[Preview] Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function source code objects in intermediate Cloud Storage buckets. When you generate an upload url and upload your source code, it gets copied to an intermediate Cloud Storage bucket. 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).
string kms_key_name = 2 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The kmsKeyName. |
getKmsKeyNameBytes()
publicByteStringgetKmsKeyNameBytes()[Preview] Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function source code objects in intermediate Cloud Storage buckets. When you generate an upload url and upload your source code, it gets copied to an intermediate Cloud Storage bucket. 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).
string kms_key_name = 2 [(.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kmsKeyName. |
getParent()
publicStringgetParent() Required. The project and location in which the Google Cloud Storage signed
URL should be generated, specified in the format projects/*/locations/*.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
publicByteStringgetParentBytes() Required. The project and location in which the Google Cloud Storage signed
URL should be generated, specified in the format projects/*/locations/*.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
internalGetFieldAccessorTable()
protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
publicfinalbooleanisInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GenerateUploadUrlRequest other)
publicGenerateUploadUrlRequest.BuildermergeFrom(GenerateUploadUrlRequestother)| Parameter | |
|---|---|
| Name | Description |
other |
GenerateUploadUrlRequest |
| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
publicGenerateUploadUrlRequest.BuildermergeFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
publicGenerateUploadUrlRequest.BuildermergeFrom(Messageother)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlRequest.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
publicfinalGenerateUploadUrlRequest.BuildermergeUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlRequest.Builder |
|
setEnvironment(Environment value)
publicGenerateUploadUrlRequest.BuildersetEnvironment(Environmentvalue)The function environment the generated upload url will be used for. The upload url for 2nd Gen functions can also be used for 1st gen functions, but not vice versa. If not specified, 2nd generation-style upload URLs are generated.
.google.cloud.functions.v2alpha.Environment environment = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
Environment The environment to set. |
| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlRequest.Builder |
This builder for chaining. |
setEnvironmentValue(int value)
publicGenerateUploadUrlRequest.BuildersetEnvironmentValue(intvalue)The function environment the generated upload url will be used for. The upload url for 2nd Gen functions can also be used for 1st gen functions, but not vice versa. If not specified, 2nd generation-style upload URLs are generated.
.google.cloud.functions.v2alpha.Environment environment = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
int The enum numeric value on the wire for environment to set. |
| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlRequest.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
publicGenerateUploadUrlRequest.BuildersetField(Descriptors.FieldDescriptorfield,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlRequest.Builder |
|
setKmsKeyName(String value)
publicGenerateUploadUrlRequest.BuildersetKmsKeyName(Stringvalue)[Preview] Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function source code objects in intermediate Cloud Storage buckets. When you generate an upload url and upload your source code, it gets copied to an intermediate Cloud Storage bucket. 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).
string kms_key_name = 2 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
String The kmsKeyName to set. |
| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlRequest.Builder |
This builder for chaining. |
setKmsKeyNameBytes(ByteString value)
publicGenerateUploadUrlRequest.BuildersetKmsKeyNameBytes(ByteStringvalue)[Preview] Resource name of a KMS crypto key (managed by the user) used to encrypt/decrypt function source code objects in intermediate Cloud Storage buckets. When you generate an upload url and upload your source code, it gets copied to an intermediate Cloud Storage bucket. 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).
string kms_key_name = 2 [(.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for kmsKeyName to set. |
| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlRequest.Builder |
This builder for chaining. |
setParent(String value)
publicGenerateUploadUrlRequest.BuildersetParent(Stringvalue) Required. The project and location in which the Google Cloud Storage signed
URL should be generated, specified in the format projects/*/locations/*.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
String The parent to set. |
| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlRequest.Builder |
This builder for chaining. |
setParentBytes(ByteString value)
publicGenerateUploadUrlRequest.BuildersetParentBytes(ByteStringvalue) Required. The project and location in which the Google Cloud Storage signed
URL should be generated, specified in the format projects/*/locations/*.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteString The bytes for parent to set. |
| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlRequest.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
publicGenerateUploadUrlRequest.BuildersetRepeatedField(Descriptors.FieldDescriptorfield,intindex,Objectvalue)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlRequest.Builder |
|
setUnknownFields(UnknownFieldSet unknownFields)
publicfinalGenerateUploadUrlRequest.BuildersetUnknownFields(UnknownFieldSetunknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlRequest.Builder |
|