public interface GenerateDownloadUrlRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
The name of function for which source code Google Cloud Storage signed
URL should be generated.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of function for which source code Google Cloud Storage signed
URL should be generated.
|
long |
getVersionId()
The optional version of function.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of function for which source code Google Cloud Storage signed URL should be generated.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of function for which source code Google Cloud Storage signed URL should be generated.
string name = 1;long getVersionId()
The optional version of function. If not set, default, current version is used.
uint64 version_id = 2;Copyright © 2021 Google LLC. All rights reserved.