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 |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Snapshot |
SubscriptionAdminClient.createSnapshot(CreateSnapshotRequest request)
Creates a snapshot from the requested subscription.
|
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.
|
Modifier and Type | Method and Description |
---|---|
CreateSnapshotRequest |
CreateSnapshotRequest.Builder.build() |
CreateSnapshotRequest |
CreateSnapshotRequest.Builder.buildPartial() |
static CreateSnapshotRequest |
CreateSnapshotRequest.getDefaultInstance() |
CreateSnapshotRequest |
CreateSnapshotRequest.getDefaultInstanceForType() |
CreateSnapshotRequest |
CreateSnapshotRequest.Builder.getDefaultInstanceForType() |
static CreateSnapshotRequest |
CreateSnapshotRequest.parseDelimitedFrom(InputStream input) |
static CreateSnapshotRequest |
CreateSnapshotRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateSnapshotRequest |
CreateSnapshotRequest.parseFrom(byte[] data) |
static CreateSnapshotRequest |
CreateSnapshotRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateSnapshotRequest |
CreateSnapshotRequest.parseFrom(ByteBuffer data) |
static CreateSnapshotRequest |
CreateSnapshotRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateSnapshotRequest |
CreateSnapshotRequest.parseFrom(com.google.protobuf.ByteString data) |
static CreateSnapshotRequest |
CreateSnapshotRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateSnapshotRequest |
CreateSnapshotRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static CreateSnapshotRequest |
CreateSnapshotRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateSnapshotRequest |
CreateSnapshotRequest.parseFrom(InputStream input) |
static CreateSnapshotRequest |
CreateSnapshotRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<CreateSnapshotRequest,Snapshot> |
SubscriberGrpc.getCreateSnapshotMethod() |
com.google.protobuf.Parser<CreateSnapshotRequest> |
CreateSnapshotRequest.getParserForType() |
static com.google.protobuf.Parser<CreateSnapshotRequest> |
CreateSnapshotRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Snapshot |
SubscriberGrpc.SubscriberBlockingStub.createSnapshot(CreateSnapshotRequest request)
Creates a snapshot from the requested subscription.
|
com.google.common.util.concurrent.ListenableFuture<Snapshot> |
SubscriberGrpc.SubscriberFutureStub.createSnapshot(CreateSnapshotRequest request)
Creates a snapshot from the requested subscription.
|
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.
|
CreateSnapshotRequest.Builder |
CreateSnapshotRequest.Builder.mergeFrom(CreateSnapshotRequest other) |
static CreateSnapshotRequest.Builder |
CreateSnapshotRequest.newBuilder(CreateSnapshotRequest prototype) |
Copyright © 2023 Google LLC. All rights reserved.