Uses of Class
io.grafeas.v1beta1.BatchCreateNotesResponse
-
Packages that use BatchCreateNotesResponse 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 BatchCreateNotesResponse in com.google.cloud.devtools.containeranalysis.v1beta1
Methods in com.google.cloud.devtools.containeranalysis.v1beta1 that return BatchCreateNotesResponse Modifier and Type Method Description BatchCreateNotesResponseGrafeasV1Beta1Client. batchCreateNotes(ProjectName parent, Map<String,Note> notes)Creates new notes in batch.BatchCreateNotesResponseGrafeasV1Beta1Client. batchCreateNotes(BatchCreateNotesRequest request)Creates new notes in batch.BatchCreateNotesResponseGrafeasV1Beta1Client. batchCreateNotes(String parent, Map<String,Note> notes)Creates new notes in batch.Methods in com.google.cloud.devtools.containeranalysis.v1beta1 that return types with arguments of type BatchCreateNotesResponse 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. -
Uses of BatchCreateNotesResponse in com.google.cloud.devtools.containeranalysis.v1beta1.stub
Methods in com.google.cloud.devtools.containeranalysis.v1beta1.stub that return types with arguments of type BatchCreateNotesResponse 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 BatchCreateNotesResponse in io.grafeas.v1beta1
Methods in io.grafeas.v1beta1 that return BatchCreateNotesResponse Modifier and Type Method Description BatchCreateNotesResponseGrafeasV1Beta1Grpc.GrafeasV1Beta1BlockingStub. batchCreateNotes(BatchCreateNotesRequest request)Creates new notes in batch.BatchCreateNotesResponseBatchCreateNotesResponse.Builder. build()BatchCreateNotesResponseBatchCreateNotesResponse.Builder. buildPartial()static BatchCreateNotesResponseBatchCreateNotesResponse. getDefaultInstance()BatchCreateNotesResponseBatchCreateNotesResponse.Builder. getDefaultInstanceForType()BatchCreateNotesResponseBatchCreateNotesResponse. getDefaultInstanceForType()static BatchCreateNotesResponseBatchCreateNotesResponse. parseDelimitedFrom(InputStream input)static BatchCreateNotesResponseBatchCreateNotesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateNotesResponseBatchCreateNotesResponse. parseFrom(byte[] data)static BatchCreateNotesResponseBatchCreateNotesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateNotesResponseBatchCreateNotesResponse. parseFrom(com.google.protobuf.ByteString data)static BatchCreateNotesResponseBatchCreateNotesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateNotesResponseBatchCreateNotesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static BatchCreateNotesResponseBatchCreateNotesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateNotesResponseBatchCreateNotesResponse. parseFrom(InputStream input)static BatchCreateNotesResponseBatchCreateNotesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateNotesResponseBatchCreateNotesResponse. parseFrom(ByteBuffer data)static BatchCreateNotesResponseBatchCreateNotesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.grafeas.v1beta1 that return types with arguments of type BatchCreateNotesResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<BatchCreateNotesResponse>GrafeasV1Beta1Grpc.GrafeasV1Beta1FutureStub. batchCreateNotes(BatchCreateNotesRequest request)Creates new notes in batch.static io.grpc.MethodDescriptor<BatchCreateNotesRequest,BatchCreateNotesResponse>GrafeasV1Beta1Grpc. getBatchCreateNotesMethod()com.google.protobuf.Parser<BatchCreateNotesResponse>BatchCreateNotesResponse. getParserForType()static com.google.protobuf.Parser<BatchCreateNotesResponse>BatchCreateNotesResponse. parser()Methods in io.grafeas.v1beta1 with parameters of type BatchCreateNotesResponse Modifier and Type Method Description BatchCreateNotesResponse.BuilderBatchCreateNotesResponse.Builder. mergeFrom(BatchCreateNotesResponse other)static BatchCreateNotesResponse.BuilderBatchCreateNotesResponse. newBuilder(BatchCreateNotesResponse prototype)Method parameters in io.grafeas.v1beta1 with type arguments of type BatchCreateNotesResponse Modifier and Type Method Description 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.
-