Uses of Class
com.google.api.Logging.LoggingDestination.Builder
Packages that use Logging.LoggingDestination.Builder
-
Uses of Logging.LoggingDestination.Builder in com.google.api
Methods in com.google.api that return Logging.LoggingDestination.BuilderModifier and TypeMethodDescriptionLogging.LoggingDestination.Builder.addAllLogs
(Iterable<String> values) Names of the logs to be sent to this destination.Logging.Builder.addConsumerDestinationsBuilder()
Logging configurations for sending logs to the consumer project.Logging.Builder.addConsumerDestinationsBuilder
(int index) Logging configurations for sending logs to the consumer project.Names of the logs to be sent to this destination.Logging.LoggingDestination.Builder.addLogsBytes
(com.google.protobuf.ByteString value) Names of the logs to be sent to this destination.Logging.Builder.addProducerDestinationsBuilder()
Logging configurations for sending logs to the producer project.Logging.Builder.addProducerDestinationsBuilder
(int index) Logging configurations for sending logs to the producer project.Logging.LoggingDestination.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Logging.LoggingDestination.Builder.clear()
Logging.LoggingDestination.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Logging.LoggingDestination.Builder.clearLogs()
Names of the logs to be sent to this destination.Logging.LoggingDestination.Builder.clearMonitoredResource()
The monitored resource type.Logging.LoggingDestination.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Logging.LoggingDestination.Builder.clone()
Logging.Builder.getConsumerDestinationsBuilder
(int index) Logging configurations for sending logs to the consumer project.Logging.Builder.getProducerDestinationsBuilder
(int index) Logging configurations for sending logs to the producer project.Logging.LoggingDestination.Builder.mergeFrom
(Logging.LoggingDestination other) Logging.LoggingDestination.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Logging.LoggingDestination.Builder.mergeFrom
(com.google.protobuf.Message other) Logging.LoggingDestination.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Logging.LoggingDestination.newBuilder()
Logging.LoggingDestination.newBuilder
(Logging.LoggingDestination prototype) Logging.LoggingDestination.newBuilderForType()
protected Logging.LoggingDestination.Builder
Logging.LoggingDestination.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Logging.LoggingDestination.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Names of the logs to be sent to this destination.Logging.LoggingDestination.Builder.setMonitoredResource
(String value) The monitored resource type.Logging.LoggingDestination.Builder.setMonitoredResourceBytes
(com.google.protobuf.ByteString value) The monitored resource type.Logging.LoggingDestination.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Logging.LoggingDestination.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Logging.LoggingDestination.toBuilder()
Methods in com.google.api that return types with arguments of type Logging.LoggingDestination.BuilderModifier and TypeMethodDescriptionLogging.Builder.getConsumerDestinationsBuilderList()
Logging configurations for sending logs to the consumer project.Logging.Builder.getProducerDestinationsBuilderList()
Logging configurations for sending logs to the producer project.Methods in com.google.api with parameters of type Logging.LoggingDestination.BuilderModifier and TypeMethodDescriptionLogging.Builder.addConsumerDestinations
(int index, Logging.LoggingDestination.Builder builderForValue) Logging configurations for sending logs to the consumer project.Logging.Builder.addConsumerDestinations
(Logging.LoggingDestination.Builder builderForValue) Logging configurations for sending logs to the consumer project.Logging.Builder.addProducerDestinations
(int index, Logging.LoggingDestination.Builder builderForValue) Logging configurations for sending logs to the producer project.Logging.Builder.addProducerDestinations
(Logging.LoggingDestination.Builder builderForValue) Logging configurations for sending logs to the producer project.Logging.Builder.setConsumerDestinations
(int index, Logging.LoggingDestination.Builder builderForValue) Logging configurations for sending logs to the consumer project.Logging.Builder.setProducerDestinations
(int index, Logging.LoggingDestination.Builder builderForValue) Logging configurations for sending logs to the producer project.