Interface RemarketingActionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RemarketingAction,RemarketingAction.Builder
public interface RemarketingActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlonggetId()Output only.getName()The name of the remarketing action.com.google.protobuf.ByteStringThe name of the remarketing action.Immutable.com.google.protobuf.ByteStringImmutable.getTagSnippets(int index) Output only.intOutput only.Output only.getTagSnippetsOrBuilder(int index) Output only.List<? extends TagSnippetOrBuilder>Output only.booleanhasId()Output only.booleanhasName()The name of the remarketing action.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
-
getResourceName
String getResourceName()Immutable. The resource name of the remarketing action. Remarketing action resource names have the form: `customers/{customer_id}/remarketingActions/{remarketing_action_id}`string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- The resourceName.
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()Immutable. The resource name of the remarketing action. Remarketing action resource names have the form: `customers/{customer_id}/remarketingActions/{remarketing_action_id}`string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for resourceName.
-
hasId
boolean hasId()Output only. Id of the remarketing action.
optional int64 id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- Whether the id field is set.
-
getId
long getId()Output only. Id of the remarketing action.
optional int64 id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];- Returns:
- The id.
-
hasName
boolean hasName()The name of the remarketing action. This field is required and should not be empty when creating new remarketing actions.
optional string name = 6;- Returns:
- Whether the name field is set.
-
getName
String getName()The name of the remarketing action. This field is required and should not be empty when creating new remarketing actions.
optional string name = 6;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()The name of the remarketing action. This field is required and should not be empty when creating new remarketing actions.
optional string name = 6;- Returns:
- The bytes for name.
-
getTagSnippetsList
List<TagSnippet> getTagSnippetsList()Output only. The snippets used for tracking remarketing actions.
repeated .google.ads.googleads.v18.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getTagSnippets
Output only. The snippets used for tracking remarketing actions.
repeated .google.ads.googleads.v18.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getTagSnippetsCount
int getTagSnippetsCount()Output only. The snippets used for tracking remarketing actions.
repeated .google.ads.googleads.v18.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getTagSnippetsOrBuilderList
List<? extends TagSnippetOrBuilder> getTagSnippetsOrBuilderList()Output only. The snippets used for tracking remarketing actions.
repeated .google.ads.googleads.v18.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getTagSnippetsOrBuilder
Output only. The snippets used for tracking remarketing actions.
repeated .google.ads.googleads.v18.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
-