Uses of Class
com.google.cloud.pubsublite.proto.TopicPartitions
-
Packages that use TopicPartitions 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 TopicPartitions in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return TopicPartitions Modifier and Type Method Description TopicPartitionsTopicPartitions.Builder. build()TopicPartitionsTopicPartitions.Builder. buildPartial()static TopicPartitionsTopicPartitions. getDefaultInstance()TopicPartitionsTopicPartitions.Builder. getDefaultInstanceForType()TopicPartitionsTopicPartitions. getDefaultInstanceForType()TopicPartitionsAdminServiceGrpc.AdminServiceBlockingStub. getTopicPartitions(GetTopicPartitionsRequest request)Returns the partition information for the requested topic.static TopicPartitionsTopicPartitions. parseDelimitedFrom(InputStream input)static TopicPartitionsTopicPartitions. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TopicPartitionsTopicPartitions. parseFrom(byte[] data)static TopicPartitionsTopicPartitions. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TopicPartitionsTopicPartitions. parseFrom(com.google.protobuf.ByteString data)static TopicPartitionsTopicPartitions. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TopicPartitionsTopicPartitions. parseFrom(com.google.protobuf.CodedInputStream input)static TopicPartitionsTopicPartitions. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TopicPartitionsTopicPartitions. parseFrom(InputStream input)static TopicPartitionsTopicPartitions. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TopicPartitionsTopicPartitions. parseFrom(ByteBuffer data)static TopicPartitionsTopicPartitions. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.pubsublite.proto that return types with arguments of type TopicPartitions Modifier and Type Method Description static io.grpc.MethodDescriptor<GetTopicPartitionsRequest,TopicPartitions>AdminServiceGrpc. getGetTopicPartitionsMethod()com.google.protobuf.Parser<TopicPartitions>TopicPartitions. getParserForType()com.google.common.util.concurrent.ListenableFuture<TopicPartitions>AdminServiceGrpc.AdminServiceFutureStub. getTopicPartitions(GetTopicPartitionsRequest request)Returns the partition information for the requested topic.static com.google.protobuf.Parser<TopicPartitions>TopicPartitions. parser()Methods in com.google.cloud.pubsublite.proto with parameters of type TopicPartitions Modifier and Type Method Description TopicPartitions.BuilderTopicPartitions.Builder. mergeFrom(TopicPartitions other)static TopicPartitions.BuilderTopicPartitions. newBuilder(TopicPartitions prototype)Method parameters in com.google.cloud.pubsublite.proto with type arguments of type TopicPartitions Modifier and Type Method Description voidAdminServiceGrpc.AdminServiceStub. getTopicPartitions(GetTopicPartitionsRequest request, io.grpc.stub.StreamObserver<TopicPartitions> responseObserver)Returns the partition information for the requested topic.default voidAdminServiceGrpc.AsyncService. getTopicPartitions(GetTopicPartitionsRequest request, io.grpc.stub.StreamObserver<TopicPartitions> responseObserver)Returns the partition information for the requested topic. -
Uses of TopicPartitions in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.v1 that return TopicPartitions Modifier and Type Method Description TopicPartitionsAdminServiceClient. getTopicPartitions(GetTopicPartitionsRequest request)Returns the partition information for the requested topic.TopicPartitionsAdminServiceClient. getTopicPartitions(TopicName name)Returns the partition information for the requested topic.TopicPartitionsAdminServiceClient. getTopicPartitions(String name)Returns the partition information for the requested topic.Methods in com.google.cloud.pubsublite.v1 that return types with arguments of type TopicPartitions Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetTopicPartitionsRequest,TopicPartitions>AdminServiceClient. getTopicPartitionsCallable()Returns the partition information for the requested topic.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTopicPartitionsRequest,TopicPartitions>AdminServiceSettings.Builder. getTopicPartitionsSettings()Returns the builder for the settings used for calls to getTopicPartitions.com.google.api.gax.rpc.UnaryCallSettings<GetTopicPartitionsRequest,TopicPartitions>AdminServiceSettings. getTopicPartitionsSettings()Returns the object with the settings used for calls to getTopicPartitions. -
Uses of TopicPartitions in com.google.cloud.pubsublite.v1.stub
Methods in com.google.cloud.pubsublite.v1.stub that return types with arguments of type TopicPartitions Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetTopicPartitionsRequest,TopicPartitions>AdminServiceStub. getTopicPartitionsCallable()com.google.api.gax.rpc.UnaryCallable<GetTopicPartitionsRequest,TopicPartitions>GrpcAdminServiceStub. getTopicPartitionsCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTopicPartitionsRequest,TopicPartitions>AdminServiceStubSettings.Builder. getTopicPartitionsSettings()Returns the builder for the settings used for calls to getTopicPartitions.com.google.api.gax.rpc.UnaryCallSettings<GetTopicPartitionsRequest,TopicPartitions>AdminServiceStubSettings. getTopicPartitionsSettings()Returns the object with the settings used for calls to getTopicPartitions.
-