com.google.ads.googleads.v17.resources.AssetGroupProductGroupViewOrBuilder 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/asset_group_product_group_view.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface AssetGroupProductGroupViewOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.AssetGroupProductGroupView)
com.google.protobuf.MessageOrBuilder {
/**
*
* Output only. The resource name of the asset group product group view.
* Asset group product group view resource names have the form:
*
* `customers/{customer_id}/assetGroupProductGroupViews/{asset_group_id}~{listing_group_filter_id}`
*
*
* 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 asset group product group view.
* Asset group product group view resource names have the form:
*
* `customers/{customer_id}/assetGroupProductGroupViews/{asset_group_id}~{listing_group_filter_id}`
*
*
* 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. The asset group associated with the listing group filter.
*
*
* string asset_group = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The assetGroup.
*/
java.lang.String getAssetGroup();
/**
*
* Output only. The asset group associated with the listing group filter.
*
*
* string asset_group = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The bytes for assetGroup.
*/
com.google.protobuf.ByteString
getAssetGroupBytes();
/**
*
* Output only. The resource name of the asset group listing group filter.
*
*
* string asset_group_listing_group_filter = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The assetGroupListingGroupFilter.
*/
java.lang.String getAssetGroupListingGroupFilter();
/**
*
* Output only. The resource name of the asset group listing group filter.
*
*
* string asset_group_listing_group_filter = 4 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The bytes for assetGroupListingGroupFilter.
*/
com.google.protobuf.ByteString
getAssetGroupListingGroupFilterBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy