Interface ApproveSingleTenantHsmInstanceProposalRequest.QuorumReplyOrBuilder (2.86.0)

public static interface ApproveSingleTenantHsmInstanceProposalRequest.QuorumReplyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getChallengeReplies(int index)

public abstract ChallengeReply getChallengeReplies(int index)

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.

repeated .google.cloud.kms.v1.ChallengeReply challenge_replies = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
ChallengeReply

getChallengeRepliesCount()

public abstract int getChallengeRepliesCount()

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.

repeated .google.cloud.kms.v1.ChallengeReply challenge_replies = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getChallengeRepliesList()

public abstract List<ChallengeReply> getChallengeRepliesList()

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.

repeated .google.cloud.kms.v1.ChallengeReply challenge_replies = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<ChallengeReply>

getChallengeRepliesOrBuilder(int index)

public abstract ChallengeReplyOrBuilder getChallengeRepliesOrBuilder(int index)

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.

repeated .google.cloud.kms.v1.ChallengeReply challenge_replies = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
ChallengeReplyOrBuilder

getChallengeRepliesOrBuilderList()

public abstract List<? extends ChallengeReplyOrBuilder> getChallengeRepliesOrBuilderList()

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.

repeated .google.cloud.kms.v1.ChallengeReply challenge_replies = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.cloud.kms.v1.ChallengeReplyOrBuilder>