All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v10.resources.LeadFormSubmissionDataOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v10/resources/lead_form_submission_data.proto

package com.google.ads.googleads.v10.resources;

public interface LeadFormSubmissionDataOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.resources.LeadFormSubmissionData)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Output only. The resource name of the lead form submission data.
   * Lead form submission data resource names have the form:
   * `customers/{customer_id}/leadFormSubmissionData/{lead_form_submission_data_id}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The resourceName. */ java.lang.String getResourceName(); /** *
   * Output only. The resource name of the lead form submission data.
   * Lead form submission data resource names have the form:
   * `customers/{customer_id}/leadFormSubmissionData/{lead_form_submission_data_id}`
   * 
* * string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The bytes for resourceName. */ com.google.protobuf.ByteString getResourceNameBytes(); /** *
   * Output only. ID of this lead form submission.
   * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The id. */ java.lang.String getId(); /** *
   * Output only. ID of this lead form submission.
   * 
* * string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for id. */ com.google.protobuf.ByteString getIdBytes(); /** *
   * Output only. Asset associated with the submitted lead form.
   * 
* * string asset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The asset. */ java.lang.String getAsset(); /** *
   * Output only. Asset associated with the submitted lead form.
   * 
* * string asset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The bytes for asset. */ com.google.protobuf.ByteString getAssetBytes(); /** *
   * Output only. Campaign associated with the submitted lead form.
   * 
* * string campaign = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The campaign. */ java.lang.String getCampaign(); /** *
   * Output only. Campaign associated with the submitted lead form.
   * 
* * string campaign = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The bytes for campaign. */ com.google.protobuf.ByteString getCampaignBytes(); /** *
   * Output only. Submission data associated with a lead form.
   * 
* * repeated .google.ads.googleads.v10.resources.LeadFormSubmissionField lead_form_submission_fields = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ java.util.List getLeadFormSubmissionFieldsList(); /** *
   * Output only. Submission data associated with a lead form.
   * 
* * repeated .google.ads.googleads.v10.resources.LeadFormSubmissionField lead_form_submission_fields = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.ads.googleads.v10.resources.LeadFormSubmissionField getLeadFormSubmissionFields(int index); /** *
   * Output only. Submission data associated with a lead form.
   * 
* * repeated .google.ads.googleads.v10.resources.LeadFormSubmissionField lead_form_submission_fields = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ int getLeadFormSubmissionFieldsCount(); /** *
   * Output only. Submission data associated with a lead form.
   * 
* * repeated .google.ads.googleads.v10.resources.LeadFormSubmissionField lead_form_submission_fields = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ java.util.List getLeadFormSubmissionFieldsOrBuilderList(); /** *
   * Output only. Submission data associated with a lead form.
   * 
* * repeated .google.ads.googleads.v10.resources.LeadFormSubmissionField lead_form_submission_fields = 5 [(.google.api.field_behavior) = OUTPUT_ONLY]; */ com.google.ads.googleads.v10.resources.LeadFormSubmissionFieldOrBuilder getLeadFormSubmissionFieldsOrBuilder( int index); /** *
   * Output only. AdGroup associated with the submitted lead form.
   * 
* * string ad_group = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The adGroup. */ java.lang.String getAdGroup(); /** *
   * Output only. AdGroup associated with the submitted lead form.
   * 
* * string ad_group = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The bytes for adGroup. */ com.google.protobuf.ByteString getAdGroupBytes(); /** *
   * Output only. AdGroupAd associated with the submitted lead form.
   * 
* * string ad_group_ad = 7 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The adGroupAd. */ java.lang.String getAdGroupAd(); /** *
   * Output only. AdGroupAd associated with the submitted lead form.
   * 
* * string ad_group_ad = 7 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... } * @return The bytes for adGroupAd. */ com.google.protobuf.ByteString getAdGroupAdBytes(); /** *
   * Output only. Google Click Id associated with the submissed lead form.
   * 
* * string gclid = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The gclid. */ java.lang.String getGclid(); /** *
   * Output only. Google Click Id associated with the submissed lead form.
   * 
* * string gclid = 8 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for gclid. */ com.google.protobuf.ByteString getGclidBytes(); /** *
   * Output only. The date and time at which the lead form was submitted. The format is
   * "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
   * 
* * string submission_date_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The submissionDateTime. */ java.lang.String getSubmissionDateTime(); /** *
   * Output only. The date and time at which the lead form was submitted. The format is
   * "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".
   * 
* * string submission_date_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The bytes for submissionDateTime. */ com.google.protobuf.ByteString getSubmissionDateTimeBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy