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 BatchCreateOccurrencesResponse
GrafeasV1Beta1Client. 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 BatchCreateOccurrencesRequest
BatchCreateOccurrencesRequest.Builder. build()
BatchCreateOccurrencesRequest
BatchCreateOccurrencesRequest.Builder. buildPartial()
static BatchCreateOccurrencesRequest
BatchCreateOccurrencesRequest. getDefaultInstance()
BatchCreateOccurrencesRequest
BatchCreateOccurrencesRequest.Builder. getDefaultInstanceForType()
BatchCreateOccurrencesRequest
BatchCreateOccurrencesRequest. getDefaultInstanceForType()
static BatchCreateOccurrencesRequest
BatchCreateOccurrencesRequest. parseDelimitedFrom(InputStream input)
static BatchCreateOccurrencesRequest
BatchCreateOccurrencesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateOccurrencesRequest
BatchCreateOccurrencesRequest. parseFrom(byte[] data)
static BatchCreateOccurrencesRequest
BatchCreateOccurrencesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateOccurrencesRequest
BatchCreateOccurrencesRequest. parseFrom(com.google.protobuf.ByteString data)
static BatchCreateOccurrencesRequest
BatchCreateOccurrencesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateOccurrencesRequest
BatchCreateOccurrencesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static BatchCreateOccurrencesRequest
BatchCreateOccurrencesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateOccurrencesRequest
BatchCreateOccurrencesRequest. parseFrom(InputStream input)
static BatchCreateOccurrencesRequest
BatchCreateOccurrencesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BatchCreateOccurrencesRequest
BatchCreateOccurrencesRequest. parseFrom(ByteBuffer data)
static BatchCreateOccurrencesRequest
BatchCreateOccurrencesRequest. 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 BatchCreateOccurrencesResponse
GrafeasV1Beta1Grpc.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.void
GrafeasV1Beta1Grpc.GrafeasV1Beta1ImplBase. batchCreateOccurrences(BatchCreateOccurrencesRequest request, io.grpc.stub.StreamObserver<BatchCreateOccurrencesResponse> responseObserver)
Creates new occurrences in batch.void
GrafeasV1Beta1Grpc.GrafeasV1Beta1Stub. batchCreateOccurrences(BatchCreateOccurrencesRequest request, io.grpc.stub.StreamObserver<BatchCreateOccurrencesResponse> responseObserver)
Creates new occurrences in batch.BatchCreateOccurrencesRequest.Builder
BatchCreateOccurrencesRequest.Builder. mergeFrom(BatchCreateOccurrencesRequest other)
static BatchCreateOccurrencesRequest.Builder
BatchCreateOccurrencesRequest. newBuilder(BatchCreateOccurrencesRequest prototype)
-