Class AiMaxSearchTermAdCombinationView

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.protobuf.GeneratedMessage.ExtendableMessage<com.google.protobuf.GeneratedMessageV3>
com.google.protobuf.GeneratedMessageV3
com.google.ads.googleads.v21.resources.AiMaxSearchTermAdCombinationView
All Implemented Interfaces:
AiMaxSearchTermAdCombinationViewOrBuilder, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<com.google.protobuf.GeneratedMessageV3>, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

public final class AiMaxSearchTermAdCombinationView extends com.google.protobuf.GeneratedMessageV3 implements AiMaxSearchTermAdCombinationViewOrBuilder
 AiMaxSearchTermAdCombinationView Resource.
 
Protobuf type google.ads.googleads.v21.resources.AiMaxSearchTermAdCombinationView
See Also:
  • Field Details

    • RESOURCE_NAME_FIELD_NUMBER

      public static final int RESOURCE_NAME_FIELD_NUMBER
      See Also:
    • AD_GROUP_FIELD_NUMBER

      public static final int AD_GROUP_FIELD_NUMBER
      See Also:
    • SEARCH_TERM_FIELD_NUMBER

      public static final int SEARCH_TERM_FIELD_NUMBER
      See Also:
    • LANDING_PAGE_FIELD_NUMBER

      public static final int LANDING_PAGE_FIELD_NUMBER
      See Also:
    • HEADLINE_FIELD_NUMBER

      public static final int HEADLINE_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Overrides:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getResourceName

      public String getResourceName()
       Output only. The resource name of the AI Max Search Term Ad Combination
       view AI Max Search Term Ad Combination view resource names have the form:
      
       `customers/{customer_id}/aiMaxSearchTermAdCombinationViews/{ad_group_id}~{URL-base64_search_term}~{URL-base64_landing_page}~{URL-base64_headline}`
       
      string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getResourceName in interface AiMaxSearchTermAdCombinationViewOrBuilder
      Returns:
      The resourceName.
    • getResourceNameBytes

      public com.google.protobuf.ByteString getResourceNameBytes()
       Output only. The resource name of the AI Max Search Term Ad Combination
       view AI Max Search Term Ad Combination view resource names have the form:
      
       `customers/{customer_id}/aiMaxSearchTermAdCombinationViews/{ad_group_id}~{URL-base64_search_term}~{URL-base64_landing_page}~{URL-base64_headline}`
       
      string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getResourceNameBytes in interface AiMaxSearchTermAdCombinationViewOrBuilder
      Returns:
      The bytes for resourceName.
    • hasAdGroup

      public boolean hasAdGroup()
       Output only. Ad group where the search term served.
       
      optional string ad_group = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      hasAdGroup in interface AiMaxSearchTermAdCombinationViewOrBuilder
      Returns:
      Whether the adGroup field is set.
    • getAdGroup

      public String getAdGroup()
       Output only. Ad group where the search term served.
       
      optional string ad_group = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getAdGroup in interface AiMaxSearchTermAdCombinationViewOrBuilder
      Returns:
      The adGroup.
    • getAdGroupBytes

      public com.google.protobuf.ByteString getAdGroupBytes()
       Output only. Ad group where the search term served.
       
      optional string ad_group = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getAdGroupBytes in interface AiMaxSearchTermAdCombinationViewOrBuilder
      Returns:
      The bytes for adGroup.
    • hasSearchTerm

      public boolean hasSearchTerm()
       Output only. The search term that triggered the ad. This field is
       read-only.
       
      optional string search_term = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasSearchTerm in interface AiMaxSearchTermAdCombinationViewOrBuilder
      Returns:
      Whether the searchTerm field is set.
    • getSearchTerm

      public String getSearchTerm()
       Output only. The search term that triggered the ad. This field is
       read-only.
       
      optional string search_term = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getSearchTerm in interface AiMaxSearchTermAdCombinationViewOrBuilder
      Returns:
      The searchTerm.
    • getSearchTermBytes

      public com.google.protobuf.ByteString getSearchTermBytes()
       Output only. The search term that triggered the ad. This field is
       read-only.
       
      optional string search_term = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getSearchTermBytes in interface AiMaxSearchTermAdCombinationViewOrBuilder
      Returns:
      The bytes for searchTerm.
    • hasLandingPage

      public boolean hasLandingPage()
       Output only. The destination URL, which was dynamically generated. This
       field is read-only.
       
      optional string landing_page = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasLandingPage in interface AiMaxSearchTermAdCombinationViewOrBuilder
      Returns:
      Whether the landingPage field is set.
    • getLandingPage

      public String getLandingPage()
       Output only. The destination URL, which was dynamically generated. This
       field is read-only.
       
      optional string landing_page = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getLandingPage in interface AiMaxSearchTermAdCombinationViewOrBuilder
      Returns:
      The landingPage.
    • getLandingPageBytes

      public com.google.protobuf.ByteString getLandingPageBytes()
       Output only. The destination URL, which was dynamically generated. This
       field is read-only.
       
      optional string landing_page = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getLandingPageBytes in interface AiMaxSearchTermAdCombinationViewOrBuilder
      Returns:
      The bytes for landingPage.
    • hasHeadline

      public boolean hasHeadline()
       Output only. The concatenated string containing headline assets for the ad.
       Up to three headline assets are concatenated, separated by " | ". This
       field is read-only.
       
      optional string headline = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasHeadline in interface AiMaxSearchTermAdCombinationViewOrBuilder
      Returns:
      Whether the headline field is set.
    • getHeadline

      public String getHeadline()
       Output only. The concatenated string containing headline assets for the ad.
       Up to three headline assets are concatenated, separated by " | ". This
       field is read-only.
       
      optional string headline = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getHeadline in interface AiMaxSearchTermAdCombinationViewOrBuilder
      Returns:
      The headline.
    • getHeadlineBytes

      public com.google.protobuf.ByteString getHeadlineBytes()
       Output only. The concatenated string containing headline assets for the ad.
       Up to three headline assets are concatenated, separated by " | ". This
       field is read-only.
       
      optional string headline = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getHeadlineBytes in interface AiMaxSearchTermAdCombinationViewOrBuilder
      Returns:
      The bytes for headline.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.ExtendableMessage<com.google.protobuf.GeneratedMessageV3>
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static AiMaxSearchTermAdCombinationView parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AiMaxSearchTermAdCombinationView parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AiMaxSearchTermAdCombinationView parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AiMaxSearchTermAdCombinationView parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AiMaxSearchTermAdCombinationView parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AiMaxSearchTermAdCombinationView parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static AiMaxSearchTermAdCombinationView parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AiMaxSearchTermAdCombinationView parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static AiMaxSearchTermAdCombinationView parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static AiMaxSearchTermAdCombinationView parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AiMaxSearchTermAdCombinationView parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static AiMaxSearchTermAdCombinationView parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public AiMaxSearchTermAdCombinationView.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static AiMaxSearchTermAdCombinationView.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected AiMaxSearchTermAdCombinationView.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static AiMaxSearchTermAdCombinationView getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<AiMaxSearchTermAdCombinationView> parser()
    • getParserForType

      public com.google.protobuf.Parser<AiMaxSearchTermAdCombinationView> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public AiMaxSearchTermAdCombinationView getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<com.google.protobuf.GeneratedMessageV3>
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder