Class CampaignAggregateAssetView

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.google.ads.googleads.v18.resources.CampaignAggregateAssetView
All Implemented Interfaces:
CampaignAggregateAssetViewOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

public final class CampaignAggregateAssetView extends com.google.protobuf.GeneratedMessageV3 implements CampaignAggregateAssetViewOrBuilder
 A campaign-level aggregate asset view that shows where the asset is linked,
 performamce of the asset and stats.
 
Protobuf type google.ads.googleads.v18.resources.CampaignAggregateAssetView
See Also:
  • Field Details

    • RESOURCE_NAME_FIELD_NUMBER

      public static final int RESOURCE_NAME_FIELD_NUMBER
      See Also:
    • CAMPAIGN_FIELD_NUMBER

      public static final int CAMPAIGN_FIELD_NUMBER
      See Also:
    • ASSET_FIELD_NUMBER

      public static final int ASSET_FIELD_NUMBER
      See Also:
    • ASSET_SOURCE_FIELD_NUMBER

      public static final int ASSET_SOURCE_FIELD_NUMBER
      See Also:
    • FIELD_TYPE_FIELD_NUMBER

      public static final int FIELD_TYPE_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()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getResourceName

      public String getResourceName()
       Output only. The resource name of the campaign aggregate asset view.
       Campaign aggregate asset view resource names have the form:
      
       `customers/{customer_id}/campaignAggregateAssetViews/{Campaign.campaign_id}~{Asset.asset_id}~{AssetLinkSource.asset_link_source}~{AssetFieldType.field_type}`
       
      string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getResourceName in interface CampaignAggregateAssetViewOrBuilder
      Returns:
      The resourceName.
    • getResourceNameBytes

      public com.google.protobuf.ByteString getResourceNameBytes()
       Output only. The resource name of the campaign aggregate asset view.
       Campaign aggregate asset view resource names have the form:
      
       `customers/{customer_id}/campaignAggregateAssetViews/{Campaign.campaign_id}~{Asset.asset_id}~{AssetLinkSource.asset_link_source}~{AssetFieldType.field_type}`
       
      string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getResourceNameBytes in interface CampaignAggregateAssetViewOrBuilder
      Returns:
      The bytes for resourceName.
    • hasCampaign

      public boolean hasCampaign()
       Output only. Campaign in which the asset served.
       
      optional string campaign = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      hasCampaign in interface CampaignAggregateAssetViewOrBuilder
      Returns:
      Whether the campaign field is set.
    • getCampaign

      public String getCampaign()
       Output only. Campaign in which the asset served.
       
      optional string campaign = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getCampaign in interface CampaignAggregateAssetViewOrBuilder
      Returns:
      The campaign.
    • getCampaignBytes

      public com.google.protobuf.ByteString getCampaignBytes()
       Output only. Campaign in which the asset served.
       
      optional string campaign = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getCampaignBytes in interface CampaignAggregateAssetViewOrBuilder
      Returns:
      The bytes for campaign.
    • hasAsset

      public boolean hasAsset()
       Output only. The ID of the asset.
       
      optional string asset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      hasAsset in interface CampaignAggregateAssetViewOrBuilder
      Returns:
      Whether the asset field is set.
    • getAsset

      public String getAsset()
       Output only. The ID of the asset.
       
      optional string asset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getAsset in interface CampaignAggregateAssetViewOrBuilder
      Returns:
      The asset.
    • getAssetBytes

      public com.google.protobuf.ByteString getAssetBytes()
       Output only. The ID of the asset.
       
      optional string asset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getAssetBytes in interface CampaignAggregateAssetViewOrBuilder
      Returns:
      The bytes for asset.
    • hasAssetSource

      public boolean hasAssetSource()
       Output only. Source of the asset link.
       
      optional .google.ads.googleads.v18.enums.AssetSourceEnum.AssetSource asset_source = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasAssetSource in interface CampaignAggregateAssetViewOrBuilder
      Returns:
      Whether the assetSource field is set.
    • getAssetSourceValue

      public int getAssetSourceValue()
       Output only. Source of the asset link.
       
      optional .google.ads.googleads.v18.enums.AssetSourceEnum.AssetSource asset_source = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getAssetSourceValue in interface CampaignAggregateAssetViewOrBuilder
      Returns:
      The enum numeric value on the wire for assetSource.
    • getAssetSource

      public AssetSourceEnum.AssetSource getAssetSource()
       Output only. Source of the asset link.
       
      optional .google.ads.googleads.v18.enums.AssetSourceEnum.AssetSource asset_source = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getAssetSource in interface CampaignAggregateAssetViewOrBuilder
      Returns:
      The assetSource.
    • hasFieldType

      public boolean hasFieldType()
       Output only. FieldType of the asset.
       
      optional .google.ads.googleads.v18.enums.AssetFieldTypeEnum.AssetFieldType field_type = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasFieldType in interface CampaignAggregateAssetViewOrBuilder
      Returns:
      Whether the fieldType field is set.
    • getFieldTypeValue

      public int getFieldTypeValue()
       Output only. FieldType of the asset.
       
      optional .google.ads.googleads.v18.enums.AssetFieldTypeEnum.AssetFieldType field_type = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getFieldTypeValue in interface CampaignAggregateAssetViewOrBuilder
      Returns:
      The enum numeric value on the wire for fieldType.
    • getFieldType

      public AssetFieldTypeEnum.AssetFieldType getFieldType()
       Output only. FieldType of the asset.
       
      optional .google.ads.googleads.v18.enums.AssetFieldTypeEnum.AssetFieldType field_type = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getFieldType in interface CampaignAggregateAssetViewOrBuilder
      Returns:
      The fieldType.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class 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.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • 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 CampaignAggregateAssetView parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static CampaignAggregateAssetView.Builder newBuilder()
    • newBuilder

      public static CampaignAggregateAssetView.Builder newBuilder(CampaignAggregateAssetView prototype)
    • toBuilder

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

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

      public static CampaignAggregateAssetView getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<CampaignAggregateAssetView> 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.GeneratedMessageV3
    • getDefaultInstanceForType

      public CampaignAggregateAssetView getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder