Uses of Class
com.google.cloud.pubsublite.proto.GetTopicRequest
-
Packages that use GetTopicRequest 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 GetTopicRequest in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return GetTopicRequest Modifier and Type Method Description GetTopicRequestGetTopicRequest.Builder. build()GetTopicRequestGetTopicRequest.Builder. buildPartial()static GetTopicRequestGetTopicRequest. getDefaultInstance()GetTopicRequestGetTopicRequest.Builder. getDefaultInstanceForType()GetTopicRequestGetTopicRequest. getDefaultInstanceForType()static GetTopicRequestGetTopicRequest. parseDelimitedFrom(InputStream input)static GetTopicRequestGetTopicRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTopicRequestGetTopicRequest. parseFrom(byte[] data)static GetTopicRequestGetTopicRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTopicRequestGetTopicRequest. parseFrom(com.google.protobuf.ByteString data)static GetTopicRequestGetTopicRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTopicRequestGetTopicRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetTopicRequestGetTopicRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTopicRequestGetTopicRequest. parseFrom(InputStream input)static GetTopicRequestGetTopicRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTopicRequestGetTopicRequest. parseFrom(ByteBuffer data)static GetTopicRequestGetTopicRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.pubsublite.proto that return types with arguments of type GetTopicRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetTopicRequest,Topic>AdminServiceGrpc. getGetTopicMethod()com.google.protobuf.Parser<GetTopicRequest>GetTopicRequest. getParserForType()static com.google.protobuf.Parser<GetTopicRequest>GetTopicRequest. parser()Methods in com.google.cloud.pubsublite.proto with parameters of type GetTopicRequest Modifier and Type Method Description TopicAdminServiceGrpc.AdminServiceBlockingStub. getTopic(GetTopicRequest request)Returns the topic configuration.com.google.common.util.concurrent.ListenableFuture<Topic>AdminServiceGrpc.AdminServiceFutureStub. getTopic(GetTopicRequest request)Returns the topic configuration.voidAdminServiceGrpc.AdminServiceStub. getTopic(GetTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)Returns the topic configuration.default voidAdminServiceGrpc.AsyncService. getTopic(GetTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)Returns the topic configuration.GetTopicRequest.BuilderGetTopicRequest.Builder. mergeFrom(GetTopicRequest other)static GetTopicRequest.BuilderGetTopicRequest. newBuilder(GetTopicRequest prototype) -
Uses of GetTopicRequest in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.v1 that return types with arguments of type GetTopicRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetTopicRequest,Topic>AdminServiceClient. getTopicCallable()Returns the topic configuration.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTopicRequest,Topic>AdminServiceSettings.Builder. getTopicSettings()Returns the builder for the settings used for calls to getTopic.com.google.api.gax.rpc.UnaryCallSettings<GetTopicRequest,Topic>AdminServiceSettings. getTopicSettings()Returns the object with the settings used for calls to getTopic.Methods in com.google.cloud.pubsublite.v1 with parameters of type GetTopicRequest Modifier and Type Method Description TopicAdminServiceClient. getTopic(GetTopicRequest request)Returns the topic configuration. -
Uses of GetTopicRequest in com.google.cloud.pubsublite.v1.stub
Methods in com.google.cloud.pubsublite.v1.stub that return types with arguments of type GetTopicRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetTopicRequest,Topic>AdminServiceStub. getTopicCallable()com.google.api.gax.rpc.UnaryCallable<GetTopicRequest,Topic>GrpcAdminServiceStub. getTopicCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTopicRequest,Topic>AdminServiceStubSettings.Builder. getTopicSettings()Returns the builder for the settings used for calls to getTopic.com.google.api.gax.rpc.UnaryCallSettings<GetTopicRequest,Topic>AdminServiceStubSettings. getTopicSettings()Returns the object with the settings used for calls to getTopic.
-