Uses of Class
com.salesforce.eventbus.protobuf.SchemaRequest
Packages that use SchemaRequest
-
Uses of SchemaRequest in com.salesforce.eventbus.protobuf
Methods in com.salesforce.eventbus.protobuf that return SchemaRequestModifier and TypeMethodDescriptionSchemaRequest.Builder.build()SchemaRequest.Builder.buildPartial()static SchemaRequestSchemaRequest.getDefaultInstance()SchemaRequest.Builder.getDefaultInstanceForType()SchemaRequest.getDefaultInstanceForType()static SchemaRequestSchemaRequest.parseDelimitedFrom(InputStream input) static SchemaRequestSchemaRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SchemaRequestSchemaRequest.parseFrom(byte[] data) static SchemaRequestSchemaRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SchemaRequestSchemaRequest.parseFrom(com.google.protobuf.ByteString data) static SchemaRequestSchemaRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SchemaRequestSchemaRequest.parseFrom(com.google.protobuf.CodedInputStream input) static SchemaRequestSchemaRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SchemaRequestSchemaRequest.parseFrom(InputStream input) static SchemaRequestSchemaRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SchemaRequestSchemaRequest.parseFrom(ByteBuffer data) static SchemaRequestSchemaRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.salesforce.eventbus.protobuf that return types with arguments of type SchemaRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<SchemaRequest, SchemaInfo> PubSubGrpc.getGetSchemaMethod()com.google.protobuf.Parser<SchemaRequest> SchemaRequest.getParserForType()static com.google.protobuf.Parser<SchemaRequest> SchemaRequest.parser()Methods in com.salesforce.eventbus.protobuf with parameters of type SchemaRequestModifier and TypeMethodDescriptiondefault voidPubSubGrpc.AsyncService.getSchema(SchemaRequest request, io.grpc.stub.StreamObserver<SchemaInfo> responseObserver) Get the event schema for a topic based on a schema ID.PubSubGrpc.PubSubBlockingStub.getSchema(SchemaRequest request) Get the event schema for a topic based on a schema ID.com.google.common.util.concurrent.ListenableFuture<SchemaInfo> PubSubGrpc.PubSubFutureStub.getSchema(SchemaRequest request) Get the event schema for a topic based on a schema ID.voidPubSubGrpc.PubSubStub.getSchema(SchemaRequest request, io.grpc.stub.StreamObserver<SchemaInfo> responseObserver) Get the event schema for a topic based on a schema ID.SchemaRequest.Builder.mergeFrom(SchemaRequest other) static SchemaRequest.BuilderSchemaRequest.newBuilder(SchemaRequest prototype)