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