Interface LeadFormSubmissionDataOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    LeadFormSubmissionData, LeadFormSubmissionData.Builder

    public interface LeadFormSubmissionDataOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getResourceName

        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) = { ... }
        Returns:
        The resourceName.
      • getResourceNameBytes

        com.google.protobuf.ByteString getResourceNameBytes()
         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) = { ... }
        Returns:
        The bytes for resourceName.
      • getId

        java.lang.String getId()
         Output only. ID of this lead form submission.
         
        string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         Output only. ID of this lead form submission.
         
        string id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for id.
      • getAsset

        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) = { ... }
        Returns:
        The asset.
      • getAssetBytes

        com.google.protobuf.ByteString getAssetBytes()
         Output only. Asset associated with the submitted lead form.
         
        string asset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for asset.
      • getCampaign

        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) = { ... }
        Returns:
        The campaign.
      • getCampaignBytes

        com.google.protobuf.ByteString getCampaignBytes()
         Output only. Campaign associated with the submitted lead form.
         
        string campaign = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for campaign.
      • getLeadFormSubmissionFieldsList

        java.util.List<LeadFormSubmissionField> getLeadFormSubmissionFieldsList()
         Output only. Submission data associated with a lead form.
         
        repeated .google.ads.googleads.v15.resources.LeadFormSubmissionField lead_form_submission_fields = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getLeadFormSubmissionFields

        LeadFormSubmissionField getLeadFormSubmissionFields​(int index)
         Output only. Submission data associated with a lead form.
         
        repeated .google.ads.googleads.v15.resources.LeadFormSubmissionField lead_form_submission_fields = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getLeadFormSubmissionFieldsCount

        int getLeadFormSubmissionFieldsCount()
         Output only. Submission data associated with a lead form.
         
        repeated .google.ads.googleads.v15.resources.LeadFormSubmissionField lead_form_submission_fields = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getLeadFormSubmissionFieldsOrBuilderList

        java.util.List<? extends LeadFormSubmissionFieldOrBuilder> getLeadFormSubmissionFieldsOrBuilderList()
         Output only. Submission data associated with a lead form.
         
        repeated .google.ads.googleads.v15.resources.LeadFormSubmissionField lead_form_submission_fields = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getLeadFormSubmissionFieldsOrBuilder

        LeadFormSubmissionFieldOrBuilder getLeadFormSubmissionFieldsOrBuilder​(int index)
         Output only. Submission data associated with a lead form.
         
        repeated .google.ads.googleads.v15.resources.LeadFormSubmissionField lead_form_submission_fields = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCustomLeadFormSubmissionFieldsList

        java.util.List<CustomLeadFormSubmissionField> getCustomLeadFormSubmissionFieldsList()
         Output only. Submission data associated with a custom lead form.
         
        repeated .google.ads.googleads.v15.resources.CustomLeadFormSubmissionField custom_lead_form_submission_fields = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCustomLeadFormSubmissionFields

        CustomLeadFormSubmissionField getCustomLeadFormSubmissionFields​(int index)
         Output only. Submission data associated with a custom lead form.
         
        repeated .google.ads.googleads.v15.resources.CustomLeadFormSubmissionField custom_lead_form_submission_fields = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCustomLeadFormSubmissionFieldsCount

        int getCustomLeadFormSubmissionFieldsCount()
         Output only. Submission data associated with a custom lead form.
         
        repeated .google.ads.googleads.v15.resources.CustomLeadFormSubmissionField custom_lead_form_submission_fields = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCustomLeadFormSubmissionFieldsOrBuilderList

        java.util.List<? extends CustomLeadFormSubmissionFieldOrBuilder> getCustomLeadFormSubmissionFieldsOrBuilderList()
         Output only. Submission data associated with a custom lead form.
         
        repeated .google.ads.googleads.v15.resources.CustomLeadFormSubmissionField custom_lead_form_submission_fields = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCustomLeadFormSubmissionFieldsOrBuilder

        CustomLeadFormSubmissionFieldOrBuilder getCustomLeadFormSubmissionFieldsOrBuilder​(int index)
         Output only. Submission data associated with a custom lead form.
         
        repeated .google.ads.googleads.v15.resources.CustomLeadFormSubmissionField custom_lead_form_submission_fields = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getAdGroup

        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) = { ... }
        Returns:
        The adGroup.
      • getAdGroupBytes

        com.google.protobuf.ByteString getAdGroupBytes()
         Output only. AdGroup associated with the submitted lead form.
         
        string ad_group = 6 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for adGroup.
      • getAdGroupAd

        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) = { ... }
        Returns:
        The adGroupAd.
      • getAdGroupAdBytes

        com.google.protobuf.ByteString getAdGroupAdBytes()
         Output only. AdGroupAd associated with the submitted lead form.
         
        string ad_group_ad = 7 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for adGroupAd.
      • getGclid

        java.lang.String getGclid()
         Output only. Google Click Id associated with the submissed lead form.
         
        string gclid = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The gclid.
      • getGclidBytes

        com.google.protobuf.ByteString getGclidBytes()
         Output only. Google Click Id associated with the submissed lead form.
         
        string gclid = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The bytes for gclid.
      • getSubmissionDateTime

        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];
        Returns:
        The submissionDateTime.
      • getSubmissionDateTimeBytes

        com.google.protobuf.ByteString getSubmissionDateTimeBytes()
         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];
        Returns:
        The bytes for submissionDateTime.