public interface CloudFunctionInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()Name of a Cloud Function.
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Name of a Cloud Function.
string display_name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for displayName. |
getLocation()
public abstract String getLocation()Location in which the Cloud Function is deployed.
string location = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The location. |
getLocationBytes()
public abstract ByteString getLocationBytes()Location in which the Cloud Function is deployed.
string location = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for location. |
getUri()
public abstract String getUri()URI of a Cloud Function.
string uri = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The uri. |
getUriBytes()
public abstract ByteString getUriBytes()URI of a Cloud Function.
string uri = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for uri. |
getVersionId()
public abstract long getVersionId()Latest successfully deployed version id of the Cloud Function.
int64 version_id = 4;
| Returns | |
|---|---|
| Type | Description |
long |
The versionId. |