Uses of Class
com.google.cloud.pubsublite.proto.GetTopicPartitionsRequest
-
Packages that use GetTopicPartitionsRequest 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 GetTopicPartitionsRequest in com.google.cloud.pubsublite.proto
Methods in com.google.cloud.pubsublite.proto that return GetTopicPartitionsRequest Modifier and Type Method Description GetTopicPartitionsRequest
GetTopicPartitionsRequest.Builder. build()
GetTopicPartitionsRequest
GetTopicPartitionsRequest.Builder. buildPartial()
static GetTopicPartitionsRequest
GetTopicPartitionsRequest. getDefaultInstance()
GetTopicPartitionsRequest
GetTopicPartitionsRequest.Builder. getDefaultInstanceForType()
GetTopicPartitionsRequest
GetTopicPartitionsRequest. getDefaultInstanceForType()
static GetTopicPartitionsRequest
GetTopicPartitionsRequest. parseDelimitedFrom(InputStream input)
static GetTopicPartitionsRequest
GetTopicPartitionsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTopicPartitionsRequest
GetTopicPartitionsRequest. parseFrom(byte[] data)
static GetTopicPartitionsRequest
GetTopicPartitionsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTopicPartitionsRequest
GetTopicPartitionsRequest. parseFrom(com.google.protobuf.ByteString data)
static GetTopicPartitionsRequest
GetTopicPartitionsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTopicPartitionsRequest
GetTopicPartitionsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetTopicPartitionsRequest
GetTopicPartitionsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTopicPartitionsRequest
GetTopicPartitionsRequest. parseFrom(InputStream input)
static GetTopicPartitionsRequest
GetTopicPartitionsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetTopicPartitionsRequest
GetTopicPartitionsRequest. parseFrom(ByteBuffer data)
static GetTopicPartitionsRequest
GetTopicPartitionsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.pubsublite.proto that return types with arguments of type GetTopicPartitionsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetTopicPartitionsRequest,TopicPartitions>
AdminServiceGrpc. getGetTopicPartitionsMethod()
com.google.protobuf.Parser<GetTopicPartitionsRequest>
GetTopicPartitionsRequest. getParserForType()
static com.google.protobuf.Parser<GetTopicPartitionsRequest>
GetTopicPartitionsRequest. parser()
Methods in com.google.cloud.pubsublite.proto with parameters of type GetTopicPartitionsRequest Modifier and Type Method Description TopicPartitions
AdminServiceGrpc.AdminServiceBlockingStub. getTopicPartitions(GetTopicPartitionsRequest request)
Returns the partition information for the requested topic.com.google.common.util.concurrent.ListenableFuture<TopicPartitions>
AdminServiceGrpc.AdminServiceFutureStub. getTopicPartitions(GetTopicPartitionsRequest request)
Returns the partition information for the requested topic.void
AdminServiceGrpc.AdminServiceStub. getTopicPartitions(GetTopicPartitionsRequest request, io.grpc.stub.StreamObserver<TopicPartitions> responseObserver)
Returns the partition information for the requested topic.default void
AdminServiceGrpc.AsyncService. getTopicPartitions(GetTopicPartitionsRequest request, io.grpc.stub.StreamObserver<TopicPartitions> responseObserver)
Returns the partition information for the requested topic.GetTopicPartitionsRequest.Builder
GetTopicPartitionsRequest.Builder. mergeFrom(GetTopicPartitionsRequest other)
static GetTopicPartitionsRequest.Builder
GetTopicPartitionsRequest. newBuilder(GetTopicPartitionsRequest prototype)
-
Uses of GetTopicPartitionsRequest in com.google.cloud.pubsublite.v1
Methods in com.google.cloud.pubsublite.v1 that return types with arguments of type GetTopicPartitionsRequest 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.Methods in com.google.cloud.pubsublite.v1 with parameters of type GetTopicPartitionsRequest Modifier and Type Method Description TopicPartitions
AdminServiceClient. getTopicPartitions(GetTopicPartitionsRequest request)
Returns the partition information for the requested topic. -
Uses of GetTopicPartitionsRequest in com.google.cloud.pubsublite.v1.stub
Methods in com.google.cloud.pubsublite.v1.stub that return types with arguments of type GetTopicPartitionsRequest 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.
-