Interface AssetGenerationExistingContextOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AssetGenerationExistingContext,AssetGenerationExistingContext.Builder
public interface AssetGenerationExistingContextOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionResource name of an existing AdGroupAd for which these assets are being generated.com.google.protobuf.ByteStringResource name of an existing AdGroupAd for which these assets are being generated.Resource name of an existing AssetGroup for which these assets are being generated.com.google.protobuf.ByteStringResource name of an existing AssetGroup for which these assets are being generated.booleanResource name of an existing AdGroupAd for which these assets are being generated.booleanResource name of an existing AssetGroup for which these assets are being generated.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasExistingAssetGroup
boolean hasExistingAssetGroup()Resource name of an existing AssetGroup for which these assets are being generated.
string existing_asset_group = 1 [(.google.api.resource_reference) = { ... }- Returns:
- Whether the existingAssetGroup field is set.
-
getExistingAssetGroup
String getExistingAssetGroup()Resource name of an existing AssetGroup for which these assets are being generated.
string existing_asset_group = 1 [(.google.api.resource_reference) = { ... }- Returns:
- The existingAssetGroup.
-
getExistingAssetGroupBytes
com.google.protobuf.ByteString getExistingAssetGroupBytes()Resource name of an existing AssetGroup for which these assets are being generated.
string existing_asset_group = 1 [(.google.api.resource_reference) = { ... }- Returns:
- The bytes for existingAssetGroup.
-
hasExistingAdGroupAd
boolean hasExistingAdGroupAd()Resource name of an existing AdGroupAd for which these assets are being generated.
string existing_ad_group_ad = 2 [(.google.api.resource_reference) = { ... }- Returns:
- Whether the existingAdGroupAd field is set.
-
getExistingAdGroupAd
String getExistingAdGroupAd()Resource name of an existing AdGroupAd for which these assets are being generated.
string existing_ad_group_ad = 2 [(.google.api.resource_reference) = { ... }- Returns:
- The existingAdGroupAd.
-
getExistingAdGroupAdBytes
com.google.protobuf.ByteString getExistingAdGroupAdBytes()Resource name of an existing AdGroupAd for which these assets are being generated.
string existing_ad_group_ad = 2 [(.google.api.resource_reference) = { ... }- Returns:
- The bytes for existingAdGroupAd.
-
getExistingContextCase
AssetGenerationExistingContext.ExistingContextCase getExistingContextCase()
-