Reference documentation and code samples for the Google Cloud Network Management V1 Client class CloudFunctionInfo.
For display only. Metadata associated with a Cloud Function.
Generated from protobuf message google.cloud.networkmanagement.v1.CloudFunctionInfo
Namespace
Google \ Cloud \ NetworkManagement \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ display_name |
string
Name of a Cloud Function. |
↳ uri |
string
URI of a Cloud Function. |
↳ location |
string
Location in which the Cloud Function is deployed. |
↳ version_id |
int|string
Latest successfully deployed version id of the Cloud Function. |
getDisplayName
Name of a Cloud Function.
Returns | |
---|---|
Type | Description |
string |
setDisplayName
Name of a Cloud Function.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUri
URI of a Cloud Function.
Returns | |
---|---|
Type | Description |
string |
setUri
URI of a Cloud Function.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getLocation
Location in which the Cloud Function is deployed.
Returns | |
---|---|
Type | Description |
string |
setLocation
Location in which the Cloud Function is deployed.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getVersionId
Latest successfully deployed version id of the Cloud Function.
Returns | |
---|---|
Type | Description |
int|string |
setVersionId
Latest successfully deployed version id of the Cloud Function.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |