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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Telemetry.CollectorgetCollectorList(int index)List of optional collector endpoints to send data for this subscription.intgetCollectorListCount()List of optional collector endpoints to send data for this subscription.java.util.List<Telemetry.Collector>getCollectorListList()List of optional collector endpoints to send data for this subscription.Telemetry.CollectorOrBuildergetCollectorListOrBuilder(int index)List of optional collector endpoints to send data for this subscription.java.util.List<? extends Telemetry.CollectorOrBuilder>getCollectorListOrBuilderList()List of optional collector endpoints to send data for this subscription.- 
Methods inherited from interface com.google.protobuf.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
getCollectorListListjava.util.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;
 - 
getCollectorListTelemetry.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;
 - 
getCollectorListCountint 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;
 - 
getCollectorListOrBuilderListjava.util.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;
 - 
getCollectorListOrBuilderTelemetry.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;
 
- 
 
-