Uses of Class
com.google.pubsub.v1.GetTopicRequest
-
Packages that use GetTopicRequest 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 GetTopicRequest in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return types with arguments of type GetTopicRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetTopicRequest,Topic>TopicAdminClient. getTopicCallable()Gets the configuration of a topic.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTopicRequest,Topic>TopicAdminSettings.Builder. getTopicSettings()Returns the builder for the settings used for calls to getTopic.com.google.api.gax.rpc.UnaryCallSettings<GetTopicRequest,Topic>TopicAdminSettings. getTopicSettings()Returns the object with the settings used for calls to getTopic.Methods in com.google.cloud.pubsub.v1 with parameters of type GetTopicRequest Modifier and Type Method Description TopicTopicAdminClient. getTopic(GetTopicRequest request)Gets the configuration of a topic. -
Uses of GetTopicRequest in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type GetTopicRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetTopicRequest,Topic>GrpcPublisherStub. getTopicCallable()com.google.api.gax.rpc.UnaryCallable<GetTopicRequest,Topic>HttpJsonPublisherStub. getTopicCallable()com.google.api.gax.rpc.UnaryCallable<GetTopicRequest,Topic>PublisherStub. getTopicCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTopicRequest,Topic>PublisherStubSettings.Builder. getTopicSettings()Returns the builder for the settings used for calls to getTopic.com.google.api.gax.rpc.UnaryCallSettings<GetTopicRequest,Topic>PublisherStubSettings. getTopicSettings()Returns the object with the settings used for calls to getTopic. -
Uses of GetTopicRequest in com.google.pubsub.v1
Methods in com.google.pubsub.v1 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.pubsub.v1 that return types with arguments of type GetTopicRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetTopicRequest,Topic>PublisherGrpc. getGetTopicMethod()com.google.protobuf.Parser<GetTopicRequest>GetTopicRequest. getParserForType()static com.google.protobuf.Parser<GetTopicRequest>GetTopicRequest. parser()Methods in com.google.pubsub.v1 with parameters of type GetTopicRequest Modifier and Type Method Description default voidPublisherGrpc.AsyncService. getTopic(GetTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)Gets the configuration of a topic.TopicPublisherGrpc.PublisherBlockingStub. getTopic(GetTopicRequest request)Gets the configuration of a topic.com.google.common.util.concurrent.ListenableFuture<Topic>PublisherGrpc.PublisherFutureStub. getTopic(GetTopicRequest request)Gets the configuration of a topic.voidPublisherGrpc.PublisherStub. getTopic(GetTopicRequest request, io.grpc.stub.StreamObserver<Topic> responseObserver)Gets the configuration of a topic.GetTopicRequest.BuilderGetTopicRequest.Builder. mergeFrom(GetTopicRequest other)static GetTopicRequest.BuilderGetTopicRequest. newBuilder(GetTopicRequest prototype)
-