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 Summary
Modifier and TypeMethodDescriptiongetAttributes(int index) The attributes of the metric.intThe attributes of the metric.The attributes of the metric.getAttributesOrBuilder(int index) The attributes of the metric.List<? extends MetricAttributes.AttributeOrBuilder>The attributes of the metric.getName()The name of the metric.com.google.protobuf.ByteStringThe name of the metric.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
The attributes of the metric.
repeated .google.ads.googleads.v23.services.MetricAttributes.Attribute attributes = 2;
-