public interface LoggingOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getConsumerDestinations(int index)
public abstract 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;
Name | Description |
index | int |
Type | Description |
Logging.LoggingDestination |
getConsumerDestinationsCount()
public abstract 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;
Type | Description |
int |
getConsumerDestinationsList()
public abstract 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;
Type | Description |
List<LoggingDestination> |
getConsumerDestinationsOrBuilder(int index)
public abstract 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;
Name | Description |
index | int |
Type | Description |
Logging.LoggingDestinationOrBuilder |
getConsumerDestinationsOrBuilderList()
public abstract 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;
Type | Description |
List<? extends com.google.api.Logging.LoggingDestinationOrBuilder> |
getProducerDestinations(int index)
public abstract 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;
Name | Description |
index | int |
Type | Description |
Logging.LoggingDestination |
getProducerDestinationsCount()
public abstract 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;
Type | Description |
int |
getProducerDestinationsList()
public abstract 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;
Type | Description |
List<LoggingDestination> |
getProducerDestinationsOrBuilder(int index)
public abstract 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;
Name | Description |
index | int |
Type | Description |
Logging.LoggingDestinationOrBuilder |
getProducerDestinationsOrBuilderList()
public abstract 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;
Type | Description |
List<? extends com.google.api.Logging.LoggingDestinationOrBuilder> |