Uses of Class
cronapp.framework.customization.ListEntitiesResponse
-
-
Uses of ListEntitiesResponse in cronapp.framework.customization
Fields in cronapp.framework.customization with type parameters of type ListEntitiesResponse Modifier and Type Field Description static io.grpc.MethodDescriptor<ListEntitiesRequest,ListEntitiesResponse>CustomizationServiceGrpc. METHOD_LIST_ENTITIESDeprecated.Methods in cronapp.framework.customization that return ListEntitiesResponse Modifier and Type Method Description ListEntitiesResponseListEntitiesResponse.Builder. build()ListEntitiesResponseListEntitiesResponse.Builder. buildPartial()static ListEntitiesResponseListEntitiesResponse. getDefaultInstance()ListEntitiesResponseListEntitiesResponse.Builder. getDefaultInstanceForType()ListEntitiesResponseListEntitiesResponse. getDefaultInstanceForType()ListEntitiesResponseCustomizationServiceGrpc.CustomizationServiceBlockingStub. listEntities(ListEntitiesRequest request)static ListEntitiesResponseListEntitiesResponse. parseDelimitedFrom(InputStream input)static ListEntitiesResponseListEntitiesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListEntitiesResponseListEntitiesResponse. parseFrom(byte[] data)static ListEntitiesResponseListEntitiesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListEntitiesResponseListEntitiesResponse. parseFrom(com.google.protobuf.ByteString data)static ListEntitiesResponseListEntitiesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListEntitiesResponseListEntitiesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListEntitiesResponseListEntitiesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListEntitiesResponseListEntitiesResponse. parseFrom(InputStream input)static ListEntitiesResponseListEntitiesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListEntitiesResponseListEntitiesResponse. parseFrom(ByteBuffer data)static ListEntitiesResponseListEntitiesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in cronapp.framework.customization that return types with arguments of type ListEntitiesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListEntitiesRequest,ListEntitiesResponse>CustomizationServiceGrpc. getListEntitiesMethod()com.google.protobuf.Parser<ListEntitiesResponse>ListEntitiesResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListEntitiesResponse>CustomizationServiceGrpc.CustomizationServiceFutureStub. listEntities(ListEntitiesRequest request)static com.google.protobuf.Parser<ListEntitiesResponse>ListEntitiesResponse. parser()Methods in cronapp.framework.customization with parameters of type ListEntitiesResponse Modifier and Type Method Description ListEntitiesResponse.BuilderListEntitiesResponse.Builder. mergeFrom(ListEntitiesResponse other)static ListEntitiesResponse.BuilderListEntitiesResponse. newBuilder(ListEntitiesResponse prototype)Method parameters in cronapp.framework.customization with type arguments of type ListEntitiesResponse Modifier and Type Method Description voidCustomizationServiceGrpc.CustomizationServiceImplBase. listEntities(ListEntitiesRequest request, io.grpc.stub.StreamObserver<ListEntitiesResponse> responseObserver)voidCustomizationServiceGrpc.CustomizationServiceStub. listEntities(ListEntitiesRequest request, io.grpc.stub.StreamObserver<ListEntitiesResponse> responseObserver)
-