com.google.ads.googleads.v17.resources.ChannelAggregateAssetViewOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/resources/channel_aggregate_asset_view.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface ChannelAggregateAssetViewOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.ChannelAggregateAssetView)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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) = { ... }
* @return The resourceName.
*/
java.lang.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) = { ... }
* @return The bytes for resourceName.
*/
com.google.protobuf.ByteString
getResourceNameBytes();
/**
*
* Output only. Channel in which the asset served.
*
*
* optional .google.ads.googleads.v17.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType advertising_channel_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the advertisingChannelType field is set.
*/
boolean hasAdvertisingChannelType();
/**
*
* Output only. Channel in which the asset served.
*
*
* optional .google.ads.googleads.v17.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType advertising_channel_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for advertisingChannelType.
*/
int getAdvertisingChannelTypeValue();
/**
*
* Output only. Channel in which the asset served.
*
*
* optional .google.ads.googleads.v17.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType advertising_channel_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The advertisingChannelType.
*/
com.google.ads.googleads.v17.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType getAdvertisingChannelType();
/**
*
* Output only. The ID of the asset.
*
*
* optional string asset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return Whether the asset field is set.
*/
boolean hasAsset();
/**
*
* Output only. The ID of the asset.
*
*
* optional string asset = 3 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The asset.
*/
java.lang.String getAsset();
/**
*
* Output only. The ID of the asset.
*
*
* optional 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. Source of the asset link.
*
*
* optional .google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource asset_source = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the assetSource field is set.
*/
boolean hasAssetSource();
/**
*
* Output only. Source of the asset link.
*
*
* optional .google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource asset_source = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for assetSource.
*/
int getAssetSourceValue();
/**
*
* Output only. Source of the asset link.
*
*
* optional .google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource asset_source = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The assetSource.
*/
com.google.ads.googleads.v17.enums.AssetSourceEnum.AssetSource getAssetSource();
/**
*
* Output only. FieldType of the asset.
*
*
* optional .google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType field_type = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the fieldType field is set.
*/
boolean hasFieldType();
/**
*
* Output only. FieldType of the asset.
*
*
* optional .google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType field_type = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for fieldType.
*/
int getFieldTypeValue();
/**
*
* Output only. FieldType of the asset.
*
*
* optional .google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType field_type = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The fieldType.
*/
com.google.ads.googleads.v17.enums.AssetFieldTypeEnum.AssetFieldType getFieldType();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy