| Package | Description |
|---|---|
| com.salesforce.cantor.grpc.objects |
| Modifier and Type | Method and Description |
|---|---|
StoreRequest |
StoreRequest.Builder.build() |
StoreRequest |
StoreRequest.Builder.buildPartial() |
static StoreRequest |
StoreRequest.getDefaultInstance() |
StoreRequest |
StoreRequest.getDefaultInstanceForType() |
StoreRequest |
StoreRequest.Builder.getDefaultInstanceForType() |
static StoreRequest |
StoreRequest.parseDelimitedFrom(InputStream input) |
static StoreRequest |
StoreRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreRequest |
StoreRequest.parseFrom(byte[] data) |
static StoreRequest |
StoreRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreRequest |
StoreRequest.parseFrom(com.google.protobuf.ByteString data) |
static StoreRequest |
StoreRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreRequest |
StoreRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static StoreRequest |
StoreRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StoreRequest |
StoreRequest.parseFrom(InputStream input) |
static StoreRequest |
StoreRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<StoreRequest> |
StoreRequest.getParserForType() |
static io.grpc.MethodDescriptor<StoreRequest,VoidResponse> |
ObjectsServiceGrpc.getStoreMethod() |
static com.google.protobuf.Parser<StoreRequest> |
StoreRequest.parser() |
| Modifier and Type | Method and Description |
|---|---|
StoreRequest.Builder |
StoreRequest.Builder.mergeFrom(StoreRequest other) |
static StoreRequest.Builder |
StoreRequest.newBuilder(StoreRequest prototype) |
VoidResponse |
ObjectsServiceGrpc.ObjectsServiceBlockingStub.store(StoreRequest request) |
com.google.common.util.concurrent.ListenableFuture<VoidResponse> |
ObjectsServiceGrpc.ObjectsServiceFutureStub.store(StoreRequest request) |
void |
ObjectsServiceGrpc.ObjectsServiceImplBase.store(StoreRequest request,
io.grpc.stub.StreamObserver<VoidResponse> responseObserver) |
void |
ObjectsServiceGrpc.ObjectsServiceStub.store(StoreRequest request,
io.grpc.stub.StreamObserver<VoidResponse> responseObserver) |
Copyright © 2021. All rights reserved.