Interface ProvideValidationFeedbackRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProvideValidationFeedbackRequest
,ProvideValidationFeedbackRequest.Builder
public interface ProvideValidationFeedbackRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProvideValidationFeedbackRequest.ValidationConclusion
getConclusion()
Required.int
getConclusionValue()
Required.String
getResponseId()
Required.com.google.protobuf.ByteString
getResponseIdBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getConclusionValue
int getConclusionValue()
Required. The outcome of the sequence of validation attempts. If this field is set to `VALIDATION_CONCLUSION_UNSPECIFIED`, an `INVALID_ARGUMENT` error will be returned.
.google.maps.addressvalidation.v1.ProvideValidationFeedbackRequest.ValidationConclusion conclusion = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The enum numeric value on the wire for conclusion.
-
getConclusion
ProvideValidationFeedbackRequest.ValidationConclusion getConclusion()
Required. The outcome of the sequence of validation attempts. If this field is set to `VALIDATION_CONCLUSION_UNSPECIFIED`, an `INVALID_ARGUMENT` error will be returned.
.google.maps.addressvalidation.v1.ProvideValidationFeedbackRequest.ValidationConclusion conclusion = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The conclusion.
-
getResponseId
String getResponseId()
Required. The ID of the response that this feedback is for. This should be the [response_id][google.maps.addressvalidation.v1.ValidateAddressRequest.response_id] from the first response in a series of address validation attempts.
string response_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The responseId.
-
getResponseIdBytes
com.google.protobuf.ByteString getResponseIdBytes()
Required. The ID of the response that this feedback is for. This should be the [response_id][google.maps.addressvalidation.v1.ValidateAddressRequest.response_id] from the first response in a series of address validation attempts.
string response_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for responseId.
-
-