com.google.ads.googleads.v17.resources.SharedCriterionOrBuilder 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/shared_criterion.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface SharedCriterionOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.SharedCriterion)
com.google.protobuf.MessageOrBuilder {
/**
*
* Immutable. The resource name of the shared criterion.
* Shared set resource names have the form:
*
* `customers/{customer_id}/sharedCriteria/{shared_set_id}~{criterion_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 shared criterion.
* Shared set resource names have the form:
*
* `customers/{customer_id}/sharedCriteria/{shared_set_id}~{criterion_id}`
*
*
* string resource_name = 1 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The bytes for resourceName.
*/
com.google.protobuf.ByteString
getResourceNameBytes();
/**
*
* Immutable. The shared set to which the shared criterion belongs.
*
*
* optional string shared_set = 10 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return Whether the sharedSet field is set.
*/
boolean hasSharedSet();
/**
*
* Immutable. The shared set to which the shared criterion belongs.
*
*
* optional string shared_set = 10 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The sharedSet.
*/
java.lang.String getSharedSet();
/**
*
* Immutable. The shared set to which the shared criterion belongs.
*
*
* optional string shared_set = 10 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The bytes for sharedSet.
*/
com.google.protobuf.ByteString
getSharedSetBytes();
/**
*
* Output only. The ID of the criterion.
*
* This field is ignored for mutates.
*
*
* optional int64 criterion_id = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the criterionId field is set.
*/
boolean hasCriterionId();
/**
*
* Output only. The ID of the criterion.
*
* This field is ignored for mutates.
*
*
* optional int64 criterion_id = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The criterionId.
*/
long getCriterionId();
/**
*
* Output only. The type of the criterion.
*
*
* .google.ads.googleads.v17.enums.CriterionTypeEnum.CriterionType type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for type.
*/
int getTypeValue();
/**
*
* Output only. The type of the criterion.
*
*
* .google.ads.googleads.v17.enums.CriterionTypeEnum.CriterionType type = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The type.
*/
com.google.ads.googleads.v17.enums.CriterionTypeEnum.CriterionType getType();
/**
*
* Immutable. Keyword.
*
*
* .google.ads.googleads.v17.common.KeywordInfo keyword = 3 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the keyword field is set.
*/
boolean hasKeyword();
/**
*
* Immutable. Keyword.
*
*
* .google.ads.googleads.v17.common.KeywordInfo keyword = 3 [(.google.api.field_behavior) = IMMUTABLE];
* @return The keyword.
*/
com.google.ads.googleads.v17.common.KeywordInfo getKeyword();
/**
*
* Immutable. Keyword.
*
*
* .google.ads.googleads.v17.common.KeywordInfo keyword = 3 [(.google.api.field_behavior) = IMMUTABLE];
*/
com.google.ads.googleads.v17.common.KeywordInfoOrBuilder getKeywordOrBuilder();
/**
*
* Immutable. YouTube Video.
*
*
* .google.ads.googleads.v17.common.YouTubeVideoInfo youtube_video = 5 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the youtubeVideo field is set.
*/
boolean hasYoutubeVideo();
/**
*
* Immutable. YouTube Video.
*
*
* .google.ads.googleads.v17.common.YouTubeVideoInfo youtube_video = 5 [(.google.api.field_behavior) = IMMUTABLE];
* @return The youtubeVideo.
*/
com.google.ads.googleads.v17.common.YouTubeVideoInfo getYoutubeVideo();
/**
*
* Immutable. YouTube Video.
*
*
* .google.ads.googleads.v17.common.YouTubeVideoInfo youtube_video = 5 [(.google.api.field_behavior) = IMMUTABLE];
*/
com.google.ads.googleads.v17.common.YouTubeVideoInfoOrBuilder getYoutubeVideoOrBuilder();
/**
*
* Immutable. YouTube Channel.
*
*
* .google.ads.googleads.v17.common.YouTubeChannelInfo youtube_channel = 6 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the youtubeChannel field is set.
*/
boolean hasYoutubeChannel();
/**
*
* Immutable. YouTube Channel.
*
*
* .google.ads.googleads.v17.common.YouTubeChannelInfo youtube_channel = 6 [(.google.api.field_behavior) = IMMUTABLE];
* @return The youtubeChannel.
*/
com.google.ads.googleads.v17.common.YouTubeChannelInfo getYoutubeChannel();
/**
*
* Immutable. YouTube Channel.
*
*
* .google.ads.googleads.v17.common.YouTubeChannelInfo youtube_channel = 6 [(.google.api.field_behavior) = IMMUTABLE];
*/
com.google.ads.googleads.v17.common.YouTubeChannelInfoOrBuilder getYoutubeChannelOrBuilder();
/**
*
* Immutable. Placement.
*
*
* .google.ads.googleads.v17.common.PlacementInfo placement = 7 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the placement field is set.
*/
boolean hasPlacement();
/**
*
* Immutable. Placement.
*
*
* .google.ads.googleads.v17.common.PlacementInfo placement = 7 [(.google.api.field_behavior) = IMMUTABLE];
* @return The placement.
*/
com.google.ads.googleads.v17.common.PlacementInfo getPlacement();
/**
*
* Immutable. Placement.
*
*
* .google.ads.googleads.v17.common.PlacementInfo placement = 7 [(.google.api.field_behavior) = IMMUTABLE];
*/
com.google.ads.googleads.v17.common.PlacementInfoOrBuilder getPlacementOrBuilder();
/**
*
* Immutable. Mobile App Category.
*
*
* .google.ads.googleads.v17.common.MobileAppCategoryInfo mobile_app_category = 8 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the mobileAppCategory field is set.
*/
boolean hasMobileAppCategory();
/**
*
* Immutable. Mobile App Category.
*
*
* .google.ads.googleads.v17.common.MobileAppCategoryInfo mobile_app_category = 8 [(.google.api.field_behavior) = IMMUTABLE];
* @return The mobileAppCategory.
*/
com.google.ads.googleads.v17.common.MobileAppCategoryInfo getMobileAppCategory();
/**
*
* Immutable. Mobile App Category.
*
*
* .google.ads.googleads.v17.common.MobileAppCategoryInfo mobile_app_category = 8 [(.google.api.field_behavior) = IMMUTABLE];
*/
com.google.ads.googleads.v17.common.MobileAppCategoryInfoOrBuilder getMobileAppCategoryOrBuilder();
/**
*
* Immutable. Mobile application.
*
*
* .google.ads.googleads.v17.common.MobileApplicationInfo mobile_application = 9 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the mobileApplication field is set.
*/
boolean hasMobileApplication();
/**
*
* Immutable. Mobile application.
*
*
* .google.ads.googleads.v17.common.MobileApplicationInfo mobile_application = 9 [(.google.api.field_behavior) = IMMUTABLE];
* @return The mobileApplication.
*/
com.google.ads.googleads.v17.common.MobileApplicationInfo getMobileApplication();
/**
*
* Immutable. Mobile application.
*
*
* .google.ads.googleads.v17.common.MobileApplicationInfo mobile_application = 9 [(.google.api.field_behavior) = IMMUTABLE];
*/
com.google.ads.googleads.v17.common.MobileApplicationInfoOrBuilder getMobileApplicationOrBuilder();
/**
*
* Immutable. Brand.
*
*
* .google.ads.googleads.v17.common.BrandInfo brand = 12 [(.google.api.field_behavior) = IMMUTABLE];
* @return Whether the brand field is set.
*/
boolean hasBrand();
/**
*
* Immutable. Brand.
*
*
* .google.ads.googleads.v17.common.BrandInfo brand = 12 [(.google.api.field_behavior) = IMMUTABLE];
* @return The brand.
*/
com.google.ads.googleads.v17.common.BrandInfo getBrand();
/**
*
* Immutable. Brand.
*
*
* .google.ads.googleads.v17.common.BrandInfo brand = 12 [(.google.api.field_behavior) = IMMUTABLE];
*/
com.google.ads.googleads.v17.common.BrandInfoOrBuilder getBrandOrBuilder();
com.google.ads.googleads.v17.resources.SharedCriterion.CriterionCase getCriterionCase();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy