Grafeas v1 API - Class DeleteOccurrenceRequest (3.2.0)

public sealed class DeleteOccurrenceRequest : IMessage<DeleteOccurrenceRequest>, IEquatable<DeleteOccurrenceRequest>, IDeepCloneable<DeleteOccurrenceRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Grafeas v1 API class DeleteOccurrenceRequest.

Request to delete an occurrence.

Inheritance

object > DeleteOccurrenceRequest

Namespace

GrafeasV1

Assembly

Grafeas.V1.dll

Constructors

DeleteOccurrenceRequest()

public DeleteOccurrenceRequest()

DeleteOccurrenceRequest(DeleteOccurrenceRequest)

public DeleteOccurrenceRequest(DeleteOccurrenceRequest other)
Parameter
Name Description
other DeleteOccurrenceRequest

Properties

Name

public string Name { get; set; }

The name of the occurrence in the form of projects/[PROJECT_ID]/occurrences/[OCCURRENCE_ID].

Property Value
Type Description
string

OccurrenceName

public OccurrenceName OccurrenceName { get; set; }

OccurrenceName-typed view over the Name resource name property.

Property Value
Type Description
OccurrenceName

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.