Interface BrandInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BrandInfo, BrandInfo.Builder

public interface BrandInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasDisplayName

      boolean hasDisplayName()
       Output only. A text representation of a brand.
       
      optional string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the displayName field is set.
    • getDisplayName

      String getDisplayName()
       Output only. A text representation of a brand.
       
      optional string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The displayName.
    • getDisplayNameBytes

      com.google.protobuf.ByteString getDisplayNameBytes()
       Output only. A text representation of a brand.
       
      optional string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for displayName.
    • hasEntityId

      boolean hasEntityId()
       The Commercial KG MID for the brand.
       
      optional string entity_id = 1;
      Returns:
      Whether the entityId field is set.
    • getEntityId

      String getEntityId()
       The Commercial KG MID for the brand.
       
      optional string entity_id = 1;
      Returns:
      The entityId.
    • getEntityIdBytes

      com.google.protobuf.ByteString getEntityIdBytes()
       The Commercial KG MID for the brand.
       
      optional string entity_id = 1;
      Returns:
      The bytes for entityId.
    • hasPrimaryUrl

      boolean hasPrimaryUrl()
       Output only. The primary url of a brand.
       
      optional string primary_url = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the primaryUrl field is set.
    • getPrimaryUrl

      String getPrimaryUrl()
       Output only. The primary url of a brand.
       
      optional string primary_url = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The primaryUrl.
    • getPrimaryUrlBytes

      com.google.protobuf.ByteString getPrimaryUrlBytes()
       Output only. The primary url of a brand.
       
      optional string primary_url = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The bytes for primaryUrl.
    • hasRejectionReason

      boolean hasRejectionReason()
       Output only. The rejection reason when a brand status is REJECTED.
       
      optional .google.ads.googleads.v18.enums.BrandRequestRejectionReasonEnum.BrandRequestRejectionReason rejection_reason = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the rejectionReason field is set.
    • getRejectionReasonValue

      int getRejectionReasonValue()
       Output only. The rejection reason when a brand status is REJECTED.
       
      optional .google.ads.googleads.v18.enums.BrandRequestRejectionReasonEnum.BrandRequestRejectionReason rejection_reason = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The enum numeric value on the wire for rejectionReason.
    • getRejectionReason

       Output only. The rejection reason when a brand status is REJECTED.
       
      optional .google.ads.googleads.v18.enums.BrandRequestRejectionReasonEnum.BrandRequestRejectionReason rejection_reason = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The rejectionReason.
    • hasStatus

      boolean hasStatus()
       Output only. The status of a brand.
       
      optional .google.ads.googleads.v18.enums.BrandStateEnum.BrandState status = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the status field is set.
    • getStatusValue

      int getStatusValue()
       Output only. The status of a brand.
       
      optional .google.ads.googleads.v18.enums.BrandStateEnum.BrandState status = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The enum numeric value on the wire for status.
    • getStatus

       Output only. The status of a brand.
       
      optional .google.ads.googleads.v18.enums.BrandStateEnum.BrandState status = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The status.