Package | Description |
---|---|
com.google.cloud.pubsub.v1 |
A client to Cloud Pub/Sub API
|
com.google.cloud.pubsub.v1.stub | |
com.google.pubsub.v1 |
Modifier and Type | Method and Description |
---|---|
Snapshot |
SubscriptionAdminClient.createSnapshot(CreateSnapshotRequest request)
Creates a snapshot from the requested subscription.
|
Snapshot |
SubscriptionAdminClient.createSnapshot(ProjectSnapshotName name,
ProjectSubscriptionName subscription)
Deprecated.
|
Snapshot |
SubscriptionAdminClient.createSnapshot(ProjectSnapshotName name,
String subscription)
Deprecated.
Use Use
SubscriptionAdminClient.createSnapshot(SnapshotName, String) instead. |
Snapshot |
SubscriptionAdminClient.createSnapshot(SnapshotName name,
String subscription)
Creates a snapshot from the requested subscription.
|
Snapshot |
SubscriptionAdminClient.createSnapshot(SnapshotName name,
SubscriptionName subscription)
Creates a snapshot from the requested subscription.
|
Snapshot |
SubscriptionAdminClient.createSnapshot(String name,
ProjectSubscriptionName subscription)
Deprecated.
Use Use
SubscriptionAdminClient.createSnapshot(String, SubscriptionName) instead. |
Snapshot |
SubscriptionAdminClient.createSnapshot(String name,
String subscription)
Creates a snapshot from the requested subscription.
|
Snapshot |
SubscriptionAdminClient.createSnapshot(String name,
SubscriptionName subscription)
Creates a snapshot from the requested subscription.
|
Snapshot |
SubscriptionAdminClient.getSnapshot(GetSnapshotRequest request)
Gets the configuration details of a snapshot.
|
Snapshot |
SubscriptionAdminClient.getSnapshot(ProjectSnapshotName snapshot)
Deprecated.
Use Use
SubscriptionAdminClient.getSnapshot(SnapshotName) instead. |
Snapshot |
SubscriptionAdminClient.getSnapshot(SnapshotName snapshot)
Gets the configuration details of a snapshot.
|
Snapshot |
SubscriptionAdminClient.getSnapshot(String snapshot)
Gets the configuration details of a snapshot.
|
Snapshot |
SubscriptionAdminClient.updateSnapshot(Snapshot snapshot,
com.google.protobuf.FieldMask updateMask)
Updates an existing snapshot.
|
Snapshot |
SubscriptionAdminClient.updateSnapshot(UpdateSnapshotRequest request)
Updates an existing snapshot.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<CreateSnapshotRequest,Snapshot> |
SubscriptionAdminClient.createSnapshotCallable()
Creates a snapshot from the requested subscription.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateSnapshotRequest,Snapshot> |
SubscriptionAdminSettings.createSnapshotSettings()
Returns the object with the settings used for calls to createSnapshot.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateSnapshotRequest,Snapshot> |
SubscriptionAdminSettings.Builder.createSnapshotSettings()
Returns the builder for the settings used for calls to createSnapshot.
|
com.google.api.gax.rpc.UnaryCallable<GetSnapshotRequest,Snapshot> |
SubscriptionAdminClient.getSnapshotCallable()
Gets the configuration details of a snapshot.
|
com.google.api.gax.rpc.UnaryCallSettings<GetSnapshotRequest,Snapshot> |
SubscriptionAdminSettings.getSnapshotSettings()
Returns the object with the settings used for calls to getSnapshot.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSnapshotRequest,Snapshot> |
SubscriptionAdminSettings.Builder.getSnapshotSettings()
Returns the builder for the settings used for calls to getSnapshot.
|
com.google.api.gax.rpc.UnaryCallable<UpdateSnapshotRequest,Snapshot> |
SubscriptionAdminClient.updateSnapshotCallable()
Updates an existing snapshot.
|
com.google.api.gax.rpc.UnaryCallSettings<UpdateSnapshotRequest,Snapshot> |
SubscriptionAdminSettings.updateSnapshotSettings()
Returns the object with the settings used for calls to updateSnapshot.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateSnapshotRequest,Snapshot> |
SubscriptionAdminSettings.Builder.updateSnapshotSettings()
Returns the builder for the settings used for calls to updateSnapshot.
|
Modifier and Type | Method and Description |
---|---|
Snapshot |
SubscriptionAdminClient.updateSnapshot(Snapshot snapshot,
com.google.protobuf.FieldMask updateMask)
Updates an existing snapshot.
|
Modifier and Type | Method and 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) |
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) |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<CreateSnapshotRequest,Snapshot> |
SubscriberStub.createSnapshotCallable() |
com.google.api.gax.rpc.UnaryCallable<CreateSnapshotRequest,Snapshot> |
GrpcSubscriberStub.createSnapshotCallable() |
com.google.api.gax.rpc.UnaryCallable<CreateSnapshotRequest,Snapshot> |
HttpJsonSubscriberStub.createSnapshotCallable() |
com.google.api.gax.rpc.UnaryCallSettings<CreateSnapshotRequest,Snapshot> |
SubscriberStubSettings.createSnapshotSettings()
Returns the object with the settings used for calls to createSnapshot.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateSnapshotRequest,Snapshot> |
SubscriberStubSettings.Builder.createSnapshotSettings()
Returns the builder for the settings used for calls to createSnapshot.
|
com.google.api.gax.rpc.UnaryCallable<GetSnapshotRequest,Snapshot> |
SubscriberStub.getSnapshotCallable() |
com.google.api.gax.rpc.UnaryCallable<GetSnapshotRequest,Snapshot> |
GrpcSubscriberStub.getSnapshotCallable() |
com.google.api.gax.rpc.UnaryCallable<GetSnapshotRequest,Snapshot> |
HttpJsonSubscriberStub.getSnapshotCallable() |
com.google.api.gax.rpc.UnaryCallSettings<GetSnapshotRequest,Snapshot> |
SubscriberStubSettings.getSnapshotSettings()
Returns the object with the settings used for calls to getSnapshot.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSnapshotRequest,Snapshot> |
SubscriberStubSettings.Builder.getSnapshotSettings()
Returns the builder for the settings used for calls to getSnapshot.
|
com.google.api.gax.rpc.UnaryCallable<UpdateSnapshotRequest,Snapshot> |
SubscriberStub.updateSnapshotCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateSnapshotRequest,Snapshot> |
GrpcSubscriberStub.updateSnapshotCallable() |
com.google.api.gax.rpc.UnaryCallable<UpdateSnapshotRequest,Snapshot> |
HttpJsonSubscriberStub.updateSnapshotCallable() |
com.google.api.gax.rpc.UnaryCallSettings<UpdateSnapshotRequest,Snapshot> |
SubscriberStubSettings.updateSnapshotSettings()
Returns the object with the settings used for calls to updateSnapshot.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateSnapshotRequest,Snapshot> |
SubscriberStubSettings.Builder.updateSnapshotSettings()
Returns the builder for the settings used for calls to updateSnapshot.
|
Modifier and Type | Method and Description |
---|---|
Snapshot |
Snapshot.Builder.build() |
Snapshot |
Snapshot.Builder.buildPartial() |
Snapshot |
SubscriberGrpc.SubscriberBlockingStub.createSnapshot(CreateSnapshotRequest request)
Creates a snapshot from the requested subscription.
|
static Snapshot |
Snapshot.getDefaultInstance() |
Snapshot |
Snapshot.getDefaultInstanceForType() |
Snapshot |
Snapshot.Builder.getDefaultInstanceForType() |
Snapshot |
UpdateSnapshotRequestOrBuilder.getSnapshot()
Required.
|
Snapshot |
UpdateSnapshotRequest.getSnapshot()
Required.
|
Snapshot |
UpdateSnapshotRequest.Builder.getSnapshot()
Required.
|
Snapshot |
SubscriberGrpc.SubscriberBlockingStub.getSnapshot(GetSnapshotRequest request)
Gets the configuration details of a snapshot.
|
Snapshot |
ListSnapshotsResponseOrBuilder.getSnapshots(int index)
The resulting snapshots.
|
Snapshot |
ListSnapshotsResponse.getSnapshots(int index)
The resulting snapshots.
|
Snapshot |
ListSnapshotsResponse.Builder.getSnapshots(int index)
The resulting snapshots.
|
static Snapshot |
Snapshot.parseDelimitedFrom(InputStream input) |
static Snapshot |
Snapshot.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Snapshot |
Snapshot.parseFrom(byte[] data) |
static Snapshot |
Snapshot.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Snapshot |
Snapshot.parseFrom(ByteBuffer data) |
static Snapshot |
Snapshot.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Snapshot |
Snapshot.parseFrom(com.google.protobuf.ByteString data) |
static Snapshot |
Snapshot.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Snapshot |
Snapshot.parseFrom(com.google.protobuf.CodedInputStream input) |
static Snapshot |
Snapshot.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Snapshot |
Snapshot.parseFrom(InputStream input) |
static Snapshot |
Snapshot.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Snapshot |
SubscriberGrpc.SubscriberBlockingStub.updateSnapshot(UpdateSnapshotRequest request)
Updates an existing snapshot.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Snapshot> |
SubscriberGrpc.SubscriberFutureStub.createSnapshot(CreateSnapshotRequest request)
Creates a snapshot from the requested subscription.
|
static MethodDescriptor<CreateSnapshotRequest,Snapshot> |
SubscriberGrpc.getCreateSnapshotMethod() |
static MethodDescriptor<GetSnapshotRequest,Snapshot> |
SubscriberGrpc.getGetSnapshotMethod() |
com.google.protobuf.Parser<Snapshot> |
Snapshot.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<Snapshot> |
SubscriberGrpc.SubscriberFutureStub.getSnapshot(GetSnapshotRequest request)
Gets the configuration details of a snapshot.
|
List<Snapshot> |
ListSnapshotsResponseOrBuilder.getSnapshotsList()
The resulting snapshots.
|
List<Snapshot> |
ListSnapshotsResponse.getSnapshotsList()
The resulting snapshots.
|
List<Snapshot> |
ListSnapshotsResponse.Builder.getSnapshotsList()
The resulting snapshots.
|
static MethodDescriptor<UpdateSnapshotRequest,Snapshot> |
SubscriberGrpc.getUpdateSnapshotMethod() |
static com.google.protobuf.Parser<Snapshot> |
Snapshot.parser() |
com.google.common.util.concurrent.ListenableFuture<Snapshot> |
SubscriberGrpc.SubscriberFutureStub.updateSnapshot(UpdateSnapshotRequest request)
Updates an existing snapshot.
|
Modifier and Type | Method and Description |
---|---|
ListSnapshotsResponse.Builder |
ListSnapshotsResponse.Builder.addSnapshots(int index,
Snapshot value)
The resulting snapshots.
|
ListSnapshotsResponse.Builder |
ListSnapshotsResponse.Builder.addSnapshots(Snapshot value)
The resulting snapshots.
|
Snapshot.Builder |
Snapshot.Builder.mergeFrom(Snapshot other) |
UpdateSnapshotRequest.Builder |
UpdateSnapshotRequest.Builder.mergeSnapshot(Snapshot value)
Required.
|
static Snapshot.Builder |
Snapshot.newBuilder(Snapshot prototype) |
UpdateSnapshotRequest.Builder |
UpdateSnapshotRequest.Builder.setSnapshot(Snapshot value)
Required.
|
ListSnapshotsResponse.Builder |
ListSnapshotsResponse.Builder.setSnapshots(int index,
Snapshot value)
The resulting snapshots.
|
Modifier and Type | Method and Description |
---|---|
ListSnapshotsResponse.Builder |
ListSnapshotsResponse.Builder.addAllSnapshots(Iterable<? extends Snapshot> values)
The resulting snapshots.
|
default void |
SubscriberGrpc.AsyncService.createSnapshot(CreateSnapshotRequest request,
StreamObserver<Snapshot> responseObserver)
Creates a snapshot from the requested subscription.
|
void |
SubscriberGrpc.SubscriberStub.createSnapshot(CreateSnapshotRequest request,
StreamObserver<Snapshot> responseObserver)
Creates a snapshot from the requested subscription.
|
default void |
SubscriberGrpc.AsyncService.getSnapshot(GetSnapshotRequest request,
StreamObserver<Snapshot> responseObserver)
Gets the configuration details of a snapshot.
|
void |
SubscriberGrpc.SubscriberStub.getSnapshot(GetSnapshotRequest request,
StreamObserver<Snapshot> responseObserver)
Gets the configuration details of a snapshot.
|
default void |
SubscriberGrpc.AsyncService.updateSnapshot(UpdateSnapshotRequest request,
StreamObserver<Snapshot> responseObserver)
Updates an existing snapshot.
|
void |
SubscriberGrpc.SubscriberStub.updateSnapshot(UpdateSnapshotRequest request,
StreamObserver<Snapshot> responseObserver)
Updates an existing snapshot.
|
Copyright © 2023 Google LLC. All rights reserved.