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: 25.6.0.25344+3070493948bf7d32a86bd3e9a8bcf4cc9a5b1929
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