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