Interface ServiceIDLookupProto.ServiceIDLookupBufOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServiceIDLookupProto.ServiceIDLookupBuf,ServiceIDLookupProto.ServiceIDLookupBuf.Builder
- Enclosing class:
- ServiceIDLookupProto
public static interface ServiceIDLookupProto.ServiceIDLookupBufOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ServiceIDLookupProto.ServiceIDLookupBuf.ServiceIDgetServiceId(int index)repeated .com.opencloud.sentinel.common.ServiceIDLookupBuf.ServiceID serviceId = 1;intgetServiceIdCount()repeated .com.opencloud.sentinel.common.ServiceIDLookupBuf.ServiceID serviceId = 1;java.util.List<ServiceIDLookupProto.ServiceIDLookupBuf.ServiceID>getServiceIdList()repeated .com.opencloud.sentinel.common.ServiceIDLookupBuf.ServiceID serviceId = 1;ServiceIDLookupProto.ServiceIDLookupBuf.ServiceIDOrBuildergetServiceIdOrBuilder(int index)repeated .com.opencloud.sentinel.common.ServiceIDLookupBuf.ServiceID serviceId = 1;java.util.List<? extends ServiceIDLookupProto.ServiceIDLookupBuf.ServiceIDOrBuilder>getServiceIdOrBuilderList()repeated .com.opencloud.sentinel.common.ServiceIDLookupBuf.ServiceID serviceId = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getServiceIdList
java.util.List<ServiceIDLookupProto.ServiceIDLookupBuf.ServiceID> getServiceIdList()
repeated .com.opencloud.sentinel.common.ServiceIDLookupBuf.ServiceID serviceId = 1;
-
getServiceId
ServiceIDLookupProto.ServiceIDLookupBuf.ServiceID getServiceId(int index)
repeated .com.opencloud.sentinel.common.ServiceIDLookupBuf.ServiceID serviceId = 1;
-
getServiceIdCount
int getServiceIdCount()
repeated .com.opencloud.sentinel.common.ServiceIDLookupBuf.ServiceID serviceId = 1;
-
getServiceIdOrBuilderList
java.util.List<? extends ServiceIDLookupProto.ServiceIDLookupBuf.ServiceIDOrBuilder> getServiceIdOrBuilderList()
repeated .com.opencloud.sentinel.common.ServiceIDLookupBuf.ServiceID serviceId = 1;
-
getServiceIdOrBuilder
ServiceIDLookupProto.ServiceIDLookupBuf.ServiceIDOrBuilder getServiceIdOrBuilder(int index)
repeated .com.opencloud.sentinel.common.ServiceIDLookupBuf.ServiceID serviceId = 1;
-
-