Show / Hide Table of Contents

Class DeleteAnnotationSpecSetRequest

Request message for DeleteAnnotationSpecSet.

Inheritance
System.Object
DeleteAnnotationSpecSetRequest
Implements
IMessage<DeleteAnnotationSpecSetRequest>
System.IEquatable<DeleteAnnotationSpecSetRequest>
IDeepCloneable<DeleteAnnotationSpecSetRequest>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.DataLabeling.V1Beta1
Assembly: Google.Cloud.DataLabeling.V1Beta1.dll
Syntax
public sealed class DeleteAnnotationSpecSetRequest : IMessage<DeleteAnnotationSpecSetRequest>, IEquatable<DeleteAnnotationSpecSetRequest>, IDeepCloneable<DeleteAnnotationSpecSetRequest>, IBufferMessage, IMessage

Constructors

DeleteAnnotationSpecSetRequest()

Declaration
public DeleteAnnotationSpecSetRequest()

DeleteAnnotationSpecSetRequest(DeleteAnnotationSpecSetRequest)

Declaration
public DeleteAnnotationSpecSetRequest(DeleteAnnotationSpecSetRequest other)
Parameters
Type Name Description
DeleteAnnotationSpecSetRequest other

Properties

AnnotationSpecSetName

AnnotationSpecSetName-typed view over the Name resource name property.

Declaration
public AnnotationSpecSetName AnnotationSpecSetName { get; set; }
Property Value
Type Description
AnnotationSpecSetName

Name

Required. AnnotationSpec resource name, format: projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
Back to top