Uses of Class
io.grafeas.v1beta1.BatchCreateOccurrencesRequest
-
Packages that use BatchCreateOccurrencesRequest 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 BatchCreateOccurrencesRequest in com.google.cloud.devtools.containeranalysis.v1beta1
Methods in com.google.cloud.devtools.containeranalysis.v1beta1 that return types with arguments of type BatchCreateOccurrencesRequest 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.Methods in com.google.cloud.devtools.containeranalysis.v1beta1 with parameters of type BatchCreateOccurrencesRequest Modifier and Type Method Description BatchCreateOccurrencesResponseGrafeasV1Beta1Client. batchCreateOccurrences(BatchCreateOccurrencesRequest request)Creates new occurrences in batch. -
Uses of BatchCreateOccurrencesRequest in com.google.cloud.devtools.containeranalysis.v1beta1.stub
Methods in com.google.cloud.devtools.containeranalysis.v1beta1.stub that return types with arguments of type BatchCreateOccurrencesRequest 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 BatchCreateOccurrencesRequest in io.grafeas.v1beta1
Methods in io.grafeas.v1beta1 that return BatchCreateOccurrencesRequest Modifier and Type Method Description BatchCreateOccurrencesRequestBatchCreateOccurrencesRequest.Builder. build()BatchCreateOccurrencesRequestBatchCreateOccurrencesRequest.Builder. buildPartial()static BatchCreateOccurrencesRequestBatchCreateOccurrencesRequest. getDefaultInstance()BatchCreateOccurrencesRequestBatchCreateOccurrencesRequest.Builder. getDefaultInstanceForType()BatchCreateOccurrencesRequestBatchCreateOccurrencesRequest. getDefaultInstanceForType()static BatchCreateOccurrencesRequestBatchCreateOccurrencesRequest. parseDelimitedFrom(InputStream input)static BatchCreateOccurrencesRequestBatchCreateOccurrencesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateOccurrencesRequestBatchCreateOccurrencesRequest. parseFrom(byte[] data)static BatchCreateOccurrencesRequestBatchCreateOccurrencesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateOccurrencesRequestBatchCreateOccurrencesRequest. parseFrom(com.google.protobuf.ByteString data)static BatchCreateOccurrencesRequestBatchCreateOccurrencesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateOccurrencesRequestBatchCreateOccurrencesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static BatchCreateOccurrencesRequestBatchCreateOccurrencesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateOccurrencesRequestBatchCreateOccurrencesRequest. parseFrom(InputStream input)static BatchCreateOccurrencesRequestBatchCreateOccurrencesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BatchCreateOccurrencesRequestBatchCreateOccurrencesRequest. parseFrom(ByteBuffer data)static BatchCreateOccurrencesRequestBatchCreateOccurrencesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.grafeas.v1beta1 that return types with arguments of type BatchCreateOccurrencesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<BatchCreateOccurrencesRequest,BatchCreateOccurrencesResponse>GrafeasV1Beta1Grpc. getBatchCreateOccurrencesMethod()com.google.protobuf.Parser<BatchCreateOccurrencesRequest>BatchCreateOccurrencesRequest. getParserForType()static com.google.protobuf.Parser<BatchCreateOccurrencesRequest>BatchCreateOccurrencesRequest. parser()Methods in io.grafeas.v1beta1 with parameters of type BatchCreateOccurrencesRequest Modifier and Type Method Description BatchCreateOccurrencesResponseGrafeasV1Beta1Grpc.GrafeasV1Beta1BlockingStub. batchCreateOccurrences(BatchCreateOccurrencesRequest request)Creates new occurrences in batch.com.google.common.util.concurrent.ListenableFuture<BatchCreateOccurrencesResponse>GrafeasV1Beta1Grpc.GrafeasV1Beta1FutureStub. batchCreateOccurrences(BatchCreateOccurrencesRequest request)Creates new occurrences in batch.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.BatchCreateOccurrencesRequest.BuilderBatchCreateOccurrencesRequest.Builder. mergeFrom(BatchCreateOccurrencesRequest other)static BatchCreateOccurrencesRequest.BuilderBatchCreateOccurrencesRequest. newBuilder(BatchCreateOccurrencesRequest prototype)
-