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 void
GrafeasV1Beta1Client. 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 DeleteOccurrenceRequest
DeleteOccurrenceRequest.Builder. build()
DeleteOccurrenceRequest
DeleteOccurrenceRequest.Builder. buildPartial()
static DeleteOccurrenceRequest
DeleteOccurrenceRequest. getDefaultInstance()
DeleteOccurrenceRequest
DeleteOccurrenceRequest.Builder. getDefaultInstanceForType()
DeleteOccurrenceRequest
DeleteOccurrenceRequest. getDefaultInstanceForType()
static DeleteOccurrenceRequest
DeleteOccurrenceRequest. parseDelimitedFrom(InputStream input)
static DeleteOccurrenceRequest
DeleteOccurrenceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteOccurrenceRequest
DeleteOccurrenceRequest. parseFrom(byte[] data)
static DeleteOccurrenceRequest
DeleteOccurrenceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteOccurrenceRequest
DeleteOccurrenceRequest. parseFrom(com.google.protobuf.ByteString data)
static DeleteOccurrenceRequest
DeleteOccurrenceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteOccurrenceRequest
DeleteOccurrenceRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static DeleteOccurrenceRequest
DeleteOccurrenceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteOccurrenceRequest
DeleteOccurrenceRequest. parseFrom(InputStream input)
static DeleteOccurrenceRequest
DeleteOccurrenceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DeleteOccurrenceRequest
DeleteOccurrenceRequest. parseFrom(ByteBuffer data)
static DeleteOccurrenceRequest
DeleteOccurrenceRequest. 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.Empty
GrafeasV1Beta1Grpc.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.void
GrafeasV1Beta1Grpc.GrafeasV1Beta1ImplBase. deleteOccurrence(DeleteOccurrenceRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified occurrence.void
GrafeasV1Beta1Grpc.GrafeasV1Beta1Stub. deleteOccurrence(DeleteOccurrenceRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Deletes the specified occurrence.DeleteOccurrenceRequest.Builder
DeleteOccurrenceRequest.Builder. mergeFrom(DeleteOccurrenceRequest other)
static DeleteOccurrenceRequest.Builder
DeleteOccurrenceRequest. newBuilder(DeleteOccurrenceRequest prototype)
-