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.LoggingDestinationgetConsumerDestinations(int index)Logging configurations for sending logs to the consumer project.intgetConsumerDestinationsCount()Logging configurations for sending logs to the consumer project.List<Logging.LoggingDestination>getConsumerDestinationsList()Logging configurations for sending logs to the consumer project.Logging.LoggingDestinationOrBuildergetConsumerDestinationsOrBuilder(int index)Logging configurations for sending logs to the consumer project.List<? extends Logging.LoggingDestinationOrBuilder>getConsumerDestinationsOrBuilderList()Logging configurations for sending logs to the consumer project.Logging.LoggingDestinationgetProducerDestinations(int index)Logging configurations for sending logs to the producer project.intgetProducerDestinationsCount()Logging configurations for sending logs to the producer project.List<Logging.LoggingDestination>getProducerDestinationsList()Logging configurations for sending logs to the producer project.Logging.LoggingDestinationOrBuildergetProducerDestinationsOrBuilder(int index)Logging configurations for sending logs to the producer project.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
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
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
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
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;
-
-