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