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.
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.
string
setDisplayName
Name of a Cloud Function.
var
string
$this
getUri
URI of a Cloud Function.
string
setUri
URI of a Cloud Function.
var
string
$this
getLocation
Location in which the Cloud Function is deployed.
string
setLocation
Location in which the Cloud Function is deployed.
var
string
$this
getVersionId
Latest successfully deployed version id of the Cloud Function.
int|string
setVersionId
Latest successfully deployed version id of the Cloud Function.
var
int|string
$this