public interface GenerateUploadUrlResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getUploadUrl()
The generated Google Cloud Storage signed URL that should be used for a
function source code upload.
|
com.google.protobuf.ByteString |
getUploadUrlBytes()
The generated Google Cloud Storage signed URL that should be used for a
function source code upload.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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;com.google.protobuf.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;Copyright © 2020 Google LLC. All rights reserved.