Reference documentation and code samples for the Google Cloud Gke Hub V1beta1 Client class GenerateExclusivityManifestResponse.
The response of the exclusivity artifacts manifests for the client to apply.
Generated from protobuf message google.cloud.gkehub.v1beta1.GenerateExclusivityManifestResponse
Namespace
Google \ Cloud \ GkeHub \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ crd_manifest |
string
The YAML manifest of the membership CRD to apply if a newer version of the CRD is available. Empty if no update needs to be applied. |
↳ cr_manifest |
string
The YAML manifest of the membership CR to apply if a new version of the CR is available. Empty if no update needs to be applied. |
getCrdManifest
The YAML manifest of the membership CRD to apply if a newer version of the CRD is available. Empty if no update needs to be applied.
Returns | |
---|---|
Type | Description |
string |
setCrdManifest
The YAML manifest of the membership CRD to apply if a newer version of the CRD is available. Empty if no update needs to be applied.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCrManifest
The YAML manifest of the membership CR to apply if a new version of the CR is available. Empty if no update needs to be applied.
Returns | |
---|---|
Type | Description |
string |
setCrManifest
The YAML manifest of the membership CR to apply if a new version of the CR is available. Empty if no update needs to be applied.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |