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