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: 24.2.0.25008+ff8e4aa4099a8ee136cc622cd96d64cb655090d8
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