Reference documentation and code samples for the Google Cloud Config Delivery V1beta Client class ResourceBundle.
ResourceBundle represent a collection of kubernetes configuration resources.
Generated from protobuf message google.cloud.configdelivery.v1beta.ResourceBundle
Namespace
Google \ Cloud \ ConfigDelivery \ V1betaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Identifier. Name of the |
↳ create_time |
Google\Protobuf\Timestamp
Output only. Time |
↳ update_time |
Google\Protobuf\Timestamp
Output only. Time |
↳ labels |
array|Google\Protobuf\Internal\MapField
Optional. Labels as key value pairs. |
↳ description |
string
Optional. Human readable description of the |
getName
Identifier. Name of the ResourceBundle
. Format is
projects/{project}/locations/{location}/resourceBundle
/[a-z][a-z0-9\-]{0,62}
.
Returns | |
---|---|
Type | Description |
string |
setName
Identifier. Name of the ResourceBundle
. Format is
projects/{project}/locations/{location}/resourceBundle
/[a-z][a-z0-9\-]{0,62}
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCreateTime
Output only. Time ResourceBundle
was created.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
Output only. Time ResourceBundle
was created.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateTime
Output only. Time ResourceBundle
was last updated.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Time ResourceBundle
was last updated.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getLabels
Optional. Labels as key value pairs.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\MapField |
setLabels
Optional. Labels as key value pairs.
Parameter | |
---|---|
Name | Description |
var |
array|Google\Protobuf\Internal\MapField
|
Returns | |
---|---|
Type | Description |
$this |
getDescription
Optional. Human readable description of the ResourceBundle
.
Returns | |
---|---|
Type | Description |
string |
setDescription
Optional. Human readable description of the ResourceBundle
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |