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