com.google.ads.googleads.v17.resources.CombinedAudienceOrBuilder 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/combined_audience.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;
public interface CombinedAudienceOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.CombinedAudience)
com.google.protobuf.MessageOrBuilder {
/**
*
* Immutable. The resource name of the combined audience.
* Combined audience names have the form:
*
* `customers/{customer_id}/combinedAudience/{combined_audience_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 combined audience.
* Combined audience names have the form:
*
* `customers/{customer_id}/combinedAudience/{combined_audience_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 combined audience.
*
*
* int64 id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The id.
*/
long getId();
/**
*
* Output only. Status of this combined audience. Indicates whether the
* combined audience is enabled or removed.
*
*
* .google.ads.googleads.v17.enums.CombinedAudienceStatusEnum.CombinedAudienceStatus status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for status.
*/
int getStatusValue();
/**
*
* Output only. Status of this combined audience. Indicates whether the
* combined audience is enabled or removed.
*
*
* .google.ads.googleads.v17.enums.CombinedAudienceStatusEnum.CombinedAudienceStatus status = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The status.
*/
com.google.ads.googleads.v17.enums.CombinedAudienceStatusEnum.CombinedAudienceStatus getStatus();
/**
*
* Output only. Name of the combined audience. It should be unique across all
* combined audiences.
*
*
* string name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The name.
*/
java.lang.String getName();
/**
*
* Output only. Name of the combined audience. It should be unique across all
* combined audiences.
*
*
* string name = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for name.
*/
com.google.protobuf.ByteString
getNameBytes();
/**
*
* Output only. Description of this combined audience.
*
*
* string description = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The description.
*/
java.lang.String getDescription();
/**
*
* Output only. Description of this combined audience.
*
*
* string description = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for description.
*/
com.google.protobuf.ByteString
getDescriptionBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy