Interface SurveySatisfiedOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SurveySatisfied,SurveySatisfied.Builder
public interface SurveySatisfiedOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOptional.com.google.protobuf.ByteStringOptional.Required.intRequired.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getSurveySatisfiedReasonValue
int getSurveySatisfiedReasonValue()Required. Provider's reason for being satisfied with the lead.
.google.ads.googleads.v19.enums.LocalServicesLeadSurveySatisfiedReasonEnum.SurveySatisfiedReason survey_satisfied_reason = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The enum numeric value on the wire for surveySatisfiedReason.
-
getSurveySatisfiedReason
LocalServicesLeadSurveySatisfiedReasonEnum.SurveySatisfiedReason getSurveySatisfiedReason()Required. Provider's reason for being satisfied with the lead.
.google.ads.googleads.v19.enums.LocalServicesLeadSurveySatisfiedReasonEnum.SurveySatisfiedReason survey_satisfied_reason = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The surveySatisfiedReason.
-
getOtherReasonComment
String getOtherReasonComment()Optional. Provider's free form comments. This field is required when OTHER_SATISFIED_REASON is selected as the reason.
string other_reason_comment = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The otherReasonComment.
-
getOtherReasonCommentBytes
com.google.protobuf.ByteString getOtherReasonCommentBytes()Optional. Provider's free form comments. This field is required when OTHER_SATISFIED_REASON is selected as the reason.
string other_reason_comment = 2 [(.google.api.field_behavior) = OPTIONAL];- Returns:
- The bytes for otherReasonComment.
-