public interface CloudFunctionInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDisplayName()
public abstract String getDisplayName()Name of a Cloud function.
string display_name = 1;
| Type | Description |
| String | The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Name of a Cloud function.
string display_name = 1;
| Type | Description |
| ByteString | The bytes for displayName. |
getLocation()
public abstract String getLocation()Location in which the Cloud function is deployed.
string location = 3;
| Type | Description |
| String | The location. |
getLocationBytes()
public abstract ByteString getLocationBytes()Location in which the Cloud function is deployed.
string location = 3;
| Type | Description |
| ByteString | The bytes for location. |
getUri()
public abstract String getUri()URI of a Cloud function.
string uri = 2;
| Type | Description |
| String | The uri. |
getUriBytes()
public abstract ByteString getUriBytes()URI of a Cloud function.
string uri = 2;
| 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;
| Type | Description |
| long | The versionId. |