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 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.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.Builder
UpdateTopicRequest.Builder. mergeFrom(UpdateTopicRequest other)
static UpdateTopicRequest.Builder
UpdateTopicRequest. newBuilder(UpdateTopicRequest prototype)
Topic
AdminServiceGrpc.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.void
AdminServiceGrpc.AdminServiceStub. updateTopic(UpdateTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)
Updates properties of the specified topic.default void
AdminServiceGrpc.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 Topic
AdminServiceClient. 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.
-