Google Cloud Gke Hub V1beta1 Client - Class GenerateExclusivityManifestResponse (0.5.6)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this