public static final class ApproveSingleTenantHsmInstanceProposalRequest.QuorumReply.Builder extends GeneratedMessage.Builder<ApproveSingleTenantHsmInstanceProposalRequest.QuorumReply.Builder> implements ApproveSingleTenantHsmInstanceProposalRequest.QuorumReplyOrBuilder
The reply to
QuorumParameters
for approving the proposal.
Protobuf type
google.cloud.kms.v1.ApproveSingleTenantHsmInstanceProposalRequest.QuorumReply
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllChallengeReplies(Iterable<? extends ChallengeReply> values)
public ApproveSingleTenantHsmInstanceProposalRequest.QuorumReply.Builder addAllChallengeReplies(Iterable<? extends ChallengeReply> values)
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 |
values |
Iterable<? extends com.google.cloud.kms.v1.ChallengeReply>
|
addChallengeReplies(ChallengeReply value)
public ApproveSingleTenantHsmInstanceProposalRequest.QuorumReply.Builder addChallengeReplies(ChallengeReply value)
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];
addChallengeReplies(ChallengeReply.Builder builderForValue)
public ApproveSingleTenantHsmInstanceProposalRequest.QuorumReply.Builder addChallengeReplies(ChallengeReply.Builder builderForValue)
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];
addChallengeReplies(int index, ChallengeReply value)
public ApproveSingleTenantHsmInstanceProposalRequest.QuorumReply.Builder addChallengeReplies(int index, ChallengeReply value)
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];
addChallengeReplies(int index, ChallengeReply.Builder builderForValue)
public ApproveSingleTenantHsmInstanceProposalRequest.QuorumReply.Builder addChallengeReplies(int index, ChallengeReply.Builder builderForValue)
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];
addChallengeRepliesBuilder()
public ChallengeReply.Builder addChallengeRepliesBuilder()
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];
addChallengeRepliesBuilder(int index)
public ChallengeReply.Builder addChallengeRepliesBuilder(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
|
build()
public ApproveSingleTenantHsmInstanceProposalRequest.QuorumReply build()
buildPartial()
public ApproveSingleTenantHsmInstanceProposalRequest.QuorumReply buildPartial()
clear()
public ApproveSingleTenantHsmInstanceProposalRequest.QuorumReply.Builder clear()
Overrides
clearChallengeReplies()
public ApproveSingleTenantHsmInstanceProposalRequest.QuorumReply.Builder clearChallengeReplies()
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];
getChallengeReplies(int index)
public 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
|
getChallengeRepliesBuilder(int index)
public ChallengeReply.Builder getChallengeRepliesBuilder(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
|
getChallengeRepliesBuilderList()
public List<ChallengeReply.Builder> getChallengeRepliesBuilderList()
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];
getChallengeRepliesCount()
public 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 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];
getChallengeRepliesOrBuilder(int index)
public 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
|
getChallengeRepliesOrBuilderList()
public 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> |
|
getDefaultInstanceForType()
public ApproveSingleTenantHsmInstanceProposalRequest.QuorumReply getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ApproveSingleTenantHsmInstanceProposalRequest.QuorumReply other)
public ApproveSingleTenantHsmInstanceProposalRequest.QuorumReply.Builder mergeFrom(ApproveSingleTenantHsmInstanceProposalRequest.QuorumReply other)
public ApproveSingleTenantHsmInstanceProposalRequest.QuorumReply.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ApproveSingleTenantHsmInstanceProposalRequest.QuorumReply.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
removeChallengeReplies(int index)
public ApproveSingleTenantHsmInstanceProposalRequest.QuorumReply.Builder removeChallengeReplies(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
|
setChallengeReplies(int index, ChallengeReply value)
public ApproveSingleTenantHsmInstanceProposalRequest.QuorumReply.Builder setChallengeReplies(int index, ChallengeReply value)
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];
setChallengeReplies(int index, ChallengeReply.Builder builderForValue)
public ApproveSingleTenantHsmInstanceProposalRequest.QuorumReply.Builder setChallengeReplies(int index, ChallengeReply.Builder builderForValue)
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];