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