Reference documentation and code samples for the Google Cloud Run V2 Client class BuildInfo.
Build information of the image.
Generated from protobuf message google.cloud.run.v2.BuildInfo
Namespace
Google \ Cloud \ Run \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ function_target |
string
Output only. Entry point of the function when the image is a Cloud Run function. |
↳ source_location |
string
Output only. Source code location of the image. |
getFunctionTarget
Output only. Entry point of the function when the image is a Cloud Run function.
Returns | |
---|---|
Type | Description |
string |
setFunctionTarget
Output only. Entry point of the function when the image is a Cloud Run function.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSourceLocation
Output only. Source code location of the image.
Returns | |
---|---|
Type | Description |
string |
setSourceLocation
Output only. Source code location of the image.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |