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 BatchCreateNotesResponse
GrafeasV1Beta1Client. batchCreateNotes(ProjectName parent, Map<String,Note> notes)
Creates new notes in batch.BatchCreateNotesResponse
GrafeasV1Beta1Client. batchCreateNotes(BatchCreateNotesRequest request)
Creates new notes in batch.BatchCreateNotesResponse
GrafeasV1Beta1Client. 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 BatchCreateNotesResponse
GrafeasV1Beta1Grpc.GrafeasV1Beta1BlockingStub. batchCreateNotes(BatchCreateNotesRequest request)
Creates new notes in batch.BatchCreateNotesResponse
BatchCreateNotesResponse.Builder. build()
BatchCreateNotesResponse
BatchCreateNotesResponse.Builder. buildPartial()
static BatchCreateNotesResponse
BatchCreateNotesResponse. getDefaultInstance()
BatchCreateNotesResponse
BatchCreateNotesResponse.Builder. getDefaultInstanceForType()
BatchCreateNotesResponse
BatchCreateNotesResponse. getDefaultInstanceForType()
static BatchCreateNotesResponse
BatchCreateNotesResponse. parseDelimitedFrom(InputStream input)
static BatchCreateNotesResponse
BatchCreateNotesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateNotesResponse
BatchCreateNotesResponse. parseFrom(byte[] data)
static BatchCreateNotesResponse
BatchCreateNotesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateNotesResponse
BatchCreateNotesResponse. parseFrom(com.google.protobuf.ByteString data)
static BatchCreateNotesResponse
BatchCreateNotesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateNotesResponse
BatchCreateNotesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchCreateNotesResponse
BatchCreateNotesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateNotesResponse
BatchCreateNotesResponse. parseFrom(InputStream input)
static BatchCreateNotesResponse
BatchCreateNotesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateNotesResponse
BatchCreateNotesResponse. parseFrom(ByteBuffer data)
static BatchCreateNotesResponse
BatchCreateNotesResponse. 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.Builder
BatchCreateNotesResponse.Builder. mergeFrom(BatchCreateNotesResponse other)
static BatchCreateNotesResponse.Builder
BatchCreateNotesResponse. newBuilder(BatchCreateNotesResponse prototype)
Method parameters in io.grafeas.v1beta1 with type arguments of type BatchCreateNotesResponse Modifier and Type Method Description 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.
-