Interface LoggingOrBuilder (2.36.0)

public interface LoggingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
List<? extends com.google.api.Logging.LoggingDestinationOrBuilder>