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

com.google.ads.googleads.v17.services.AudienceCompositionMetricsOrBuilder Maven / Gradle / Ivy

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

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

public interface AudienceCompositionMetricsOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.ads.googleads.v17.services.AudienceCompositionMetrics)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The fraction (from 0 to 1 inclusive) of the baseline audience that match
   * the attribute.
   * 
* * double baseline_audience_share = 1; * @return The baselineAudienceShare. */ double getBaselineAudienceShare(); /** *
   * The fraction (from 0 to 1 inclusive) of the specific audience that match
   * the attribute.
   * 
* * double audience_share = 2; * @return The audienceShare. */ double getAudienceShare(); /** *
   * The ratio of audience_share to baseline_audience_share, or zero if this
   * ratio is undefined or is not meaningful.
   * 
* * double index = 3; * @return The index. */ double getIndex(); /** *
   * A relevance score from 0 to 1 inclusive.
   * 
* * double score = 4; * @return The score. */ double getScore(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy