com.google.api.LoggingOrBuilder 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/logging.proto
package com.google.api;
public interface LoggingOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.Logging)
com.google.protobuf.MessageOrBuilder {
/**
* repeated .google.api.Logging.LoggingDestination producer_destinations = 1;
*
*
* Logging configurations for sending logs to the producer project.
* There can be multiple producer destinations, each one must have a
* different monitored resource type. A log can be used in at most
* one producer destination.
*
*/
java.util.List
getProducerDestinationsList();
/**
* repeated .google.api.Logging.LoggingDestination producer_destinations = 1;
*
*
* Logging configurations for sending logs to the producer project.
* There can be multiple producer destinations, each one must have a
* different monitored resource type. A log can be used in at most
* one producer destination.
*
*/
com.google.api.Logging.LoggingDestination getProducerDestinations(int index);
/**
* repeated .google.api.Logging.LoggingDestination producer_destinations = 1;
*
*
* Logging configurations for sending logs to the producer project.
* There can be multiple producer destinations, each one must have a
* different monitored resource type. A log can be used in at most
* one producer destination.
*
*/
int getProducerDestinationsCount();
/**
* repeated .google.api.Logging.LoggingDestination producer_destinations = 1;
*
*
* Logging configurations for sending logs to the producer project.
* There can be multiple producer destinations, each one must have a
* different monitored resource type. A log can be used in at most
* one producer destination.
*
*/
java.util.List extends com.google.api.Logging.LoggingDestinationOrBuilder>
getProducerDestinationsOrBuilderList();
/**
* repeated .google.api.Logging.LoggingDestination producer_destinations = 1;
*
*
* Logging configurations for sending logs to the producer project.
* There can be multiple producer destinations, each one must have a
* different monitored resource type. A log can be used in at most
* one producer destination.
*
*/
com.google.api.Logging.LoggingDestinationOrBuilder getProducerDestinationsOrBuilder(
int index);
/**
* repeated .google.api.Logging.LoggingDestination consumer_destinations = 2;
*
*
* Logging configurations for sending logs to the consumer project.
* There can be multiple consumer destinations, each one must have a
* different monitored resource type. A log can be used in at most
* one consumer destination.
*
*/
java.util.List
getConsumerDestinationsList();
/**
* repeated .google.api.Logging.LoggingDestination consumer_destinations = 2;
*
*
* Logging configurations for sending logs to the consumer project.
* There can be multiple consumer destinations, each one must have a
* different monitored resource type. A log can be used in at most
* one consumer destination.
*
*/
com.google.api.Logging.LoggingDestination getConsumerDestinations(int index);
/**
* repeated .google.api.Logging.LoggingDestination consumer_destinations = 2;
*
*
* Logging configurations for sending logs to the consumer project.
* There can be multiple consumer destinations, each one must have a
* different monitored resource type. A log can be used in at most
* one consumer destination.
*
*/
int getConsumerDestinationsCount();
/**
* repeated .google.api.Logging.LoggingDestination consumer_destinations = 2;
*
*
* Logging configurations for sending logs to the consumer project.
* There can be multiple consumer destinations, each one must have a
* different monitored resource type. A log can be used in at most
* one consumer destination.
*
*/
java.util.List extends com.google.api.Logging.LoggingDestinationOrBuilder>
getConsumerDestinationsOrBuilderList();
/**
* repeated .google.api.Logging.LoggingDestination consumer_destinations = 2;
*
*
* Logging configurations for sending logs to the consumer project.
* There can be multiple consumer destinations, each one must have a
* different monitored resource type. A log can be used in at most
* one consumer destination.
*
*/
com.google.api.Logging.LoggingDestinationOrBuilder getConsumerDestinationsOrBuilder(
int index);
}