com.google.api.MonitoringOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grpc-core-proto Show documentation
Show all versions of grpc-core-proto Show documentation
GoogleAPI classes generated from core protos
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/api/monitoring.proto
package com.google.api;
public interface MonitoringOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.Monitoring)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .google.api.Monitoring.MonitoringDestination producer_destinations = 1;
*
*
* Monitoring configurations for sending metrics to the producer project.
* There can be multiple producer destinations, each one must have a
* different monitored resource type. A metric can be used in at most
* one producer destination.
*
*/
java.util.List
getProducerDestinationsList();
/**
* repeated .google.api.Monitoring.MonitoringDestination producer_destinations = 1;
*
*
* Monitoring configurations for sending metrics to the producer project.
* There can be multiple producer destinations, each one must have a
* different monitored resource type. A metric can be used in at most
* one producer destination.
*
*/
com.google.api.Monitoring.MonitoringDestination getProducerDestinations(int index);
/**
* repeated .google.api.Monitoring.MonitoringDestination producer_destinations = 1;
*
*
* Monitoring configurations for sending metrics to the producer project.
* There can be multiple producer destinations, each one must have a
* different monitored resource type. A metric can be used in at most
* one producer destination.
*
*/
int getProducerDestinationsCount();
/**
* repeated .google.api.Monitoring.MonitoringDestination producer_destinations = 1;
*
*
* Monitoring configurations for sending metrics to the producer project.
* There can be multiple producer destinations, each one must have a
* different monitored resource type. A metric can be used in at most
* one producer destination.
*
*/
java.util.List extends com.google.api.Monitoring.MonitoringDestinationOrBuilder>
getProducerDestinationsOrBuilderList();
/**
* repeated .google.api.Monitoring.MonitoringDestination producer_destinations = 1;
*
*
* Monitoring configurations for sending metrics to the producer project.
* There can be multiple producer destinations, each one must have a
* different monitored resource type. A metric can be used in at most
* one producer destination.
*
*/
com.google.api.Monitoring.MonitoringDestinationOrBuilder getProducerDestinationsOrBuilder(
int index);
/**
* repeated .google.api.Monitoring.MonitoringDestination consumer_destinations = 2;
*
*
* Monitoring configurations for sending metrics to the consumer project.
* There can be multiple consumer destinations, each one must have a
* different monitored resource type. A metric can be used in at most
* one consumer destination.
*
*/
java.util.List
getConsumerDestinationsList();
/**
* repeated .google.api.Monitoring.MonitoringDestination consumer_destinations = 2;
*
*
* Monitoring configurations for sending metrics to the consumer project.
* There can be multiple consumer destinations, each one must have a
* different monitored resource type. A metric can be used in at most
* one consumer destination.
*
*/
com.google.api.Monitoring.MonitoringDestination getConsumerDestinations(int index);
/**
* repeated .google.api.Monitoring.MonitoringDestination consumer_destinations = 2;
*
*
* Monitoring configurations for sending metrics to the consumer project.
* There can be multiple consumer destinations, each one must have a
* different monitored resource type. A metric can be used in at most
* one consumer destination.
*
*/
int getConsumerDestinationsCount();
/**
* repeated .google.api.Monitoring.MonitoringDestination consumer_destinations = 2;
*
*
* Monitoring configurations for sending metrics to the consumer project.
* There can be multiple consumer destinations, each one must have a
* different monitored resource type. A metric can be used in at most
* one consumer destination.
*
*/
java.util.List extends com.google.api.Monitoring.MonitoringDestinationOrBuilder>
getConsumerDestinationsOrBuilderList();
/**
* repeated .google.api.Monitoring.MonitoringDestination consumer_destinations = 2;
*
*
* Monitoring configurations for sending metrics to the consumer project.
* There can be multiple consumer destinations, each one must have a
* different monitored resource type. A metric can be used in at most
* one consumer destination.
*
*/
com.google.api.Monitoring.MonitoringDestinationOrBuilder getConsumerDestinationsOrBuilder(
int index);
}