Reference documentation and code samples for the Google Cloud Network Management V1 Client class CloudRunJobInfo.
For display only. Metadata associated with a Cloud Run job.
Generated from protobuf message google.cloud.networkmanagement.v1.CloudRunJobInfo
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 Run job. |
↳ uri |
string
URI of a Cloud Run job. |
↳ location |
string
Location in which this job is deployed. |
getDisplayName
Name of a Cloud Run job.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDisplayName
Name of a Cloud Run job.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUri
URI of a Cloud Run job.
| Returns | |
|---|---|
| Type | Description |
string |
|
setUri
URI of a Cloud Run job.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLocation
Location in which this job is deployed.
| Returns | |
|---|---|
| Type | Description |
string |
|
setLocation
Location in which this job is deployed.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|