Package | Description |
---|---|
com.google.cloud.pubsub.spi.v1 |
A client to Google Cloud Pub/Sub API.
|
com.google.pubsub.v1 |
Modifier and Type | Method and Description |
---|---|
ApiCallable<GetTopicRequest,Topic> |
PublisherApi.getTopicCallable()
Gets the configuration of a topic.
|
SimpleCallSettings<GetTopicRequest,Topic> |
PublisherSettings.getTopicSettings()
Returns the object with the settings used for calls to getTopic.
|
SimpleCallSettings.Builder<GetTopicRequest,Topic> |
PublisherSettings.Builder.getTopicSettings()
Returns the builder for the settings used for calls to getTopic.
|
Modifier and Type | Field and Description |
---|---|
static io.grpc.MethodDescriptor<GetTopicRequest,Topic> |
PublisherGrpc.METHOD_GET_TOPIC |
Modifier and Type | Method and Description |
---|---|
GetTopicRequest |
GetTopicRequest.Builder.build() |
GetTopicRequest |
GetTopicRequest.Builder.buildPartial() |
static GetTopicRequest |
GetTopicRequest.getDefaultInstance() |
GetTopicRequest |
GetTopicRequest.getDefaultInstanceForType() |
GetTopicRequest |
GetTopicRequest.Builder.getDefaultInstanceForType() |
static GetTopicRequest |
GetTopicRequest.parseDelimitedFrom(java.io.InputStream input) |
static GetTopicRequest |
GetTopicRequest.parseDelimitedFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
static GetTopicRequest |
GetTopicRequest.parseFrom(byte[] data) |
static GetTopicRequest |
GetTopicRequest.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static GetTopicRequest |
GetTopicRequest.parseFrom(ByteString data) |
static GetTopicRequest |
GetTopicRequest.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static GetTopicRequest |
GetTopicRequest.parseFrom(CodedInputStream input) |
static GetTopicRequest |
GetTopicRequest.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static GetTopicRequest |
GetTopicRequest.parseFrom(java.io.InputStream input) |
static GetTopicRequest |
GetTopicRequest.parseFrom(java.io.InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<GetTopicRequest> |
GetTopicRequest.getParserForType() |
static Parser<GetTopicRequest> |
GetTopicRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Topic |
PublisherGrpc.PublisherBlockingClient.getTopic(GetTopicRequest request) |
com.google.common.util.concurrent.ListenableFuture<Topic> |
PublisherGrpc.PublisherFutureClient.getTopic(GetTopicRequest request) |
Topic |
PublisherGrpc.PublisherBlockingStub.getTopic(GetTopicRequest request) |
com.google.common.util.concurrent.ListenableFuture<Topic> |
PublisherGrpc.PublisherFutureStub.getTopic(GetTopicRequest request) |
void |
PublisherGrpc.Publisher.getTopic(GetTopicRequest request,
io.grpc.stub.StreamObserver<Topic> responseObserver) |
void |
PublisherGrpc.PublisherStub.getTopic(GetTopicRequest request,
io.grpc.stub.StreamObserver<Topic> responseObserver) |
GetTopicRequest.Builder |
GetTopicRequest.Builder.mergeFrom(GetTopicRequest other) |
static GetTopicRequest.Builder |
GetTopicRequest.newBuilder(GetTopicRequest prototype) |