public static final class GenerateUploadUrlResponse.Builder extends GeneratedMessage.Builder<GenerateUploadUrlResponse.Builder> implements GenerateUploadUrlResponseOrBuilder Response of GenerateSourceUploadUrl method.
Protobuf type google.cloud.functions.v2beta.GenerateUploadUrlResponse
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GenerateUploadUrlResponse.BuilderImplements
GenerateUploadUrlResponseOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GenerateUploadUrlResponse build()| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlResponse |
|
buildPartial()
public GenerateUploadUrlResponse buildPartial()| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlResponse |
|
clear()
public GenerateUploadUrlResponse.Builder clear()| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlResponse.Builder |
|
clearStorageSource()
public GenerateUploadUrlResponse.Builder clearStorageSource()The location of the source code in the upload bucket.
Once the archive is uploaded using the upload_url use this field to
set the function.build_config.source.storage_source
during CreateFunction and UpdateFunction.
Generation defaults to 0, as Cloud Storage provides a new generation only upon uploading a new object or version of an object.
.google.cloud.functions.v2beta.StorageSource storage_source = 2;
| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlResponse.Builder |
|
clearUploadUrl()
public GenerateUploadUrlResponse.Builder clearUploadUrl()The generated Google Cloud Storage signed URL that should be used for a function source code upload. The uploaded file should be a zip archive which contains a function.
string upload_url = 1;
| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlResponse.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GenerateUploadUrlResponse getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlResponse |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getStorageSource()
public StorageSource getStorageSource()The location of the source code in the upload bucket.
Once the archive is uploaded using the upload_url use this field to
set the function.build_config.source.storage_source
during CreateFunction and UpdateFunction.
Generation defaults to 0, as Cloud Storage provides a new generation only upon uploading a new object or version of an object.
.google.cloud.functions.v2beta.StorageSource storage_source = 2;
| Returns | |
|---|---|
| Type | Description |
StorageSource |
The storageSource. |
getStorageSourceBuilder()
public StorageSource.Builder getStorageSourceBuilder()The location of the source code in the upload bucket.
Once the archive is uploaded using the upload_url use this field to
set the function.build_config.source.storage_source
during CreateFunction and UpdateFunction.
Generation defaults to 0, as Cloud Storage provides a new generation only upon uploading a new object or version of an object.
.google.cloud.functions.v2beta.StorageSource storage_source = 2;
| Returns | |
|---|---|
| Type | Description |
StorageSource.Builder |
|
getStorageSourceOrBuilder()
public StorageSourceOrBuilder getStorageSourceOrBuilder()The location of the source code in the upload bucket.
Once the archive is uploaded using the upload_url use this field to
set the function.build_config.source.storage_source
during CreateFunction and UpdateFunction.
Generation defaults to 0, as Cloud Storage provides a new generation only upon uploading a new object or version of an object.
.google.cloud.functions.v2beta.StorageSource storage_source = 2;
| Returns | |
|---|---|
| Type | Description |
StorageSourceOrBuilder |
|
getUploadUrl()
public String getUploadUrl()The generated Google Cloud Storage signed URL that should be used for a function source code upload. The uploaded file should be a zip archive which contains a function.
string upload_url = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The uploadUrl. |
getUploadUrlBytes()
public ByteString getUploadUrlBytes()The generated Google Cloud Storage signed URL that should be used for a function source code upload. The uploaded file should be a zip archive which contains a function.
string upload_url = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for uploadUrl. |
hasStorageSource()
public boolean hasStorageSource()The location of the source code in the upload bucket.
Once the archive is uploaded using the upload_url use this field to
set the function.build_config.source.storage_source
during CreateFunction and UpdateFunction.
Generation defaults to 0, as Cloud Storage provides a new generation only upon uploading a new object or version of an object.
.google.cloud.functions.v2beta.StorageSource storage_source = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the storageSource field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GenerateUploadUrlResponse other)
public GenerateUploadUrlResponse.Builder mergeFrom(GenerateUploadUrlResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
GenerateUploadUrlResponse |
| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlResponse.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GenerateUploadUrlResponse.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlResponse.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GenerateUploadUrlResponse.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlResponse.Builder |
|
mergeStorageSource(StorageSource value)
public GenerateUploadUrlResponse.Builder mergeStorageSource(StorageSource value)The location of the source code in the upload bucket.
Once the archive is uploaded using the upload_url use this field to
set the function.build_config.source.storage_source
during CreateFunction and UpdateFunction.
Generation defaults to 0, as Cloud Storage provides a new generation only upon uploading a new object or version of an object.
.google.cloud.functions.v2beta.StorageSource storage_source = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StorageSource |
| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlResponse.Builder |
|
setStorageSource(StorageSource value)
public GenerateUploadUrlResponse.Builder setStorageSource(StorageSource value)The location of the source code in the upload bucket.
Once the archive is uploaded using the upload_url use this field to
set the function.build_config.source.storage_source
during CreateFunction and UpdateFunction.
Generation defaults to 0, as Cloud Storage provides a new generation only upon uploading a new object or version of an object.
.google.cloud.functions.v2beta.StorageSource storage_source = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
StorageSource |
| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlResponse.Builder |
|
setStorageSource(StorageSource.Builder builderForValue)
public GenerateUploadUrlResponse.Builder setStorageSource(StorageSource.Builder builderForValue)The location of the source code in the upload bucket.
Once the archive is uploaded using the upload_url use this field to
set the function.build_config.source.storage_source
during CreateFunction and UpdateFunction.
Generation defaults to 0, as Cloud Storage provides a new generation only upon uploading a new object or version of an object.
.google.cloud.functions.v2beta.StorageSource storage_source = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
StorageSource.Builder |
| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlResponse.Builder |
|
setUploadUrl(String value)
public GenerateUploadUrlResponse.Builder setUploadUrl(String value)The generated Google Cloud Storage signed URL that should be used for a function source code upload. The uploaded file should be a zip archive which contains a function.
string upload_url = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe uploadUrl to set. |
| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlResponse.Builder |
This builder for chaining. |
setUploadUrlBytes(ByteString value)
public GenerateUploadUrlResponse.Builder setUploadUrlBytes(ByteString value)The generated Google Cloud Storage signed URL that should be used for a function source code upload. The uploaded file should be a zip archive which contains a function.
string upload_url = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for uploadUrl to set. |
| Returns | |
|---|---|
| Type | Description |
GenerateUploadUrlResponse.Builder |
This builder for chaining. |