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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetId()Output only.java.lang.StringgetName()The name of the remarketing action.com.google.protobuf.ByteStringgetNameBytes()The name of the remarketing action.java.lang.StringgetResourceName()Immutable.com.google.protobuf.ByteStringgetResourceNameBytes()Immutable.TagSnippetgetTagSnippets(int index)Output only.intgetTagSnippetsCount()Output only.java.util.List<TagSnippet>getTagSnippetsList()Output only.TagSnippetOrBuildergetTagSnippetsOrBuilder(int index)Output only.java.util.List<? extends TagSnippetOrBuilder>getTagSnippetsOrBuilderList()Output only.booleanhasId()Output only.booleanhasName()The name of the remarketing action.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getResourceName
java.lang.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
java.lang.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
java.util.List<TagSnippet> getTagSnippetsList()
Output only. The snippets used for tracking remarketing actions.
repeated .google.ads.googleads.v10.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getTagSnippets
TagSnippet getTagSnippets(int index)
Output only. The snippets used for tracking remarketing actions.
repeated .google.ads.googleads.v10.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.v10.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getTagSnippetsOrBuilderList
java.util.List<? extends TagSnippetOrBuilder> getTagSnippetsOrBuilderList()
Output only. The snippets used for tracking remarketing actions.
repeated .google.ads.googleads.v10.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getTagSnippetsOrBuilder
TagSnippetOrBuilder getTagSnippetsOrBuilder(int index)
Output only. The snippets used for tracking remarketing actions.
repeated .google.ads.googleads.v10.common.TagSnippet tag_snippets = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-