Package com.google.api
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Logging.LoggingDestination
getConsumerDestinations(int index)
Logging configurations for sending logs to the consumer project.int
getConsumerDestinationsCount()
Logging configurations for sending logs to the consumer project.java.util.List<Logging.LoggingDestination>
getConsumerDestinationsList()
Logging configurations for sending logs to the consumer project.Logging.LoggingDestinationOrBuilder
getConsumerDestinationsOrBuilder(int index)
Logging configurations for sending logs to the consumer project.java.util.List<? extends Logging.LoggingDestinationOrBuilder>
getConsumerDestinationsOrBuilderList()
Logging configurations for sending logs to the consumer project.Logging.LoggingDestination
getProducerDestinations(int index)
Logging configurations for sending logs to the producer project.int
getProducerDestinationsCount()
Logging configurations for sending logs to the producer project.java.util.List<Logging.LoggingDestination>
getProducerDestinationsList()
Logging configurations for sending logs to the producer project.Logging.LoggingDestinationOrBuilder
getProducerDestinationsOrBuilder(int index)
Logging configurations for sending logs to the producer project.java.util.List<? extends Logging.LoggingDestinationOrBuilder>
getProducerDestinationsOrBuilderList()
Logging configurations for sending logs to the producer project.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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;
-
-