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 Occurrence
GrafeasV1Beta1Client. 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 UpdateOccurrenceRequest
UpdateOccurrenceRequest.Builder. build()
UpdateOccurrenceRequest
UpdateOccurrenceRequest.Builder. buildPartial()
static UpdateOccurrenceRequest
UpdateOccurrenceRequest. getDefaultInstance()
UpdateOccurrenceRequest
UpdateOccurrenceRequest.Builder. getDefaultInstanceForType()
UpdateOccurrenceRequest
UpdateOccurrenceRequest. getDefaultInstanceForType()
static UpdateOccurrenceRequest
UpdateOccurrenceRequest. parseDelimitedFrom(InputStream input)
static UpdateOccurrenceRequest
UpdateOccurrenceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateOccurrenceRequest
UpdateOccurrenceRequest. parseFrom(byte[] data)
static UpdateOccurrenceRequest
UpdateOccurrenceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateOccurrenceRequest
UpdateOccurrenceRequest. parseFrom(com.google.protobuf.ByteString data)
static UpdateOccurrenceRequest
UpdateOccurrenceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateOccurrenceRequest
UpdateOccurrenceRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static UpdateOccurrenceRequest
UpdateOccurrenceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateOccurrenceRequest
UpdateOccurrenceRequest. parseFrom(InputStream input)
static UpdateOccurrenceRequest
UpdateOccurrenceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static UpdateOccurrenceRequest
UpdateOccurrenceRequest. parseFrom(ByteBuffer data)
static UpdateOccurrenceRequest
UpdateOccurrenceRequest. 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.Builder
UpdateOccurrenceRequest.Builder. mergeFrom(UpdateOccurrenceRequest other)
static UpdateOccurrenceRequest.Builder
UpdateOccurrenceRequest. newBuilder(UpdateOccurrenceRequest prototype)
Occurrence
GrafeasV1Beta1Grpc.GrafeasV1Beta1BlockingStub. updateOccurrence(UpdateOccurrenceRequest request)
Updates the specified occurrence.com.google.common.util.concurrent.ListenableFuture<Occurrence>
GrafeasV1Beta1Grpc.GrafeasV1Beta1FutureStub. updateOccurrence(UpdateOccurrenceRequest request)
Updates the specified occurrence.void
GrafeasV1Beta1Grpc.GrafeasV1Beta1ImplBase. updateOccurrence(UpdateOccurrenceRequest request, io.grpc.stub.StreamObserver<Occurrence> responseObserver)
Updates the specified occurrence.void
GrafeasV1Beta1Grpc.GrafeasV1Beta1Stub. updateOccurrence(UpdateOccurrenceRequest request, io.grpc.stub.StreamObserver<Occurrence> responseObserver)
Updates the specified occurrence.
-