Interface LeadFormSubmissionFieldOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LeadFormSubmissionField,LeadFormSubmissionField.Builder
public interface LeadFormSubmissionFieldOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputTypegetFieldType()Output only.intgetFieldTypeValue()Output only.java.lang.StringgetFieldValue()Output only.com.google.protobuf.ByteStringgetFieldValueBytes()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFieldTypeValue
int getFieldTypeValue()
Output only. Field type for lead form fields.
.google.ads.googleads.v14.enums.LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType field_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The enum numeric value on the wire for fieldType.
-
getFieldType
LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType getFieldType()
Output only. Field type for lead form fields.
.google.ads.googleads.v14.enums.LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType field_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The fieldType.
-
getFieldValue
java.lang.String getFieldValue()
Output only. Field value for lead form fields.
string field_value = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The fieldValue.
-
getFieldValueBytes
com.google.protobuf.ByteString getFieldValueBytes()
Output only. Field value for lead form fields.
string field_value = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The bytes for fieldValue.
-
-