All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.ads.googleads.v17.resources.AssetGroupSignalOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/ads/googleads/v17/resources/asset_group_signal.proto

// Protobuf Java Version: 3.25.3
package com.google.ads.googleads.v17.resources;

public interface AssetGroupSignalOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.resources.AssetGroupSignal)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * Immutable. The resource name of the asset group signal.
   * Asset group signal resource name have the form:
   *
   * `customers/{customer_id}/assetGroupSignals/{asset_group_id}~{signal_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 asset group signal.
   * Asset group signal resource name have the form:
   *
   * `customers/{customer_id}/assetGroupSignals/{asset_group_id}~{signal_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 asset group which this asset group signal belongs to.
   * 
* * string asset_group = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The assetGroup. */ java.lang.String getAssetGroup(); /** *
   * Immutable. The asset group which this asset group signal belongs to.
   * 
* * string asset_group = 2 [(.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... } * @return The bytes for assetGroup. */ com.google.protobuf.ByteString getAssetGroupBytes(); /** *
   * Output only. Approval status is the output value for search theme signal
   * after Google ads policy review. When using Audience signal, this field is
   * not used and will be absent.
   * 
* * .google.ads.googleads.v17.enums.AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus approval_status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The enum numeric value on the wire for approvalStatus. */ int getApprovalStatusValue(); /** *
   * Output only. Approval status is the output value for search theme signal
   * after Google ads policy review. When using Audience signal, this field is
   * not used and will be absent.
   * 
* * .google.ads.googleads.v17.enums.AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus approval_status = 6 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The approvalStatus. */ com.google.ads.googleads.v17.enums.AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus getApprovalStatus(); /** *
   * Output only. Computed for SearchTheme signals.
   * When using Audience signal, this field is not used and will be absent.
   * 
* * repeated string disapproval_reasons = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return A list containing the disapprovalReasons. */ java.util.List getDisapprovalReasonsList(); /** *
   * Output only. Computed for SearchTheme signals.
   * When using Audience signal, this field is not used and will be absent.
   * 
* * repeated string disapproval_reasons = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @return The count of disapprovalReasons. */ int getDisapprovalReasonsCount(); /** *
   * Output only. Computed for SearchTheme signals.
   * When using Audience signal, this field is not used and will be absent.
   * 
* * repeated string disapproval_reasons = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the element to return. * @return The disapprovalReasons at the given index. */ java.lang.String getDisapprovalReasons(int index); /** *
   * Output only. Computed for SearchTheme signals.
   * When using Audience signal, this field is not used and will be absent.
   * 
* * repeated string disapproval_reasons = 7 [(.google.api.field_behavior) = OUTPUT_ONLY]; * @param index The index of the value to return. * @return The bytes of the disapprovalReasons at the given index. */ com.google.protobuf.ByteString getDisapprovalReasonsBytes(int index); /** *
   * Immutable. The audience signal to be used by the performance max
   * campaign.
   * 
* * .google.ads.googleads.v17.common.AudienceInfo audience = 4 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the audience field is set. */ boolean hasAudience(); /** *
   * Immutable. The audience signal to be used by the performance max
   * campaign.
   * 
* * .google.ads.googleads.v17.common.AudienceInfo audience = 4 [(.google.api.field_behavior) = IMMUTABLE]; * @return The audience. */ com.google.ads.googleads.v17.common.AudienceInfo getAudience(); /** *
   * Immutable. The audience signal to be used by the performance max
   * campaign.
   * 
* * .google.ads.googleads.v17.common.AudienceInfo audience = 4 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.AudienceInfoOrBuilder getAudienceOrBuilder(); /** *
   * Immutable. The search_theme signal to be used by the performance max
   * campaign.
   * Mutate errors of search_theme criterion includes
   * AssetGroupSignalError.UNSPECIFIED
   * AssetGroupSignalError.UNKNOWN
   * AssetGroupSignalError.TOO_MANY_WORDS
   * AssetGroupSignalError.SEARCH_THEME_POLICY_VIOLATION
   * FieldError.REQUIRED
   * StringFormatError.ILLEGAL_CHARS
   * StringLengthError.TOO_LONG
   * ResourceCountLimitExceededError.RESOURCE_LIMIT
   * 
* * .google.ads.googleads.v17.common.SearchThemeInfo search_theme = 5 [(.google.api.field_behavior) = IMMUTABLE]; * @return Whether the searchTheme field is set. */ boolean hasSearchTheme(); /** *
   * Immutable. The search_theme signal to be used by the performance max
   * campaign.
   * Mutate errors of search_theme criterion includes
   * AssetGroupSignalError.UNSPECIFIED
   * AssetGroupSignalError.UNKNOWN
   * AssetGroupSignalError.TOO_MANY_WORDS
   * AssetGroupSignalError.SEARCH_THEME_POLICY_VIOLATION
   * FieldError.REQUIRED
   * StringFormatError.ILLEGAL_CHARS
   * StringLengthError.TOO_LONG
   * ResourceCountLimitExceededError.RESOURCE_LIMIT
   * 
* * .google.ads.googleads.v17.common.SearchThemeInfo search_theme = 5 [(.google.api.field_behavior) = IMMUTABLE]; * @return The searchTheme. */ com.google.ads.googleads.v17.common.SearchThemeInfo getSearchTheme(); /** *
   * Immutable. The search_theme signal to be used by the performance max
   * campaign.
   * Mutate errors of search_theme criterion includes
   * AssetGroupSignalError.UNSPECIFIED
   * AssetGroupSignalError.UNKNOWN
   * AssetGroupSignalError.TOO_MANY_WORDS
   * AssetGroupSignalError.SEARCH_THEME_POLICY_VIOLATION
   * FieldError.REQUIRED
   * StringFormatError.ILLEGAL_CHARS
   * StringLengthError.TOO_LONG
   * ResourceCountLimitExceededError.RESOURCE_LIMIT
   * 
* * .google.ads.googleads.v17.common.SearchThemeInfo search_theme = 5 [(.google.api.field_behavior) = IMMUTABLE]; */ com.google.ads.googleads.v17.common.SearchThemeInfoOrBuilder getSearchThemeOrBuilder(); com.google.ads.googleads.v17.resources.AssetGroupSignal.SignalCase getSignalCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy