com.google.ads.googleads.v17.resources.CampaignSharedSetOrBuilder 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/campaign_shared_set.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface CampaignSharedSetOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.CampaignSharedSet)
com.google.protobuf.MessageOrBuilder {
/**
*
* Immutable. The resource name of the campaign shared set.
* Campaign shared set resource names have the form:
*
* `customers/{customer_id}/campaignSharedSets/{campaign_id}~{shared_set_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 campaign shared set.
* Campaign shared set resource names have the form:
*
* `customers/{customer_id}/campaignSharedSets/{campaign_id}~{shared_set_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 campaign to which the campaign shared set belongs.
*
*
* optional string campaign = 5 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return Whether the campaign field is set.
*/
boolean hasCampaign();
/**
*
* Immutable. The campaign to which the campaign shared set belongs.
*
*
* optional string campaign = 5 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The campaign.
*/
java.lang.String getCampaign();
/**
*
* Immutable. The campaign to which the campaign shared set belongs.
*
*
* optional string campaign = 5 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The bytes for campaign.
*/
com.google.protobuf.ByteString
getCampaignBytes();
/**
*
* Immutable. The shared set associated with the campaign. This may be a
* negative keyword shared set of another customer. This customer should be a
* manager of the other customer, otherwise the campaign shared set will exist
* but have no serving effect. Only negative keyword shared sets can be
* associated with Shopping campaigns. Only negative placement shared sets can
* be associated with Display mobile app campaigns.
*
*
* optional string shared_set = 6 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return Whether the sharedSet field is set.
*/
boolean hasSharedSet();
/**
*
* Immutable. The shared set associated with the campaign. This may be a
* negative keyword shared set of another customer. This customer should be a
* manager of the other customer, otherwise the campaign shared set will exist
* but have no serving effect. Only negative keyword shared sets can be
* associated with Shopping campaigns. Only negative placement shared sets can
* be associated with Display mobile app campaigns.
*
*
* optional string shared_set = 6 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The sharedSet.
*/
java.lang.String getSharedSet();
/**
*
* Immutable. The shared set associated with the campaign. This may be a
* negative keyword shared set of another customer. This customer should be a
* manager of the other customer, otherwise the campaign shared set will exist
* but have no serving effect. Only negative keyword shared sets can be
* associated with Shopping campaigns. Only negative placement shared sets can
* be associated with Display mobile app campaigns.
*
*
* optional string shared_set = 6 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }
* @return The bytes for sharedSet.
*/
com.google.protobuf.ByteString
getSharedSetBytes();
/**
*
* Output only. The status of this campaign shared set. Read only.
*
*
* .google.ads.googleads.v17.enums.CampaignSharedSetStatusEnum.CampaignSharedSetStatus status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for status.
*/
int getStatusValue();
/**
*
* Output only. The status of this campaign shared set. Read only.
*
*
* .google.ads.googleads.v17.enums.CampaignSharedSetStatusEnum.CampaignSharedSetStatus status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The status.
*/
com.google.ads.googleads.v17.enums.CampaignSharedSetStatusEnum.CampaignSharedSetStatus getStatus();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy