Reference documentation and code samples for the Google Cloud Deploy V1 Client class AssociatedEntities.
Information about entities associated with a Target
.
Generated from protobuf message google.cloud.deploy.v1.AssociatedEntities
Namespace
Google \ Cloud \ Deploy \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ gke_clusters |
array<Google\Cloud\Deploy\V1\GkeCluster>
Optional. Information specifying GKE clusters as associated entities. |
↳ anthos_clusters |
array<Google\Cloud\Deploy\V1\AnthosCluster>
Optional. Information specifying Anthos clusters as associated entities. |
getGkeClusters
Optional. Information specifying GKE clusters as associated entities.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setGkeClusters
Optional. Information specifying GKE clusters as associated entities.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Deploy\V1\GkeCluster>
|
Returns | |
---|---|
Type | Description |
$this |
getAnthosClusters
Optional. Information specifying Anthos clusters as associated entities.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setAnthosClusters
Optional. Information specifying Anthos clusters as associated entities.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\Deploy\V1\AnthosCluster>
|
Returns | |
---|---|
Type | Description |
$this |