public interface CloudFunctionInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName()
Name of a Cloud function.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Name of a Cloud function.
|
String |
getLocation()
Location in which the Cloud function is deployed.
|
com.google.protobuf.ByteString |
getLocationBytes()
Location in which the Cloud function is deployed.
|
String |
getUri()
URI of a Cloud function.
|
com.google.protobuf.ByteString |
getUriBytes()
URI of a Cloud function.
|
long |
getVersionId()
Latest successfully deployed version id of the Cloud function.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDisplayName()
Name of a Cloud function.
string display_name = 1;com.google.protobuf.ByteString getDisplayNameBytes()
Name of a Cloud function.
string display_name = 1;String getUri()
URI of a Cloud function.
string uri = 2;com.google.protobuf.ByteString getUriBytes()
URI of a Cloud function.
string uri = 2;String getLocation()
Location in which the Cloud function is deployed.
string location = 3;com.google.protobuf.ByteString getLocationBytes()
Location in which the Cloud function is deployed.
string location = 3;long getVersionId()
Latest successfully deployed version id of the Cloud function.
int64 version_id = 4;Copyright © 2022 Google LLC. All rights reserved.