Uses of Class
io.github.xezzon.zeroweb.setting.SettingItem
Packages that use SettingItem
-
Uses of SettingItem in io.github.xezzon.zeroweb.setting
Methods in io.github.xezzon.zeroweb.setting that return SettingItemModifier and TypeMethodDescriptionSettingItem.Builder.build()SettingItem.Builder.buildPartial()static SettingItemSettingItem.getDefaultInstance()SettingItem.Builder.getDefaultInstanceForType()SettingItem.getDefaultInstanceForType()SettingGrpc.SettingBlockingStub.getSetting(GetSettingRequest request) 获取参数值SettingGrpc.SettingBlockingV2Stub.getSetting(GetSettingRequest request) 获取参数值static SettingItemSettingItem.parseDelimitedFrom(InputStream input) static SettingItemSettingItem.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SettingItemSettingItem.parseFrom(byte[] data) static SettingItemSettingItem.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SettingItemSettingItem.parseFrom(com.google.protobuf.ByteString data) static SettingItemSettingItem.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SettingItemSettingItem.parseFrom(com.google.protobuf.CodedInputStream input) static SettingItemSettingItem.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SettingItemSettingItem.parseFrom(InputStream input) static SettingItemSettingItem.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SettingItemSettingItem.parseFrom(ByteBuffer data) static SettingItemSettingItem.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.github.xezzon.zeroweb.setting that return types with arguments of type SettingItemModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<GetSettingRequest, SettingItem> SettingGrpc.getGetSettingMethod()com.google.protobuf.Parser<SettingItem> SettingItem.getParserForType()com.google.common.util.concurrent.ListenableFuture<SettingItem> SettingGrpc.SettingFutureStub.getSetting(GetSettingRequest request) 获取参数值static com.google.protobuf.Parser<SettingItem> SettingItem.parser()Methods in io.github.xezzon.zeroweb.setting with parameters of type SettingItemModifier and TypeMethodDescriptionSettingItem.Builder.mergeFrom(SettingItem other) static SettingItem.BuilderSettingItem.newBuilder(SettingItem prototype) Method parameters in io.github.xezzon.zeroweb.setting with type arguments of type SettingItemModifier and TypeMethodDescriptiondefault voidSettingGrpc.AsyncService.getSetting(GetSettingRequest request, io.grpc.stub.StreamObserver<SettingItem> responseObserver) 获取参数值voidSettingGrpc.SettingStub.getSetting(GetSettingRequest request, io.grpc.stub.StreamObserver<SettingItem> responseObserver) 获取参数值