com.google.ads.googleads.v10.resources.RemarketingActionOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v10 Show documentation
Show all versions of google-ads-stubs-v10 Show documentation
Stubs for GAAPI version google-ads-stubs-v10
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v10/resources/remarketing_action.proto
package com.google.ads.googleads.v10.resources;
public interface RemarketingActionOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v10.resources.RemarketingAction)
com.google.protobuf.MessageOrBuilder {
/**
*
* 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) = { ... }
* @return The resourceName.
*/
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) = { ... }
* @return The bytes for resourceName.
*/
com.google.protobuf.ByteString
getResourceNameBytes();
/**
*
* Output only. Id of the remarketing action.
*
*
* optional int64 id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the id field is set.
*/
boolean hasId();
/**
*
* Output only. Id of the remarketing action.
*
*
* optional int64 id = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The id.
*/
long getId();
/**
*
* The name of the remarketing action.
* This field is required and should not be empty when creating new
* remarketing actions.
*
*
* optional string name = 6;
* @return Whether the name field is set.
*/
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;
* @return The name.
*/
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;
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* 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];
*/
java.util.List
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];
*/
com.google.ads.googleads.v10.common.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];
*/
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];
*/
java.util.List extends com.google.ads.googleads.v10.common.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];
*/
com.google.ads.googleads.v10.common.TagSnippetOrBuilder getTagSnippetsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy