Interface MetricAttributesOrBuilder

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

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

    • getName

      String getName()
       The name of the metric.
       
      string name = 1;
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       The name of the metric.
       
      string name = 1;
      Returns:
      The bytes for name.
    • getAttributesList

      List<MetricAttributes.Attribute> getAttributesList()
       The attributes of the metric.
       
      repeated .google.ads.googleads.v23.services.MetricAttributes.Attribute attributes = 2;
    • getAttributes

      MetricAttributes.Attribute getAttributes(int index)
       The attributes of the metric.
       
      repeated .google.ads.googleads.v23.services.MetricAttributes.Attribute attributes = 2;
    • getAttributesCount

      int getAttributesCount()
       The attributes of the metric.
       
      repeated .google.ads.googleads.v23.services.MetricAttributes.Attribute attributes = 2;
    • getAttributesOrBuilderList

      List<? extends MetricAttributes.AttributeOrBuilder> getAttributesOrBuilderList()
       The attributes of the metric.
       
      repeated .google.ads.googleads.v23.services.MetricAttributes.Attribute attributes = 2;
    • getAttributesOrBuilder

      MetricAttributes.AttributeOrBuilder getAttributesOrBuilder(int index)
       The attributes of the metric.
       
      repeated .google.ads.googleads.v23.services.MetricAttributes.Attribute attributes = 2;