Uses of Class
com.google.pubsub.v1.UpdateTopicRequest
-
Packages that use UpdateTopicRequest Package Description com.google.cloud.pubsub.v1 A client to Cloud Pub/Sub APIcom.google.cloud.pubsub.v1.stub com.google.pubsub.v1 -
-
Uses of UpdateTopicRequest in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return types with arguments of type UpdateTopicRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateTopicRequest,Topic>
TopicAdminClient. updateTopicCallable()
Updates an existing topic.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTopicRequest,Topic>
TopicAdminSettings.Builder. updateTopicSettings()
Returns the builder for the settings used for calls to updateTopic.com.google.api.gax.rpc.UnaryCallSettings<UpdateTopicRequest,Topic>
TopicAdminSettings. updateTopicSettings()
Returns the object with the settings used for calls to updateTopic.Methods in com.google.cloud.pubsub.v1 with parameters of type UpdateTopicRequest Modifier and Type Method Description Topic
TopicAdminClient. updateTopic(UpdateTopicRequest request)
Updates an existing topic. -
Uses of UpdateTopicRequest in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type UpdateTopicRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateTopicRequest,Topic>
GrpcPublisherStub. updateTopicCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateTopicRequest,Topic>
HttpJsonPublisherStub. updateTopicCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateTopicRequest,Topic>
PublisherStub. updateTopicCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTopicRequest,Topic>
PublisherStubSettings.Builder. updateTopicSettings()
Returns the builder for the settings used for calls to updateTopic.com.google.api.gax.rpc.UnaryCallSettings<UpdateTopicRequest,Topic>
PublisherStubSettings. updateTopicSettings()
Returns the object with the settings used for calls to updateTopic. -
Uses of UpdateTopicRequest in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return UpdateTopicRequest Modifier and Type Method Description UpdateTopicRequest
UpdateTopicRequest.Builder. build()
UpdateTopicRequest
UpdateTopicRequest.Builder. buildPartial()
static UpdateTopicRequest
UpdateTopicRequest. getDefaultInstance()
UpdateTopicRequest
UpdateTopicRequest.Builder. getDefaultInstanceForType()
UpdateTopicRequest
UpdateTopicRequest. 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(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)
static UpdateTopicRequest
UpdateTopicRequest. parseFrom(ByteBuffer data)
static UpdateTopicRequest
UpdateTopicRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.pubsub.v1 that return types with arguments of type UpdateTopicRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateTopicRequest>
UpdateTopicRequest. getParserForType()
static io.grpc.MethodDescriptor<UpdateTopicRequest,Topic>
PublisherGrpc. getUpdateTopicMethod()
static com.google.protobuf.Parser<UpdateTopicRequest>
UpdateTopicRequest. parser()
Methods in com.google.pubsub.v1 with parameters of type UpdateTopicRequest Modifier and Type Method Description UpdateTopicRequest.Builder
UpdateTopicRequest.Builder. mergeFrom(UpdateTopicRequest other)
static UpdateTopicRequest.Builder
UpdateTopicRequest. newBuilder(UpdateTopicRequest prototype)
default void
PublisherGrpc.AsyncService. updateTopic(UpdateTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)
Updates an existing topic.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.void
PublisherGrpc.PublisherStub. updateTopic(UpdateTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)
Updates an existing topic.
-