Uses of Class
com.google.pubsub.v1.DeleteSchemaRequest
-
Packages that use DeleteSchemaRequest Package Description com.google.cloud.pubsub.v1 A client to Cloud Pub/Sub APIcom.google.cloud.pubsub.v1.stub com.google.pubsub.v1 -
-
Uses of DeleteSchemaRequest in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return types with arguments of type DeleteSchemaRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteSchemaRequest,com.google.protobuf.Empty>
SchemaServiceClient. deleteSchemaCallable()
Deletes a schema.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.com.google.api.gax.rpc.UnaryCallSettings<DeleteSchemaRequest,com.google.protobuf.Empty>
SchemaServiceSettings. deleteSchemaSettings()
Returns the object with the settings used for calls to deleteSchema.Methods in com.google.cloud.pubsub.v1 with parameters of type DeleteSchemaRequest Modifier and Type Method Description void
SchemaServiceClient. deleteSchema(DeleteSchemaRequest request)
Deletes a schema. -
Uses of DeleteSchemaRequest in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type DeleteSchemaRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteSchemaRequest,com.google.protobuf.Empty>
GrpcSchemaServiceStub. deleteSchemaCallable()
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.UnaryCallSettings.Builder<DeleteSchemaRequest,com.google.protobuf.Empty>
SchemaServiceStubSettings.Builder. deleteSchemaSettings()
Returns the builder for the settings used for calls to deleteSchema.com.google.api.gax.rpc.UnaryCallSettings<DeleteSchemaRequest,com.google.protobuf.Empty>
SchemaServiceStubSettings. deleteSchemaSettings()
Returns the object with the settings used for calls to deleteSchema. -
Uses of DeleteSchemaRequest in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return DeleteSchemaRequest Modifier and Type Method Description DeleteSchemaRequest
DeleteSchemaRequest.Builder. build()
DeleteSchemaRequest
DeleteSchemaRequest.Builder. buildPartial()
static DeleteSchemaRequest
DeleteSchemaRequest. getDefaultInstance()
DeleteSchemaRequest
DeleteSchemaRequest.Builder. getDefaultInstanceForType()
DeleteSchemaRequest
DeleteSchemaRequest. 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(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)
static DeleteSchemaRequest
DeleteSchemaRequest. parseFrom(ByteBuffer data)
static DeleteSchemaRequest
DeleteSchemaRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.pubsub.v1 that return types with arguments of type DeleteSchemaRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<DeleteSchemaRequest,com.google.protobuf.Empty>
SchemaServiceGrpc. getDeleteSchemaMethod()
com.google.protobuf.Parser<DeleteSchemaRequest>
DeleteSchemaRequest. getParserForType()
static com.google.protobuf.Parser<DeleteSchemaRequest>
DeleteSchemaRequest. parser()
Methods in com.google.pubsub.v1 with parameters of type DeleteSchemaRequest Modifier and Type Method Description default void
SchemaServiceGrpc.AsyncService. deleteSchema(DeleteSchemaRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a schema.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.void
SchemaServiceGrpc.SchemaServiceStub. deleteSchema(DeleteSchemaRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes a schema.DeleteSchemaRequest.Builder
DeleteSchemaRequest.Builder. mergeFrom(DeleteSchemaRequest other)
static DeleteSchemaRequest.Builder
DeleteSchemaRequest. newBuilder(DeleteSchemaRequest prototype)
-