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

com.google.api.LoggingOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.0.6
Show newest version
// 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 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 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); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy