Click or drag to resize

GetAnnotationsResponse Class

* The response from getting the annotations.
Inheritance Hierarchy
SystemObject
  Canary.Views.Grpc.ApiGetAnnotationsResponse

Namespace: Canary.Views.Grpc.Api
Assembly: Canary.Views.Grpc.Api (in Canary.Views.Grpc.Api.dll) Version: 26.3.0.26126+77919fe8dcde1308422799b2086ea8bb512a61ce
Syntax
C#
public sealed class GetAnnotationsResponse : IMessage<GetAnnotationsResponse>, 
	IMessage, IEquatable<GetAnnotationsResponse>, IDeepCloneable<GetAnnotationsResponse>, 
	IBufferMessage

The GetAnnotationsResponse type exposes the following members.

Constructors
 NameDescription
Public methodGetAnnotationsResponseInitializes a new instance of the GetAnnotationsResponse class
Public methodGetAnnotationsResponse(GetAnnotationsResponse)Initializes a new instance of the GetAnnotationsResponse class
Top
Properties
 NameDescription
Public propertyAnnotations The annotations for the selected tags.
Public propertyStatic memberDescriptor 
Public propertyExtendedStatus The specific status of accessing the view to get annotations.
Public propertyStatic memberParser 
Public propertyStatus The status of the call.
Top
Methods
Fields
 NameDescription
Public fieldStatic memberAnnotationsFieldNumberField number for the "annotations" field.
Public fieldStatic memberExtendedStatusFieldNumberField number for the "extended_status" field.
Public fieldStatic memberStatusFieldNumberField number for the "status" field.
Top
See Also