public static final class ValidateAddressResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ValidateAddressResponse.Builder> implements ValidateAddressResponseOrBuilder
The response to an address validation request.Protobuf type
google.maps.addressvalidation.v1.ValidateAddressResponse| Modifier and Type | Method and Description |
|---|---|
ValidateAddressResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ValidateAddressResponse |
build() |
ValidateAddressResponse |
buildPartial() |
ValidateAddressResponse.Builder |
clear() |
ValidateAddressResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ValidateAddressResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ValidateAddressResponse.Builder |
clearResponseId()
The UUID that identifies this response.
|
ValidateAddressResponse.Builder |
clearResult()
The result of the address validation.
|
ValidateAddressResponse.Builder |
clone() |
ValidateAddressResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getResponseId()
The UUID that identifies this response.
|
com.google.protobuf.ByteString |
getResponseIdBytes()
The UUID that identifies this response.
|
ValidationResult |
getResult()
The result of the address validation.
|
ValidationResult.Builder |
getResultBuilder()
The result of the address validation.
|
ValidationResultOrBuilder |
getResultOrBuilder()
The result of the address validation.
|
boolean |
hasResult()
The result of the address validation.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ValidateAddressResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ValidateAddressResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
ValidateAddressResponse.Builder |
mergeFrom(ValidateAddressResponse other) |
ValidateAddressResponse.Builder |
mergeResult(ValidationResult value)
The result of the address validation.
|
ValidateAddressResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ValidateAddressResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ValidateAddressResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ValidateAddressResponse.Builder |
setResponseId(String value)
The UUID that identifies this response.
|
ValidateAddressResponse.Builder |
setResponseIdBytes(com.google.protobuf.ByteString value)
The UUID that identifies this response.
|
ValidateAddressResponse.Builder |
setResult(ValidationResult.Builder builderForValue)
The result of the address validation.
|
ValidateAddressResponse.Builder |
setResult(ValidationResult value)
The result of the address validation.
|
ValidateAddressResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<ValidateAddressResponse.Builder>public ValidateAddressResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<ValidateAddressResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<ValidateAddressResponse.Builder>public ValidateAddressResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ValidateAddressResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ValidateAddressResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ValidateAddressResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<ValidateAddressResponse.Builder>public ValidateAddressResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<ValidateAddressResponse.Builder>public ValidateAddressResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<ValidateAddressResponse.Builder>public ValidateAddressResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<ValidateAddressResponse.Builder>public ValidateAddressResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ValidateAddressResponse.Builder>public ValidateAddressResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<ValidateAddressResponse.Builder>public ValidateAddressResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ValidateAddressResponse.Builder>public ValidateAddressResponse.Builder mergeFrom(ValidateAddressResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ValidateAddressResponse.Builder>public ValidateAddressResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ValidateAddressResponse.Builder>IOExceptionpublic boolean hasResult()
The result of the address validation.
.google.maps.addressvalidation.v1.ValidationResult result = 1;hasResult in interface ValidateAddressResponseOrBuilderpublic ValidationResult getResult()
The result of the address validation.
.google.maps.addressvalidation.v1.ValidationResult result = 1;getResult in interface ValidateAddressResponseOrBuilderpublic ValidateAddressResponse.Builder setResult(ValidationResult value)
The result of the address validation.
.google.maps.addressvalidation.v1.ValidationResult result = 1;public ValidateAddressResponse.Builder setResult(ValidationResult.Builder builderForValue)
The result of the address validation.
.google.maps.addressvalidation.v1.ValidationResult result = 1;public ValidateAddressResponse.Builder mergeResult(ValidationResult value)
The result of the address validation.
.google.maps.addressvalidation.v1.ValidationResult result = 1;public ValidateAddressResponse.Builder clearResult()
The result of the address validation.
.google.maps.addressvalidation.v1.ValidationResult result = 1;public ValidationResult.Builder getResultBuilder()
The result of the address validation.
.google.maps.addressvalidation.v1.ValidationResult result = 1;public ValidationResultOrBuilder getResultOrBuilder()
The result of the address validation.
.google.maps.addressvalidation.v1.ValidationResult result = 1;getResultOrBuilder in interface ValidateAddressResponseOrBuilderpublic String getResponseId()
The UUID that identifies this response. If the address needs to be re-validated, this UUID *must* accompany the new request.
string response_id = 2;getResponseId in interface ValidateAddressResponseOrBuilderpublic com.google.protobuf.ByteString getResponseIdBytes()
The UUID that identifies this response. If the address needs to be re-validated, this UUID *must* accompany the new request.
string response_id = 2;getResponseIdBytes in interface ValidateAddressResponseOrBuilderpublic ValidateAddressResponse.Builder setResponseId(String value)
The UUID that identifies this response. If the address needs to be re-validated, this UUID *must* accompany the new request.
string response_id = 2;value - The responseId to set.public ValidateAddressResponse.Builder clearResponseId()
The UUID that identifies this response. If the address needs to be re-validated, this UUID *must* accompany the new request.
string response_id = 2;public ValidateAddressResponse.Builder setResponseIdBytes(com.google.protobuf.ByteString value)
The UUID that identifies this response. If the address needs to be re-validated, this UUID *must* accompany the new request.
string response_id = 2;value - The bytes for responseId to set.public final ValidateAddressResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ValidateAddressResponse.Builder>public final ValidateAddressResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<ValidateAddressResponse.Builder>Copyright © 2024 Google LLC. All rights reserved.