Uses of Class
com.google.cloud.pubsublite.proto.UpdateTopicRequest
-
Packages that use UpdateTopicRequest Package Description com.google.cloud.pubsublite.proto com.google.cloud.pubsublite.v1 A client to Pub/Sub Lite APIcom.google.cloud.pubsublite.v1.stub -
-
Uses of UpdateTopicRequest in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto 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.cloud.pubsublite.proto 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>AdminServiceGrpc. getUpdateTopicMethod()static com.google.protobuf.Parser<UpdateTopicRequest>UpdateTopicRequest. parser()Methods in com.google.cloud.pubsublite.proto with parameters of type UpdateTopicRequest Modifier and Type Method Description UpdateTopicRequest.BuilderUpdateTopicRequest.Builder. mergeFrom(UpdateTopicRequest other)static UpdateTopicRequest.BuilderUpdateTopicRequest. newBuilder(UpdateTopicRequest prototype)TopicAdminServiceGrpc.AdminServiceBlockingStub. updateTopic(UpdateTopicRequest request)Updates properties of the specified topic.com.google.common.util.concurrent.ListenableFuture<Topic>AdminServiceGrpc.AdminServiceFutureStub. updateTopic(UpdateTopicRequest request)Updates properties of the specified topic.voidAdminServiceGrpc.AdminServiceStub. updateTopic(UpdateTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)Updates properties of the specified topic.default voidAdminServiceGrpc.AsyncService. updateTopic(UpdateTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)Updates properties of the specified topic. -
Uses of UpdateTopicRequest in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.v1 that return types with arguments of type UpdateTopicRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateTopicRequest,Topic>AdminServiceClient. updateTopicCallable()Updates properties of the specified topic.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTopicRequest,Topic>AdminServiceSettings.Builder. updateTopicSettings()Returns the builder for the settings used for calls to updateTopic.com.google.api.gax.rpc.UnaryCallSettings<UpdateTopicRequest,Topic>AdminServiceSettings. updateTopicSettings()Returns the object with the settings used for calls to updateTopic.Methods in com.google.cloud.pubsublite.v1 with parameters of type UpdateTopicRequest Modifier and Type Method Description TopicAdminServiceClient. updateTopic(UpdateTopicRequest request)Updates properties of the specified topic. -
Uses of UpdateTopicRequest in com.google.cloud.pubsublite.v1.stub
Methods in com.google.cloud.pubsublite.v1.stub that return types with arguments of type UpdateTopicRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateTopicRequest,Topic>AdminServiceStub. updateTopicCallable()com.google.api.gax.rpc.UnaryCallable<UpdateTopicRequest,Topic>GrpcAdminServiceStub. updateTopicCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateTopicRequest,Topic>AdminServiceStubSettings.Builder. updateTopicSettings()Returns the builder for the settings used for calls to updateTopic.com.google.api.gax.rpc.UnaryCallSettings<UpdateTopicRequest,Topic>AdminServiceStubSettings. updateTopicSettings()Returns the object with the settings used for calls to updateTopic.
-