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 BatchCreateNotesResponseGrafeasV1Beta1Client. 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 BatchCreateNotesRequestBatchCreateNotesRequest.Builder. build()BatchCreateNotesRequestBatchCreateNotesRequest.Builder. buildPartial()static BatchCreateNotesRequestBatchCreateNotesRequest. getDefaultInstance()BatchCreateNotesRequestBatchCreateNotesRequest.Builder. getDefaultInstanceForType()BatchCreateNotesRequestBatchCreateNotesRequest. getDefaultInstanceForType()static BatchCreateNotesRequestBatchCreateNotesRequest. parseDelimitedFrom(InputStream input)static BatchCreateNotesRequestBatchCreateNotesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateNotesRequestBatchCreateNotesRequest. parseFrom(byte[] data)static BatchCreateNotesRequestBatchCreateNotesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateNotesRequestBatchCreateNotesRequest. parseFrom(com.google.protobuf.ByteString data)static BatchCreateNotesRequestBatchCreateNotesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateNotesRequestBatchCreateNotesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static BatchCreateNotesRequestBatchCreateNotesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateNotesRequestBatchCreateNotesRequest. parseFrom(InputStream input)static BatchCreateNotesRequestBatchCreateNotesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateNotesRequestBatchCreateNotesRequest. parseFrom(ByteBuffer data)static BatchCreateNotesRequestBatchCreateNotesRequest. 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 BatchCreateNotesResponseGrafeasV1Beta1Grpc.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.voidGrafeasV1Beta1Grpc.GrafeasV1Beta1ImplBase. batchCreateNotes(BatchCreateNotesRequest request, io.grpc.stub.StreamObserver<BatchCreateNotesResponse> responseObserver)Creates new notes in batch.voidGrafeasV1Beta1Grpc.GrafeasV1Beta1Stub. batchCreateNotes(BatchCreateNotesRequest request, io.grpc.stub.StreamObserver<BatchCreateNotesResponse> responseObserver)Creates new notes in batch.BatchCreateNotesRequest.BuilderBatchCreateNotesRequest.Builder. mergeFrom(BatchCreateNotesRequest other)static BatchCreateNotesRequest.BuilderBatchCreateNotesRequest. newBuilder(BatchCreateNotesRequest prototype)
-