Interface ProvideValidationFeedbackRequestOrBuilder

    • 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.