Uses of Class
com.google.pubsub.v1.ListTopicSnapshotsRequest
-
Packages that use ListTopicSnapshotsRequest 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 ListTopicSnapshotsRequest in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return types with arguments of type ListTopicSnapshotsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse>TopicAdminClient. listTopicSnapshotsCallable()Lists the names of the snapshots on this topic.com.google.api.gax.rpc.UnaryCallable<ListTopicSnapshotsRequest,TopicAdminClient.ListTopicSnapshotsPagedResponse>TopicAdminClient. listTopicSnapshotsPagedCallable()Lists the names of the snapshots on this topic.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse,TopicAdminClient.ListTopicSnapshotsPagedResponse>TopicAdminSettings.Builder. listTopicSnapshotsSettings()Returns the builder for the settings used for calls to listTopicSnapshots.com.google.api.gax.rpc.PagedCallSettings<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse,TopicAdminClient.ListTopicSnapshotsPagedResponse>TopicAdminSettings. listTopicSnapshotsSettings()Returns the object with the settings used for calls to listTopicSnapshots.Methods in com.google.cloud.pubsub.v1 with parameters of type ListTopicSnapshotsRequest Modifier and Type Method Description TopicAdminClient.ListTopicSnapshotsPagedResponseTopicAdminClient. listTopicSnapshots(ListTopicSnapshotsRequest request)Lists the names of the snapshots on this topic.Method parameters in com.google.cloud.pubsub.v1 with type arguments of type ListTopicSnapshotsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<TopicAdminClient.ListTopicSnapshotsPagedResponse>TopicAdminClient.ListTopicSnapshotsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse,String> context, com.google.api.core.ApiFuture<ListTopicSnapshotsResponse> futureResponse)protected TopicAdminClient.ListTopicSnapshotsPageTopicAdminClient.ListTopicSnapshotsPage. createPage(com.google.api.gax.rpc.PageContext<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse,String> context, ListTopicSnapshotsResponse response)com.google.api.core.ApiFuture<TopicAdminClient.ListTopicSnapshotsPage>TopicAdminClient.ListTopicSnapshotsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse,String> context, com.google.api.core.ApiFuture<ListTopicSnapshotsResponse> futureResponse) -
Uses of ListTopicSnapshotsRequest in com.google.cloud.pubsub.v1.stub
-
Uses of ListTopicSnapshotsRequest in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return ListTopicSnapshotsRequest Modifier and Type Method Description ListTopicSnapshotsRequestListTopicSnapshotsRequest.Builder. build()ListTopicSnapshotsRequestListTopicSnapshotsRequest.Builder. buildPartial()static ListTopicSnapshotsRequestListTopicSnapshotsRequest. getDefaultInstance()ListTopicSnapshotsRequestListTopicSnapshotsRequest.Builder. getDefaultInstanceForType()ListTopicSnapshotsRequestListTopicSnapshotsRequest. getDefaultInstanceForType()static ListTopicSnapshotsRequestListTopicSnapshotsRequest. parseDelimitedFrom(InputStream input)static ListTopicSnapshotsRequestListTopicSnapshotsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTopicSnapshotsRequestListTopicSnapshotsRequest. parseFrom(byte[] data)static ListTopicSnapshotsRequestListTopicSnapshotsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTopicSnapshotsRequestListTopicSnapshotsRequest. parseFrom(com.google.protobuf.ByteString data)static ListTopicSnapshotsRequestListTopicSnapshotsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTopicSnapshotsRequestListTopicSnapshotsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListTopicSnapshotsRequestListTopicSnapshotsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTopicSnapshotsRequestListTopicSnapshotsRequest. parseFrom(InputStream input)static ListTopicSnapshotsRequestListTopicSnapshotsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListTopicSnapshotsRequestListTopicSnapshotsRequest. parseFrom(ByteBuffer data)static ListTopicSnapshotsRequestListTopicSnapshotsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.pubsub.v1 that return types with arguments of type ListTopicSnapshotsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListTopicSnapshotsRequest,ListTopicSnapshotsResponse>PublisherGrpc. getListTopicSnapshotsMethod()com.google.protobuf.Parser<ListTopicSnapshotsRequest>ListTopicSnapshotsRequest. getParserForType()static com.google.protobuf.Parser<ListTopicSnapshotsRequest>ListTopicSnapshotsRequest. parser()Methods in com.google.pubsub.v1 with parameters of type ListTopicSnapshotsRequest Modifier and Type Method Description default voidPublisherGrpc.AsyncService. listTopicSnapshots(ListTopicSnapshotsRequest request, io.grpc.stub.StreamObserver<ListTopicSnapshotsResponse> responseObserver)Lists the names of the snapshots on this topic.ListTopicSnapshotsResponsePublisherGrpc.PublisherBlockingStub. listTopicSnapshots(ListTopicSnapshotsRequest request)Lists the names of the snapshots on this topic.com.google.common.util.concurrent.ListenableFuture<ListTopicSnapshotsResponse>PublisherGrpc.PublisherFutureStub. listTopicSnapshots(ListTopicSnapshotsRequest request)Lists the names of the snapshots on this topic.voidPublisherGrpc.PublisherStub. listTopicSnapshots(ListTopicSnapshotsRequest request, io.grpc.stub.StreamObserver<ListTopicSnapshotsResponse> responseObserver)Lists the names of the snapshots on this topic.ListTopicSnapshotsRequest.BuilderListTopicSnapshotsRequest.Builder. mergeFrom(ListTopicSnapshotsRequest other)static ListTopicSnapshotsRequest.BuilderListTopicSnapshotsRequest. newBuilder(ListTopicSnapshotsRequest prototype)
-