Package | Description |
---|---|
com.google.cloud.pubsub.v1 |
A client to Cloud Pub/Sub API
|
com.google.cloud.pubsub.v1.stub | |
com.google.pubsub.v1 |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<GetTopicRequest,Topic> |
TopicAdminClient.getTopicCallable()
Gets the configuration of a topic.
|
com.google.api.gax.rpc.UnaryCallSettings<GetTopicRequest,Topic> |
TopicAdminSettings.getTopicSettings()
Returns the object with the settings used for calls to getTopic.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTopicRequest,Topic> |
TopicAdminSettings.Builder.getTopicSettings()
Returns the builder for the settings used for calls to getTopic.
|
Modifier and Type | Method and Description |
---|---|
Topic |
TopicAdminClient.getTopic(GetTopicRequest request)
Gets the configuration of a topic.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<GetTopicRequest,Topic> |
HttpJsonPublisherStub.getTopicCallable() |
com.google.api.gax.rpc.UnaryCallable<GetTopicRequest,Topic> |
GrpcPublisherStub.getTopicCallable() |
com.google.api.gax.rpc.UnaryCallable<GetTopicRequest,Topic> |
PublisherStub.getTopicCallable() |
com.google.api.gax.rpc.UnaryCallSettings<GetTopicRequest,Topic> |
PublisherStubSettings.getTopicSettings()
Returns the object with the settings used for calls to getTopic.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTopicRequest,Topic> |
PublisherStubSettings.Builder.getTopicSettings()
Returns the builder for the settings used for calls to getTopic.
|
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(InputStream input) |
static GetTopicRequest |
GetTopicRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetTopicRequest |
GetTopicRequest.parseFrom(byte[] data) |
static GetTopicRequest |
GetTopicRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetTopicRequest |
GetTopicRequest.parseFrom(ByteBuffer data) |
static GetTopicRequest |
GetTopicRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetTopicRequest |
GetTopicRequest.parseFrom(com.google.protobuf.ByteString data) |
static GetTopicRequest |
GetTopicRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetTopicRequest |
GetTopicRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static GetTopicRequest |
GetTopicRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetTopicRequest |
GetTopicRequest.parseFrom(InputStream input) |
static GetTopicRequest |
GetTopicRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<GetTopicRequest,Topic> |
PublisherGrpc.getGetTopicMethod() |
com.google.protobuf.Parser<GetTopicRequest> |
GetTopicRequest.getParserForType() |
static com.google.protobuf.Parser<GetTopicRequest> |
GetTopicRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Topic |
PublisherGrpc.PublisherBlockingStub.getTopic(GetTopicRequest request)
Gets the configuration of a topic.
|
com.google.common.util.concurrent.ListenableFuture<Topic> |
PublisherGrpc.PublisherFutureStub.getTopic(GetTopicRequest request)
Gets the configuration of a topic.
|
default void |
PublisherGrpc.AsyncService.getTopic(GetTopicRequest request,
StreamObserver<Topic> responseObserver)
Gets the configuration of a topic.
|
void |
PublisherGrpc.PublisherStub.getTopic(GetTopicRequest request,
StreamObserver<Topic> responseObserver)
Gets the configuration of a topic.
|
GetTopicRequest.Builder |
GetTopicRequest.Builder.mergeFrom(GetTopicRequest other) |
static GetTopicRequest.Builder |
GetTopicRequest.newBuilder(GetTopicRequest prototype) |
Copyright © 2023 Google LLC. All rights reserved.