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 SchemaSchemaServiceClient. 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 DeleteSchemaRevisionRequestDeleteSchemaRevisionRequest.Builder. build()DeleteSchemaRevisionRequestDeleteSchemaRevisionRequest.Builder. buildPartial()static DeleteSchemaRevisionRequestDeleteSchemaRevisionRequest. getDefaultInstance()DeleteSchemaRevisionRequestDeleteSchemaRevisionRequest.Builder. getDefaultInstanceForType()DeleteSchemaRevisionRequestDeleteSchemaRevisionRequest. getDefaultInstanceForType()static DeleteSchemaRevisionRequestDeleteSchemaRevisionRequest. parseDelimitedFrom(InputStream input)static DeleteSchemaRevisionRequestDeleteSchemaRevisionRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteSchemaRevisionRequestDeleteSchemaRevisionRequest. parseFrom(byte[] data)static DeleteSchemaRevisionRequestDeleteSchemaRevisionRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteSchemaRevisionRequestDeleteSchemaRevisionRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteSchemaRevisionRequestDeleteSchemaRevisionRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteSchemaRevisionRequestDeleteSchemaRevisionRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteSchemaRevisionRequestDeleteSchemaRevisionRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteSchemaRevisionRequestDeleteSchemaRevisionRequest. parseFrom(InputStream input)static DeleteSchemaRevisionRequestDeleteSchemaRevisionRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteSchemaRevisionRequestDeleteSchemaRevisionRequest. parseFrom(ByteBuffer data)static DeleteSchemaRevisionRequestDeleteSchemaRevisionRequest. 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 voidSchemaServiceGrpc.AsyncService. deleteSchemaRevision(DeleteSchemaRevisionRequest request, io.grpc.stub.StreamObserver<Schema> responseObserver)Deletes a specific schema revision.SchemaSchemaServiceGrpc.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.voidSchemaServiceGrpc.SchemaServiceStub. deleteSchemaRevision(DeleteSchemaRevisionRequest request, io.grpc.stub.StreamObserver<Schema> responseObserver)Deletes a specific schema revision.DeleteSchemaRevisionRequest.BuilderDeleteSchemaRevisionRequest.Builder. mergeFrom(DeleteSchemaRevisionRequest other)static DeleteSchemaRevisionRequest.BuilderDeleteSchemaRevisionRequest. newBuilder(DeleteSchemaRevisionRequest prototype)
-