Uses of Class
io.grafeas.v1beta1.CreateOccurrenceRequest
-
Packages that use CreateOccurrenceRequest 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 CreateOccurrenceRequest in com.google.cloud.devtools.containeranalysis.v1beta1
Methods in com.google.cloud.devtools.containeranalysis.v1beta1 that return types with arguments of type CreateOccurrenceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateOccurrenceRequest,Occurrence>GrafeasV1Beta1Client. createOccurrenceCallable()Creates a new occurrence.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateOccurrenceRequest,Occurrence>GrafeasV1Beta1Settings.Builder. createOccurrenceSettings()Returns the builder for the settings used for calls to createOccurrence.com.google.api.gax.rpc.UnaryCallSettings<CreateOccurrenceRequest,Occurrence>GrafeasV1Beta1Settings. createOccurrenceSettings()Returns the object with the settings used for calls to createOccurrence.Methods in com.google.cloud.devtools.containeranalysis.v1beta1 with parameters of type CreateOccurrenceRequest Modifier and Type Method Description OccurrenceGrafeasV1Beta1Client. createOccurrence(CreateOccurrenceRequest request)Creates a new occurrence. -
Uses of CreateOccurrenceRequest in com.google.cloud.devtools.containeranalysis.v1beta1.stub
Methods in com.google.cloud.devtools.containeranalysis.v1beta1.stub that return types with arguments of type CreateOccurrenceRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateOccurrenceRequest,Occurrence>GrafeasV1Beta1Stub. createOccurrenceCallable()com.google.api.gax.rpc.UnaryCallable<CreateOccurrenceRequest,Occurrence>GrpcGrafeasV1Beta1Stub. createOccurrenceCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateOccurrenceRequest,Occurrence>GrafeasV1Beta1StubSettings.Builder. createOccurrenceSettings()Returns the builder for the settings used for calls to createOccurrence.com.google.api.gax.rpc.UnaryCallSettings<CreateOccurrenceRequest,Occurrence>GrafeasV1Beta1StubSettings. createOccurrenceSettings()Returns the object with the settings used for calls to createOccurrence. -
Uses of CreateOccurrenceRequest in io.grafeas.v1beta1
Methods in io.grafeas.v1beta1 that return CreateOccurrenceRequest Modifier and Type Method Description CreateOccurrenceRequestCreateOccurrenceRequest.Builder. build()CreateOccurrenceRequestCreateOccurrenceRequest.Builder. buildPartial()static CreateOccurrenceRequestCreateOccurrenceRequest. getDefaultInstance()CreateOccurrenceRequestCreateOccurrenceRequest.Builder. getDefaultInstanceForType()CreateOccurrenceRequestCreateOccurrenceRequest. getDefaultInstanceForType()static CreateOccurrenceRequestCreateOccurrenceRequest. parseDelimitedFrom(InputStream input)static CreateOccurrenceRequestCreateOccurrenceRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateOccurrenceRequestCreateOccurrenceRequest. parseFrom(byte[] data)static CreateOccurrenceRequestCreateOccurrenceRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateOccurrenceRequestCreateOccurrenceRequest. parseFrom(com.google.protobuf.ByteString data)static CreateOccurrenceRequestCreateOccurrenceRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateOccurrenceRequestCreateOccurrenceRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateOccurrenceRequestCreateOccurrenceRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateOccurrenceRequestCreateOccurrenceRequest. parseFrom(InputStream input)static CreateOccurrenceRequestCreateOccurrenceRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateOccurrenceRequestCreateOccurrenceRequest. parseFrom(ByteBuffer data)static CreateOccurrenceRequestCreateOccurrenceRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.grafeas.v1beta1 that return types with arguments of type CreateOccurrenceRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<CreateOccurrenceRequest,Occurrence>GrafeasV1Beta1Grpc. getCreateOccurrenceMethod()com.google.protobuf.Parser<CreateOccurrenceRequest>CreateOccurrenceRequest. getParserForType()static com.google.protobuf.Parser<CreateOccurrenceRequest>CreateOccurrenceRequest. parser()Methods in io.grafeas.v1beta1 with parameters of type CreateOccurrenceRequest Modifier and Type Method Description OccurrenceGrafeasV1Beta1Grpc.GrafeasV1Beta1BlockingStub. createOccurrence(CreateOccurrenceRequest request)Creates a new occurrence.com.google.common.util.concurrent.ListenableFuture<Occurrence>GrafeasV1Beta1Grpc.GrafeasV1Beta1FutureStub. createOccurrence(CreateOccurrenceRequest request)Creates a new occurrence.voidGrafeasV1Beta1Grpc.GrafeasV1Beta1ImplBase. createOccurrence(CreateOccurrenceRequest request, io.grpc.stub.StreamObserver<Occurrence> responseObserver)Creates a new occurrence.voidGrafeasV1Beta1Grpc.GrafeasV1Beta1Stub. createOccurrence(CreateOccurrenceRequest request, io.grpc.stub.StreamObserver<Occurrence> responseObserver)Creates a new occurrence.CreateOccurrenceRequest.BuilderCreateOccurrenceRequest.Builder. mergeFrom(CreateOccurrenceRequest other)static CreateOccurrenceRequest.BuilderCreateOccurrenceRequest. newBuilder(CreateOccurrenceRequest prototype)
-