Uses of Class
com.salesforce.eventbus.protobuf.TopicRequest
Packages that use TopicRequest
-
Uses of TopicRequest in com.salesforce.eventbus.protobuf
Methods in com.salesforce.eventbus.protobuf that return TopicRequestModifier and TypeMethodDescriptionTopicRequest.Builder.build()TopicRequest.Builder.buildPartial()static TopicRequestTopicRequest.getDefaultInstance()TopicRequest.Builder.getDefaultInstanceForType()TopicRequest.getDefaultInstanceForType()static TopicRequestTopicRequest.parseDelimitedFrom(InputStream input) static TopicRequestTopicRequest.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TopicRequestTopicRequest.parseFrom(byte[] data) static TopicRequestTopicRequest.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TopicRequestTopicRequest.parseFrom(com.google.protobuf.ByteString data) static TopicRequestTopicRequest.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TopicRequestTopicRequest.parseFrom(com.google.protobuf.CodedInputStream input) static TopicRequestTopicRequest.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TopicRequestTopicRequest.parseFrom(InputStream input) static TopicRequestTopicRequest.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TopicRequestTopicRequest.parseFrom(ByteBuffer data) static TopicRequestTopicRequest.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.salesforce.eventbus.protobuf that return types with arguments of type TopicRequestModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<TopicRequest, TopicInfo> PubSubGrpc.getGetTopicMethod()com.google.protobuf.Parser<TopicRequest> TopicRequest.getParserForType()static com.google.protobuf.Parser<TopicRequest> TopicRequest.parser()Methods in com.salesforce.eventbus.protobuf with parameters of type TopicRequestModifier and TypeMethodDescriptiondefault voidPubSubGrpc.AsyncService.getTopic(TopicRequest request, io.grpc.stub.StreamObserver<TopicInfo> responseObserver) Get the topic Information related to the specified topic.PubSubGrpc.PubSubBlockingStub.getTopic(TopicRequest request) Get the topic Information related to the specified topic.com.google.common.util.concurrent.ListenableFuture<TopicInfo> PubSubGrpc.PubSubFutureStub.getTopic(TopicRequest request) Get the topic Information related to the specified topic.voidPubSubGrpc.PubSubStub.getTopic(TopicRequest request, io.grpc.stub.StreamObserver<TopicInfo> responseObserver) Get the topic Information related to the specified topic.TopicRequest.Builder.mergeFrom(TopicRequest other) static TopicRequest.BuilderTopicRequest.newBuilder(TopicRequest prototype)