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