Reference documentation and code samples for the Google Cloud Config Delivery V1 Client class ResourceBundleTag.
ResourceBundleTag contains the information to refer to a release for a
ResourceBundle
.
Generated from protobuf message google.cloud.configdelivery.v1.FleetPackage.ResourceBundleTag
Namespace
Google \ Cloud \ ConfigDelivery \ V1 \ FleetPackageMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. Name of the |
↳ tag |
string
Required. Tag refers to a version of the release in a |
getName
Required. Name of the ResourceBundle
.
Format is projects/{p}/locations/{l}/resourceBundles/{r}.
Returns | |
---|---|
Type | Description |
string |
setName
Required. Name of the ResourceBundle
.
Format is projects/{p}/locations/{l}/resourceBundles/{r}.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTag
Required. Tag refers to a version of the release in a ResourceBundle
.
This is a Git tag in the semantic version format vX.Y.Z
.
Returns | |
---|---|
Type | Description |
string |
setTag
Required. Tag refers to a version of the release in a ResourceBundle
.
This is a Git tag in the semantic version format vX.Y.Z
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |