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<UpdateTopicRequest,Topic> |
TopicAdminClient.updateTopicCallable()
Updates an existing topic.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateTopicRequest,Topic> |
TopicAdminSettings.updateTopicSettings()
Returns the object with the settings used for calls to updateTopic.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTopicRequest,Topic> |
TopicAdminSettings.Builder.updateTopicSettings()
Returns the builder for the settings used for calls to updateTopic.
|
Modifier and Type | Method and Description |
---|---|
Topic |
TopicAdminClient.updateTopic(UpdateTopicRequest request)
Updates an existing topic.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<UpdateTopicRequest,Topic> |
HttpJsonPublisherStub.updateTopicCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateTopicRequest,Topic> |
GrpcPublisherStub.updateTopicCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateTopicRequest,Topic> |
PublisherStub.updateTopicCallable() |
com.google.api.gax.rpc.UnaryCallSettings<UpdateTopicRequest,Topic> |
PublisherStubSettings.updateTopicSettings()
Returns the object with the settings used for calls to updateTopic.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTopicRequest,Topic> |
PublisherStubSettings.Builder.updateTopicSettings()
Returns the builder for the settings used for calls to updateTopic.
|
Modifier and Type | Method and Description |
---|---|
UpdateTopicRequest |
UpdateTopicRequest.Builder.build() |
UpdateTopicRequest |
UpdateTopicRequest.Builder.buildPartial() |
static UpdateTopicRequest |
UpdateTopicRequest.getDefaultInstance() |
UpdateTopicRequest |
UpdateTopicRequest.getDefaultInstanceForType() |
UpdateTopicRequest |
UpdateTopicRequest.Builder.getDefaultInstanceForType() |
static UpdateTopicRequest |
UpdateTopicRequest.parseDelimitedFrom(InputStream input) |
static UpdateTopicRequest |
UpdateTopicRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateTopicRequest |
UpdateTopicRequest.parseFrom(byte[] data) |
static UpdateTopicRequest |
UpdateTopicRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateTopicRequest |
UpdateTopicRequest.parseFrom(ByteBuffer data) |
static UpdateTopicRequest |
UpdateTopicRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateTopicRequest |
UpdateTopicRequest.parseFrom(com.google.protobuf.ByteString data) |
static UpdateTopicRequest |
UpdateTopicRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateTopicRequest |
UpdateTopicRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static UpdateTopicRequest |
UpdateTopicRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static UpdateTopicRequest |
UpdateTopicRequest.parseFrom(InputStream input) |
static UpdateTopicRequest |
UpdateTopicRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<UpdateTopicRequest> |
UpdateTopicRequest.getParserForType() |
static MethodDescriptor<UpdateTopicRequest,Topic> |
PublisherGrpc.getUpdateTopicMethod() |
static com.google.protobuf.Parser<UpdateTopicRequest> |
UpdateTopicRequest.parser() |
Modifier and Type | Method and Description |
---|---|
UpdateTopicRequest.Builder |
UpdateTopicRequest.Builder.mergeFrom(UpdateTopicRequest other) |
static UpdateTopicRequest.Builder |
UpdateTopicRequest.newBuilder(UpdateTopicRequest prototype) |
Topic |
PublisherGrpc.PublisherBlockingStub.updateTopic(UpdateTopicRequest request)
Updates an existing topic.
|
com.google.common.util.concurrent.ListenableFuture<Topic> |
PublisherGrpc.PublisherFutureStub.updateTopic(UpdateTopicRequest request)
Updates an existing topic.
|
default void |
PublisherGrpc.AsyncService.updateTopic(UpdateTopicRequest request,
StreamObserver<Topic> responseObserver)
Updates an existing topic.
|
void |
PublisherGrpc.PublisherStub.updateTopic(UpdateTopicRequest request,
StreamObserver<Topic> responseObserver)
Updates an existing topic.
|
Copyright © 2023 Google LLC. All rights reserved.