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