Reference documentation and code samples for the Google Cloud Config Delivery V1 Client class ReleaseInfo.
ReleaseInfo contains extra information about the ResourceBundle
release
e.g., link to an artifact registry OCI image.
Generated from protobuf message google.cloud.configdelivery.v1.ReleaseInfo
Namespace
Google \ Cloud \ ConfigDelivery \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ oci_image_path |
string
Output only. path to the oci image the service uploads to on a |
↳ variant_oci_image_paths |
array|Google\Protobuf\Internal\MapField
Optional. per-variant paths to the oci images the service uploads on package release creation |
getOciImagePath
Output only. path to the oci image the service uploads to on a Release
creation.
Returns | |
---|---|
Type | Description |
string |
setOciImagePath
Output only. path to the oci image the service uploads to on a Release
creation.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getVariantOciImagePaths
Optional. per-variant paths to the oci images the service uploads on package release creation
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setVariantOciImagePaths
Optional. per-variant paths to the oci images the service uploads on package release creation
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |