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