Class ChannelAggregateAssetView

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

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

    • RESOURCE_NAME_FIELD_NUMBER

      public static final int RESOURCE_NAME_FIELD_NUMBER
      See Also:
    • ADVERTISING_CHANNEL_TYPE_FIELD_NUMBER

      public static final int ADVERTISING_CHANNEL_TYPE_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 channel aggregate asset view.
       Channel aggregate asset view resource names have the form:
      
       `customers/{customer_id}/channelAggregateAssetViews/{ChannelAssetV2.advertising_channel_type}~{ChannelAssetV2.asset_id}~{ChannelAssetV2.asset_source}~{ChannelAssetV2.field_type}"`
       
      string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getResourceName in interface ChannelAggregateAssetViewOrBuilder
      Returns:
      The resourceName.
    • getResourceNameBytes

      public com.google.protobuf.ByteString getResourceNameBytes()
       Output only. The resource name of the channel aggregate asset view.
       Channel aggregate asset view resource names have the form:
      
       `customers/{customer_id}/channelAggregateAssetViews/{ChannelAssetV2.advertising_channel_type}~{ChannelAssetV2.asset_id}~{ChannelAssetV2.asset_source}~{ChannelAssetV2.field_type}"`
       
      string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
      Specified by:
      getResourceNameBytes in interface ChannelAggregateAssetViewOrBuilder
      Returns:
      The bytes for resourceName.
    • hasAdvertisingChannelType

      public boolean hasAdvertisingChannelType()
       Output only. Channel in which the asset served.
       
      optional .google.ads.googleads.v18.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType advertising_channel_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasAdvertisingChannelType in interface ChannelAggregateAssetViewOrBuilder
      Returns:
      Whether the advertisingChannelType field is set.
    • getAdvertisingChannelTypeValue

      public int getAdvertisingChannelTypeValue()
       Output only. Channel in which the asset served.
       
      optional .google.ads.googleads.v18.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType advertising_channel_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getAdvertisingChannelTypeValue in interface ChannelAggregateAssetViewOrBuilder
      Returns:
      The enum numeric value on the wire for advertisingChannelType.
    • getAdvertisingChannelType

      public AdvertisingChannelTypeEnum.AdvertisingChannelType getAdvertisingChannelType()
       Output only. Channel in which the asset served.
       
      optional .google.ads.googleads.v18.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType advertising_channel_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getAdvertisingChannelType in interface ChannelAggregateAssetViewOrBuilder
      Returns:
      The advertisingChannelType.
    • 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 ChannelAggregateAssetViewOrBuilder
      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 ChannelAggregateAssetViewOrBuilder
      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 ChannelAggregateAssetViewOrBuilder
      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 ChannelAggregateAssetViewOrBuilder
      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 ChannelAggregateAssetViewOrBuilder
      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 ChannelAggregateAssetViewOrBuilder
      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 ChannelAggregateAssetViewOrBuilder
      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 ChannelAggregateAssetViewOrBuilder
      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 ChannelAggregateAssetViewOrBuilder
      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 ChannelAggregateAssetView parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static ChannelAggregateAssetView.Builder newBuilder()
    • newBuilder

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

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

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

      public static ChannelAggregateAssetView getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<ChannelAggregateAssetView> 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 ChannelAggregateAssetView getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder