com.google.ads.googleads.v17.common.BrandInfoOrBuilder 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/common/criteria.proto
// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.common;
public interface BrandInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.common.BrandInfo)
com.google.protobuf.MessageOrBuilder {
/**
*
* Output only. A text representation of a brand.
*
*
* optional string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the displayName field is set.
*/
boolean hasDisplayName();
/**
*
* Output only. A text representation of a brand.
*
*
* optional string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The displayName.
*/
java.lang.String getDisplayName();
/**
*
* Output only. A text representation of a brand.
*
*
* optional string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for displayName.
*/
com.google.protobuf.ByteString
getDisplayNameBytes();
/**
*
* The Commercial KG MID for the brand.
*
*
* optional string entity_id = 1;
* @return Whether the entityId field is set.
*/
boolean hasEntityId();
/**
*
* The Commercial KG MID for the brand.
*
*
* optional string entity_id = 1;
* @return The entityId.
*/
java.lang.String getEntityId();
/**
*
* The Commercial KG MID for the brand.
*
*
* optional string entity_id = 1;
* @return The bytes for entityId.
*/
com.google.protobuf.ByteString
getEntityIdBytes();
/**
*
* Output only. The primary url of a brand.
*
*
* optional string primary_url = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the primaryUrl field is set.
*/
boolean hasPrimaryUrl();
/**
*
* Output only. The primary url of a brand.
*
*
* optional string primary_url = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The primaryUrl.
*/
java.lang.String getPrimaryUrl();
/**
*
* Output only. The primary url of a brand.
*
*
* optional string primary_url = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The bytes for primaryUrl.
*/
com.google.protobuf.ByteString
getPrimaryUrlBytes();
/**
*
* Output only. The rejection reason when a brand status is REJECTED.
*
*
* optional .google.ads.googleads.v17.enums.BrandRequestRejectionReasonEnum.BrandRequestRejectionReason rejection_reason = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the rejectionReason field is set.
*/
boolean hasRejectionReason();
/**
*
* Output only. The rejection reason when a brand status is REJECTED.
*
*
* optional .google.ads.googleads.v17.enums.BrandRequestRejectionReasonEnum.BrandRequestRejectionReason rejection_reason = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for rejectionReason.
*/
int getRejectionReasonValue();
/**
*
* Output only. The rejection reason when a brand status is REJECTED.
*
*
* optional .google.ads.googleads.v17.enums.BrandRequestRejectionReasonEnum.BrandRequestRejectionReason rejection_reason = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The rejectionReason.
*/
com.google.ads.googleads.v17.enums.BrandRequestRejectionReasonEnum.BrandRequestRejectionReason getRejectionReason();
/**
*
* Output only. The status of a brand.
*
*
* optional .google.ads.googleads.v17.enums.BrandStateEnum.BrandState status = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return Whether the status field is set.
*/
boolean hasStatus();
/**
*
* Output only. The status of a brand.
*
*
* optional .google.ads.googleads.v17.enums.BrandStateEnum.BrandState status = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The enum numeric value on the wire for status.
*/
int getStatusValue();
/**
*
* Output only. The status of a brand.
*
*
* optional .google.ads.googleads.v17.enums.BrandStateEnum.BrandState status = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* @return The status.
*/
com.google.ads.googleads.v17.enums.BrandStateEnum.BrandState getStatus();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy