Interface ApplyRecommendationOperation.AdAssetApplyParametersOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ApplyRecommendationOperation.AdAssetApplyParameters,ApplyRecommendationOperation.AdAssetApplyParameters.Builder
- Enclosing class:
- ApplyRecommendationOperation
public static interface ApplyRecommendationOperation.AdAssetApplyParametersOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetExistingAssets(int index)The resource names of existing assets to attach to a scope.com.google.protobuf.ByteStringgetExistingAssetsBytes(int index)The resource names of existing assets to attach to a scope.intgetExistingAssetsCount()The resource names of existing assets to attach to a scope.java.util.List<java.lang.String>getExistingAssetsList()The resource names of existing assets to attach to a scope.AssetgetNewAssets(int index)The assets to create and attach to a scope.intgetNewAssetsCount()The assets to create and attach to a scope.java.util.List<Asset>getNewAssetsList()The assets to create and attach to a scope.AssetOrBuildergetNewAssetsOrBuilder(int index)The assets to create and attach to a scope.java.util.List<? extends AssetOrBuilder>getNewAssetsOrBuilderList()The assets to create and attach to a scope.ApplyRecommendationOperation.AdAssetApplyParameters.ApplyScopegetScope()Required.intgetScopeValue()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNewAssetsList
java.util.List<Asset> getNewAssetsList()
The assets to create and attach to a scope. This may be combined with existing_assets in the same call.
repeated .google.ads.googleads.v15.resources.Asset new_assets = 1;
-
getNewAssets
Asset getNewAssets(int index)
The assets to create and attach to a scope. This may be combined with existing_assets in the same call.
repeated .google.ads.googleads.v15.resources.Asset new_assets = 1;
-
getNewAssetsCount
int getNewAssetsCount()
The assets to create and attach to a scope. This may be combined with existing_assets in the same call.
repeated .google.ads.googleads.v15.resources.Asset new_assets = 1;
-
getNewAssetsOrBuilderList
java.util.List<? extends AssetOrBuilder> getNewAssetsOrBuilderList()
The assets to create and attach to a scope. This may be combined with existing_assets in the same call.
repeated .google.ads.googleads.v15.resources.Asset new_assets = 1;
-
getNewAssetsOrBuilder
AssetOrBuilder getNewAssetsOrBuilder(int index)
The assets to create and attach to a scope. This may be combined with existing_assets in the same call.
repeated .google.ads.googleads.v15.resources.Asset new_assets = 1;
-
getExistingAssetsList
java.util.List<java.lang.String> getExistingAssetsList()
The resource names of existing assets to attach to a scope. This may be combined with new_assets in the same call.
repeated string existing_assets = 2;- Returns:
- A list containing the existingAssets.
-
getExistingAssetsCount
int getExistingAssetsCount()
The resource names of existing assets to attach to a scope. This may be combined with new_assets in the same call.
repeated string existing_assets = 2;- Returns:
- The count of existingAssets.
-
getExistingAssets
java.lang.String getExistingAssets(int index)
The resource names of existing assets to attach to a scope. This may be combined with new_assets in the same call.
repeated string existing_assets = 2;- Parameters:
index- The index of the element to return.- Returns:
- The existingAssets at the given index.
-
getExistingAssetsBytes
com.google.protobuf.ByteString getExistingAssetsBytes(int index)
The resource names of existing assets to attach to a scope. This may be combined with new_assets in the same call.
repeated string existing_assets = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the existingAssets at the given index.
-
getScopeValue
int getScopeValue()
Required. The scope at which to apply the assets. Assets at the campaign scope level will be applied to the campaign associated with the recommendation. Assets at the customer scope will apply to the entire account. Assets at the campaign scope will override any attached at the customer scope.
.google.ads.googleads.v15.services.ApplyRecommendationOperation.AdAssetApplyParameters.ApplyScope scope = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The enum numeric value on the wire for scope.
-
getScope
ApplyRecommendationOperation.AdAssetApplyParameters.ApplyScope getScope()
Required. The scope at which to apply the assets. Assets at the campaign scope level will be applied to the campaign associated with the recommendation. Assets at the customer scope will apply to the entire account. Assets at the campaign scope will override any attached at the customer scope.
.google.ads.googleads.v15.services.ApplyRecommendationOperation.AdAssetApplyParameters.ApplyScope scope = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The scope.
-
-