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
Modifier and TypeMethodDescriptiongetExistingAssets(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.intThe resource names of existing assets to attach to a scope.The resource names of existing assets to attach to a scope.getNewAssets(int index) The assets to create and attach to a scope.intThe assets to create and attach to a scope.The assets to create and attach to a scope.getNewAssetsOrBuilder(int index) The assets to create and attach to a scope.List<? extends AssetOrBuilder>The assets to create and attach to a scope.getScope()Required.intRequired.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
-
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.v18.resources.Asset new_assets = 1; -
getNewAssets
The assets to create and attach to a scope. This may be combined with existing_assets in the same call.
repeated .google.ads.googleads.v18.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.v18.resources.Asset new_assets = 1; -
getNewAssetsOrBuilderList
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.v18.resources.Asset new_assets = 1; -
getNewAssetsOrBuilder
The assets to create and attach to a scope. This may be combined with existing_assets in the same call.
repeated .google.ads.googleads.v18.resources.Asset new_assets = 1; -
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
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.v18.services.ApplyRecommendationOperation.AdAssetApplyParameters.ApplyScope scope = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The enum numeric value on the wire for scope.
-
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.v18.services.ApplyRecommendationOperation.AdAssetApplyParameters.ApplyScope scope = 3 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The scope.
-