Uses of Class
io.grafeas.v1beta1.UpdateOccurrenceRequest
-
Packages that use UpdateOccurrenceRequest 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 UpdateOccurrenceRequest in com.google.cloud.devtools.containeranalysis.v1beta1
Methods in com.google.cloud.devtools.containeranalysis.v1beta1 that return types with arguments of type UpdateOccurrenceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateOccurrenceRequest,Occurrence>GrafeasV1Beta1Client. updateOccurrenceCallable()Updates the specified occurrence.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateOccurrenceRequest,Occurrence>GrafeasV1Beta1Settings.Builder. updateOccurrenceSettings()Returns the builder for the settings used for calls to updateOccurrence.com.google.api.gax.rpc.UnaryCallSettings<UpdateOccurrenceRequest,Occurrence>GrafeasV1Beta1Settings. updateOccurrenceSettings()Returns the object with the settings used for calls to updateOccurrence.Methods in com.google.cloud.devtools.containeranalysis.v1beta1 with parameters of type UpdateOccurrenceRequest Modifier and Type Method Description OccurrenceGrafeasV1Beta1Client. updateOccurrence(UpdateOccurrenceRequest request)Updates the specified occurrence. -
Uses of UpdateOccurrenceRequest in com.google.cloud.devtools.containeranalysis.v1beta1.stub
Methods in com.google.cloud.devtools.containeranalysis.v1beta1.stub that return types with arguments of type UpdateOccurrenceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<UpdateOccurrenceRequest,Occurrence>GrafeasV1Beta1Stub. updateOccurrenceCallable()com.google.api.gax.rpc.UnaryCallable<UpdateOccurrenceRequest,Occurrence>GrpcGrafeasV1Beta1Stub. updateOccurrenceCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateOccurrenceRequest,Occurrence>GrafeasV1Beta1StubSettings.Builder. updateOccurrenceSettings()Returns the builder for the settings used for calls to updateOccurrence.com.google.api.gax.rpc.UnaryCallSettings<UpdateOccurrenceRequest,Occurrence>GrafeasV1Beta1StubSettings. updateOccurrenceSettings()Returns the object with the settings used for calls to updateOccurrence. -
Uses of UpdateOccurrenceRequest in io.grafeas.v1beta1
Methods in io.grafeas.v1beta1 that return UpdateOccurrenceRequest Modifier and Type Method Description UpdateOccurrenceRequestUpdateOccurrenceRequest.Builder. build()UpdateOccurrenceRequestUpdateOccurrenceRequest.Builder. buildPartial()static UpdateOccurrenceRequestUpdateOccurrenceRequest. getDefaultInstance()UpdateOccurrenceRequestUpdateOccurrenceRequest.Builder. getDefaultInstanceForType()UpdateOccurrenceRequestUpdateOccurrenceRequest. getDefaultInstanceForType()static UpdateOccurrenceRequestUpdateOccurrenceRequest. parseDelimitedFrom(InputStream input)static UpdateOccurrenceRequestUpdateOccurrenceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateOccurrenceRequestUpdateOccurrenceRequest. parseFrom(byte[] data)static UpdateOccurrenceRequestUpdateOccurrenceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateOccurrenceRequestUpdateOccurrenceRequest. parseFrom(com.google.protobuf.ByteString data)static UpdateOccurrenceRequestUpdateOccurrenceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateOccurrenceRequestUpdateOccurrenceRequest. parseFrom(com.google.protobuf.CodedInputStream input)static UpdateOccurrenceRequestUpdateOccurrenceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateOccurrenceRequestUpdateOccurrenceRequest. parseFrom(InputStream input)static UpdateOccurrenceRequestUpdateOccurrenceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static UpdateOccurrenceRequestUpdateOccurrenceRequest. parseFrom(ByteBuffer data)static UpdateOccurrenceRequestUpdateOccurrenceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.grafeas.v1beta1 that return types with arguments of type UpdateOccurrenceRequest Modifier and Type Method Description com.google.protobuf.Parser<UpdateOccurrenceRequest>UpdateOccurrenceRequest. getParserForType()static io.grpc.MethodDescriptor<UpdateOccurrenceRequest,Occurrence>GrafeasV1Beta1Grpc. getUpdateOccurrenceMethod()static com.google.protobuf.Parser<UpdateOccurrenceRequest>UpdateOccurrenceRequest. parser()Methods in io.grafeas.v1beta1 with parameters of type UpdateOccurrenceRequest Modifier and Type Method Description UpdateOccurrenceRequest.BuilderUpdateOccurrenceRequest.Builder. mergeFrom(UpdateOccurrenceRequest other)static UpdateOccurrenceRequest.BuilderUpdateOccurrenceRequest. newBuilder(UpdateOccurrenceRequest prototype)OccurrenceGrafeasV1Beta1Grpc.GrafeasV1Beta1BlockingStub. updateOccurrence(UpdateOccurrenceRequest request)Updates the specified occurrence.com.google.common.util.concurrent.ListenableFuture<Occurrence>GrafeasV1Beta1Grpc.GrafeasV1Beta1FutureStub. updateOccurrence(UpdateOccurrenceRequest request)Updates the specified occurrence.voidGrafeasV1Beta1Grpc.GrafeasV1Beta1ImplBase. updateOccurrence(UpdateOccurrenceRequest request, io.grpc.stub.StreamObserver<Occurrence> responseObserver)Updates the specified occurrence.voidGrafeasV1Beta1Grpc.GrafeasV1Beta1Stub. updateOccurrence(UpdateOccurrenceRequest request, io.grpc.stub.StreamObserver<Occurrence> responseObserver)Updates the specified occurrence.
-