Uses of Class
io.grafeas.v1beta1.DeleteOccurrenceRequest
-
Packages that use DeleteOccurrenceRequest Package Description com.google.cloud.devtools.containeranalysis.v1beta1 A client to Container Analysis API.com.google.cloud.devtools.containeranalysis.v1beta1.stub io.grafeas.v1beta1 -
-
Uses of DeleteOccurrenceRequest in com.google.cloud.devtools.containeranalysis.v1beta1
Methods in com.google.cloud.devtools.containeranalysis.v1beta1 that return types with arguments of type DeleteOccurrenceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteOccurrenceRequest,com.google.protobuf.Empty>GrafeasV1Beta1Client. deleteOccurrenceCallable()Deletes the specified occurrence.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteOccurrenceRequest,com.google.protobuf.Empty>GrafeasV1Beta1Settings.Builder. deleteOccurrenceSettings()Returns the builder for the settings used for calls to deleteOccurrence.com.google.api.gax.rpc.UnaryCallSettings<DeleteOccurrenceRequest,com.google.protobuf.Empty>GrafeasV1Beta1Settings. deleteOccurrenceSettings()Returns the object with the settings used for calls to deleteOccurrence.Methods in com.google.cloud.devtools.containeranalysis.v1beta1 with parameters of type DeleteOccurrenceRequest Modifier and Type Method Description voidGrafeasV1Beta1Client. deleteOccurrence(DeleteOccurrenceRequest request)Deletes the specified occurrence. -
Uses of DeleteOccurrenceRequest in com.google.cloud.devtools.containeranalysis.v1beta1.stub
Methods in com.google.cloud.devtools.containeranalysis.v1beta1.stub that return types with arguments of type DeleteOccurrenceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<DeleteOccurrenceRequest,com.google.protobuf.Empty>GrafeasV1Beta1Stub. deleteOccurrenceCallable()com.google.api.gax.rpc.UnaryCallable<DeleteOccurrenceRequest,com.google.protobuf.Empty>GrpcGrafeasV1Beta1Stub. deleteOccurrenceCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteOccurrenceRequest,com.google.protobuf.Empty>GrafeasV1Beta1StubSettings.Builder. deleteOccurrenceSettings()Returns the builder for the settings used for calls to deleteOccurrence.com.google.api.gax.rpc.UnaryCallSettings<DeleteOccurrenceRequest,com.google.protobuf.Empty>GrafeasV1Beta1StubSettings. deleteOccurrenceSettings()Returns the object with the settings used for calls to deleteOccurrence. -
Uses of DeleteOccurrenceRequest in io.grafeas.v1beta1
Methods in io.grafeas.v1beta1 that return DeleteOccurrenceRequest Modifier and Type Method Description DeleteOccurrenceRequestDeleteOccurrenceRequest.Builder. build()DeleteOccurrenceRequestDeleteOccurrenceRequest.Builder. buildPartial()static DeleteOccurrenceRequestDeleteOccurrenceRequest. getDefaultInstance()DeleteOccurrenceRequestDeleteOccurrenceRequest.Builder. getDefaultInstanceForType()DeleteOccurrenceRequestDeleteOccurrenceRequest. getDefaultInstanceForType()static DeleteOccurrenceRequestDeleteOccurrenceRequest. parseDelimitedFrom(InputStream input)static DeleteOccurrenceRequestDeleteOccurrenceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteOccurrenceRequestDeleteOccurrenceRequest. parseFrom(byte[] data)static DeleteOccurrenceRequestDeleteOccurrenceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteOccurrenceRequestDeleteOccurrenceRequest. parseFrom(com.google.protobuf.ByteString data)static DeleteOccurrenceRequestDeleteOccurrenceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteOccurrenceRequestDeleteOccurrenceRequest. parseFrom(com.google.protobuf.CodedInputStream input)static DeleteOccurrenceRequestDeleteOccurrenceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteOccurrenceRequestDeleteOccurrenceRequest. parseFrom(InputStream input)static DeleteOccurrenceRequestDeleteOccurrenceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DeleteOccurrenceRequestDeleteOccurrenceRequest. parseFrom(ByteBuffer data)static DeleteOccurrenceRequestDeleteOccurrenceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.grafeas.v1beta1 that return types with arguments of type DeleteOccurrenceRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<DeleteOccurrenceRequest,com.google.protobuf.Empty>GrafeasV1Beta1Grpc. getDeleteOccurrenceMethod()com.google.protobuf.Parser<DeleteOccurrenceRequest>DeleteOccurrenceRequest. getParserForType()static com.google.protobuf.Parser<DeleteOccurrenceRequest>DeleteOccurrenceRequest. parser()Methods in io.grafeas.v1beta1 with parameters of type DeleteOccurrenceRequest Modifier and Type Method Description com.google.protobuf.EmptyGrafeasV1Beta1Grpc.GrafeasV1Beta1BlockingStub. deleteOccurrence(DeleteOccurrenceRequest request)Deletes the specified occurrence.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>GrafeasV1Beta1Grpc.GrafeasV1Beta1FutureStub. deleteOccurrence(DeleteOccurrenceRequest request)Deletes the specified occurrence.voidGrafeasV1Beta1Grpc.GrafeasV1Beta1ImplBase. deleteOccurrence(DeleteOccurrenceRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes the specified occurrence.voidGrafeasV1Beta1Grpc.GrafeasV1Beta1Stub. deleteOccurrence(DeleteOccurrenceRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Deletes the specified occurrence.DeleteOccurrenceRequest.BuilderDeleteOccurrenceRequest.Builder. mergeFrom(DeleteOccurrenceRequest other)static DeleteOccurrenceRequest.BuilderDeleteOccurrenceRequest. newBuilder(DeleteOccurrenceRequest prototype)
-