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