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