Interface Telemetry.SubscriptionInputOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Telemetry.SubscriptionInput
,Telemetry.SubscriptionInput.Builder
- Enclosing class:
- Telemetry
public static interface Telemetry.SubscriptionInputOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCollectorListList
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;
-
getCollectorList
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;
-
getCollectorListCount
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;
-
getCollectorListOrBuilderList
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;
-
getCollectorListOrBuilder
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;
-
-