Interface LoggingOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Logging, Logging.Builder

    public interface LoggingOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getProducerDestinationsList

        java.util.List<Logging.LoggingDestination> getProducerDestinationsList()
         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.
         
        repeated .google.api.Logging.LoggingDestination producer_destinations = 1;
      • getProducerDestinations

        Logging.LoggingDestination getProducerDestinations​(int index)
         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.
         
        repeated .google.api.Logging.LoggingDestination producer_destinations = 1;
      • getProducerDestinationsCount

        int getProducerDestinationsCount()
         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.
         
        repeated .google.api.Logging.LoggingDestination producer_destinations = 1;
      • getProducerDestinationsOrBuilderList

        java.util.List<? extends Logging.LoggingDestinationOrBuilder> getProducerDestinationsOrBuilderList()
         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.
         
        repeated .google.api.Logging.LoggingDestination producer_destinations = 1;
      • getProducerDestinationsOrBuilder

        Logging.LoggingDestinationOrBuilder getProducerDestinationsOrBuilder​(int index)
         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.
         
        repeated .google.api.Logging.LoggingDestination producer_destinations = 1;
      • getConsumerDestinationsList

        java.util.List<Logging.LoggingDestination> getConsumerDestinationsList()
         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.
         
        repeated .google.api.Logging.LoggingDestination consumer_destinations = 2;
      • getConsumerDestinations

        Logging.LoggingDestination getConsumerDestinations​(int index)
         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.
         
        repeated .google.api.Logging.LoggingDestination consumer_destinations = 2;
      • getConsumerDestinationsCount

        int getConsumerDestinationsCount()
         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.
         
        repeated .google.api.Logging.LoggingDestination consumer_destinations = 2;
      • getConsumerDestinationsOrBuilderList

        java.util.List<? extends Logging.LoggingDestinationOrBuilder> getConsumerDestinationsOrBuilderList()
         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.
         
        repeated .google.api.Logging.LoggingDestination consumer_destinations = 2;
      • getConsumerDestinationsOrBuilder

        Logging.LoggingDestinationOrBuilder getConsumerDestinationsOrBuilder​(int index)
         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.
         
        repeated .google.api.Logging.LoggingDestination consumer_destinations = 2;