com.google.ads.googleads.v17.resources.LeadFormSubmissionFieldOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/resources/lead_form_submission_data.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface LeadFormSubmissionFieldOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.LeadFormSubmissionField)
com.google.protobuf.MessageOrBuilder {
/**
*
* Output only. Field type for lead form fields.
*
*
* .google.ads.googleads.v17.enums.LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType field_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for fieldType.
*/
int getFieldTypeValue();
/**
*
* Output only. Field type for lead form fields.
*
*
* .google.ads.googleads.v17.enums.LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType field_type = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The fieldType.
*/
com.google.ads.googleads.v17.enums.LeadFormFieldUserInputTypeEnum.LeadFormFieldUserInputType getFieldType();
/**
*
* Output only. Field value for lead form fields.
*
*
* string field_value = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The fieldValue.
*/
java.lang.String getFieldValue();
/**
*
* Output only. Field value for lead form fields.
*
*
* string field_value = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for fieldValue.
*/
com.google.protobuf.ByteString
getFieldValueBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy