Reference documentation and code samples for the Cloud KMS V1 Client class QuorumReply.
The reply to QuorumParameters for approving the proposal.
Generated from protobuf message google.cloud.kms.v1.ApproveSingleTenantHsmInstanceProposalRequest.QuorumReply
Namespace
Google \ Cloud \ Kms \ V1 \ ApproveSingleTenantHsmInstanceProposalRequestMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ challenge_replies |
array<Google\Cloud\Kms\V1\ChallengeReply>
Required. The challenge replies to approve the proposal. Challenge replies can be sent across multiple requests. The proposal will be approved when required_approver_count challenge replies are provided. |
getChallengeReplies
Required. The challenge replies to approve the proposal. Challenge replies can be sent across multiple requests. The proposal will be approved when required_approver_count challenge replies are provided.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setChallengeReplies
Required. The challenge replies to approve the proposal. Challenge replies can be sent across multiple requests. The proposal will be approved when required_approver_count challenge replies are provided.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\Kms\V1\ChallengeReply>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|