public static interface ApproveSingleTenantHsmInstanceProposalRequest.RequiredActionQuorumReplyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getQuorumChallengeReplies(int index)
public abstract ChallengeReply getQuorumChallengeReplies(int index)Required. Quorum members' signed challenge replies. These can be provided across multiple requests. The proposal will be approved when required_approver_count quorum_challenge_replies are provided and when all required_challenge_replies are provided.
repeated .google.cloud.kms.v1.ChallengeReply quorum_challenge_replies = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ChallengeReply |
|
getQuorumChallengeRepliesCount()
public abstract int getQuorumChallengeRepliesCount()Required. Quorum members' signed challenge replies. These can be provided across multiple requests. The proposal will be approved when required_approver_count quorum_challenge_replies are provided and when all required_challenge_replies are provided.
repeated .google.cloud.kms.v1.ChallengeReply quorum_challenge_replies = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getQuorumChallengeRepliesList()
public abstract List<ChallengeReply> getQuorumChallengeRepliesList()Required. Quorum members' signed challenge replies. These can be provided across multiple requests. The proposal will be approved when required_approver_count quorum_challenge_replies are provided and when all required_challenge_replies are provided.
repeated .google.cloud.kms.v1.ChallengeReply quorum_challenge_replies = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<ChallengeReply> |
|
getQuorumChallengeRepliesOrBuilder(int index)
public abstract ChallengeReplyOrBuilder getQuorumChallengeRepliesOrBuilder(int index)Required. Quorum members' signed challenge replies. These can be provided across multiple requests. The proposal will be approved when required_approver_count quorum_challenge_replies are provided and when all required_challenge_replies are provided.
repeated .google.cloud.kms.v1.ChallengeReply quorum_challenge_replies = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ChallengeReplyOrBuilder |
|
getQuorumChallengeRepliesOrBuilderList()
public abstract List<? extends ChallengeReplyOrBuilder> getQuorumChallengeRepliesOrBuilderList()Required. Quorum members' signed challenge replies. These can be provided across multiple requests. The proposal will be approved when required_approver_count quorum_challenge_replies are provided and when all required_challenge_replies are provided.
repeated .google.cloud.kms.v1.ChallengeReply quorum_challenge_replies = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.kms.v1.ChallengeReplyOrBuilder> |
|
getRequiredChallengeReplies(int index)
public abstract ChallengeReply getRequiredChallengeReplies(int index)Required. All required challenges must be signed for the proposal to be approved. These can be sent across multiple requests.
repeated .google.cloud.kms.v1.ChallengeReply required_challenge_replies = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ChallengeReply |
|
getRequiredChallengeRepliesCount()
public abstract int getRequiredChallengeRepliesCount()Required. All required challenges must be signed for the proposal to be approved. These can be sent across multiple requests.
repeated .google.cloud.kms.v1.ChallengeReply required_challenge_replies = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getRequiredChallengeRepliesList()
public abstract List<ChallengeReply> getRequiredChallengeRepliesList()Required. All required challenges must be signed for the proposal to be approved. These can be sent across multiple requests.
repeated .google.cloud.kms.v1.ChallengeReply required_challenge_replies = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<ChallengeReply> |
|
getRequiredChallengeRepliesOrBuilder(int index)
public abstract ChallengeReplyOrBuilder getRequiredChallengeRepliesOrBuilder(int index)Required. All required challenges must be signed for the proposal to be approved. These can be sent across multiple requests.
repeated .google.cloud.kms.v1.ChallengeReply required_challenge_replies = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
ChallengeReplyOrBuilder |
|
getRequiredChallengeRepliesOrBuilderList()
public abstract List<? extends ChallengeReplyOrBuilder> getRequiredChallengeRepliesOrBuilderList()Required. All required challenges must be signed for the proposal to be approved. These can be sent across multiple requests.
repeated .google.cloud.kms.v1.ChallengeReply required_challenge_replies = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.kms.v1.ChallengeReplyOrBuilder> |
|