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

com.google.api.servicecontrol.v1.MetricValueOrBuilder Maven / Gradle / Ivy

There is a newer version: 3.2.3
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/api/servicecontrol/v1/metric_value.proto

package com.google.api.servicecontrol.v1;

public interface MetricValueOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.api.servicecontrol.v1.MetricValue)
    com.google.proto4pingcap.MessageOrBuilder {

  /**
   * 
   * The labels describing the metric value.
   * See comments on [google.api.servicecontrol.v1.Operation.labels][google.api.servicecontrol.v1.Operation.labels] for
   * the overriding relationship.
   * 
* * map<string, string> labels = 1; */ int getLabelsCount(); /** *
   * The labels describing the metric value.
   * See comments on [google.api.servicecontrol.v1.Operation.labels][google.api.servicecontrol.v1.Operation.labels] for
   * the overriding relationship.
   * 
* * map<string, string> labels = 1; */ boolean containsLabels( java.lang.String key); /** * Use {@link #getLabelsMap()} instead. */ @java.lang.Deprecated java.util.Map getLabels(); /** *
   * The labels describing the metric value.
   * See comments on [google.api.servicecontrol.v1.Operation.labels][google.api.servicecontrol.v1.Operation.labels] for
   * the overriding relationship.
   * 
* * map<string, string> labels = 1; */ java.util.Map getLabelsMap(); /** *
   * The labels describing the metric value.
   * See comments on [google.api.servicecontrol.v1.Operation.labels][google.api.servicecontrol.v1.Operation.labels] for
   * the overriding relationship.
   * 
* * map<string, string> labels = 1; */ java.lang.String getLabelsOrDefault( java.lang.String key, java.lang.String defaultValue); /** *
   * The labels describing the metric value.
   * See comments on [google.api.servicecontrol.v1.Operation.labels][google.api.servicecontrol.v1.Operation.labels] for
   * the overriding relationship.
   * 
* * map<string, string> labels = 1; */ java.lang.String getLabelsOrThrow( java.lang.String key); /** *
   * The start of the time period over which this metric value's measurement
   * applies. The time period has different semantics for different metric
   * types (cumulative, delta, and gauge). See the metric definition
   * documentation in the service configuration for details.
   * 
* * .google.protobuf.Timestamp start_time = 2; */ boolean hasStartTime(); /** *
   * The start of the time period over which this metric value's measurement
   * applies. The time period has different semantics for different metric
   * types (cumulative, delta, and gauge). See the metric definition
   * documentation in the service configuration for details.
   * 
* * .google.protobuf.Timestamp start_time = 2; */ com.google.proto4pingcap.Timestamp getStartTime(); /** *
   * The start of the time period over which this metric value's measurement
   * applies. The time period has different semantics for different metric
   * types (cumulative, delta, and gauge). See the metric definition
   * documentation in the service configuration for details.
   * 
* * .google.protobuf.Timestamp start_time = 2; */ com.google.proto4pingcap.TimestampOrBuilder getStartTimeOrBuilder(); /** *
   * The end of the time period over which this metric value's measurement
   * applies.
   * 
* * .google.protobuf.Timestamp end_time = 3; */ boolean hasEndTime(); /** *
   * The end of the time period over which this metric value's measurement
   * applies.
   * 
* * .google.protobuf.Timestamp end_time = 3; */ com.google.proto4pingcap.Timestamp getEndTime(); /** *
   * The end of the time period over which this metric value's measurement
   * applies.
   * 
* * .google.protobuf.Timestamp end_time = 3; */ com.google.proto4pingcap.TimestampOrBuilder getEndTimeOrBuilder(); /** *
   * A boolean value.
   * 
* * bool bool_value = 4; */ boolean getBoolValue(); /** *
   * A signed 64-bit integer value.
   * 
* * int64 int64_value = 5; */ long getInt64Value(); /** *
   * A double precision floating point value.
   * 
* * double double_value = 6; */ double getDoubleValue(); /** *
   * A text string value.
   * 
* * string string_value = 7; */ java.lang.String getStringValue(); /** *
   * A text string value.
   * 
* * string string_value = 7; */ com.google.proto4pingcap.ByteString getStringValueBytes(); /** *
   * A distribution value.
   * 
* * .google.api.servicecontrol.v1.Distribution distribution_value = 8; */ com.google.api.servicecontrol.v1.Distribution getDistributionValue(); /** *
   * A distribution value.
   * 
* * .google.api.servicecontrol.v1.Distribution distribution_value = 8; */ com.google.api.servicecontrol.v1.DistributionOrBuilder getDistributionValueOrBuilder(); public com.google.api.servicecontrol.v1.MetricValue.ValueCase getValueCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy