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 TopicTopicAdminClient. 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 UpdateTopicRequestUpdateTopicRequest.Builder. build()UpdateTopicRequestUpdateTopicRequest.Builder. buildPartial()static UpdateTopicRequestUpdateTopicRequest. getDefaultInstance()UpdateTopicRequestUpdateTopicRequest.Builder. getDefaultInstanceForType()UpdateTopicRequestUpdateTopicRequest. getDefaultInstanceForType()static UpdateTopicRequestUpdateTopicRequest. parseDelimitedFrom(InputStream input)static UpdateTopicRequestUpdateTopicRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateTopicRequestUpdateTopicRequest. parseFrom(byte[] data)static UpdateTopicRequestUpdateTopicRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateTopicRequestUpdateTopicRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateTopicRequestUpdateTopicRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateTopicRequestUpdateTopicRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateTopicRequestUpdateTopicRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateTopicRequestUpdateTopicRequest. parseFrom(InputStream input)static UpdateTopicRequestUpdateTopicRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateTopicRequestUpdateTopicRequest. parseFrom(ByteBuffer data)static UpdateTopicRequestUpdateTopicRequest. 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.BuilderUpdateTopicRequest.Builder. mergeFrom(UpdateTopicRequest other)static UpdateTopicRequest.BuilderUpdateTopicRequest. newBuilder(UpdateTopicRequest prototype)default voidPublisherGrpc.AsyncService. updateTopic(UpdateTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)Updates an existing topic.TopicPublisherGrpc.PublisherBlockingStub. updateTopic(UpdateTopicRequest request)Updates an existing topic.com.google.common.util.concurrent.ListenableFuture<Topic>PublisherGrpc.PublisherFutureStub. updateTopic(UpdateTopicRequest request)Updates an existing topic.voidPublisherGrpc.PublisherStub. updateTopic(UpdateTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)Updates an existing topic.
-