com.google.ads.googleads.v17.resources.UserInterestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of google-ads-stubs-v17 Show documentation
Show all versions of google-ads-stubs-v17 Show documentation
Stubs for GAAPI version google-ads-stubs-v17
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v17/resources/user_interest.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface UserInterestOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.UserInterest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Output only. The resource name of the user interest.
* User interest resource names have the form:
*
* `customers/{customer_id}/userInterests/{user_interest_id}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The resourceName.
*/
java.lang.String getResourceName();
/**
*
* Output only. The resource name of the user interest.
* User interest resource names have the form:
*
* `customers/{customer_id}/userInterests/{user_interest_id}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The bytes for resourceName.
*/
com.google.protobuf.ByteString
getResourceNameBytes();
/**
*
* Output only. Taxonomy type of the user interest.
*
*
* .google.ads.googleads.v17.enums.UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType taxonomy_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for taxonomyType.
*/
int getTaxonomyTypeValue();
/**
*
* Output only. Taxonomy type of the user interest.
*
*
* .google.ads.googleads.v17.enums.UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType taxonomy_type = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The taxonomyType.
*/
com.google.ads.googleads.v17.enums.UserInterestTaxonomyTypeEnum.UserInterestTaxonomyType getTaxonomyType();
/**
*
* Output only. The ID of the user interest.
*
*
* optional int64 user_interest_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the userInterestId field is set.
*/
boolean hasUserInterestId();
/**
*
* Output only. The ID of the user interest.
*
*
* optional int64 user_interest_id = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The userInterestId.
*/
long getUserInterestId();
/**
*
* Output only. The name of the user interest.
*
*
* optional string name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the name field is set.
*/
boolean hasName();
/**
*
* Output only. The name of the user interest.
*
*
* optional string name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The name.
*/
java.lang.String getName();
/**
*
* Output only. The name of the user interest.
*
*
* optional string name = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* Output only. The parent of the user interest.
*
*
* optional string user_interest_parent = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return Whether the userInterestParent field is set.
*/
boolean hasUserInterestParent();
/**
*
* Output only. The parent of the user interest.
*
*
* optional string user_interest_parent = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The userInterestParent.
*/
java.lang.String getUserInterestParent();
/**
*
* Output only. The parent of the user interest.
*
*
* optional string user_interest_parent = 10 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
* @return The bytes for userInterestParent.
*/
com.google.protobuf.ByteString
getUserInterestParentBytes();
/**
*
* Output only. True if the user interest is launched to all channels and
* locales.
*
*
* optional bool launched_to_all = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the launchedToAll field is set.
*/
boolean hasLaunchedToAll();
/**
*
* Output only. True if the user interest is launched to all channels and
* locales.
*
*
* optional bool launched_to_all = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The launchedToAll.
*/
boolean getLaunchedToAll();
/**
*
* Output only. Availability information of the user interest.
*
*
* repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
java.util.List
getAvailabilitiesList();
/**
*
* Output only. Availability information of the user interest.
*
*
* repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.common.CriterionCategoryAvailability getAvailabilities(int index);
/**
*
* Output only. Availability information of the user interest.
*
*
* repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
int getAvailabilitiesCount();
/**
*
* Output only. Availability information of the user interest.
*
*
* repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
java.util.List extends com.google.ads.googleads.v17.common.CriterionCategoryAvailabilityOrBuilder>
getAvailabilitiesOrBuilderList();
/**
*
* Output only. Availability information of the user interest.
*
*
* repeated .google.ads.googleads.v17.common.CriterionCategoryAvailability availabilities = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*/
com.google.ads.googleads.v17.common.CriterionCategoryAvailabilityOrBuilder getAvailabilitiesOrBuilder(
int index);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy