Package grpc.connector
Interface Connector.ConnectorFeatureListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Connector.ConnectorFeatureList,Connector.ConnectorFeatureList.Builder
- Enclosing class:
- Connector
public static interface Connector.ConnectorFeatureListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Connector.ConnectorFeaturegetFeatureList(int index)repeated .grpc.connector.ConnectorFeature featureList = 1;intgetFeatureListCount()repeated .grpc.connector.ConnectorFeature featureList = 1;List<Connector.ConnectorFeature>getFeatureListList()repeated .grpc.connector.ConnectorFeature featureList = 1;Connector.ConnectorFeatureOrBuildergetFeatureListOrBuilder(int index)repeated .grpc.connector.ConnectorFeature featureList = 1;List<? extends Connector.ConnectorFeatureOrBuilder>getFeatureListOrBuilderList()repeated .grpc.connector.ConnectorFeature featureList = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFeatureListList
List<Connector.ConnectorFeature> getFeatureListList()
repeated .grpc.connector.ConnectorFeature featureList = 1;
-
getFeatureList
Connector.ConnectorFeature getFeatureList(int index)
repeated .grpc.connector.ConnectorFeature featureList = 1;
-
getFeatureListCount
int getFeatureListCount()
repeated .grpc.connector.ConnectorFeature featureList = 1;
-
getFeatureListOrBuilderList
List<? extends Connector.ConnectorFeatureOrBuilder> getFeatureListOrBuilderList()
repeated .grpc.connector.ConnectorFeature featureList = 1;
-
getFeatureListOrBuilder
Connector.ConnectorFeatureOrBuilder getFeatureListOrBuilder(int index)
repeated .grpc.connector.ConnectorFeature featureList = 1;
-
-