Class GetAnnotationSpecSetRequest
Request message for GetAnnotationSpecSet.
Inheritance
System.Object
GetAnnotationSpecSetRequest
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 GetAnnotationSpecSetRequest : IMessage<GetAnnotationSpecSetRequest>, IEquatable<GetAnnotationSpecSetRequest>, IDeepCloneable<GetAnnotationSpecSetRequest>, IBufferMessage, IMessage
Constructors
GetAnnotationSpecSetRequest()
Declaration
public GetAnnotationSpecSetRequest()
GetAnnotationSpecSetRequest(GetAnnotationSpecSetRequest)
Declaration
public GetAnnotationSpecSetRequest(GetAnnotationSpecSetRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| GetAnnotationSpecSetRequest | 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. AnnotationSpecSet resource name, format: projects/{project_id}/annotationSpecSets/{annotation_spec_set_id}
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |