public static interface Telemetry.SubscriptionInputOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Telemetry.Collector |
getCollectorList(int index)
List of optional collector endpoints to send data for
this subscription.
|
int |
getCollectorListCount()
List of optional collector endpoints to send data for
this subscription.
|
List<Telemetry.Collector> |
getCollectorListList()
List of optional collector endpoints to send data for
this subscription.
|
Telemetry.CollectorOrBuilder |
getCollectorListOrBuilder(int index)
List of optional collector endpoints to send data for
this subscription.
|
List<? extends Telemetry.CollectorOrBuilder> |
getCollectorListOrBuilderList()
List of optional collector endpoints to send data for
this subscription.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<Telemetry.Collector> getCollectorListList()
List of optional collector endpoints to send data for this subscription. If no collector destinations are specified, the collector destination is assumed to be the requester on the rpc channel.
repeated .telemetry.Collector collector_list = 1;
Telemetry.Collector getCollectorList(int index)
List of optional collector endpoints to send data for this subscription. If no collector destinations are specified, the collector destination is assumed to be the requester on the rpc channel.
repeated .telemetry.Collector collector_list = 1;
int getCollectorListCount()
List of optional collector endpoints to send data for this subscription. If no collector destinations are specified, the collector destination is assumed to be the requester on the rpc channel.
repeated .telemetry.Collector collector_list = 1;
List<? extends Telemetry.CollectorOrBuilder> getCollectorListOrBuilderList()
List of optional collector endpoints to send data for this subscription. If no collector destinations are specified, the collector destination is assumed to be the requester on the rpc channel.
repeated .telemetry.Collector collector_list = 1;
Telemetry.CollectorOrBuilder getCollectorListOrBuilder(int index)
List of optional collector endpoints to send data for this subscription. If no collector destinations are specified, the collector destination is assumed to be the requester on the rpc channel.
repeated .telemetry.Collector collector_list = 1;
Copyright © 2021. All rights reserved.