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<RollbackSchemaRequest,Schema> |
SchemaServiceClient.rollbackSchemaCallable()
Creates a new schema revision that is a copy of the provided revision_id.
|
com.google.api.gax.rpc.UnaryCallSettings<RollbackSchemaRequest,Schema> |
SchemaServiceSettings.rollbackSchemaSettings()
Returns the object with the settings used for calls to rollbackSchema.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<RollbackSchemaRequest,Schema> |
SchemaServiceSettings.Builder.rollbackSchemaSettings()
Returns the builder for the settings used for calls to rollbackSchema.
|
Modifier and Type | Method and Description |
---|---|
Schema |
SchemaServiceClient.rollbackSchema(RollbackSchemaRequest request)
Creates a new schema revision that is a copy of the provided revision_id.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<RollbackSchemaRequest,Schema> |
HttpJsonSchemaServiceStub.rollbackSchemaCallable() |
com.google.api.gax.rpc.UnaryCallable<RollbackSchemaRequest,Schema> |
SchemaServiceStub.rollbackSchemaCallable() |
com.google.api.gax.rpc.UnaryCallable<RollbackSchemaRequest,Schema> |
GrpcSchemaServiceStub.rollbackSchemaCallable() |
com.google.api.gax.rpc.UnaryCallSettings<RollbackSchemaRequest,Schema> |
SchemaServiceStubSettings.rollbackSchemaSettings()
Returns the object with the settings used for calls to rollbackSchema.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<RollbackSchemaRequest,Schema> |
SchemaServiceStubSettings.Builder.rollbackSchemaSettings()
Returns the builder for the settings used for calls to rollbackSchema.
|
Modifier and Type | Method and Description |
---|---|
RollbackSchemaRequest |
RollbackSchemaRequest.Builder.build() |
RollbackSchemaRequest |
RollbackSchemaRequest.Builder.buildPartial() |
static RollbackSchemaRequest |
RollbackSchemaRequest.getDefaultInstance() |
RollbackSchemaRequest |
RollbackSchemaRequest.getDefaultInstanceForType() |
RollbackSchemaRequest |
RollbackSchemaRequest.Builder.getDefaultInstanceForType() |
static RollbackSchemaRequest |
RollbackSchemaRequest.parseDelimitedFrom(InputStream input) |
static RollbackSchemaRequest |
RollbackSchemaRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RollbackSchemaRequest |
RollbackSchemaRequest.parseFrom(byte[] data) |
static RollbackSchemaRequest |
RollbackSchemaRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RollbackSchemaRequest |
RollbackSchemaRequest.parseFrom(ByteBuffer data) |
static RollbackSchemaRequest |
RollbackSchemaRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RollbackSchemaRequest |
RollbackSchemaRequest.parseFrom(com.google.protobuf.ByteString data) |
static RollbackSchemaRequest |
RollbackSchemaRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RollbackSchemaRequest |
RollbackSchemaRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static RollbackSchemaRequest |
RollbackSchemaRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RollbackSchemaRequest |
RollbackSchemaRequest.parseFrom(InputStream input) |
static RollbackSchemaRequest |
RollbackSchemaRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.Parser<RollbackSchemaRequest> |
RollbackSchemaRequest.getParserForType() |
static MethodDescriptor<RollbackSchemaRequest,Schema> |
SchemaServiceGrpc.getRollbackSchemaMethod() |
static com.google.protobuf.Parser<RollbackSchemaRequest> |
RollbackSchemaRequest.parser() |
Modifier and Type | Method and Description |
---|---|
RollbackSchemaRequest.Builder |
RollbackSchemaRequest.Builder.mergeFrom(RollbackSchemaRequest other) |
static RollbackSchemaRequest.Builder |
RollbackSchemaRequest.newBuilder(RollbackSchemaRequest prototype) |
Schema |
SchemaServiceGrpc.SchemaServiceBlockingStub.rollbackSchema(RollbackSchemaRequest request)
Creates a new schema revision that is a copy of the provided revision_id.
|
com.google.common.util.concurrent.ListenableFuture<Schema> |
SchemaServiceGrpc.SchemaServiceFutureStub.rollbackSchema(RollbackSchemaRequest request)
Creates a new schema revision that is a copy of the provided revision_id.
|
default void |
SchemaServiceGrpc.AsyncService.rollbackSchema(RollbackSchemaRequest request,
StreamObserver<Schema> responseObserver)
Creates a new schema revision that is a copy of the provided revision_id.
|
void |
SchemaServiceGrpc.SchemaServiceStub.rollbackSchema(RollbackSchemaRequest request,
StreamObserver<Schema> responseObserver)
Creates a new schema revision that is a copy of the provided revision_id.
|
Copyright © 2023 Google LLC. All rights reserved.