Uses of Class
com.google.pubsub.v1.ListSnapshotsResponse
-
Packages that use ListSnapshotsResponse 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 ListSnapshotsResponse in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return types with arguments of type ListSnapshotsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,ListSnapshotsResponse>
SubscriptionAdminClient. listSnapshotsCallable()
Lists the existing snapshots.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSnapshotsRequest,ListSnapshotsResponse,SubscriptionAdminClient.ListSnapshotsPagedResponse>
SubscriptionAdminSettings.Builder. listSnapshotsSettings()
Returns the builder for the settings used for calls to listSnapshots.com.google.api.gax.rpc.PagedCallSettings<ListSnapshotsRequest,ListSnapshotsResponse,SubscriptionAdminClient.ListSnapshotsPagedResponse>
SubscriptionAdminSettings. listSnapshotsSettings()
Returns the object with the settings used for calls to listSnapshots.Methods in com.google.cloud.pubsub.v1 with parameters of type ListSnapshotsResponse Modifier and Type Method Description protected SubscriptionAdminClient.ListSnapshotsPage
SubscriptionAdminClient.ListSnapshotsPage. createPage(com.google.api.gax.rpc.PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot> context, ListSnapshotsResponse response)
Method parameters in com.google.cloud.pubsub.v1 with type arguments of type ListSnapshotsResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<SubscriptionAdminClient.ListSnapshotsPagedResponse>
SubscriptionAdminClient.ListSnapshotsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot> context, com.google.api.core.ApiFuture<ListSnapshotsResponse> futureResponse)
static com.google.api.core.ApiFuture<SubscriptionAdminClient.ListSnapshotsPagedResponse>
SubscriptionAdminClient.ListSnapshotsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot> context, com.google.api.core.ApiFuture<ListSnapshotsResponse> futureResponse)
protected SubscriptionAdminClient.ListSnapshotsPage
SubscriptionAdminClient.ListSnapshotsPage. createPage(com.google.api.gax.rpc.PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot> context, ListSnapshotsResponse response)
com.google.api.core.ApiFuture<SubscriptionAdminClient.ListSnapshotsPage>
SubscriptionAdminClient.ListSnapshotsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot> context, com.google.api.core.ApiFuture<ListSnapshotsResponse> futureResponse)
com.google.api.core.ApiFuture<SubscriptionAdminClient.ListSnapshotsPage>
SubscriptionAdminClient.ListSnapshotsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSnapshotsRequest,ListSnapshotsResponse,Snapshot> context, com.google.api.core.ApiFuture<ListSnapshotsResponse> futureResponse)
-
Uses of ListSnapshotsResponse in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type ListSnapshotsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,ListSnapshotsResponse>
GrpcSubscriberStub. listSnapshotsCallable()
com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,ListSnapshotsResponse>
HttpJsonSubscriberStub. listSnapshotsCallable()
com.google.api.gax.rpc.UnaryCallable<ListSnapshotsRequest,ListSnapshotsResponse>
SubscriberStub. listSnapshotsCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSnapshotsRequest,ListSnapshotsResponse,SubscriptionAdminClient.ListSnapshotsPagedResponse>
SubscriberStubSettings.Builder. listSnapshotsSettings()
Returns the builder for the settings used for calls to listSnapshots.com.google.api.gax.rpc.PagedCallSettings<ListSnapshotsRequest,ListSnapshotsResponse,SubscriptionAdminClient.ListSnapshotsPagedResponse>
SubscriberStubSettings. listSnapshotsSettings()
Returns the object with the settings used for calls to listSnapshots. -
Uses of ListSnapshotsResponse in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return ListSnapshotsResponse Modifier and Type Method Description ListSnapshotsResponse
ListSnapshotsResponse.Builder. build()
ListSnapshotsResponse
ListSnapshotsResponse.Builder. buildPartial()
static ListSnapshotsResponse
ListSnapshotsResponse. getDefaultInstance()
ListSnapshotsResponse
ListSnapshotsResponse.Builder. getDefaultInstanceForType()
ListSnapshotsResponse
ListSnapshotsResponse. getDefaultInstanceForType()
ListSnapshotsResponse
SubscriberGrpc.SubscriberBlockingStub. listSnapshots(ListSnapshotsRequest request)
Lists the existing snapshots.static ListSnapshotsResponse
ListSnapshotsResponse. parseDelimitedFrom(InputStream input)
static ListSnapshotsResponse
ListSnapshotsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(byte[] data)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(InputStream input)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(ByteBuffer data)
static ListSnapshotsResponse
ListSnapshotsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.pubsub.v1 that return types with arguments of type ListSnapshotsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListSnapshotsRequest,ListSnapshotsResponse>
SubscriberGrpc. getListSnapshotsMethod()
com.google.protobuf.Parser<ListSnapshotsResponse>
ListSnapshotsResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListSnapshotsResponse>
SubscriberGrpc.SubscriberFutureStub. listSnapshots(ListSnapshotsRequest request)
Lists the existing snapshots.static com.google.protobuf.Parser<ListSnapshotsResponse>
ListSnapshotsResponse. parser()
Methods in com.google.pubsub.v1 with parameters of type ListSnapshotsResponse Modifier and Type Method Description ListSnapshotsResponse.Builder
ListSnapshotsResponse.Builder. mergeFrom(ListSnapshotsResponse other)
static ListSnapshotsResponse.Builder
ListSnapshotsResponse. newBuilder(ListSnapshotsResponse prototype)
Method parameters in com.google.pubsub.v1 with type arguments of type ListSnapshotsResponse Modifier and Type Method Description default void
SubscriberGrpc.AsyncService. listSnapshots(ListSnapshotsRequest request, io.grpc.stub.StreamObserver<ListSnapshotsResponse> responseObserver)
Lists the existing snapshots.void
SubscriberGrpc.SubscriberStub. listSnapshots(ListSnapshotsRequest request, io.grpc.stub.StreamObserver<ListSnapshotsResponse> responseObserver)
Lists the existing snapshots.
-