Uses of Class
com.google.api.Logging.LoggingDestination
Packages that use Logging.LoggingDestination
-
Uses of Logging.LoggingDestination in com.google.api
Methods in com.google.api that return Logging.LoggingDestinationModifier and TypeMethodDescriptionLogging.LoggingDestination.Builder.build()
Logging.LoggingDestination.Builder.buildPartial()
Logging.Builder.getConsumerDestinations
(int index) Logging configurations for sending logs to the consumer project.Logging.getConsumerDestinations
(int index) Logging configurations for sending logs to the consumer project.LoggingOrBuilder.getConsumerDestinations
(int index) Logging configurations for sending logs to the consumer project.static Logging.LoggingDestination
Logging.LoggingDestination.getDefaultInstance()
Logging.LoggingDestination.Builder.getDefaultInstanceForType()
Logging.LoggingDestination.getDefaultInstanceForType()
Logging.Builder.getProducerDestinations
(int index) Logging configurations for sending logs to the producer project.Logging.getProducerDestinations
(int index) Logging configurations for sending logs to the producer project.LoggingOrBuilder.getProducerDestinations
(int index) Logging configurations for sending logs to the producer project.static Logging.LoggingDestination
Logging.LoggingDestination.parseDelimitedFrom
(InputStream input) static Logging.LoggingDestination
Logging.LoggingDestination.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Logging.LoggingDestination
Logging.LoggingDestination.parseFrom
(byte[] data) static Logging.LoggingDestination
Logging.LoggingDestination.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Logging.LoggingDestination
Logging.LoggingDestination.parseFrom
(com.google.protobuf.ByteString data) static Logging.LoggingDestination
Logging.LoggingDestination.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Logging.LoggingDestination
Logging.LoggingDestination.parseFrom
(com.google.protobuf.CodedInputStream input) static Logging.LoggingDestination
Logging.LoggingDestination.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Logging.LoggingDestination
Logging.LoggingDestination.parseFrom
(InputStream input) static Logging.LoggingDestination
Logging.LoggingDestination.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Logging.LoggingDestination
Logging.LoggingDestination.parseFrom
(ByteBuffer data) static Logging.LoggingDestination
Logging.LoggingDestination.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.api that return types with arguments of type Logging.LoggingDestinationModifier and TypeMethodDescriptionLogging.Builder.getConsumerDestinationsList()
Logging configurations for sending logs to the consumer project.Logging.getConsumerDestinationsList()
Logging configurations for sending logs to the consumer project.LoggingOrBuilder.getConsumerDestinationsList()
Logging configurations for sending logs to the consumer project.com.google.protobuf.Parser
<Logging.LoggingDestination> Logging.LoggingDestination.getParserForType()
Logging.Builder.getProducerDestinationsList()
Logging configurations for sending logs to the producer project.Logging.getProducerDestinationsList()
Logging configurations for sending logs to the producer project.LoggingOrBuilder.getProducerDestinationsList()
Logging configurations for sending logs to the producer project.static com.google.protobuf.Parser
<Logging.LoggingDestination> Logging.LoggingDestination.parser()
Methods in com.google.api with parameters of type Logging.LoggingDestinationModifier and TypeMethodDescriptionLogging.Builder.addConsumerDestinations
(int index, Logging.LoggingDestination value) Logging configurations for sending logs to the consumer project.Logging.Builder.addConsumerDestinations
(Logging.LoggingDestination value) Logging configurations for sending logs to the consumer project.Logging.Builder.addProducerDestinations
(int index, Logging.LoggingDestination value) Logging configurations for sending logs to the producer project.Logging.Builder.addProducerDestinations
(Logging.LoggingDestination value) Logging configurations for sending logs to the producer project.Logging.LoggingDestination.Builder.mergeFrom
(Logging.LoggingDestination other) Logging.LoggingDestination.newBuilder
(Logging.LoggingDestination prototype) Logging.Builder.setConsumerDestinations
(int index, Logging.LoggingDestination value) Logging configurations for sending logs to the consumer project.Logging.Builder.setProducerDestinations
(int index, Logging.LoggingDestination value) Logging configurations for sending logs to the producer project.Method parameters in com.google.api with type arguments of type Logging.LoggingDestinationModifier and TypeMethodDescriptionLogging.Builder.addAllConsumerDestinations
(Iterable<? extends Logging.LoggingDestination> values) Logging configurations for sending logs to the consumer project.Logging.Builder.addAllProducerDestinations
(Iterable<? extends Logging.LoggingDestination> values) Logging configurations for sending logs to the producer project.