Package com.google.cloud.functions.v1
Interface GenerateDownloadUrlRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GenerateDownloadUrlRequest,GenerateDownloadUrlRequest.Builder
public interface GenerateDownloadUrlRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()The name of function for which source code Google Cloud Storage signed URL should be generated.com.google.protobuf.ByteStringgetNameBytes()The name of function for which source code Google Cloud Storage signed URL should be generated.longgetVersionId()The optional version of function.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
String getName()
The name of function for which source code Google Cloud Storage signed URL should be generated.
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
The name of function for which source code Google Cloud Storage signed URL should be generated.
string name = 1;- Returns:
- The bytes for name.
-
getVersionId
long getVersionId()
The optional version of function. If not set, default, current version is used.
uint64 version_id = 2;- Returns:
- The versionId.
-
-