Documentation ¶
Index ¶
- Constants
- Variables
- func RegisterEventAnnotationConfigServiceServer(s grpc.ServiceRegistrar, srv EventAnnotationConfigServiceServer)
- func RegisterEventServiceServer(s grpc.ServiceRegistrar, srv EventServiceServer)
- func RegisterUserEventCreationConfigServiceServer(s grpc.ServiceRegistrar, srv UserEventCreationConfigServiceServer)
- type ComponentType
- func (ComponentType) Descriptor() protoreflect.EnumDescriptor
- func (x ComponentType) Enum() *ComponentType
- func (ComponentType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ComponentType) Number() protoreflect.EnumNumber
- func (x ComponentType) String() string
- func (ComponentType) Type() protoreflect.EnumType
- type Event
- func (*Event) Descriptor() ([]byte, []int)deprecated
- func (x *Event) GetAck() *EventAck
- func (x *Event) GetComponents() *EventComponents
- func (x *Event) GetData() *EventData
- func (x *Event) GetDeleteTime() *timestamppb.Timestamp
- func (x *Event) GetDescription() *wrapperspb.StringValue
- func (x *Event) GetEventType() *wrapperspb.StringValue
- func (x *Event) GetKey() *EventKey
- func (x *Event) GetLastUpdatedTime() *timestamppb.Timestamp
- func (x *Event) GetNotes() *EventNotes
- func (x *Event) GetRead() *EventRead
- func (x *Event) GetRuleId() *wrapperspb.StringValue
- func (x *Event) GetSeverity() EventSeverity
- func (x *Event) GetTitle() *wrapperspb.StringValue
- func (*Event) ProtoMessage()
- func (x *Event) ProtoReflect() protoreflect.Message
- func (x *Event) Reset()
- func (x *Event) String() string
- type EventAck
- func (*EventAck) Descriptor() ([]byte, []int)deprecated
- func (x *EventAck) GetAck() *wrapperspb.BoolValue
- func (x *EventAck) GetAckTime() *timestamppb.Timestamp
- func (x *EventAck) GetAcker() *wrapperspb.StringValue
- func (*EventAck) ProtoMessage()
- func (x *EventAck) ProtoReflect() protoreflect.Message
- func (x *EventAck) Reset()
- func (x *EventAck) String() string
- type EventAnnotationConfig
- func (*EventAnnotationConfig) Descriptor() ([]byte, []int)deprecated
- func (x *EventAnnotationConfig) GetAck() *wrapperspb.BoolValue
- func (x *EventAnnotationConfig) GetKey() *EventKey
- func (x *EventAnnotationConfig) GetNotes() *EventNotesConfig
- func (x *EventAnnotationConfig) GetRead() *wrapperspb.BoolValue
- func (*EventAnnotationConfig) ProtoMessage()
- func (x *EventAnnotationConfig) ProtoReflect() protoreflect.Message
- func (x *EventAnnotationConfig) Reset()
- func (x *EventAnnotationConfig) String() string
- type EventAnnotationConfigDeleteAllRequest
- func (*EventAnnotationConfigDeleteAllRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EventAnnotationConfigDeleteAllRequest) GetPartialEqFilter() []*EventAnnotationConfig
- func (*EventAnnotationConfigDeleteAllRequest) ProtoMessage()
- func (x *EventAnnotationConfigDeleteAllRequest) ProtoReflect() protoreflect.Message
- func (x *EventAnnotationConfigDeleteAllRequest) Reset()
- func (x *EventAnnotationConfigDeleteAllRequest) String() string
- type EventAnnotationConfigDeleteAllResponse
- func (*EventAnnotationConfigDeleteAllResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EventAnnotationConfigDeleteAllResponse) GetError() *wrapperspb.StringValue
- func (x *EventAnnotationConfigDeleteAllResponse) GetKey() *EventKey
- func (x *EventAnnotationConfigDeleteAllResponse) GetTime() *timestamppb.Timestamp
- func (x *EventAnnotationConfigDeleteAllResponse) GetType() fmp.DeleteError
- func (*EventAnnotationConfigDeleteAllResponse) ProtoMessage()
- func (x *EventAnnotationConfigDeleteAllResponse) ProtoReflect() protoreflect.Message
- func (x *EventAnnotationConfigDeleteAllResponse) Reset()
- func (x *EventAnnotationConfigDeleteAllResponse) String() string
- type EventAnnotationConfigDeleteRequest
- func (*EventAnnotationConfigDeleteRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EventAnnotationConfigDeleteRequest) GetKey() *EventKey
- func (*EventAnnotationConfigDeleteRequest) ProtoMessage()
- func (x *EventAnnotationConfigDeleteRequest) ProtoReflect() protoreflect.Message
- func (x *EventAnnotationConfigDeleteRequest) Reset()
- func (x *EventAnnotationConfigDeleteRequest) String() string
- type EventAnnotationConfigDeleteResponse
- func (*EventAnnotationConfigDeleteResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EventAnnotationConfigDeleteResponse) GetKey() *EventKey
- func (x *EventAnnotationConfigDeleteResponse) GetTime() *timestamppb.Timestamp
- func (*EventAnnotationConfigDeleteResponse) ProtoMessage()
- func (x *EventAnnotationConfigDeleteResponse) ProtoReflect() protoreflect.Message
- func (x *EventAnnotationConfigDeleteResponse) Reset()
- func (x *EventAnnotationConfigDeleteResponse) String() string
- type EventAnnotationConfigDeleteSomeRequest
- func (*EventAnnotationConfigDeleteSomeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EventAnnotationConfigDeleteSomeRequest) GetKeys() []*EventKey
- func (*EventAnnotationConfigDeleteSomeRequest) ProtoMessage()
- func (x *EventAnnotationConfigDeleteSomeRequest) ProtoReflect() protoreflect.Message
- func (x *EventAnnotationConfigDeleteSomeRequest) Reset()
- func (x *EventAnnotationConfigDeleteSomeRequest) String() string
- type EventAnnotationConfigDeleteSomeResponse
- func (*EventAnnotationConfigDeleteSomeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EventAnnotationConfigDeleteSomeResponse) GetError() string
- func (x *EventAnnotationConfigDeleteSomeResponse) GetKey() *EventKey
- func (*EventAnnotationConfigDeleteSomeResponse) ProtoMessage()
- func (x *EventAnnotationConfigDeleteSomeResponse) ProtoReflect() protoreflect.Message
- func (x *EventAnnotationConfigDeleteSomeResponse) Reset()
- func (x *EventAnnotationConfigDeleteSomeResponse) String() string
- type EventAnnotationConfigRequest
- func (*EventAnnotationConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EventAnnotationConfigRequest) GetKey() *EventKey
- func (x *EventAnnotationConfigRequest) GetTime() *timestamppb.Timestamp
- func (*EventAnnotationConfigRequest) ProtoMessage()
- func (x *EventAnnotationConfigRequest) ProtoReflect() protoreflect.Message
- func (x *EventAnnotationConfigRequest) Reset()
- func (x *EventAnnotationConfigRequest) String() string
- type EventAnnotationConfigResponse
- func (*EventAnnotationConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EventAnnotationConfigResponse) GetTime() *timestamppb.Timestamp
- func (x *EventAnnotationConfigResponse) GetValue() *EventAnnotationConfig
- func (*EventAnnotationConfigResponse) ProtoMessage()
- func (x *EventAnnotationConfigResponse) ProtoReflect() protoreflect.Message
- func (x *EventAnnotationConfigResponse) Reset()
- func (x *EventAnnotationConfigResponse) String() string
- type EventAnnotationConfigServiceClient
- type EventAnnotationConfigServiceServer
- type EventAnnotationConfigService_DeleteAllClient
- type EventAnnotationConfigService_DeleteAllServer
- type EventAnnotationConfigService_DeleteSomeClient
- type EventAnnotationConfigService_DeleteSomeServer
- type EventAnnotationConfigService_GetAllClient
- type EventAnnotationConfigService_GetAllServer
- type EventAnnotationConfigService_GetSomeClient
- type EventAnnotationConfigService_GetSomeServer
- type EventAnnotationConfigService_SetSomeClient
- type EventAnnotationConfigService_SetSomeServer
- type EventAnnotationConfigService_SubscribeClient
- type EventAnnotationConfigService_SubscribeMetaClient
- type EventAnnotationConfigService_SubscribeMetaServer
- type EventAnnotationConfigService_SubscribeServer
- type EventAnnotationConfigSetRequest
- func (*EventAnnotationConfigSetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EventAnnotationConfigSetRequest) GetValue() *EventAnnotationConfig
- func (*EventAnnotationConfigSetRequest) ProtoMessage()
- func (x *EventAnnotationConfigSetRequest) ProtoReflect() protoreflect.Message
- func (x *EventAnnotationConfigSetRequest) Reset()
- func (x *EventAnnotationConfigSetRequest) String() string
- type EventAnnotationConfigSetResponse
- func (*EventAnnotationConfigSetResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EventAnnotationConfigSetResponse) GetTime() *timestamppb.Timestamp
- func (x *EventAnnotationConfigSetResponse) GetValue() *EventAnnotationConfig
- func (*EventAnnotationConfigSetResponse) ProtoMessage()
- func (x *EventAnnotationConfigSetResponse) ProtoReflect() protoreflect.Message
- func (x *EventAnnotationConfigSetResponse) Reset()
- func (x *EventAnnotationConfigSetResponse) String() string
- type EventAnnotationConfigSetSomeRequest
- func (*EventAnnotationConfigSetSomeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EventAnnotationConfigSetSomeRequest) GetValues() []*EventAnnotationConfig
- func (*EventAnnotationConfigSetSomeRequest) ProtoMessage()
- func (x *EventAnnotationConfigSetSomeRequest) ProtoReflect() protoreflect.Message
- func (x *EventAnnotationConfigSetSomeRequest) Reset()
- func (x *EventAnnotationConfigSetSomeRequest) String() string
- type EventAnnotationConfigSetSomeResponse
- func (*EventAnnotationConfigSetSomeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EventAnnotationConfigSetSomeResponse) GetError() string
- func (x *EventAnnotationConfigSetSomeResponse) GetKey() *EventKey
- func (*EventAnnotationConfigSetSomeResponse) ProtoMessage()
- func (x *EventAnnotationConfigSetSomeResponse) ProtoReflect() protoreflect.Message
- func (x *EventAnnotationConfigSetSomeResponse) Reset()
- func (x *EventAnnotationConfigSetSomeResponse) String() string
- type EventAnnotationConfigSomeRequest
- func (*EventAnnotationConfigSomeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EventAnnotationConfigSomeRequest) GetKeys() []*EventKey
- func (x *EventAnnotationConfigSomeRequest) GetTime() *timestamppb.Timestamp
- func (*EventAnnotationConfigSomeRequest) ProtoMessage()
- func (x *EventAnnotationConfigSomeRequest) ProtoReflect() protoreflect.Message
- func (x *EventAnnotationConfigSomeRequest) Reset()
- func (x *EventAnnotationConfigSomeRequest) String() string
- type EventAnnotationConfigSomeResponse
- func (*EventAnnotationConfigSomeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EventAnnotationConfigSomeResponse) GetError() *wrapperspb.StringValue
- func (x *EventAnnotationConfigSomeResponse) GetTime() *timestamppb.Timestamp
- func (x *EventAnnotationConfigSomeResponse) GetValue() *EventAnnotationConfig
- func (*EventAnnotationConfigSomeResponse) ProtoMessage()
- func (x *EventAnnotationConfigSomeResponse) ProtoReflect() protoreflect.Message
- func (x *EventAnnotationConfigSomeResponse) Reset()
- func (x *EventAnnotationConfigSomeResponse) String() string
- type EventAnnotationConfigStreamRequest
- func (*EventAnnotationConfigStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EventAnnotationConfigStreamRequest) GetPartialEqFilter() []*EventAnnotationConfig
- func (x *EventAnnotationConfigStreamRequest) GetTime() *time.TimeBounds
- func (*EventAnnotationConfigStreamRequest) ProtoMessage()
- func (x *EventAnnotationConfigStreamRequest) ProtoReflect() protoreflect.Message
- func (x *EventAnnotationConfigStreamRequest) Reset()
- func (x *EventAnnotationConfigStreamRequest) String() string
- type EventAnnotationConfigStreamResponse
- func (*EventAnnotationConfigStreamResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EventAnnotationConfigStreamResponse) GetTime() *timestamppb.Timestamp
- func (x *EventAnnotationConfigStreamResponse) GetType() subscriptions.Operation
- func (x *EventAnnotationConfigStreamResponse) GetValue() *EventAnnotationConfig
- func (*EventAnnotationConfigStreamResponse) ProtoMessage()
- func (x *EventAnnotationConfigStreamResponse) ProtoReflect() protoreflect.Message
- func (x *EventAnnotationConfigStreamResponse) Reset()
- func (x *EventAnnotationConfigStreamResponse) String() string
- type EventComponent
- func (*EventComponent) Descriptor() ([]byte, []int)deprecated
- func (x *EventComponent) GetComponents() map[string]string
- func (x *EventComponent) GetType() ComponentType
- func (*EventComponent) ProtoMessage()
- func (x *EventComponent) ProtoReflect() protoreflect.Message
- func (x *EventComponent) Reset()
- func (x *EventComponent) String() string
- type EventComponents
- type EventData
- type EventKey
- func (*EventKey) Descriptor() ([]byte, []int)deprecated
- func (x *EventKey) GetKey() *wrapperspb.StringValue
- func (x *EventKey) GetTimestamp() *timestamppb.Timestamp
- func (*EventKey) ProtoMessage()
- func (x *EventKey) ProtoReflect() protoreflect.Message
- func (x *EventKey) Reset()
- func (x *EventKey) String() string
- type EventNote
- func (*EventNote) Descriptor() ([]byte, []int)deprecated
- func (x *EventNote) GetNote() *wrapperspb.StringValue
- func (x *EventNote) GetNoteCreator() *wrapperspb.StringValue
- func (*EventNote) ProtoMessage()
- func (x *EventNote) ProtoReflect() protoreflect.Message
- func (x *EventNote) Reset()
- func (x *EventNote) String() string
- type EventNoteConfig
- type EventNotes
- type EventNotesConfig
- func (*EventNotesConfig) Descriptor() ([]byte, []int)deprecated
- func (x *EventNotesConfig) GetNotes() map[int64]*EventNoteConfig
- func (*EventNotesConfig) ProtoMessage()
- func (x *EventNotesConfig) ProtoReflect() protoreflect.Message
- func (x *EventNotesConfig) Reset()
- func (x *EventNotesConfig) String() string
- type EventRead
- func (*EventRead) Descriptor() ([]byte, []int)deprecated
- func (x *EventRead) GetRead() *wrapperspb.BoolValue
- func (x *EventRead) GetReadTime() *timestamppb.Timestamp
- func (x *EventRead) GetReader() *wrapperspb.StringValue
- func (*EventRead) ProtoMessage()
- func (x *EventRead) ProtoReflect() protoreflect.Message
- func (x *EventRead) Reset()
- func (x *EventRead) String() string
- type EventRequest
- func (*EventRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EventRequest) GetKey() *EventKey
- func (x *EventRequest) GetTime() *timestamppb.Timestamp
- func (*EventRequest) ProtoMessage()
- func (x *EventRequest) ProtoReflect() protoreflect.Message
- func (x *EventRequest) Reset()
- func (x *EventRequest) String() string
- type EventResponse
- func (*EventResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EventResponse) GetTime() *timestamppb.Timestamp
- func (x *EventResponse) GetValue() *Event
- func (*EventResponse) ProtoMessage()
- func (x *EventResponse) ProtoReflect() protoreflect.Message
- func (x *EventResponse) Reset()
- func (x *EventResponse) String() string
- type EventServiceClient
- type EventServiceServer
- type EventService_GetAllClient
- type EventService_GetAllServer
- type EventService_GetSomeClient
- type EventService_GetSomeServer
- type EventService_SubscribeClient
- type EventService_SubscribeMetaClient
- type EventService_SubscribeMetaServer
- type EventService_SubscribeServer
- type EventSeverity
- func (EventSeverity) Descriptor() protoreflect.EnumDescriptor
- func (x EventSeverity) Enum() *EventSeverity
- func (EventSeverity) EnumDescriptor() ([]byte, []int)deprecated
- func (x EventSeverity) Number() protoreflect.EnumNumber
- func (x EventSeverity) String() string
- func (EventSeverity) Type() protoreflect.EnumType
- type EventSomeRequest
- func (*EventSomeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EventSomeRequest) GetKeys() []*EventKey
- func (x *EventSomeRequest) GetTime() *timestamppb.Timestamp
- func (*EventSomeRequest) ProtoMessage()
- func (x *EventSomeRequest) ProtoReflect() protoreflect.Message
- func (x *EventSomeRequest) Reset()
- func (x *EventSomeRequest) String() string
- type EventSomeResponse
- func (*EventSomeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EventSomeResponse) GetError() *wrapperspb.StringValue
- func (x *EventSomeResponse) GetTime() *timestamppb.Timestamp
- func (x *EventSomeResponse) GetValue() *Event
- func (*EventSomeResponse) ProtoMessage()
- func (x *EventSomeResponse) ProtoReflect() protoreflect.Message
- func (x *EventSomeResponse) Reset()
- func (x *EventSomeResponse) String() string
- type EventStreamRequest
- func (*EventStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *EventStreamRequest) GetPartialEqFilter() []*Event
- func (x *EventStreamRequest) GetTime() *time.TimeBounds
- func (*EventStreamRequest) ProtoMessage()
- func (x *EventStreamRequest) ProtoReflect() protoreflect.Message
- func (x *EventStreamRequest) Reset()
- func (x *EventStreamRequest) String() string
- type EventStreamResponse
- func (*EventStreamResponse) Descriptor() ([]byte, []int)deprecated
- func (x *EventStreamResponse) GetTime() *timestamppb.Timestamp
- func (x *EventStreamResponse) GetType() subscriptions.Operation
- func (x *EventStreamResponse) GetValue() *Event
- func (*EventStreamResponse) ProtoMessage()
- func (x *EventStreamResponse) ProtoReflect() protoreflect.Message
- func (x *EventStreamResponse) Reset()
- func (x *EventStreamResponse) String() string
- type MetaResponse
- func (*MetaResponse) Descriptor() ([]byte, []int)deprecated
- func (x *MetaResponse) GetCount() *wrapperspb.UInt32Value
- func (x *MetaResponse) GetTime() *timestamppb.Timestamp
- func (x *MetaResponse) GetType() subscriptions.Operation
- func (*MetaResponse) ProtoMessage()
- func (x *MetaResponse) ProtoReflect() protoreflect.Message
- func (x *MetaResponse) Reset()
- func (x *MetaResponse) String() string
- type UnimplementedEventAnnotationConfigServiceServer
- func (UnimplementedEventAnnotationConfigServiceServer) Delete(context.Context, *EventAnnotationConfigDeleteRequest) (*EventAnnotationConfigDeleteResponse, error)
- func (UnimplementedEventAnnotationConfigServiceServer) DeleteAll(*EventAnnotationConfigDeleteAllRequest, ...) error
- func (UnimplementedEventAnnotationConfigServiceServer) DeleteSome(*EventAnnotationConfigDeleteSomeRequest, ...) error
- func (UnimplementedEventAnnotationConfigServiceServer) GetAll(*EventAnnotationConfigStreamRequest, EventAnnotationConfigService_GetAllServer) error
- func (UnimplementedEventAnnotationConfigServiceServer) GetMeta(context.Context, *EventAnnotationConfigStreamRequest) (*MetaResponse, error)
- func (UnimplementedEventAnnotationConfigServiceServer) GetOne(context.Context, *EventAnnotationConfigRequest) (*EventAnnotationConfigResponse, error)
- func (UnimplementedEventAnnotationConfigServiceServer) GetSome(*EventAnnotationConfigSomeRequest, EventAnnotationConfigService_GetSomeServer) error
- func (UnimplementedEventAnnotationConfigServiceServer) Set(context.Context, *EventAnnotationConfigSetRequest) (*EventAnnotationConfigSetResponse, error)
- func (UnimplementedEventAnnotationConfigServiceServer) SetSome(*EventAnnotationConfigSetSomeRequest, ...) error
- func (UnimplementedEventAnnotationConfigServiceServer) Subscribe(*EventAnnotationConfigStreamRequest, ...) error
- func (UnimplementedEventAnnotationConfigServiceServer) SubscribeMeta(*EventAnnotationConfigStreamRequest, ...) error
- type UnimplementedEventServiceServer
- func (UnimplementedEventServiceServer) GetAll(*EventStreamRequest, EventService_GetAllServer) error
- func (UnimplementedEventServiceServer) GetMeta(context.Context, *EventStreamRequest) (*MetaResponse, error)
- func (UnimplementedEventServiceServer) GetOne(context.Context, *EventRequest) (*EventResponse, error)
- func (UnimplementedEventServiceServer) GetSome(*EventSomeRequest, EventService_GetSomeServer) error
- func (UnimplementedEventServiceServer) Subscribe(*EventStreamRequest, EventService_SubscribeServer) error
- func (UnimplementedEventServiceServer) SubscribeMeta(*EventStreamRequest, EventService_SubscribeMetaServer) error
- type UnimplementedUserEventCreationConfigServiceServer
- func (UnimplementedUserEventCreationConfigServiceServer) Delete(context.Context, *UserEventCreationConfigDeleteRequest) (*UserEventCreationConfigDeleteResponse, error)
- func (UnimplementedUserEventCreationConfigServiceServer) DeleteAll(*UserEventCreationConfigDeleteAllRequest, ...) error
- func (UnimplementedUserEventCreationConfigServiceServer) DeleteSome(*UserEventCreationConfigDeleteSomeRequest, ...) error
- func (UnimplementedUserEventCreationConfigServiceServer) GetAll(*UserEventCreationConfigStreamRequest, ...) error
- func (UnimplementedUserEventCreationConfigServiceServer) GetMeta(context.Context, *UserEventCreationConfigStreamRequest) (*MetaResponse, error)
- func (UnimplementedUserEventCreationConfigServiceServer) GetOne(context.Context, *UserEventCreationConfigRequest) (*UserEventCreationConfigResponse, error)
- func (UnimplementedUserEventCreationConfigServiceServer) GetSome(*UserEventCreationConfigSomeRequest, ...) error
- func (UnimplementedUserEventCreationConfigServiceServer) Set(context.Context, *UserEventCreationConfigSetRequest) (*UserEventCreationConfigSetResponse, error)
- func (UnimplementedUserEventCreationConfigServiceServer) SetSome(*UserEventCreationConfigSetSomeRequest, ...) error
- func (UnimplementedUserEventCreationConfigServiceServer) Subscribe(*UserEventCreationConfigStreamRequest, ...) error
- func (UnimplementedUserEventCreationConfigServiceServer) SubscribeMeta(*UserEventCreationConfigStreamRequest, ...) error
- type UnsafeEventAnnotationConfigServiceServer
- type UnsafeEventServiceServer
- type UnsafeUserEventCreationConfigServiceServer
- type UserEventCreationConfig
- func (*UserEventCreationConfig) Descriptor() ([]byte, []int)deprecated
- func (x *UserEventCreationConfig) GetComponents() *EventComponents
- func (x *UserEventCreationConfig) GetDescription() *wrapperspb.StringValue
- func (x *UserEventCreationConfig) GetKey() *UserEventCreationKey
- func (x *UserEventCreationConfig) GetRuleId() *wrapperspb.StringValue
- func (x *UserEventCreationConfig) GetSeverity() EventSeverity
- func (x *UserEventCreationConfig) GetStartTime() *timestamppb.Timestamp
- func (x *UserEventCreationConfig) GetTitle() *wrapperspb.StringValue
- func (*UserEventCreationConfig) ProtoMessage()
- func (x *UserEventCreationConfig) ProtoReflect() protoreflect.Message
- func (x *UserEventCreationConfig) Reset()
- func (x *UserEventCreationConfig) String() string
- type UserEventCreationConfigDeleteAllRequest
- func (*UserEventCreationConfigDeleteAllRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserEventCreationConfigDeleteAllRequest) GetPartialEqFilter() []*UserEventCreationConfig
- func (*UserEventCreationConfigDeleteAllRequest) ProtoMessage()
- func (x *UserEventCreationConfigDeleteAllRequest) ProtoReflect() protoreflect.Message
- func (x *UserEventCreationConfigDeleteAllRequest) Reset()
- func (x *UserEventCreationConfigDeleteAllRequest) String() string
- type UserEventCreationConfigDeleteAllResponse
- func (*UserEventCreationConfigDeleteAllResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserEventCreationConfigDeleteAllResponse) GetError() *wrapperspb.StringValue
- func (x *UserEventCreationConfigDeleteAllResponse) GetKey() *UserEventCreationKey
- func (x *UserEventCreationConfigDeleteAllResponse) GetTime() *timestamppb.Timestamp
- func (x *UserEventCreationConfigDeleteAllResponse) GetType() fmp.DeleteError
- func (*UserEventCreationConfigDeleteAllResponse) ProtoMessage()
- func (x *UserEventCreationConfigDeleteAllResponse) ProtoReflect() protoreflect.Message
- func (x *UserEventCreationConfigDeleteAllResponse) Reset()
- func (x *UserEventCreationConfigDeleteAllResponse) String() string
- type UserEventCreationConfigDeleteRequest
- func (*UserEventCreationConfigDeleteRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserEventCreationConfigDeleteRequest) GetKey() *UserEventCreationKey
- func (*UserEventCreationConfigDeleteRequest) ProtoMessage()
- func (x *UserEventCreationConfigDeleteRequest) ProtoReflect() protoreflect.Message
- func (x *UserEventCreationConfigDeleteRequest) Reset()
- func (x *UserEventCreationConfigDeleteRequest) String() string
- type UserEventCreationConfigDeleteResponse
- func (*UserEventCreationConfigDeleteResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserEventCreationConfigDeleteResponse) GetKey() *UserEventCreationKey
- func (x *UserEventCreationConfigDeleteResponse) GetTime() *timestamppb.Timestamp
- func (*UserEventCreationConfigDeleteResponse) ProtoMessage()
- func (x *UserEventCreationConfigDeleteResponse) ProtoReflect() protoreflect.Message
- func (x *UserEventCreationConfigDeleteResponse) Reset()
- func (x *UserEventCreationConfigDeleteResponse) String() string
- type UserEventCreationConfigDeleteSomeRequest
- func (*UserEventCreationConfigDeleteSomeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserEventCreationConfigDeleteSomeRequest) GetKeys() []*UserEventCreationKey
- func (*UserEventCreationConfigDeleteSomeRequest) ProtoMessage()
- func (x *UserEventCreationConfigDeleteSomeRequest) ProtoReflect() protoreflect.Message
- func (x *UserEventCreationConfigDeleteSomeRequest) Reset()
- func (x *UserEventCreationConfigDeleteSomeRequest) String() string
- type UserEventCreationConfigDeleteSomeResponse
- func (*UserEventCreationConfigDeleteSomeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserEventCreationConfigDeleteSomeResponse) GetError() string
- func (x *UserEventCreationConfigDeleteSomeResponse) GetKey() *UserEventCreationKey
- func (*UserEventCreationConfigDeleteSomeResponse) ProtoMessage()
- func (x *UserEventCreationConfigDeleteSomeResponse) ProtoReflect() protoreflect.Message
- func (x *UserEventCreationConfigDeleteSomeResponse) Reset()
- func (x *UserEventCreationConfigDeleteSomeResponse) String() string
- type UserEventCreationConfigRequest
- func (*UserEventCreationConfigRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserEventCreationConfigRequest) GetKey() *UserEventCreationKey
- func (x *UserEventCreationConfigRequest) GetTime() *timestamppb.Timestamp
- func (*UserEventCreationConfigRequest) ProtoMessage()
- func (x *UserEventCreationConfigRequest) ProtoReflect() protoreflect.Message
- func (x *UserEventCreationConfigRequest) Reset()
- func (x *UserEventCreationConfigRequest) String() string
- type UserEventCreationConfigResponse
- func (*UserEventCreationConfigResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserEventCreationConfigResponse) GetTime() *timestamppb.Timestamp
- func (x *UserEventCreationConfigResponse) GetValue() *UserEventCreationConfig
- func (*UserEventCreationConfigResponse) ProtoMessage()
- func (x *UserEventCreationConfigResponse) ProtoReflect() protoreflect.Message
- func (x *UserEventCreationConfigResponse) Reset()
- func (x *UserEventCreationConfigResponse) String() string
- type UserEventCreationConfigServiceClient
- type UserEventCreationConfigServiceServer
- type UserEventCreationConfigService_DeleteAllClient
- type UserEventCreationConfigService_DeleteAllServer
- type UserEventCreationConfigService_DeleteSomeClient
- type UserEventCreationConfigService_DeleteSomeServer
- type UserEventCreationConfigService_GetAllClient
- type UserEventCreationConfigService_GetAllServer
- type UserEventCreationConfigService_GetSomeClient
- type UserEventCreationConfigService_GetSomeServer
- type UserEventCreationConfigService_SetSomeClient
- type UserEventCreationConfigService_SetSomeServer
- type UserEventCreationConfigService_SubscribeClient
- type UserEventCreationConfigService_SubscribeMetaClient
- type UserEventCreationConfigService_SubscribeMetaServer
- type UserEventCreationConfigService_SubscribeServer
- type UserEventCreationConfigSetRequest
- func (*UserEventCreationConfigSetRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserEventCreationConfigSetRequest) GetValue() *UserEventCreationConfig
- func (*UserEventCreationConfigSetRequest) ProtoMessage()
- func (x *UserEventCreationConfigSetRequest) ProtoReflect() protoreflect.Message
- func (x *UserEventCreationConfigSetRequest) Reset()
- func (x *UserEventCreationConfigSetRequest) String() string
- type UserEventCreationConfigSetResponse
- func (*UserEventCreationConfigSetResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserEventCreationConfigSetResponse) GetTime() *timestamppb.Timestamp
- func (x *UserEventCreationConfigSetResponse) GetValue() *UserEventCreationConfig
- func (*UserEventCreationConfigSetResponse) ProtoMessage()
- func (x *UserEventCreationConfigSetResponse) ProtoReflect() protoreflect.Message
- func (x *UserEventCreationConfigSetResponse) Reset()
- func (x *UserEventCreationConfigSetResponse) String() string
- type UserEventCreationConfigSetSomeRequest
- func (*UserEventCreationConfigSetSomeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserEventCreationConfigSetSomeRequest) GetValues() []*UserEventCreationConfig
- func (*UserEventCreationConfigSetSomeRequest) ProtoMessage()
- func (x *UserEventCreationConfigSetSomeRequest) ProtoReflect() protoreflect.Message
- func (x *UserEventCreationConfigSetSomeRequest) Reset()
- func (x *UserEventCreationConfigSetSomeRequest) String() string
- type UserEventCreationConfigSetSomeResponse
- func (*UserEventCreationConfigSetSomeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserEventCreationConfigSetSomeResponse) GetError() string
- func (x *UserEventCreationConfigSetSomeResponse) GetKey() *UserEventCreationKey
- func (*UserEventCreationConfigSetSomeResponse) ProtoMessage()
- func (x *UserEventCreationConfigSetSomeResponse) ProtoReflect() protoreflect.Message
- func (x *UserEventCreationConfigSetSomeResponse) Reset()
- func (x *UserEventCreationConfigSetSomeResponse) String() string
- type UserEventCreationConfigSomeRequest
- func (*UserEventCreationConfigSomeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserEventCreationConfigSomeRequest) GetKeys() []*UserEventCreationKey
- func (x *UserEventCreationConfigSomeRequest) GetTime() *timestamppb.Timestamp
- func (*UserEventCreationConfigSomeRequest) ProtoMessage()
- func (x *UserEventCreationConfigSomeRequest) ProtoReflect() protoreflect.Message
- func (x *UserEventCreationConfigSomeRequest) Reset()
- func (x *UserEventCreationConfigSomeRequest) String() string
- type UserEventCreationConfigSomeResponse
- func (*UserEventCreationConfigSomeResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserEventCreationConfigSomeResponse) GetError() *wrapperspb.StringValue
- func (x *UserEventCreationConfigSomeResponse) GetTime() *timestamppb.Timestamp
- func (x *UserEventCreationConfigSomeResponse) GetValue() *UserEventCreationConfig
- func (*UserEventCreationConfigSomeResponse) ProtoMessage()
- func (x *UserEventCreationConfigSomeResponse) ProtoReflect() protoreflect.Message
- func (x *UserEventCreationConfigSomeResponse) Reset()
- func (x *UserEventCreationConfigSomeResponse) String() string
- type UserEventCreationConfigStreamRequest
- func (*UserEventCreationConfigStreamRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UserEventCreationConfigStreamRequest) GetPartialEqFilter() []*UserEventCreationConfig
- func (x *UserEventCreationConfigStreamRequest) GetTime() *time.TimeBounds
- func (*UserEventCreationConfigStreamRequest) ProtoMessage()
- func (x *UserEventCreationConfigStreamRequest) ProtoReflect() protoreflect.Message
- func (x *UserEventCreationConfigStreamRequest) Reset()
- func (x *UserEventCreationConfigStreamRequest) String() string
- type UserEventCreationConfigStreamResponse
- func (*UserEventCreationConfigStreamResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UserEventCreationConfigStreamResponse) GetTime() *timestamppb.Timestamp
- func (x *UserEventCreationConfigStreamResponse) GetType() subscriptions.Operation
- func (x *UserEventCreationConfigStreamResponse) GetValue() *UserEventCreationConfig
- func (*UserEventCreationConfigStreamResponse) ProtoMessage()
- func (x *UserEventCreationConfigStreamResponse) ProtoReflect() protoreflect.Message
- func (x *UserEventCreationConfigStreamResponse) Reset()
- func (x *UserEventCreationConfigStreamResponse) String() string
- type UserEventCreationKey
- func (*UserEventCreationKey) Descriptor() ([]byte, []int)deprecated
- func (x *UserEventCreationKey) GetKey() *wrapperspb.StringValue
- func (*UserEventCreationKey) ProtoMessage()
- func (x *UserEventCreationKey) ProtoReflect() protoreflect.Message
- func (x *UserEventCreationKey) Reset()
- func (x *UserEventCreationKey) String() string
Constants ¶
const ( EventService_GetOne_FullMethodName = "/arista.event.v1.EventService/GetOne" EventService_GetSome_FullMethodName = "/arista.event.v1.EventService/GetSome" EventService_GetAll_FullMethodName = "/arista.event.v1.EventService/GetAll" EventService_Subscribe_FullMethodName = "/arista.event.v1.EventService/Subscribe" EventService_GetMeta_FullMethodName = "/arista.event.v1.EventService/GetMeta" EventService_SubscribeMeta_FullMethodName = "/arista.event.v1.EventService/SubscribeMeta" )
const ( EventAnnotationConfigService_GetOne_FullMethodName = "/arista.event.v1.EventAnnotationConfigService/GetOne" EventAnnotationConfigService_GetSome_FullMethodName = "/arista.event.v1.EventAnnotationConfigService/GetSome" EventAnnotationConfigService_GetAll_FullMethodName = "/arista.event.v1.EventAnnotationConfigService/GetAll" EventAnnotationConfigService_Subscribe_FullMethodName = "/arista.event.v1.EventAnnotationConfigService/Subscribe" EventAnnotationConfigService_GetMeta_FullMethodName = "/arista.event.v1.EventAnnotationConfigService/GetMeta" EventAnnotationConfigService_SubscribeMeta_FullMethodName = "/arista.event.v1.EventAnnotationConfigService/SubscribeMeta" EventAnnotationConfigService_Set_FullMethodName = "/arista.event.v1.EventAnnotationConfigService/Set" EventAnnotationConfigService_SetSome_FullMethodName = "/arista.event.v1.EventAnnotationConfigService/SetSome" EventAnnotationConfigService_Delete_FullMethodName = "/arista.event.v1.EventAnnotationConfigService/Delete" EventAnnotationConfigService_DeleteSome_FullMethodName = "/arista.event.v1.EventAnnotationConfigService/DeleteSome" EventAnnotationConfigService_DeleteAll_FullMethodName = "/arista.event.v1.EventAnnotationConfigService/DeleteAll" )
const ( UserEventCreationConfigService_GetOne_FullMethodName = "/arista.event.v1.UserEventCreationConfigService/GetOne" UserEventCreationConfigService_GetSome_FullMethodName = "/arista.event.v1.UserEventCreationConfigService/GetSome" UserEventCreationConfigService_GetAll_FullMethodName = "/arista.event.v1.UserEventCreationConfigService/GetAll" UserEventCreationConfigService_Subscribe_FullMethodName = "/arista.event.v1.UserEventCreationConfigService/Subscribe" UserEventCreationConfigService_GetMeta_FullMethodName = "/arista.event.v1.UserEventCreationConfigService/GetMeta" UserEventCreationConfigService_SubscribeMeta_FullMethodName = "/arista.event.v1.UserEventCreationConfigService/SubscribeMeta" UserEventCreationConfigService_Set_FullMethodName = "/arista.event.v1.UserEventCreationConfigService/Set" UserEventCreationConfigService_SetSome_FullMethodName = "/arista.event.v1.UserEventCreationConfigService/SetSome" UserEventCreationConfigService_Delete_FullMethodName = "/arista.event.v1.UserEventCreationConfigService/Delete" UserEventCreationConfigService_DeleteSome_FullMethodName = "/arista.event.v1.UserEventCreationConfigService/DeleteSome" UserEventCreationConfigService_DeleteAll_FullMethodName = "/arista.event.v1.UserEventCreationConfigService/DeleteAll" )
Variables ¶
var ( EventSeverity_name = map[int32]string{ 0: "EVENT_SEVERITY_UNSPECIFIED", 1: "EVENT_SEVERITY_INFO", 2: "EVENT_SEVERITY_WARNING", 3: "EVENT_SEVERITY_ERROR", 4: "EVENT_SEVERITY_CRITICAL", 5: "EVENT_SEVERITY_DEBUG", } EventSeverity_value = map[string]int32{ "EVENT_SEVERITY_UNSPECIFIED": 0, "EVENT_SEVERITY_INFO": 1, "EVENT_SEVERITY_WARNING": 2, "EVENT_SEVERITY_ERROR": 3, "EVENT_SEVERITY_CRITICAL": 4, "EVENT_SEVERITY_DEBUG": 5, } )
Enum value maps for EventSeverity.
var ( ComponentType_name = map[int32]string{ 0: "COMPONENT_TYPE_UNSPECIFIED", 1: "COMPONENT_TYPE_DEVICE", 2: "COMPONENT_TYPE_INTERFACE", 3: "COMPONENT_TYPE_TURBINE", 4: "COMPONENT_TYPE_VDS", 5: "COMPONENT_TYPE_VDS_INTERFACE", 6: "COMPONENT_TYPE_VM", 7: "COMPONENT_TYPE_VM_INTERFACE", 8: "COMPONENT_TYPE_WORKLOAD_SERVER", 9: "COMPONENT_TYPE_WORKLOAD_SERVER_INTERFACE", 10: "COMPONENT_TYPE_APPLICATION", 11: "COMPONENT_TYPE_CVP_NODE", } ComponentType_value = map[string]int32{ "COMPONENT_TYPE_UNSPECIFIED": 0, "COMPONENT_TYPE_DEVICE": 1, "COMPONENT_TYPE_INTERFACE": 2, "COMPONENT_TYPE_TURBINE": 3, "COMPONENT_TYPE_VDS": 4, "COMPONENT_TYPE_VDS_INTERFACE": 5, "COMPONENT_TYPE_VM": 6, "COMPONENT_TYPE_VM_INTERFACE": 7, "COMPONENT_TYPE_WORKLOAD_SERVER": 8, "COMPONENT_TYPE_WORKLOAD_SERVER_INTERFACE": 9, "COMPONENT_TYPE_APPLICATION": 10, "COMPONENT_TYPE_CVP_NODE": 11, } )
Enum value maps for ComponentType.
var EventAnnotationConfigService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "arista.event.v1.EventAnnotationConfigService", HandlerType: (*EventAnnotationConfigServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetOne", Handler: _EventAnnotationConfigService_GetOne_Handler, }, { MethodName: "GetMeta", Handler: _EventAnnotationConfigService_GetMeta_Handler, }, { MethodName: "Set", Handler: _EventAnnotationConfigService_Set_Handler, }, { MethodName: "Delete", Handler: _EventAnnotationConfigService_Delete_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "GetSome", Handler: _EventAnnotationConfigService_GetSome_Handler, ServerStreams: true, }, { StreamName: "GetAll", Handler: _EventAnnotationConfigService_GetAll_Handler, ServerStreams: true, }, { StreamName: "Subscribe", Handler: _EventAnnotationConfigService_Subscribe_Handler, ServerStreams: true, }, { StreamName: "SubscribeMeta", Handler: _EventAnnotationConfigService_SubscribeMeta_Handler, ServerStreams: true, }, { StreamName: "SetSome", Handler: _EventAnnotationConfigService_SetSome_Handler, ServerStreams: true, }, { StreamName: "DeleteSome", Handler: _EventAnnotationConfigService_DeleteSome_Handler, ServerStreams: true, }, { StreamName: "DeleteAll", Handler: _EventAnnotationConfigService_DeleteAll_Handler, ServerStreams: true, }, }, Metadata: "arista/event.v1/services.gen.proto", }
EventAnnotationConfigService_ServiceDesc is the grpc.ServiceDesc for EventAnnotationConfigService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var EventService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "arista.event.v1.EventService", HandlerType: (*EventServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetOne", Handler: _EventService_GetOne_Handler, }, { MethodName: "GetMeta", Handler: _EventService_GetMeta_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "GetSome", Handler: _EventService_GetSome_Handler, ServerStreams: true, }, { StreamName: "GetAll", Handler: _EventService_GetAll_Handler, ServerStreams: true, }, { StreamName: "Subscribe", Handler: _EventService_Subscribe_Handler, ServerStreams: true, }, { StreamName: "SubscribeMeta", Handler: _EventService_SubscribeMeta_Handler, ServerStreams: true, }, }, Metadata: "arista/event.v1/services.gen.proto", }
EventService_ServiceDesc is the grpc.ServiceDesc for EventService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var File_arista_event_v1_event_proto protoreflect.FileDescriptor
var File_arista_event_v1_services_gen_proto protoreflect.FileDescriptor
var UserEventCreationConfigService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "arista.event.v1.UserEventCreationConfigService", HandlerType: (*UserEventCreationConfigServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetOne", Handler: _UserEventCreationConfigService_GetOne_Handler, }, { MethodName: "GetMeta", Handler: _UserEventCreationConfigService_GetMeta_Handler, }, { MethodName: "Set", Handler: _UserEventCreationConfigService_Set_Handler, }, { MethodName: "Delete", Handler: _UserEventCreationConfigService_Delete_Handler, }, }, Streams: []grpc.StreamDesc{ { StreamName: "GetSome", Handler: _UserEventCreationConfigService_GetSome_Handler, ServerStreams: true, }, { StreamName: "GetAll", Handler: _UserEventCreationConfigService_GetAll_Handler, ServerStreams: true, }, { StreamName: "Subscribe", Handler: _UserEventCreationConfigService_Subscribe_Handler, ServerStreams: true, }, { StreamName: "SubscribeMeta", Handler: _UserEventCreationConfigService_SubscribeMeta_Handler, ServerStreams: true, }, { StreamName: "SetSome", Handler: _UserEventCreationConfigService_SetSome_Handler, ServerStreams: true, }, { StreamName: "DeleteSome", Handler: _UserEventCreationConfigService_DeleteSome_Handler, ServerStreams: true, }, { StreamName: "DeleteAll", Handler: _UserEventCreationConfigService_DeleteAll_Handler, ServerStreams: true, }, }, Metadata: "arista/event.v1/services.gen.proto", }
UserEventCreationConfigService_ServiceDesc is the grpc.ServiceDesc for UserEventCreationConfigService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterEventAnnotationConfigServiceServer ¶
func RegisterEventAnnotationConfigServiceServer(s grpc.ServiceRegistrar, srv EventAnnotationConfigServiceServer)
func RegisterEventServiceServer ¶
func RegisterEventServiceServer(s grpc.ServiceRegistrar, srv EventServiceServer)
func RegisterUserEventCreationConfigServiceServer ¶
func RegisterUserEventCreationConfigServiceServer(s grpc.ServiceRegistrar, srv UserEventCreationConfigServiceServer)
Types ¶
type ComponentType ¶
type ComponentType int32
ComponentType describes the type of entity on which the event occurred
const ( // COMPONENT_TYPE_UNSPECIFIED is the default value, if the type is not specified. ComponentType_COMPONENT_TYPE_UNSPECIFIED ComponentType = 0 // COMPONENT_TYPE_DEVICE is used for device events. ComponentType_COMPONENT_TYPE_DEVICE ComponentType = 1 // COMPONENT_TYPE_INTERFACE is used for device interface events. ComponentType_COMPONENT_TYPE_INTERFACE ComponentType = 2 // COMPONENT_TYPE_TURBINE is used for events on the internal CVP turbine // components. A turbine is an internal CV streaming analytics backend process. ComponentType_COMPONENT_TYPE_TURBINE ComponentType = 3 // COMPONENT_TYPE_VDS is used for VDS events. // A vSphere Distributed Switch provides centralized management and // monitoring of the networking configuration of all workload servers that are // associated with the switch. ComponentType_COMPONENT_TYPE_VDS ComponentType = 4 // COMPONENT_TYPE_VDS_INTERFACE is used for VDS interface events. ComponentType_COMPONENT_TYPE_VDS_INTERFACE ComponentType = 5 // COMPONENT_TYPE_VM is used for VM events. // A VM is a software computer that, like a physical computer, runs an // operating system and applications. ComponentType_COMPONENT_TYPE_VM ComponentType = 6 // COMPONENT_TYPE_VM_INTERFACE is used for VM interface events. ComponentType_COMPONENT_TYPE_VM_INTERFACE ComponentType = 7 // COMPONENT_TYPE_WORKLOAD_SERVER is used for workload server events. // A workload server is a server/data storage device on which the hypervisor is installed. ComponentType_COMPONENT_TYPE_WORKLOAD_SERVER ComponentType = 8 // COMPONENT_TYPE_WORKLOAD_SERVER_INTERFACE is used for workload server interface events. ComponentType_COMPONENT_TYPE_WORKLOAD_SERVER_INTERFACE ComponentType = 9 // COMPONENT_TYPE_APPLICATION is used for application-service events. ComponentType_COMPONENT_TYPE_APPLICATION ComponentType = 10 // COMPONENT_TYPE_CVP_NODE is used for CVP node events. ComponentType_COMPONENT_TYPE_CVP_NODE ComponentType = 11 )
func (ComponentType) Descriptor ¶
func (ComponentType) Descriptor() protoreflect.EnumDescriptor
func (ComponentType) Enum ¶
func (x ComponentType) Enum() *ComponentType
func (ComponentType) EnumDescriptor
deprecated
func (ComponentType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ComponentType.Descriptor instead.
func (ComponentType) Number ¶
func (x ComponentType) Number() protoreflect.EnumNumber
func (ComponentType) String ¶
func (x ComponentType) String() string
func (ComponentType) Type ¶
func (ComponentType) Type() protoreflect.EnumType
type Event ¶
type Event struct { // key is the event instance identifier Key *EventKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // severity is the severity of the event Severity EventSeverity `protobuf:"varint,2,opt,name=severity,proto3,enum=arista.event.v1.EventSeverity" json:"severity,omitempty"` // title is the title of the event Title *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"` // description is the description of the event Description *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` // event_type is the type of the event EventType *wrapperspb.StringValue `protobuf:"bytes,5,opt,name=event_type,json=eventType,proto3" json:"event_type,omitempty"` // data is the data of the event Data *EventData `protobuf:"bytes,6,opt,name=data,proto3" json:"data,omitempty"` // components is the components on which the event occurred Components *EventComponents `protobuf:"bytes,7,opt,name=components,proto3" json:"components,omitempty"` // ack is the acknowledgement status of the event Ack *EventAck `protobuf:"bytes,8,opt,name=ack,proto3" json:"ack,omitempty"` // notes is the notes of the event Notes *EventNotes `protobuf:"bytes,9,opt,name=notes,proto3" json:"notes,omitempty"` // last_updated_time is the time of the most recent update to the event LastUpdatedTime *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=last_updated_time,json=lastUpdatedTime,proto3" json:"last_updated_time,omitempty"` // read is the read status of the event Read *EventRead `protobuf:"bytes,11,opt,name=read,proto3" json:"read,omitempty"` // rule_id is the label of the rule associated with the event RuleId *wrapperspb.StringValue `protobuf:"bytes,12,opt,name=rule_id,json=ruleId,proto3" json:"rule_id,omitempty"` // delete_time is the time when the event ended. // It is nil if event is still ongoing DeleteTime *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=delete_time,json=deleteTime,proto3" json:"delete_time,omitempty"` // contains filtered or unexported fields }
Event is a telemetry event
func (*Event) Descriptor
deprecated
func (*Event) GetComponents ¶
func (x *Event) GetComponents() *EventComponents
func (*Event) GetDeleteTime ¶
func (x *Event) GetDeleteTime() *timestamppb.Timestamp
func (*Event) GetDescription ¶
func (x *Event) GetDescription() *wrapperspb.StringValue
func (*Event) GetEventType ¶
func (x *Event) GetEventType() *wrapperspb.StringValue
func (*Event) GetLastUpdatedTime ¶
func (x *Event) GetLastUpdatedTime() *timestamppb.Timestamp
func (*Event) GetNotes ¶
func (x *Event) GetNotes() *EventNotes
func (*Event) GetRuleId ¶
func (x *Event) GetRuleId() *wrapperspb.StringValue
func (*Event) GetSeverity ¶
func (x *Event) GetSeverity() EventSeverity
func (*Event) GetTitle ¶
func (x *Event) GetTitle() *wrapperspb.StringValue
func (*Event) ProtoMessage ¶
func (*Event) ProtoMessage()
func (*Event) ProtoReflect ¶
func (x *Event) ProtoReflect() protoreflect.Message
type EventAck ¶
type EventAck struct { // ack is the acknowledgement state of an event Ack *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=ack,proto3" json:"ack,omitempty"` // acker is the user that acknowledged the event Acker *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=acker,proto3" json:"acker,omitempty"` // ack_time is the time of acknowledgement AckTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=ack_time,json=ackTime,proto3" json:"ack_time,omitempty"` // contains filtered or unexported fields }
EventAck contains acknowledgement information of an event
func (*EventAck) Descriptor
deprecated
func (*EventAck) GetAck ¶
func (x *EventAck) GetAck() *wrapperspb.BoolValue
func (*EventAck) GetAckTime ¶
func (x *EventAck) GetAckTime() *timestamppb.Timestamp
func (*EventAck) GetAcker ¶
func (x *EventAck) GetAcker() *wrapperspb.StringValue
func (*EventAck) ProtoMessage ¶
func (*EventAck) ProtoMessage()
func (*EventAck) ProtoReflect ¶
func (x *EventAck) ProtoReflect() protoreflect.Message
type EventAnnotationConfig ¶
type EventAnnotationConfig struct { // key is the event instance identifier Key *EventKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // ack is the acknowledgement state of an event Ack *wrapperspb.BoolValue `protobuf:"bytes,2,opt,name=ack,proto3" json:"ack,omitempty"` // notes is the notes on an event Notes *EventNotesConfig `protobuf:"bytes,3,opt,name=notes,proto3" json:"notes,omitempty"` // read is the read state of an event. Setting this implies that an event has been read by a user Read *wrapperspb.BoolValue `protobuf:"bytes,4,opt,name=read,proto3" json:"read,omitempty"` // contains filtered or unexported fields }
EventAnnotationConfig configures an event annotation
NOTE: Either 1) key and ack or 2) key and notes or 3) key and read are
required when used as an argument to Set.
func (*EventAnnotationConfig) Descriptor
deprecated
func (*EventAnnotationConfig) Descriptor() ([]byte, []int)
Deprecated: Use EventAnnotationConfig.ProtoReflect.Descriptor instead.
func (*EventAnnotationConfig) GetAck ¶
func (x *EventAnnotationConfig) GetAck() *wrapperspb.BoolValue
func (*EventAnnotationConfig) GetKey ¶
func (x *EventAnnotationConfig) GetKey() *EventKey
func (*EventAnnotationConfig) GetNotes ¶
func (x *EventAnnotationConfig) GetNotes() *EventNotesConfig
func (*EventAnnotationConfig) GetRead ¶
func (x *EventAnnotationConfig) GetRead() *wrapperspb.BoolValue
func (*EventAnnotationConfig) ProtoMessage ¶
func (*EventAnnotationConfig) ProtoMessage()
func (*EventAnnotationConfig) ProtoReflect ¶
func (x *EventAnnotationConfig) ProtoReflect() protoreflect.Message
func (*EventAnnotationConfig) Reset ¶
func (x *EventAnnotationConfig) Reset()
func (*EventAnnotationConfig) String ¶
func (x *EventAnnotationConfig) String() string
type EventAnnotationConfigDeleteAllRequest ¶
type EventAnnotationConfigDeleteAllRequest struct { // PartialEqFilter provides a way to server-side filter a DeleteAll. // This requires all provided fields to be equal to the response. // A filtered DeleteAll will use GetAll with filter to find things to delete. PartialEqFilter []*EventAnnotationConfig `protobuf:"bytes,1,rep,name=partial_eq_filter,json=partialEqFilter,proto3" json:"partial_eq_filter,omitempty"` // contains filtered or unexported fields }
func (*EventAnnotationConfigDeleteAllRequest) Descriptor
deprecated
func (*EventAnnotationConfigDeleteAllRequest) Descriptor() ([]byte, []int)
Deprecated: Use EventAnnotationConfigDeleteAllRequest.ProtoReflect.Descriptor instead.
func (*EventAnnotationConfigDeleteAllRequest) GetPartialEqFilter ¶
func (x *EventAnnotationConfigDeleteAllRequest) GetPartialEqFilter() []*EventAnnotationConfig
func (*EventAnnotationConfigDeleteAllRequest) ProtoMessage ¶
func (*EventAnnotationConfigDeleteAllRequest) ProtoMessage()
func (*EventAnnotationConfigDeleteAllRequest) ProtoReflect ¶
func (x *EventAnnotationConfigDeleteAllRequest) ProtoReflect() protoreflect.Message
func (*EventAnnotationConfigDeleteAllRequest) Reset ¶
func (x *EventAnnotationConfigDeleteAllRequest) Reset()
func (*EventAnnotationConfigDeleteAllRequest) String ¶
func (x *EventAnnotationConfigDeleteAllRequest) String() string
type EventAnnotationConfigDeleteAllResponse ¶
type EventAnnotationConfigDeleteAllResponse struct { // This describes the class of delete error. // A DeleteAllResponse is only sent when there is an error. Type fmp.DeleteError `protobuf:"varint,1,opt,name=type,proto3,enum=fmp.DeleteError" json:"type,omitempty"` // This indicates the error message from the delete failure. Error *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` // This is the key of the EventAnnotationConfig instance that failed to be deleted. Key *EventKey `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"` // Time indicates the (UTC) timestamp when the key was being deleted. Time *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*EventAnnotationConfigDeleteAllResponse) Descriptor
deprecated
func (*EventAnnotationConfigDeleteAllResponse) Descriptor() ([]byte, []int)
Deprecated: Use EventAnnotationConfigDeleteAllResponse.ProtoReflect.Descriptor instead.
func (*EventAnnotationConfigDeleteAllResponse) GetError ¶
func (x *EventAnnotationConfigDeleteAllResponse) GetError() *wrapperspb.StringValue
func (*EventAnnotationConfigDeleteAllResponse) GetKey ¶
func (x *EventAnnotationConfigDeleteAllResponse) GetKey() *EventKey
func (*EventAnnotationConfigDeleteAllResponse) GetTime ¶
func (x *EventAnnotationConfigDeleteAllResponse) GetTime() *timestamppb.Timestamp
func (*EventAnnotationConfigDeleteAllResponse) GetType ¶
func (x *EventAnnotationConfigDeleteAllResponse) GetType() fmp.DeleteError
func (*EventAnnotationConfigDeleteAllResponse) ProtoMessage ¶
func (*EventAnnotationConfigDeleteAllResponse) ProtoMessage()
func (*EventAnnotationConfigDeleteAllResponse) ProtoReflect ¶
func (x *EventAnnotationConfigDeleteAllResponse) ProtoReflect() protoreflect.Message
func (*EventAnnotationConfigDeleteAllResponse) Reset ¶
func (x *EventAnnotationConfigDeleteAllResponse) Reset()
func (*EventAnnotationConfigDeleteAllResponse) String ¶
func (x *EventAnnotationConfigDeleteAllResponse) String() string
type EventAnnotationConfigDeleteRequest ¶
type EventAnnotationConfigDeleteRequest struct { // Key indicates which EventAnnotationConfig instance to remove. // This field must always be set. Key *EventKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*EventAnnotationConfigDeleteRequest) Descriptor
deprecated
func (*EventAnnotationConfigDeleteRequest) Descriptor() ([]byte, []int)
Deprecated: Use EventAnnotationConfigDeleteRequest.ProtoReflect.Descriptor instead.
func (*EventAnnotationConfigDeleteRequest) GetKey ¶
func (x *EventAnnotationConfigDeleteRequest) GetKey() *EventKey
func (*EventAnnotationConfigDeleteRequest) ProtoMessage ¶
func (*EventAnnotationConfigDeleteRequest) ProtoMessage()
func (*EventAnnotationConfigDeleteRequest) ProtoReflect ¶
func (x *EventAnnotationConfigDeleteRequest) ProtoReflect() protoreflect.Message
func (*EventAnnotationConfigDeleteRequest) Reset ¶
func (x *EventAnnotationConfigDeleteRequest) Reset()
func (*EventAnnotationConfigDeleteRequest) String ¶
func (x *EventAnnotationConfigDeleteRequest) String() string
type EventAnnotationConfigDeleteResponse ¶
type EventAnnotationConfigDeleteResponse struct { // Key echoes back the key of the deleted EventAnnotationConfig instance. Key *EventKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // Time indicates the (UTC) timestamp at which the system recognizes the // deletion. The only guarantees made about this timestamp are: // // - it is after the time the request was received // - a time-ranged query with StartTime==DeletedAt will not include this instance. Time *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*EventAnnotationConfigDeleteResponse) Descriptor
deprecated
func (*EventAnnotationConfigDeleteResponse) Descriptor() ([]byte, []int)
Deprecated: Use EventAnnotationConfigDeleteResponse.ProtoReflect.Descriptor instead.
func (*EventAnnotationConfigDeleteResponse) GetKey ¶
func (x *EventAnnotationConfigDeleteResponse) GetKey() *EventKey
func (*EventAnnotationConfigDeleteResponse) GetTime ¶
func (x *EventAnnotationConfigDeleteResponse) GetTime() *timestamppb.Timestamp
func (*EventAnnotationConfigDeleteResponse) ProtoMessage ¶
func (*EventAnnotationConfigDeleteResponse) ProtoMessage()
func (*EventAnnotationConfigDeleteResponse) ProtoReflect ¶
func (x *EventAnnotationConfigDeleteResponse) ProtoReflect() protoreflect.Message
func (*EventAnnotationConfigDeleteResponse) Reset ¶
func (x *EventAnnotationConfigDeleteResponse) Reset()
func (*EventAnnotationConfigDeleteResponse) String ¶
func (x *EventAnnotationConfigDeleteResponse) String() string
type EventAnnotationConfigDeleteSomeRequest ¶
type EventAnnotationConfigDeleteSomeRequest struct { // key contains a list of EventAnnotationConfig keys to delete Keys []*EventKey `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"` // contains filtered or unexported fields }
func (*EventAnnotationConfigDeleteSomeRequest) Descriptor
deprecated
func (*EventAnnotationConfigDeleteSomeRequest) Descriptor() ([]byte, []int)
Deprecated: Use EventAnnotationConfigDeleteSomeRequest.ProtoReflect.Descriptor instead.
func (*EventAnnotationConfigDeleteSomeRequest) GetKeys ¶
func (x *EventAnnotationConfigDeleteSomeRequest) GetKeys() []*EventKey
func (*EventAnnotationConfigDeleteSomeRequest) ProtoMessage ¶
func (*EventAnnotationConfigDeleteSomeRequest) ProtoMessage()
func (*EventAnnotationConfigDeleteSomeRequest) ProtoReflect ¶
func (x *EventAnnotationConfigDeleteSomeRequest) ProtoReflect() protoreflect.Message
func (*EventAnnotationConfigDeleteSomeRequest) Reset ¶
func (x *EventAnnotationConfigDeleteSomeRequest) Reset()
func (*EventAnnotationConfigDeleteSomeRequest) String ¶
func (x *EventAnnotationConfigDeleteSomeRequest) String() string
type EventAnnotationConfigDeleteSomeResponse ¶
type EventAnnotationConfigDeleteSomeResponse struct { Key *EventKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
EventAnnotationConfigDeleteSomeResponse is only sent when there is an error.
func (*EventAnnotationConfigDeleteSomeResponse) Descriptor
deprecated
func (*EventAnnotationConfigDeleteSomeResponse) Descriptor() ([]byte, []int)
Deprecated: Use EventAnnotationConfigDeleteSomeResponse.ProtoReflect.Descriptor instead.
func (*EventAnnotationConfigDeleteSomeResponse) GetError ¶
func (x *EventAnnotationConfigDeleteSomeResponse) GetError() string
func (*EventAnnotationConfigDeleteSomeResponse) GetKey ¶
func (x *EventAnnotationConfigDeleteSomeResponse) GetKey() *EventKey
func (*EventAnnotationConfigDeleteSomeResponse) ProtoMessage ¶
func (*EventAnnotationConfigDeleteSomeResponse) ProtoMessage()
func (*EventAnnotationConfigDeleteSomeResponse) ProtoReflect ¶
func (x *EventAnnotationConfigDeleteSomeResponse) ProtoReflect() protoreflect.Message
func (*EventAnnotationConfigDeleteSomeResponse) Reset ¶
func (x *EventAnnotationConfigDeleteSomeResponse) Reset()
func (*EventAnnotationConfigDeleteSomeResponse) String ¶
func (x *EventAnnotationConfigDeleteSomeResponse) String() string
type EventAnnotationConfigRequest ¶
type EventAnnotationConfigRequest struct { // Key uniquely identifies a EventAnnotationConfig instance to retrieve. // This value must be populated. Key *EventKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // Time indicates the time for which you are interested in the data. // If no time is given, the server will use the time at which it makes the request. Time *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*EventAnnotationConfigRequest) Descriptor
deprecated
func (*EventAnnotationConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use EventAnnotationConfigRequest.ProtoReflect.Descriptor instead.
func (*EventAnnotationConfigRequest) GetKey ¶
func (x *EventAnnotationConfigRequest) GetKey() *EventKey
func (*EventAnnotationConfigRequest) GetTime ¶
func (x *EventAnnotationConfigRequest) GetTime() *timestamppb.Timestamp
func (*EventAnnotationConfigRequest) ProtoMessage ¶
func (*EventAnnotationConfigRequest) ProtoMessage()
func (*EventAnnotationConfigRequest) ProtoReflect ¶
func (x *EventAnnotationConfigRequest) ProtoReflect() protoreflect.Message
func (*EventAnnotationConfigRequest) Reset ¶
func (x *EventAnnotationConfigRequest) Reset()
func (*EventAnnotationConfigRequest) String ¶
func (x *EventAnnotationConfigRequest) String() string
type EventAnnotationConfigResponse ¶
type EventAnnotationConfigResponse struct { // Value is the value requested. // This structure will be fully-populated as it exists in the datastore. If // optional fields were not given at creation, these fields will be empty or // set to default values. Value *EventAnnotationConfig `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // Time carries the (UTC) timestamp of the last-modification of the // EventAnnotationConfig instance in this response. Time *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*EventAnnotationConfigResponse) Descriptor
deprecated
func (*EventAnnotationConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use EventAnnotationConfigResponse.ProtoReflect.Descriptor instead.
func (*EventAnnotationConfigResponse) GetTime ¶
func (x *EventAnnotationConfigResponse) GetTime() *timestamppb.Timestamp
func (*EventAnnotationConfigResponse) GetValue ¶
func (x *EventAnnotationConfigResponse) GetValue() *EventAnnotationConfig
func (*EventAnnotationConfigResponse) ProtoMessage ¶
func (*EventAnnotationConfigResponse) ProtoMessage()
func (*EventAnnotationConfigResponse) ProtoReflect ¶
func (x *EventAnnotationConfigResponse) ProtoReflect() protoreflect.Message
func (*EventAnnotationConfigResponse) Reset ¶
func (x *EventAnnotationConfigResponse) Reset()
func (*EventAnnotationConfigResponse) String ¶
func (x *EventAnnotationConfigResponse) String() string
type EventAnnotationConfigServiceClient ¶
type EventAnnotationConfigServiceClient interface { GetOne(ctx context.Context, in *EventAnnotationConfigRequest, opts ...grpc.CallOption) (*EventAnnotationConfigResponse, error) GetSome(ctx context.Context, in *EventAnnotationConfigSomeRequest, opts ...grpc.CallOption) (EventAnnotationConfigService_GetSomeClient, error) GetAll(ctx context.Context, in *EventAnnotationConfigStreamRequest, opts ...grpc.CallOption) (EventAnnotationConfigService_GetAllClient, error) Subscribe(ctx context.Context, in *EventAnnotationConfigStreamRequest, opts ...grpc.CallOption) (EventAnnotationConfigService_SubscribeClient, error) GetMeta(ctx context.Context, in *EventAnnotationConfigStreamRequest, opts ...grpc.CallOption) (*MetaResponse, error) SubscribeMeta(ctx context.Context, in *EventAnnotationConfigStreamRequest, opts ...grpc.CallOption) (EventAnnotationConfigService_SubscribeMetaClient, error) Set(ctx context.Context, in *EventAnnotationConfigSetRequest, opts ...grpc.CallOption) (*EventAnnotationConfigSetResponse, error) SetSome(ctx context.Context, in *EventAnnotationConfigSetSomeRequest, opts ...grpc.CallOption) (EventAnnotationConfigService_SetSomeClient, error) Delete(ctx context.Context, in *EventAnnotationConfigDeleteRequest, opts ...grpc.CallOption) (*EventAnnotationConfigDeleteResponse, error) DeleteSome(ctx context.Context, in *EventAnnotationConfigDeleteSomeRequest, opts ...grpc.CallOption) (EventAnnotationConfigService_DeleteSomeClient, error) DeleteAll(ctx context.Context, in *EventAnnotationConfigDeleteAllRequest, opts ...grpc.CallOption) (EventAnnotationConfigService_DeleteAllClient, error) }
EventAnnotationConfigServiceClient is the client API for EventAnnotationConfigService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewEventAnnotationConfigServiceClient ¶
func NewEventAnnotationConfigServiceClient(cc grpc.ClientConnInterface) EventAnnotationConfigServiceClient
type EventAnnotationConfigServiceServer ¶
type EventAnnotationConfigServiceServer interface { GetOne(context.Context, *EventAnnotationConfigRequest) (*EventAnnotationConfigResponse, error) GetSome(*EventAnnotationConfigSomeRequest, EventAnnotationConfigService_GetSomeServer) error GetAll(*EventAnnotationConfigStreamRequest, EventAnnotationConfigService_GetAllServer) error Subscribe(*EventAnnotationConfigStreamRequest, EventAnnotationConfigService_SubscribeServer) error GetMeta(context.Context, *EventAnnotationConfigStreamRequest) (*MetaResponse, error) SubscribeMeta(*EventAnnotationConfigStreamRequest, EventAnnotationConfigService_SubscribeMetaServer) error Set(context.Context, *EventAnnotationConfigSetRequest) (*EventAnnotationConfigSetResponse, error) SetSome(*EventAnnotationConfigSetSomeRequest, EventAnnotationConfigService_SetSomeServer) error Delete(context.Context, *EventAnnotationConfigDeleteRequest) (*EventAnnotationConfigDeleteResponse, error) DeleteSome(*EventAnnotationConfigDeleteSomeRequest, EventAnnotationConfigService_DeleteSomeServer) error DeleteAll(*EventAnnotationConfigDeleteAllRequest, EventAnnotationConfigService_DeleteAllServer) error // contains filtered or unexported methods }
EventAnnotationConfigServiceServer is the server API for EventAnnotationConfigService service. All implementations must embed UnimplementedEventAnnotationConfigServiceServer for forward compatibility
type EventAnnotationConfigService_DeleteAllClient ¶
type EventAnnotationConfigService_DeleteAllClient interface { Recv() (*EventAnnotationConfigDeleteAllResponse, error) grpc.ClientStream }
type EventAnnotationConfigService_DeleteAllServer ¶
type EventAnnotationConfigService_DeleteAllServer interface { Send(*EventAnnotationConfigDeleteAllResponse) error grpc.ServerStream }
type EventAnnotationConfigService_DeleteSomeClient ¶
type EventAnnotationConfigService_DeleteSomeClient interface { Recv() (*EventAnnotationConfigDeleteSomeResponse, error) grpc.ClientStream }
type EventAnnotationConfigService_DeleteSomeServer ¶
type EventAnnotationConfigService_DeleteSomeServer interface { Send(*EventAnnotationConfigDeleteSomeResponse) error grpc.ServerStream }
type EventAnnotationConfigService_GetAllClient ¶
type EventAnnotationConfigService_GetAllClient interface { Recv() (*EventAnnotationConfigStreamResponse, error) grpc.ClientStream }
type EventAnnotationConfigService_GetAllServer ¶
type EventAnnotationConfigService_GetAllServer interface { Send(*EventAnnotationConfigStreamResponse) error grpc.ServerStream }
type EventAnnotationConfigService_GetSomeClient ¶
type EventAnnotationConfigService_GetSomeClient interface { Recv() (*EventAnnotationConfigSomeResponse, error) grpc.ClientStream }
type EventAnnotationConfigService_GetSomeServer ¶
type EventAnnotationConfigService_GetSomeServer interface { Send(*EventAnnotationConfigSomeResponse) error grpc.ServerStream }
type EventAnnotationConfigService_SetSomeClient ¶
type EventAnnotationConfigService_SetSomeClient interface { Recv() (*EventAnnotationConfigSetSomeResponse, error) grpc.ClientStream }
type EventAnnotationConfigService_SetSomeServer ¶
type EventAnnotationConfigService_SetSomeServer interface { Send(*EventAnnotationConfigSetSomeResponse) error grpc.ServerStream }
type EventAnnotationConfigService_SubscribeClient ¶
type EventAnnotationConfigService_SubscribeClient interface { Recv() (*EventAnnotationConfigStreamResponse, error) grpc.ClientStream }
type EventAnnotationConfigService_SubscribeMetaClient ¶
type EventAnnotationConfigService_SubscribeMetaClient interface { Recv() (*MetaResponse, error) grpc.ClientStream }
type EventAnnotationConfigService_SubscribeMetaServer ¶
type EventAnnotationConfigService_SubscribeMetaServer interface { Send(*MetaResponse) error grpc.ServerStream }
type EventAnnotationConfigService_SubscribeServer ¶
type EventAnnotationConfigService_SubscribeServer interface { Send(*EventAnnotationConfigStreamResponse) error grpc.ServerStream }
type EventAnnotationConfigSetRequest ¶
type EventAnnotationConfigSetRequest struct { // EventAnnotationConfig carries the value to set into the datastore. // See the documentation on the EventAnnotationConfig struct for which fields are required. Value *EventAnnotationConfig `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*EventAnnotationConfigSetRequest) Descriptor
deprecated
func (*EventAnnotationConfigSetRequest) Descriptor() ([]byte, []int)
Deprecated: Use EventAnnotationConfigSetRequest.ProtoReflect.Descriptor instead.
func (*EventAnnotationConfigSetRequest) GetValue ¶
func (x *EventAnnotationConfigSetRequest) GetValue() *EventAnnotationConfig
func (*EventAnnotationConfigSetRequest) ProtoMessage ¶
func (*EventAnnotationConfigSetRequest) ProtoMessage()
func (*EventAnnotationConfigSetRequest) ProtoReflect ¶
func (x *EventAnnotationConfigSetRequest) ProtoReflect() protoreflect.Message
func (*EventAnnotationConfigSetRequest) Reset ¶
func (x *EventAnnotationConfigSetRequest) Reset()
func (*EventAnnotationConfigSetRequest) String ¶
func (x *EventAnnotationConfigSetRequest) String() string
type EventAnnotationConfigSetResponse ¶
type EventAnnotationConfigSetResponse struct { // Value carries all the values given in the EventAnnotationConfigSetRequest as well // as any server-generated values. Value *EventAnnotationConfig `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // Time indicates the (UTC) timestamp at which the system recognizes the // creation. The only guarantees made about this timestamp are: // // - it is after the time the request was received // - a time-ranged query with StartTime==CreatedAt will include this instance. Time *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*EventAnnotationConfigSetResponse) Descriptor
deprecated
func (*EventAnnotationConfigSetResponse) Descriptor() ([]byte, []int)
Deprecated: Use EventAnnotationConfigSetResponse.ProtoReflect.Descriptor instead.
func (*EventAnnotationConfigSetResponse) GetTime ¶
func (x *EventAnnotationConfigSetResponse) GetTime() *timestamppb.Timestamp
func (*EventAnnotationConfigSetResponse) GetValue ¶
func (x *EventAnnotationConfigSetResponse) GetValue() *EventAnnotationConfig
func (*EventAnnotationConfigSetResponse) ProtoMessage ¶
func (*EventAnnotationConfigSetResponse) ProtoMessage()
func (*EventAnnotationConfigSetResponse) ProtoReflect ¶
func (x *EventAnnotationConfigSetResponse) ProtoReflect() protoreflect.Message
func (*EventAnnotationConfigSetResponse) Reset ¶
func (x *EventAnnotationConfigSetResponse) Reset()
func (*EventAnnotationConfigSetResponse) String ¶
func (x *EventAnnotationConfigSetResponse) String() string
type EventAnnotationConfigSetSomeRequest ¶
type EventAnnotationConfigSetSomeRequest struct { // value contains a list of EventAnnotationConfig values to write. // It is possible to provide more values than can fit within either: // - the maxiumum send size of the client // - the maximum receive size of the server // // If this error occurs you must reduce the number of values sent. // See gRPC "maximum message size" documentation for more information. Values []*EventAnnotationConfig `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
func (*EventAnnotationConfigSetSomeRequest) Descriptor
deprecated
func (*EventAnnotationConfigSetSomeRequest) Descriptor() ([]byte, []int)
Deprecated: Use EventAnnotationConfigSetSomeRequest.ProtoReflect.Descriptor instead.
func (*EventAnnotationConfigSetSomeRequest) GetValues ¶
func (x *EventAnnotationConfigSetSomeRequest) GetValues() []*EventAnnotationConfig
func (*EventAnnotationConfigSetSomeRequest) ProtoMessage ¶
func (*EventAnnotationConfigSetSomeRequest) ProtoMessage()
func (*EventAnnotationConfigSetSomeRequest) ProtoReflect ¶
func (x *EventAnnotationConfigSetSomeRequest) ProtoReflect() protoreflect.Message
func (*EventAnnotationConfigSetSomeRequest) Reset ¶
func (x *EventAnnotationConfigSetSomeRequest) Reset()
func (*EventAnnotationConfigSetSomeRequest) String ¶
func (x *EventAnnotationConfigSetSomeRequest) String() string
type EventAnnotationConfigSetSomeResponse ¶
type EventAnnotationConfigSetSomeResponse struct { Key *EventKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*EventAnnotationConfigSetSomeResponse) Descriptor
deprecated
func (*EventAnnotationConfigSetSomeResponse) Descriptor() ([]byte, []int)
Deprecated: Use EventAnnotationConfigSetSomeResponse.ProtoReflect.Descriptor instead.
func (*EventAnnotationConfigSetSomeResponse) GetError ¶
func (x *EventAnnotationConfigSetSomeResponse) GetError() string
func (*EventAnnotationConfigSetSomeResponse) GetKey ¶
func (x *EventAnnotationConfigSetSomeResponse) GetKey() *EventKey
func (*EventAnnotationConfigSetSomeResponse) ProtoMessage ¶
func (*EventAnnotationConfigSetSomeResponse) ProtoMessage()
func (*EventAnnotationConfigSetSomeResponse) ProtoReflect ¶
func (x *EventAnnotationConfigSetSomeResponse) ProtoReflect() protoreflect.Message
func (*EventAnnotationConfigSetSomeResponse) Reset ¶
func (x *EventAnnotationConfigSetSomeResponse) Reset()
func (*EventAnnotationConfigSetSomeResponse) String ¶
func (x *EventAnnotationConfigSetSomeResponse) String() string
type EventAnnotationConfigSomeRequest ¶
type EventAnnotationConfigSomeRequest struct { Keys []*EventKey `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"` // Time indicates the time for which you are interested in the data. // If no time is given, the server will use the time at which it makes the request. Time *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*EventAnnotationConfigSomeRequest) Descriptor
deprecated
func (*EventAnnotationConfigSomeRequest) Descriptor() ([]byte, []int)
Deprecated: Use EventAnnotationConfigSomeRequest.ProtoReflect.Descriptor instead.
func (*EventAnnotationConfigSomeRequest) GetKeys ¶
func (x *EventAnnotationConfigSomeRequest) GetKeys() []*EventKey
func (*EventAnnotationConfigSomeRequest) GetTime ¶
func (x *EventAnnotationConfigSomeRequest) GetTime() *timestamppb.Timestamp
func (*EventAnnotationConfigSomeRequest) ProtoMessage ¶
func (*EventAnnotationConfigSomeRequest) ProtoMessage()
func (*EventAnnotationConfigSomeRequest) ProtoReflect ¶
func (x *EventAnnotationConfigSomeRequest) ProtoReflect() protoreflect.Message
func (*EventAnnotationConfigSomeRequest) Reset ¶
func (x *EventAnnotationConfigSomeRequest) Reset()
func (*EventAnnotationConfigSomeRequest) String ¶
func (x *EventAnnotationConfigSomeRequest) String() string
type EventAnnotationConfigSomeResponse ¶
type EventAnnotationConfigSomeResponse struct { // Value is the value requested. // This structure will be fully-populated as it exists in the datastore. If // optional fields were not given at creation, these fields will be empty or // set to default values. Value *EventAnnotationConfig `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // Error is an optional field. // It should be filled when there is an error in the GetSome process. Error *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` Time *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*EventAnnotationConfigSomeResponse) Descriptor
deprecated
func (*EventAnnotationConfigSomeResponse) Descriptor() ([]byte, []int)
Deprecated: Use EventAnnotationConfigSomeResponse.ProtoReflect.Descriptor instead.
func (*EventAnnotationConfigSomeResponse) GetError ¶
func (x *EventAnnotationConfigSomeResponse) GetError() *wrapperspb.StringValue
func (*EventAnnotationConfigSomeResponse) GetTime ¶
func (x *EventAnnotationConfigSomeResponse) GetTime() *timestamppb.Timestamp
func (*EventAnnotationConfigSomeResponse) GetValue ¶
func (x *EventAnnotationConfigSomeResponse) GetValue() *EventAnnotationConfig
func (*EventAnnotationConfigSomeResponse) ProtoMessage ¶
func (*EventAnnotationConfigSomeResponse) ProtoMessage()
func (*EventAnnotationConfigSomeResponse) ProtoReflect ¶
func (x *EventAnnotationConfigSomeResponse) ProtoReflect() protoreflect.Message
func (*EventAnnotationConfigSomeResponse) Reset ¶
func (x *EventAnnotationConfigSomeResponse) Reset()
func (*EventAnnotationConfigSomeResponse) String ¶
func (x *EventAnnotationConfigSomeResponse) String() string
type EventAnnotationConfigStreamRequest ¶
type EventAnnotationConfigStreamRequest struct { // PartialEqFilter provides a way to server-side filter a GetAll/Subscribe. // This requires all provided fields to be equal to the response. // // While transparent to users, this field also allows services to optimize internal // subscriptions if filter(s) are sufficiently specific. PartialEqFilter []*EventAnnotationConfig `protobuf:"bytes,1,rep,name=partial_eq_filter,json=partialEqFilter,proto3" json:"partial_eq_filter,omitempty"` // TimeRange allows limiting response data to within a specified time window. // If this field is populated, at least one of the two time fields are required. // // For GetAll, the fields start and end can be used as follows: // // - end: Returns the state of each EventAnnotationConfig at end. // - Each EventAnnotationConfig response is fully-specified (all fields set). // - start: Returns the state of each EventAnnotationConfig at start, followed by updates until now. // - Each EventAnnotationConfig response at start is fully-specified, but updates may be partial. // - start and end: Returns the state of each EventAnnotationConfig at start, followed by updates // until end. // - Each EventAnnotationConfig response at start is fully-specified, but updates until end may // be partial. // // This field is not allowed in the Subscribe RPC. Time *time.TimeBounds `protobuf:"bytes,3,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*EventAnnotationConfigStreamRequest) Descriptor
deprecated
func (*EventAnnotationConfigStreamRequest) Descriptor() ([]byte, []int)
Deprecated: Use EventAnnotationConfigStreamRequest.ProtoReflect.Descriptor instead.
func (*EventAnnotationConfigStreamRequest) GetPartialEqFilter ¶
func (x *EventAnnotationConfigStreamRequest) GetPartialEqFilter() []*EventAnnotationConfig
func (*EventAnnotationConfigStreamRequest) GetTime ¶
func (x *EventAnnotationConfigStreamRequest) GetTime() *time.TimeBounds
func (*EventAnnotationConfigStreamRequest) ProtoMessage ¶
func (*EventAnnotationConfigStreamRequest) ProtoMessage()
func (*EventAnnotationConfigStreamRequest) ProtoReflect ¶
func (x *EventAnnotationConfigStreamRequest) ProtoReflect() protoreflect.Message
func (*EventAnnotationConfigStreamRequest) Reset ¶
func (x *EventAnnotationConfigStreamRequest) Reset()
func (*EventAnnotationConfigStreamRequest) String ¶
func (x *EventAnnotationConfigStreamRequest) String() string
type EventAnnotationConfigStreamResponse ¶
type EventAnnotationConfigStreamResponse struct { // Value is a value deemed relevant to the initiating request. // This structure will always have its key-field populated. Which other fields are // populated, and why, depends on the value of Operation and what triggered this notification. Value *EventAnnotationConfig `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // Time holds the timestamp of this EventAnnotationConfig's last modification. Time *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"` // Operation indicates how the EventAnnotationConfig value in this response should be considered. // Under non-subscribe requests, this value should always be INITIAL. In a subscription, // once all initial data is streamed and the client begins to receive modification updates, // you should not see INITIAL again. Type subscriptions.Operation `protobuf:"varint,3,opt,name=type,proto3,enum=arista.subscriptions.Operation" json:"type,omitempty"` // contains filtered or unexported fields }
func (*EventAnnotationConfigStreamResponse) Descriptor
deprecated
func (*EventAnnotationConfigStreamResponse) Descriptor() ([]byte, []int)
Deprecated: Use EventAnnotationConfigStreamResponse.ProtoReflect.Descriptor instead.
func (*EventAnnotationConfigStreamResponse) GetTime ¶
func (x *EventAnnotationConfigStreamResponse) GetTime() *timestamppb.Timestamp
func (*EventAnnotationConfigStreamResponse) GetType ¶
func (x *EventAnnotationConfigStreamResponse) GetType() subscriptions.Operation
func (*EventAnnotationConfigStreamResponse) GetValue ¶
func (x *EventAnnotationConfigStreamResponse) GetValue() *EventAnnotationConfig
func (*EventAnnotationConfigStreamResponse) ProtoMessage ¶
func (*EventAnnotationConfigStreamResponse) ProtoMessage()
func (*EventAnnotationConfigStreamResponse) ProtoReflect ¶
func (x *EventAnnotationConfigStreamResponse) ProtoReflect() protoreflect.Message
func (*EventAnnotationConfigStreamResponse) Reset ¶
func (x *EventAnnotationConfigStreamResponse) Reset()
func (*EventAnnotationConfigStreamResponse) String ¶
func (x *EventAnnotationConfigStreamResponse) String() string
type EventComponent ¶
type EventComponent struct { // type is the type of component Type ComponentType `protobuf:"varint,1,opt,name=type,proto3,enum=arista.event.v1.ComponentType" json:"type,omitempty"` // components identifies the entity on which the event occurred Components map[string]string `` /* 161-byte string literal not displayed */ // contains filtered or unexported fields }
EventComponent describes an entity on which the event occurred
func (*EventComponent) Descriptor
deprecated
func (*EventComponent) Descriptor() ([]byte, []int)
Deprecated: Use EventComponent.ProtoReflect.Descriptor instead.
func (*EventComponent) GetComponents ¶
func (x *EventComponent) GetComponents() map[string]string
func (*EventComponent) GetType ¶
func (x *EventComponent) GetType() ComponentType
func (*EventComponent) ProtoMessage ¶
func (*EventComponent) ProtoMessage()
func (*EventComponent) ProtoReflect ¶
func (x *EventComponent) ProtoReflect() protoreflect.Message
func (*EventComponent) Reset ¶
func (x *EventComponent) Reset()
func (*EventComponent) String ¶
func (x *EventComponent) String() string
type EventComponents ¶
type EventComponents struct { // components describes the components on which an event occurred Components []*EventComponent `protobuf:"bytes,1,rep,name=components,proto3" json:"components,omitempty"` // contains filtered or unexported fields }
EventComponents contains entities on which an event occurred
func (*EventComponents) Descriptor
deprecated
func (*EventComponents) Descriptor() ([]byte, []int)
Deprecated: Use EventComponents.ProtoReflect.Descriptor instead.
func (*EventComponents) GetComponents ¶
func (x *EventComponents) GetComponents() []*EventComponent
func (*EventComponents) ProtoMessage ¶
func (*EventComponents) ProtoMessage()
func (*EventComponents) ProtoReflect ¶
func (x *EventComponents) ProtoReflect() protoreflect.Message
func (*EventComponents) Reset ¶
func (x *EventComponents) Reset()
func (*EventComponents) String ¶
func (x *EventComponents) String() string
type EventData ¶
type EventData struct { // data is event data specific to the type of this event Data map[string]string `` /* 149-byte string literal not displayed */ // contains filtered or unexported fields }
EventData is additional event data
func (*EventData) Descriptor
deprecated
func (*EventData) ProtoMessage ¶
func (*EventData) ProtoMessage()
func (*EventData) ProtoReflect ¶
func (x *EventData) ProtoReflect() protoreflect.Message
type EventKey ¶
type EventKey struct { // key is the event data identifier Key *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // timestamp is the time the event occurred Timestamp *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"` // contains filtered or unexported fields }
EventKey uniquely identifies an event
NOTE: All fields are required when used as an argument
to GetOne, Set or Delete.
func (*EventKey) Descriptor
deprecated
func (*EventKey) GetKey ¶
func (x *EventKey) GetKey() *wrapperspb.StringValue
func (*EventKey) GetTimestamp ¶
func (x *EventKey) GetTimestamp() *timestamppb.Timestamp
func (*EventKey) ProtoMessage ¶
func (*EventKey) ProtoMessage()
func (*EventKey) ProtoReflect ¶
func (x *EventKey) ProtoReflect() protoreflect.Message
type EventNote ¶
type EventNote struct { // note is the text of the note Note *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=note,proto3" json:"note,omitempty"` // note_creator is the creator of the note NoteCreator *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=note_creator,json=noteCreator,proto3" json:"note_creator,omitempty"` // contains filtered or unexported fields }
EventNote is the state of a note
func (*EventNote) Descriptor
deprecated
func (*EventNote) GetNote ¶
func (x *EventNote) GetNote() *wrapperspb.StringValue
func (*EventNote) GetNoteCreator ¶
func (x *EventNote) GetNoteCreator() *wrapperspb.StringValue
func (*EventNote) ProtoMessage ¶
func (*EventNote) ProtoMessage()
func (*EventNote) ProtoReflect ¶
func (x *EventNote) ProtoReflect() protoreflect.Message
type EventNoteConfig ¶
type EventNoteConfig struct { // note is the text of the note Note *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=note,proto3" json:"note,omitempty"` // contains filtered or unexported fields }
EventNoteConfig configures a note
NOTE: note is required when used as an argument
to Set.
func (*EventNoteConfig) Descriptor
deprecated
func (*EventNoteConfig) Descriptor() ([]byte, []int)
Deprecated: Use EventNoteConfig.ProtoReflect.Descriptor instead.
func (*EventNoteConfig) GetNote ¶
func (x *EventNoteConfig) GetNote() *wrapperspb.StringValue
func (*EventNoteConfig) ProtoMessage ¶
func (*EventNoteConfig) ProtoMessage()
func (*EventNoteConfig) ProtoReflect ¶
func (x *EventNoteConfig) ProtoReflect() protoreflect.Message
func (*EventNoteConfig) Reset ¶
func (x *EventNoteConfig) Reset()
func (*EventNoteConfig) String ¶
func (x *EventNoteConfig) String() string
type EventNotes ¶
type EventNotes struct { // notes is keyed by the time desired Notes map[int64]*EventNote `` /* 152-byte string literal not displayed */ // contains filtered or unexported fields }
EventNotes is the notes of an event state
func (*EventNotes) Descriptor
deprecated
func (*EventNotes) Descriptor() ([]byte, []int)
Deprecated: Use EventNotes.ProtoReflect.Descriptor instead.
func (*EventNotes) GetNotes ¶
func (x *EventNotes) GetNotes() map[int64]*EventNote
func (*EventNotes) ProtoMessage ¶
func (*EventNotes) ProtoMessage()
func (*EventNotes) ProtoReflect ¶
func (x *EventNotes) ProtoReflect() protoreflect.Message
func (*EventNotes) Reset ¶
func (x *EventNotes) Reset()
func (*EventNotes) String ¶
func (x *EventNotes) String() string
type EventNotesConfig ¶
type EventNotesConfig struct { // notes is keyed by desired note time in Unix time, in milliseconds Notes map[int64]*EventNoteConfig `` /* 152-byte string literal not displayed */ // contains filtered or unexported fields }
EventNotesConfig configures the notes of an event
NOTE: notes is required when used as an argument
to Set.
func (*EventNotesConfig) Descriptor
deprecated
func (*EventNotesConfig) Descriptor() ([]byte, []int)
Deprecated: Use EventNotesConfig.ProtoReflect.Descriptor instead.
func (*EventNotesConfig) GetNotes ¶
func (x *EventNotesConfig) GetNotes() map[int64]*EventNoteConfig
func (*EventNotesConfig) ProtoMessage ¶
func (*EventNotesConfig) ProtoMessage()
func (*EventNotesConfig) ProtoReflect ¶
func (x *EventNotesConfig) ProtoReflect() protoreflect.Message
func (*EventNotesConfig) Reset ¶
func (x *EventNotesConfig) Reset()
func (*EventNotesConfig) String ¶
func (x *EventNotesConfig) String() string
type EventRead ¶
type EventRead struct { // read is the read state of an event Read *wrapperspb.BoolValue `protobuf:"bytes,1,opt,name=read,proto3" json:"read,omitempty"` // reader is the user that read the event Reader *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=reader,proto3" json:"reader,omitempty"` // read_time is the time of read ReadTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=read_time,json=readTime,proto3" json:"read_time,omitempty"` // contains filtered or unexported fields }
EventRead contains read information of an event
func (*EventRead) Descriptor
deprecated
func (*EventRead) GetRead ¶
func (x *EventRead) GetRead() *wrapperspb.BoolValue
func (*EventRead) GetReadTime ¶
func (x *EventRead) GetReadTime() *timestamppb.Timestamp
func (*EventRead) GetReader ¶
func (x *EventRead) GetReader() *wrapperspb.StringValue
func (*EventRead) ProtoMessage ¶
func (*EventRead) ProtoMessage()
func (*EventRead) ProtoReflect ¶
func (x *EventRead) ProtoReflect() protoreflect.Message
type EventRequest ¶
type EventRequest struct { // Key uniquely identifies a Event instance to retrieve. // This value must be populated. Key *EventKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // Time indicates the time for which you are interested in the data. // If no time is given, the server will use the time at which it makes the request. Time *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*EventRequest) Descriptor
deprecated
func (*EventRequest) Descriptor() ([]byte, []int)
Deprecated: Use EventRequest.ProtoReflect.Descriptor instead.
func (*EventRequest) GetKey ¶
func (x *EventRequest) GetKey() *EventKey
func (*EventRequest) GetTime ¶
func (x *EventRequest) GetTime() *timestamppb.Timestamp
func (*EventRequest) ProtoMessage ¶
func (*EventRequest) ProtoMessage()
func (*EventRequest) ProtoReflect ¶
func (x *EventRequest) ProtoReflect() protoreflect.Message
func (*EventRequest) Reset ¶
func (x *EventRequest) Reset()
func (*EventRequest) String ¶
func (x *EventRequest) String() string
type EventResponse ¶
type EventResponse struct { // Value is the value requested. // This structure will be fully-populated as it exists in the datastore. If // optional fields were not given at creation, these fields will be empty or // set to default values. Value *Event `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // Time carries the (UTC) timestamp of the last-modification of the // Event instance in this response. Time *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*EventResponse) Descriptor
deprecated
func (*EventResponse) Descriptor() ([]byte, []int)
Deprecated: Use EventResponse.ProtoReflect.Descriptor instead.
func (*EventResponse) GetTime ¶
func (x *EventResponse) GetTime() *timestamppb.Timestamp
func (*EventResponse) GetValue ¶
func (x *EventResponse) GetValue() *Event
func (*EventResponse) ProtoMessage ¶
func (*EventResponse) ProtoMessage()
func (*EventResponse) ProtoReflect ¶
func (x *EventResponse) ProtoReflect() protoreflect.Message
func (*EventResponse) Reset ¶
func (x *EventResponse) Reset()
func (*EventResponse) String ¶
func (x *EventResponse) String() string
type EventServiceClient ¶
type EventServiceClient interface { GetOne(ctx context.Context, in *EventRequest, opts ...grpc.CallOption) (*EventResponse, error) GetSome(ctx context.Context, in *EventSomeRequest, opts ...grpc.CallOption) (EventService_GetSomeClient, error) GetAll(ctx context.Context, in *EventStreamRequest, opts ...grpc.CallOption) (EventService_GetAllClient, error) Subscribe(ctx context.Context, in *EventStreamRequest, opts ...grpc.CallOption) (EventService_SubscribeClient, error) GetMeta(ctx context.Context, in *EventStreamRequest, opts ...grpc.CallOption) (*MetaResponse, error) SubscribeMeta(ctx context.Context, in *EventStreamRequest, opts ...grpc.CallOption) (EventService_SubscribeMetaClient, error) }
EventServiceClient is the client API for EventService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewEventServiceClient ¶
func NewEventServiceClient(cc grpc.ClientConnInterface) EventServiceClient
type EventServiceServer ¶
type EventServiceServer interface { GetOne(context.Context, *EventRequest) (*EventResponse, error) GetSome(*EventSomeRequest, EventService_GetSomeServer) error GetAll(*EventStreamRequest, EventService_GetAllServer) error Subscribe(*EventStreamRequest, EventService_SubscribeServer) error GetMeta(context.Context, *EventStreamRequest) (*MetaResponse, error) SubscribeMeta(*EventStreamRequest, EventService_SubscribeMetaServer) error // contains filtered or unexported methods }
EventServiceServer is the server API for EventService service. All implementations must embed UnimplementedEventServiceServer for forward compatibility
type EventService_GetAllClient ¶
type EventService_GetAllClient interface { Recv() (*EventStreamResponse, error) grpc.ClientStream }
type EventService_GetAllServer ¶
type EventService_GetAllServer interface { Send(*EventStreamResponse) error grpc.ServerStream }
type EventService_GetSomeClient ¶
type EventService_GetSomeClient interface { Recv() (*EventSomeResponse, error) grpc.ClientStream }
type EventService_GetSomeServer ¶
type EventService_GetSomeServer interface { Send(*EventSomeResponse) error grpc.ServerStream }
type EventService_SubscribeClient ¶
type EventService_SubscribeClient interface { Recv() (*EventStreamResponse, error) grpc.ClientStream }
type EventService_SubscribeMetaClient ¶
type EventService_SubscribeMetaClient interface { Recv() (*MetaResponse, error) grpc.ClientStream }
type EventService_SubscribeMetaServer ¶
type EventService_SubscribeMetaServer interface { Send(*MetaResponse) error grpc.ServerStream }
type EventService_SubscribeServer ¶
type EventService_SubscribeServer interface { Send(*EventStreamResponse) error grpc.ServerStream }
type EventSeverity ¶
type EventSeverity int32
EventSeverity is the severity level of the event
const ( // EVENT_SEVERITY_UNSPECIFIED is the default value, if the severity is not specified. EventSeverity_EVENT_SEVERITY_UNSPECIFIED EventSeverity = 0 // EVENT_SEVERITY_INFO is used for generally useful information. EventSeverity_EVENT_SEVERITY_INFO EventSeverity = 1 // EVENT_SEVERITY_WARNING is used for potentially harmful conditions. EventSeverity_EVENT_SEVERITY_WARNING EventSeverity = 2 // EVENT_SEVERITY_ERROR is used for errors events that may allow for continued functioning. EventSeverity_EVENT_SEVERITY_ERROR EventSeverity = 3 // EVENT_SEVERITY_CRITICAL is used to designate severe errors that impede functioning. EventSeverity_EVENT_SEVERITY_CRITICAL EventSeverity = 4 // EVENT_SEVERITY_DEBUG is used for debugging useful information. EventSeverity_EVENT_SEVERITY_DEBUG EventSeverity = 5 )
func (EventSeverity) Descriptor ¶
func (EventSeverity) Descriptor() protoreflect.EnumDescriptor
func (EventSeverity) Enum ¶
func (x EventSeverity) Enum() *EventSeverity
func (EventSeverity) EnumDescriptor
deprecated
func (EventSeverity) EnumDescriptor() ([]byte, []int)
Deprecated: Use EventSeverity.Descriptor instead.
func (EventSeverity) Number ¶
func (x EventSeverity) Number() protoreflect.EnumNumber
func (EventSeverity) String ¶
func (x EventSeverity) String() string
func (EventSeverity) Type ¶
func (EventSeverity) Type() protoreflect.EnumType
type EventSomeRequest ¶
type EventSomeRequest struct { Keys []*EventKey `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"` // Time indicates the time for which you are interested in the data. // If no time is given, the server will use the time at which it makes the request. Time *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*EventSomeRequest) Descriptor
deprecated
func (*EventSomeRequest) Descriptor() ([]byte, []int)
Deprecated: Use EventSomeRequest.ProtoReflect.Descriptor instead.
func (*EventSomeRequest) GetKeys ¶
func (x *EventSomeRequest) GetKeys() []*EventKey
func (*EventSomeRequest) GetTime ¶
func (x *EventSomeRequest) GetTime() *timestamppb.Timestamp
func (*EventSomeRequest) ProtoMessage ¶
func (*EventSomeRequest) ProtoMessage()
func (*EventSomeRequest) ProtoReflect ¶
func (x *EventSomeRequest) ProtoReflect() protoreflect.Message
func (*EventSomeRequest) Reset ¶
func (x *EventSomeRequest) Reset()
func (*EventSomeRequest) String ¶
func (x *EventSomeRequest) String() string
type EventSomeResponse ¶
type EventSomeResponse struct { // Value is the value requested. // This structure will be fully-populated as it exists in the datastore. If // optional fields were not given at creation, these fields will be empty or // set to default values. Value *Event `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // Error is an optional field. // It should be filled when there is an error in the GetSome process. Error *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` Time *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*EventSomeResponse) Descriptor
deprecated
func (*EventSomeResponse) Descriptor() ([]byte, []int)
Deprecated: Use EventSomeResponse.ProtoReflect.Descriptor instead.
func (*EventSomeResponse) GetError ¶
func (x *EventSomeResponse) GetError() *wrapperspb.StringValue
func (*EventSomeResponse) GetTime ¶
func (x *EventSomeResponse) GetTime() *timestamppb.Timestamp
func (*EventSomeResponse) GetValue ¶
func (x *EventSomeResponse) GetValue() *Event
func (*EventSomeResponse) ProtoMessage ¶
func (*EventSomeResponse) ProtoMessage()
func (*EventSomeResponse) ProtoReflect ¶
func (x *EventSomeResponse) ProtoReflect() protoreflect.Message
func (*EventSomeResponse) Reset ¶
func (x *EventSomeResponse) Reset()
func (*EventSomeResponse) String ¶
func (x *EventSomeResponse) String() string
type EventStreamRequest ¶
type EventStreamRequest struct { // PartialEqFilter provides a way to server-side filter a GetAll/Subscribe. // This requires all provided fields to be equal to the response. // // While transparent to users, this field also allows services to optimize internal // subscriptions if filter(s) are sufficiently specific. PartialEqFilter []*Event `protobuf:"bytes,1,rep,name=partial_eq_filter,json=partialEqFilter,proto3" json:"partial_eq_filter,omitempty"` // TimeRange allows limiting response data to within a specified time window. // If this field is populated, at least one of the two time fields are required. // // For GetAll, the fields start and end can be used as follows: // // - end: Returns the state of each Event at end. // - Each Event response is fully-specified (all fields set). // - start: Returns the state of each Event at start, followed by updates until now. // - Each Event response at start is fully-specified, but updates may be partial. // - start and end: Returns the state of each Event at start, followed by updates // until end. // - Each Event response at start is fully-specified, but updates until end may // be partial. // // This field is not allowed in the Subscribe RPC. Time *time.TimeBounds `protobuf:"bytes,3,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*EventStreamRequest) Descriptor
deprecated
func (*EventStreamRequest) Descriptor() ([]byte, []int)
Deprecated: Use EventStreamRequest.ProtoReflect.Descriptor instead.
func (*EventStreamRequest) GetPartialEqFilter ¶
func (x *EventStreamRequest) GetPartialEqFilter() []*Event
func (*EventStreamRequest) GetTime ¶
func (x *EventStreamRequest) GetTime() *time.TimeBounds
func (*EventStreamRequest) ProtoMessage ¶
func (*EventStreamRequest) ProtoMessage()
func (*EventStreamRequest) ProtoReflect ¶
func (x *EventStreamRequest) ProtoReflect() protoreflect.Message
func (*EventStreamRequest) Reset ¶
func (x *EventStreamRequest) Reset()
func (*EventStreamRequest) String ¶
func (x *EventStreamRequest) String() string
type EventStreamResponse ¶
type EventStreamResponse struct { // Value is a value deemed relevant to the initiating request. // This structure will always have its key-field populated. Which other fields are // populated, and why, depends on the value of Operation and what triggered this notification. Value *Event `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // Time holds the timestamp of this Event's last modification. Time *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"` // Operation indicates how the Event value in this response should be considered. // Under non-subscribe requests, this value should always be INITIAL. In a subscription, // once all initial data is streamed and the client begins to receive modification updates, // you should not see INITIAL again. Type subscriptions.Operation `protobuf:"varint,3,opt,name=type,proto3,enum=arista.subscriptions.Operation" json:"type,omitempty"` // contains filtered or unexported fields }
func (*EventStreamResponse) Descriptor
deprecated
func (*EventStreamResponse) Descriptor() ([]byte, []int)
Deprecated: Use EventStreamResponse.ProtoReflect.Descriptor instead.
func (*EventStreamResponse) GetTime ¶
func (x *EventStreamResponse) GetTime() *timestamppb.Timestamp
func (*EventStreamResponse) GetType ¶
func (x *EventStreamResponse) GetType() subscriptions.Operation
func (*EventStreamResponse) GetValue ¶
func (x *EventStreamResponse) GetValue() *Event
func (*EventStreamResponse) ProtoMessage ¶
func (*EventStreamResponse) ProtoMessage()
func (*EventStreamResponse) ProtoReflect ¶
func (x *EventStreamResponse) ProtoReflect() protoreflect.Message
func (*EventStreamResponse) Reset ¶
func (x *EventStreamResponse) Reset()
func (*EventStreamResponse) String ¶
func (x *EventStreamResponse) String() string
type MetaResponse ¶
type MetaResponse struct { // Time holds the timestamp of the last item included in the metadata calculation. Time *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=time,proto3" json:"time,omitempty"` // Operation indicates how the value in this response should be considered. // Under non-subscribe requests, this value should always be INITIAL. In a subscription, // once all initial data is streamed and the client begins to receive modification updates, // you should not see INITIAL again. Type subscriptions.Operation `protobuf:"varint,2,opt,name=type,proto3,enum=arista.subscriptions.Operation" json:"type,omitempty"` // Count is the number of items present under the conditions of the request. Count *wrapperspb.UInt32Value `protobuf:"bytes,3,opt,name=count,proto3" json:"count,omitempty"` // contains filtered or unexported fields }
func (*MetaResponse) Descriptor
deprecated
func (*MetaResponse) Descriptor() ([]byte, []int)
Deprecated: Use MetaResponse.ProtoReflect.Descriptor instead.
func (*MetaResponse) GetCount ¶
func (x *MetaResponse) GetCount() *wrapperspb.UInt32Value
func (*MetaResponse) GetTime ¶
func (x *MetaResponse) GetTime() *timestamppb.Timestamp
func (*MetaResponse) GetType ¶
func (x *MetaResponse) GetType() subscriptions.Operation
func (*MetaResponse) ProtoMessage ¶
func (*MetaResponse) ProtoMessage()
func (*MetaResponse) ProtoReflect ¶
func (x *MetaResponse) ProtoReflect() protoreflect.Message
func (*MetaResponse) Reset ¶
func (x *MetaResponse) Reset()
func (*MetaResponse) String ¶
func (x *MetaResponse) String() string
type UnimplementedEventAnnotationConfigServiceServer ¶
type UnimplementedEventAnnotationConfigServiceServer struct { }
UnimplementedEventAnnotationConfigServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedEventAnnotationConfigServiceServer) DeleteSome ¶
func (UnimplementedEventAnnotationConfigServiceServer) SubscribeMeta ¶
type UnimplementedEventServiceServer ¶
type UnimplementedEventServiceServer struct { }
UnimplementedEventServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedEventServiceServer) GetAll ¶
func (UnimplementedEventServiceServer) GetAll(*EventStreamRequest, EventService_GetAllServer) error
func (UnimplementedEventServiceServer) GetMeta ¶
func (UnimplementedEventServiceServer) GetMeta(context.Context, *EventStreamRequest) (*MetaResponse, error)
func (UnimplementedEventServiceServer) GetOne ¶
func (UnimplementedEventServiceServer) GetOne(context.Context, *EventRequest) (*EventResponse, error)
func (UnimplementedEventServiceServer) GetSome ¶
func (UnimplementedEventServiceServer) GetSome(*EventSomeRequest, EventService_GetSomeServer) error
func (UnimplementedEventServiceServer) Subscribe ¶
func (UnimplementedEventServiceServer) Subscribe(*EventStreamRequest, EventService_SubscribeServer) error
func (UnimplementedEventServiceServer) SubscribeMeta ¶
func (UnimplementedEventServiceServer) SubscribeMeta(*EventStreamRequest, EventService_SubscribeMetaServer) error
type UnimplementedUserEventCreationConfigServiceServer ¶
type UnimplementedUserEventCreationConfigServiceServer struct { }
UnimplementedUserEventCreationConfigServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedUserEventCreationConfigServiceServer) DeleteSome ¶
func (UnimplementedUserEventCreationConfigServiceServer) SubscribeMeta ¶
type UnsafeEventAnnotationConfigServiceServer ¶
type UnsafeEventAnnotationConfigServiceServer interface {
// contains filtered or unexported methods
}
UnsafeEventAnnotationConfigServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to EventAnnotationConfigServiceServer will result in compilation errors.
type UnsafeEventServiceServer ¶
type UnsafeEventServiceServer interface {
// contains filtered or unexported methods
}
UnsafeEventServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to EventServiceServer will result in compilation errors.
type UnsafeUserEventCreationConfigServiceServer ¶
type UnsafeUserEventCreationConfigServiceServer interface {
// contains filtered or unexported methods
}
UnsafeUserEventCreationConfigServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to UserEventCreationConfigServiceServer will result in compilation errors.
type UserEventCreationConfig ¶
type UserEventCreationConfig struct { // key is the event instance identifier Key *UserEventCreationKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // severity is the severity of the event Severity EventSeverity `protobuf:"varint,2,opt,name=severity,proto3,enum=arista.event.v1.EventSeverity" json:"severity,omitempty"` // title is the title of the event Title *wrapperspb.StringValue `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"` // description is the description of the event Description *wrapperspb.StringValue `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` // rule_id is the label of the rule associated with the event RuleId *wrapperspb.StringValue `protobuf:"bytes,6,opt,name=rule_id,json=ruleId,proto3" json:"rule_id,omitempty"` // components is the components on which the event occurred Components *EventComponents `protobuf:"bytes,7,opt,name=components,proto3" json:"components,omitempty"` // start_time is the time point at which the event occurred StartTime *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` // contains filtered or unexported fields }
UserEventCreationConfig is the basis for the manual creation of new events.
NOTE: Set is the only valid operation.
Objects are immediately deleted upon event creation. All fields are required to create a well-formed event.
func (*UserEventCreationConfig) Descriptor
deprecated
func (*UserEventCreationConfig) Descriptor() ([]byte, []int)
Deprecated: Use UserEventCreationConfig.ProtoReflect.Descriptor instead.
func (*UserEventCreationConfig) GetComponents ¶
func (x *UserEventCreationConfig) GetComponents() *EventComponents
func (*UserEventCreationConfig) GetDescription ¶
func (x *UserEventCreationConfig) GetDescription() *wrapperspb.StringValue
func (*UserEventCreationConfig) GetKey ¶
func (x *UserEventCreationConfig) GetKey() *UserEventCreationKey
func (*UserEventCreationConfig) GetRuleId ¶
func (x *UserEventCreationConfig) GetRuleId() *wrapperspb.StringValue
func (*UserEventCreationConfig) GetSeverity ¶
func (x *UserEventCreationConfig) GetSeverity() EventSeverity
func (*UserEventCreationConfig) GetStartTime ¶
func (x *UserEventCreationConfig) GetStartTime() *timestamppb.Timestamp
func (*UserEventCreationConfig) GetTitle ¶
func (x *UserEventCreationConfig) GetTitle() *wrapperspb.StringValue
func (*UserEventCreationConfig) ProtoMessage ¶
func (*UserEventCreationConfig) ProtoMessage()
func (*UserEventCreationConfig) ProtoReflect ¶
func (x *UserEventCreationConfig) ProtoReflect() protoreflect.Message
func (*UserEventCreationConfig) Reset ¶
func (x *UserEventCreationConfig) Reset()
func (*UserEventCreationConfig) String ¶
func (x *UserEventCreationConfig) String() string
type UserEventCreationConfigDeleteAllRequest ¶
type UserEventCreationConfigDeleteAllRequest struct { // PartialEqFilter provides a way to server-side filter a DeleteAll. // This requires all provided fields to be equal to the response. // A filtered DeleteAll will use GetAll with filter to find things to delete. PartialEqFilter []*UserEventCreationConfig `protobuf:"bytes,1,rep,name=partial_eq_filter,json=partialEqFilter,proto3" json:"partial_eq_filter,omitempty"` // contains filtered or unexported fields }
func (*UserEventCreationConfigDeleteAllRequest) Descriptor
deprecated
func (*UserEventCreationConfigDeleteAllRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserEventCreationConfigDeleteAllRequest.ProtoReflect.Descriptor instead.
func (*UserEventCreationConfigDeleteAllRequest) GetPartialEqFilter ¶
func (x *UserEventCreationConfigDeleteAllRequest) GetPartialEqFilter() []*UserEventCreationConfig
func (*UserEventCreationConfigDeleteAllRequest) ProtoMessage ¶
func (*UserEventCreationConfigDeleteAllRequest) ProtoMessage()
func (*UserEventCreationConfigDeleteAllRequest) ProtoReflect ¶
func (x *UserEventCreationConfigDeleteAllRequest) ProtoReflect() protoreflect.Message
func (*UserEventCreationConfigDeleteAllRequest) Reset ¶
func (x *UserEventCreationConfigDeleteAllRequest) Reset()
func (*UserEventCreationConfigDeleteAllRequest) String ¶
func (x *UserEventCreationConfigDeleteAllRequest) String() string
type UserEventCreationConfigDeleteAllResponse ¶
type UserEventCreationConfigDeleteAllResponse struct { // This describes the class of delete error. // A DeleteAllResponse is only sent when there is an error. Type fmp.DeleteError `protobuf:"varint,1,opt,name=type,proto3,enum=fmp.DeleteError" json:"type,omitempty"` // This indicates the error message from the delete failure. Error *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` // This is the key of the UserEventCreationConfig instance that failed to be deleted. Key *UserEventCreationKey `protobuf:"bytes,3,opt,name=key,proto3" json:"key,omitempty"` // Time indicates the (UTC) timestamp when the key was being deleted. Time *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*UserEventCreationConfigDeleteAllResponse) Descriptor
deprecated
func (*UserEventCreationConfigDeleteAllResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserEventCreationConfigDeleteAllResponse.ProtoReflect.Descriptor instead.
func (*UserEventCreationConfigDeleteAllResponse) GetError ¶
func (x *UserEventCreationConfigDeleteAllResponse) GetError() *wrapperspb.StringValue
func (*UserEventCreationConfigDeleteAllResponse) GetKey ¶
func (x *UserEventCreationConfigDeleteAllResponse) GetKey() *UserEventCreationKey
func (*UserEventCreationConfigDeleteAllResponse) GetTime ¶
func (x *UserEventCreationConfigDeleteAllResponse) GetTime() *timestamppb.Timestamp
func (*UserEventCreationConfigDeleteAllResponse) GetType ¶
func (x *UserEventCreationConfigDeleteAllResponse) GetType() fmp.DeleteError
func (*UserEventCreationConfigDeleteAllResponse) ProtoMessage ¶
func (*UserEventCreationConfigDeleteAllResponse) ProtoMessage()
func (*UserEventCreationConfigDeleteAllResponse) ProtoReflect ¶
func (x *UserEventCreationConfigDeleteAllResponse) ProtoReflect() protoreflect.Message
func (*UserEventCreationConfigDeleteAllResponse) Reset ¶
func (x *UserEventCreationConfigDeleteAllResponse) Reset()
func (*UserEventCreationConfigDeleteAllResponse) String ¶
func (x *UserEventCreationConfigDeleteAllResponse) String() string
type UserEventCreationConfigDeleteRequest ¶
type UserEventCreationConfigDeleteRequest struct { // Key indicates which UserEventCreationConfig instance to remove. // This field must always be set. Key *UserEventCreationKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
func (*UserEventCreationConfigDeleteRequest) Descriptor
deprecated
func (*UserEventCreationConfigDeleteRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserEventCreationConfigDeleteRequest.ProtoReflect.Descriptor instead.
func (*UserEventCreationConfigDeleteRequest) GetKey ¶
func (x *UserEventCreationConfigDeleteRequest) GetKey() *UserEventCreationKey
func (*UserEventCreationConfigDeleteRequest) ProtoMessage ¶
func (*UserEventCreationConfigDeleteRequest) ProtoMessage()
func (*UserEventCreationConfigDeleteRequest) ProtoReflect ¶
func (x *UserEventCreationConfigDeleteRequest) ProtoReflect() protoreflect.Message
func (*UserEventCreationConfigDeleteRequest) Reset ¶
func (x *UserEventCreationConfigDeleteRequest) Reset()
func (*UserEventCreationConfigDeleteRequest) String ¶
func (x *UserEventCreationConfigDeleteRequest) String() string
type UserEventCreationConfigDeleteResponse ¶
type UserEventCreationConfigDeleteResponse struct { // Key echoes back the key of the deleted UserEventCreationConfig instance. Key *UserEventCreationKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // Time indicates the (UTC) timestamp at which the system recognizes the // deletion. The only guarantees made about this timestamp are: // // - it is after the time the request was received // - a time-ranged query with StartTime==DeletedAt will not include this instance. Time *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*UserEventCreationConfigDeleteResponse) Descriptor
deprecated
func (*UserEventCreationConfigDeleteResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserEventCreationConfigDeleteResponse.ProtoReflect.Descriptor instead.
func (*UserEventCreationConfigDeleteResponse) GetKey ¶
func (x *UserEventCreationConfigDeleteResponse) GetKey() *UserEventCreationKey
func (*UserEventCreationConfigDeleteResponse) GetTime ¶
func (x *UserEventCreationConfigDeleteResponse) GetTime() *timestamppb.Timestamp
func (*UserEventCreationConfigDeleteResponse) ProtoMessage ¶
func (*UserEventCreationConfigDeleteResponse) ProtoMessage()
func (*UserEventCreationConfigDeleteResponse) ProtoReflect ¶
func (x *UserEventCreationConfigDeleteResponse) ProtoReflect() protoreflect.Message
func (*UserEventCreationConfigDeleteResponse) Reset ¶
func (x *UserEventCreationConfigDeleteResponse) Reset()
func (*UserEventCreationConfigDeleteResponse) String ¶
func (x *UserEventCreationConfigDeleteResponse) String() string
type UserEventCreationConfigDeleteSomeRequest ¶
type UserEventCreationConfigDeleteSomeRequest struct { // key contains a list of UserEventCreationConfig keys to delete Keys []*UserEventCreationKey `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"` // contains filtered or unexported fields }
func (*UserEventCreationConfigDeleteSomeRequest) Descriptor
deprecated
func (*UserEventCreationConfigDeleteSomeRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserEventCreationConfigDeleteSomeRequest.ProtoReflect.Descriptor instead.
func (*UserEventCreationConfigDeleteSomeRequest) GetKeys ¶
func (x *UserEventCreationConfigDeleteSomeRequest) GetKeys() []*UserEventCreationKey
func (*UserEventCreationConfigDeleteSomeRequest) ProtoMessage ¶
func (*UserEventCreationConfigDeleteSomeRequest) ProtoMessage()
func (*UserEventCreationConfigDeleteSomeRequest) ProtoReflect ¶
func (x *UserEventCreationConfigDeleteSomeRequest) ProtoReflect() protoreflect.Message
func (*UserEventCreationConfigDeleteSomeRequest) Reset ¶
func (x *UserEventCreationConfigDeleteSomeRequest) Reset()
func (*UserEventCreationConfigDeleteSomeRequest) String ¶
func (x *UserEventCreationConfigDeleteSomeRequest) String() string
type UserEventCreationConfigDeleteSomeResponse ¶
type UserEventCreationConfigDeleteSomeResponse struct { Key *UserEventCreationKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
UserEventCreationConfigDeleteSomeResponse is only sent when there is an error.
func (*UserEventCreationConfigDeleteSomeResponse) Descriptor
deprecated
func (*UserEventCreationConfigDeleteSomeResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserEventCreationConfigDeleteSomeResponse.ProtoReflect.Descriptor instead.
func (*UserEventCreationConfigDeleteSomeResponse) GetError ¶
func (x *UserEventCreationConfigDeleteSomeResponse) GetError() string
func (*UserEventCreationConfigDeleteSomeResponse) GetKey ¶
func (x *UserEventCreationConfigDeleteSomeResponse) GetKey() *UserEventCreationKey
func (*UserEventCreationConfigDeleteSomeResponse) ProtoMessage ¶
func (*UserEventCreationConfigDeleteSomeResponse) ProtoMessage()
func (*UserEventCreationConfigDeleteSomeResponse) ProtoReflect ¶
func (x *UserEventCreationConfigDeleteSomeResponse) ProtoReflect() protoreflect.Message
func (*UserEventCreationConfigDeleteSomeResponse) Reset ¶
func (x *UserEventCreationConfigDeleteSomeResponse) Reset()
func (*UserEventCreationConfigDeleteSomeResponse) String ¶
func (x *UserEventCreationConfigDeleteSomeResponse) String() string
type UserEventCreationConfigRequest ¶
type UserEventCreationConfigRequest struct { // Key uniquely identifies a UserEventCreationConfig instance to retrieve. // This value must be populated. Key *UserEventCreationKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // Time indicates the time for which you are interested in the data. // If no time is given, the server will use the time at which it makes the request. Time *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*UserEventCreationConfigRequest) Descriptor
deprecated
func (*UserEventCreationConfigRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserEventCreationConfigRequest.ProtoReflect.Descriptor instead.
func (*UserEventCreationConfigRequest) GetKey ¶
func (x *UserEventCreationConfigRequest) GetKey() *UserEventCreationKey
func (*UserEventCreationConfigRequest) GetTime ¶
func (x *UserEventCreationConfigRequest) GetTime() *timestamppb.Timestamp
func (*UserEventCreationConfigRequest) ProtoMessage ¶
func (*UserEventCreationConfigRequest) ProtoMessage()
func (*UserEventCreationConfigRequest) ProtoReflect ¶
func (x *UserEventCreationConfigRequest) ProtoReflect() protoreflect.Message
func (*UserEventCreationConfigRequest) Reset ¶
func (x *UserEventCreationConfigRequest) Reset()
func (*UserEventCreationConfigRequest) String ¶
func (x *UserEventCreationConfigRequest) String() string
type UserEventCreationConfigResponse ¶
type UserEventCreationConfigResponse struct { // Value is the value requested. // This structure will be fully-populated as it exists in the datastore. If // optional fields were not given at creation, these fields will be empty or // set to default values. Value *UserEventCreationConfig `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // Time carries the (UTC) timestamp of the last-modification of the // UserEventCreationConfig instance in this response. Time *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*UserEventCreationConfigResponse) Descriptor
deprecated
func (*UserEventCreationConfigResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserEventCreationConfigResponse.ProtoReflect.Descriptor instead.
func (*UserEventCreationConfigResponse) GetTime ¶
func (x *UserEventCreationConfigResponse) GetTime() *timestamppb.Timestamp
func (*UserEventCreationConfigResponse) GetValue ¶
func (x *UserEventCreationConfigResponse) GetValue() *UserEventCreationConfig
func (*UserEventCreationConfigResponse) ProtoMessage ¶
func (*UserEventCreationConfigResponse) ProtoMessage()
func (*UserEventCreationConfigResponse) ProtoReflect ¶
func (x *UserEventCreationConfigResponse) ProtoReflect() protoreflect.Message
func (*UserEventCreationConfigResponse) Reset ¶
func (x *UserEventCreationConfigResponse) Reset()
func (*UserEventCreationConfigResponse) String ¶
func (x *UserEventCreationConfigResponse) String() string
type UserEventCreationConfigServiceClient ¶
type UserEventCreationConfigServiceClient interface { GetOne(ctx context.Context, in *UserEventCreationConfigRequest, opts ...grpc.CallOption) (*UserEventCreationConfigResponse, error) GetSome(ctx context.Context, in *UserEventCreationConfigSomeRequest, opts ...grpc.CallOption) (UserEventCreationConfigService_GetSomeClient, error) GetAll(ctx context.Context, in *UserEventCreationConfigStreamRequest, opts ...grpc.CallOption) (UserEventCreationConfigService_GetAllClient, error) Subscribe(ctx context.Context, in *UserEventCreationConfigStreamRequest, opts ...grpc.CallOption) (UserEventCreationConfigService_SubscribeClient, error) GetMeta(ctx context.Context, in *UserEventCreationConfigStreamRequest, opts ...grpc.CallOption) (*MetaResponse, error) SubscribeMeta(ctx context.Context, in *UserEventCreationConfigStreamRequest, opts ...grpc.CallOption) (UserEventCreationConfigService_SubscribeMetaClient, error) Set(ctx context.Context, in *UserEventCreationConfigSetRequest, opts ...grpc.CallOption) (*UserEventCreationConfigSetResponse, error) SetSome(ctx context.Context, in *UserEventCreationConfigSetSomeRequest, opts ...grpc.CallOption) (UserEventCreationConfigService_SetSomeClient, error) Delete(ctx context.Context, in *UserEventCreationConfigDeleteRequest, opts ...grpc.CallOption) (*UserEventCreationConfigDeleteResponse, error) DeleteSome(ctx context.Context, in *UserEventCreationConfigDeleteSomeRequest, opts ...grpc.CallOption) (UserEventCreationConfigService_DeleteSomeClient, error) DeleteAll(ctx context.Context, in *UserEventCreationConfigDeleteAllRequest, opts ...grpc.CallOption) (UserEventCreationConfigService_DeleteAllClient, error) }
UserEventCreationConfigServiceClient is the client API for UserEventCreationConfigService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewUserEventCreationConfigServiceClient ¶
func NewUserEventCreationConfigServiceClient(cc grpc.ClientConnInterface) UserEventCreationConfigServiceClient
type UserEventCreationConfigServiceServer ¶
type UserEventCreationConfigServiceServer interface { GetOne(context.Context, *UserEventCreationConfigRequest) (*UserEventCreationConfigResponse, error) GetSome(*UserEventCreationConfigSomeRequest, UserEventCreationConfigService_GetSomeServer) error GetAll(*UserEventCreationConfigStreamRequest, UserEventCreationConfigService_GetAllServer) error Subscribe(*UserEventCreationConfigStreamRequest, UserEventCreationConfigService_SubscribeServer) error GetMeta(context.Context, *UserEventCreationConfigStreamRequest) (*MetaResponse, error) SubscribeMeta(*UserEventCreationConfigStreamRequest, UserEventCreationConfigService_SubscribeMetaServer) error Set(context.Context, *UserEventCreationConfigSetRequest) (*UserEventCreationConfigSetResponse, error) SetSome(*UserEventCreationConfigSetSomeRequest, UserEventCreationConfigService_SetSomeServer) error Delete(context.Context, *UserEventCreationConfigDeleteRequest) (*UserEventCreationConfigDeleteResponse, error) DeleteSome(*UserEventCreationConfigDeleteSomeRequest, UserEventCreationConfigService_DeleteSomeServer) error DeleteAll(*UserEventCreationConfigDeleteAllRequest, UserEventCreationConfigService_DeleteAllServer) error // contains filtered or unexported methods }
UserEventCreationConfigServiceServer is the server API for UserEventCreationConfigService service. All implementations must embed UnimplementedUserEventCreationConfigServiceServer for forward compatibility
type UserEventCreationConfigService_DeleteAllClient ¶
type UserEventCreationConfigService_DeleteAllClient interface { Recv() (*UserEventCreationConfigDeleteAllResponse, error) grpc.ClientStream }
type UserEventCreationConfigService_DeleteAllServer ¶
type UserEventCreationConfigService_DeleteAllServer interface { Send(*UserEventCreationConfigDeleteAllResponse) error grpc.ServerStream }
type UserEventCreationConfigService_DeleteSomeClient ¶
type UserEventCreationConfigService_DeleteSomeClient interface { Recv() (*UserEventCreationConfigDeleteSomeResponse, error) grpc.ClientStream }
type UserEventCreationConfigService_DeleteSomeServer ¶
type UserEventCreationConfigService_DeleteSomeServer interface { Send(*UserEventCreationConfigDeleteSomeResponse) error grpc.ServerStream }
type UserEventCreationConfigService_GetAllClient ¶
type UserEventCreationConfigService_GetAllClient interface { Recv() (*UserEventCreationConfigStreamResponse, error) grpc.ClientStream }
type UserEventCreationConfigService_GetAllServer ¶
type UserEventCreationConfigService_GetAllServer interface { Send(*UserEventCreationConfigStreamResponse) error grpc.ServerStream }
type UserEventCreationConfigService_GetSomeClient ¶
type UserEventCreationConfigService_GetSomeClient interface { Recv() (*UserEventCreationConfigSomeResponse, error) grpc.ClientStream }
type UserEventCreationConfigService_GetSomeServer ¶
type UserEventCreationConfigService_GetSomeServer interface { Send(*UserEventCreationConfigSomeResponse) error grpc.ServerStream }
type UserEventCreationConfigService_SetSomeClient ¶
type UserEventCreationConfigService_SetSomeClient interface { Recv() (*UserEventCreationConfigSetSomeResponse, error) grpc.ClientStream }
type UserEventCreationConfigService_SetSomeServer ¶
type UserEventCreationConfigService_SetSomeServer interface { Send(*UserEventCreationConfigSetSomeResponse) error grpc.ServerStream }
type UserEventCreationConfigService_SubscribeClient ¶
type UserEventCreationConfigService_SubscribeClient interface { Recv() (*UserEventCreationConfigStreamResponse, error) grpc.ClientStream }
type UserEventCreationConfigService_SubscribeMetaClient ¶
type UserEventCreationConfigService_SubscribeMetaClient interface { Recv() (*MetaResponse, error) grpc.ClientStream }
type UserEventCreationConfigService_SubscribeMetaServer ¶
type UserEventCreationConfigService_SubscribeMetaServer interface { Send(*MetaResponse) error grpc.ServerStream }
type UserEventCreationConfigService_SubscribeServer ¶
type UserEventCreationConfigService_SubscribeServer interface { Send(*UserEventCreationConfigStreamResponse) error grpc.ServerStream }
type UserEventCreationConfigSetRequest ¶
type UserEventCreationConfigSetRequest struct { // UserEventCreationConfig carries the value to set into the datastore. // See the documentation on the UserEventCreationConfig struct for which fields are required. Value *UserEventCreationConfig `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*UserEventCreationConfigSetRequest) Descriptor
deprecated
func (*UserEventCreationConfigSetRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserEventCreationConfigSetRequest.ProtoReflect.Descriptor instead.
func (*UserEventCreationConfigSetRequest) GetValue ¶
func (x *UserEventCreationConfigSetRequest) GetValue() *UserEventCreationConfig
func (*UserEventCreationConfigSetRequest) ProtoMessage ¶
func (*UserEventCreationConfigSetRequest) ProtoMessage()
func (*UserEventCreationConfigSetRequest) ProtoReflect ¶
func (x *UserEventCreationConfigSetRequest) ProtoReflect() protoreflect.Message
func (*UserEventCreationConfigSetRequest) Reset ¶
func (x *UserEventCreationConfigSetRequest) Reset()
func (*UserEventCreationConfigSetRequest) String ¶
func (x *UserEventCreationConfigSetRequest) String() string
type UserEventCreationConfigSetResponse ¶
type UserEventCreationConfigSetResponse struct { // Value carries all the values given in the UserEventCreationConfigSetRequest as well // as any server-generated values. Value *UserEventCreationConfig `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // Time indicates the (UTC) timestamp at which the system recognizes the // creation. The only guarantees made about this timestamp are: // // - it is after the time the request was received // - a time-ranged query with StartTime==CreatedAt will include this instance. Time *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*UserEventCreationConfigSetResponse) Descriptor
deprecated
func (*UserEventCreationConfigSetResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserEventCreationConfigSetResponse.ProtoReflect.Descriptor instead.
func (*UserEventCreationConfigSetResponse) GetTime ¶
func (x *UserEventCreationConfigSetResponse) GetTime() *timestamppb.Timestamp
func (*UserEventCreationConfigSetResponse) GetValue ¶
func (x *UserEventCreationConfigSetResponse) GetValue() *UserEventCreationConfig
func (*UserEventCreationConfigSetResponse) ProtoMessage ¶
func (*UserEventCreationConfigSetResponse) ProtoMessage()
func (*UserEventCreationConfigSetResponse) ProtoReflect ¶
func (x *UserEventCreationConfigSetResponse) ProtoReflect() protoreflect.Message
func (*UserEventCreationConfigSetResponse) Reset ¶
func (x *UserEventCreationConfigSetResponse) Reset()
func (*UserEventCreationConfigSetResponse) String ¶
func (x *UserEventCreationConfigSetResponse) String() string
type UserEventCreationConfigSetSomeRequest ¶
type UserEventCreationConfigSetSomeRequest struct { // value contains a list of UserEventCreationConfig values to write. // It is possible to provide more values than can fit within either: // - the maxiumum send size of the client // - the maximum receive size of the server // // If this error occurs you must reduce the number of values sent. // See gRPC "maximum message size" documentation for more information. Values []*UserEventCreationConfig `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"` // contains filtered or unexported fields }
func (*UserEventCreationConfigSetSomeRequest) Descriptor
deprecated
func (*UserEventCreationConfigSetSomeRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserEventCreationConfigSetSomeRequest.ProtoReflect.Descriptor instead.
func (*UserEventCreationConfigSetSomeRequest) GetValues ¶
func (x *UserEventCreationConfigSetSomeRequest) GetValues() []*UserEventCreationConfig
func (*UserEventCreationConfigSetSomeRequest) ProtoMessage ¶
func (*UserEventCreationConfigSetSomeRequest) ProtoMessage()
func (*UserEventCreationConfigSetSomeRequest) ProtoReflect ¶
func (x *UserEventCreationConfigSetSomeRequest) ProtoReflect() protoreflect.Message
func (*UserEventCreationConfigSetSomeRequest) Reset ¶
func (x *UserEventCreationConfigSetSomeRequest) Reset()
func (*UserEventCreationConfigSetSomeRequest) String ¶
func (x *UserEventCreationConfigSetSomeRequest) String() string
type UserEventCreationConfigSetSomeResponse ¶
type UserEventCreationConfigSetSomeResponse struct { Key *UserEventCreationKey `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` // contains filtered or unexported fields }
func (*UserEventCreationConfigSetSomeResponse) Descriptor
deprecated
func (*UserEventCreationConfigSetSomeResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserEventCreationConfigSetSomeResponse.ProtoReflect.Descriptor instead.
func (*UserEventCreationConfigSetSomeResponse) GetError ¶
func (x *UserEventCreationConfigSetSomeResponse) GetError() string
func (*UserEventCreationConfigSetSomeResponse) GetKey ¶
func (x *UserEventCreationConfigSetSomeResponse) GetKey() *UserEventCreationKey
func (*UserEventCreationConfigSetSomeResponse) ProtoMessage ¶
func (*UserEventCreationConfigSetSomeResponse) ProtoMessage()
func (*UserEventCreationConfigSetSomeResponse) ProtoReflect ¶
func (x *UserEventCreationConfigSetSomeResponse) ProtoReflect() protoreflect.Message
func (*UserEventCreationConfigSetSomeResponse) Reset ¶
func (x *UserEventCreationConfigSetSomeResponse) Reset()
func (*UserEventCreationConfigSetSomeResponse) String ¶
func (x *UserEventCreationConfigSetSomeResponse) String() string
type UserEventCreationConfigSomeRequest ¶
type UserEventCreationConfigSomeRequest struct { Keys []*UserEventCreationKey `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"` // Time indicates the time for which you are interested in the data. // If no time is given, the server will use the time at which it makes the request. Time *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*UserEventCreationConfigSomeRequest) Descriptor
deprecated
func (*UserEventCreationConfigSomeRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserEventCreationConfigSomeRequest.ProtoReflect.Descriptor instead.
func (*UserEventCreationConfigSomeRequest) GetKeys ¶
func (x *UserEventCreationConfigSomeRequest) GetKeys() []*UserEventCreationKey
func (*UserEventCreationConfigSomeRequest) GetTime ¶
func (x *UserEventCreationConfigSomeRequest) GetTime() *timestamppb.Timestamp
func (*UserEventCreationConfigSomeRequest) ProtoMessage ¶
func (*UserEventCreationConfigSomeRequest) ProtoMessage()
func (*UserEventCreationConfigSomeRequest) ProtoReflect ¶
func (x *UserEventCreationConfigSomeRequest) ProtoReflect() protoreflect.Message
func (*UserEventCreationConfigSomeRequest) Reset ¶
func (x *UserEventCreationConfigSomeRequest) Reset()
func (*UserEventCreationConfigSomeRequest) String ¶
func (x *UserEventCreationConfigSomeRequest) String() string
type UserEventCreationConfigSomeResponse ¶
type UserEventCreationConfigSomeResponse struct { // Value is the value requested. // This structure will be fully-populated as it exists in the datastore. If // optional fields were not given at creation, these fields will be empty or // set to default values. Value *UserEventCreationConfig `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // Error is an optional field. // It should be filled when there is an error in the GetSome process. Error *wrapperspb.StringValue `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` Time *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*UserEventCreationConfigSomeResponse) Descriptor
deprecated
func (*UserEventCreationConfigSomeResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserEventCreationConfigSomeResponse.ProtoReflect.Descriptor instead.
func (*UserEventCreationConfigSomeResponse) GetError ¶
func (x *UserEventCreationConfigSomeResponse) GetError() *wrapperspb.StringValue
func (*UserEventCreationConfigSomeResponse) GetTime ¶
func (x *UserEventCreationConfigSomeResponse) GetTime() *timestamppb.Timestamp
func (*UserEventCreationConfigSomeResponse) GetValue ¶
func (x *UserEventCreationConfigSomeResponse) GetValue() *UserEventCreationConfig
func (*UserEventCreationConfigSomeResponse) ProtoMessage ¶
func (*UserEventCreationConfigSomeResponse) ProtoMessage()
func (*UserEventCreationConfigSomeResponse) ProtoReflect ¶
func (x *UserEventCreationConfigSomeResponse) ProtoReflect() protoreflect.Message
func (*UserEventCreationConfigSomeResponse) Reset ¶
func (x *UserEventCreationConfigSomeResponse) Reset()
func (*UserEventCreationConfigSomeResponse) String ¶
func (x *UserEventCreationConfigSomeResponse) String() string
type UserEventCreationConfigStreamRequest ¶
type UserEventCreationConfigStreamRequest struct { // PartialEqFilter provides a way to server-side filter a GetAll/Subscribe. // This requires all provided fields to be equal to the response. // // While transparent to users, this field also allows services to optimize internal // subscriptions if filter(s) are sufficiently specific. PartialEqFilter []*UserEventCreationConfig `protobuf:"bytes,1,rep,name=partial_eq_filter,json=partialEqFilter,proto3" json:"partial_eq_filter,omitempty"` // TimeRange allows limiting response data to within a specified time window. // If this field is populated, at least one of the two time fields are required. // // For GetAll, the fields start and end can be used as follows: // // - end: Returns the state of each UserEventCreationConfig at end. // - Each UserEventCreationConfig response is fully-specified (all fields set). // - start: Returns the state of each UserEventCreationConfig at start, followed by updates until now. // - Each UserEventCreationConfig response at start is fully-specified, but updates may be partial. // - start and end: Returns the state of each UserEventCreationConfig at start, followed by updates // until end. // - Each UserEventCreationConfig response at start is fully-specified, but updates until end may // be partial. // // This field is not allowed in the Subscribe RPC. Time *time.TimeBounds `protobuf:"bytes,3,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*UserEventCreationConfigStreamRequest) Descriptor
deprecated
func (*UserEventCreationConfigStreamRequest) Descriptor() ([]byte, []int)
Deprecated: Use UserEventCreationConfigStreamRequest.ProtoReflect.Descriptor instead.
func (*UserEventCreationConfigStreamRequest) GetPartialEqFilter ¶
func (x *UserEventCreationConfigStreamRequest) GetPartialEqFilter() []*UserEventCreationConfig
func (*UserEventCreationConfigStreamRequest) GetTime ¶
func (x *UserEventCreationConfigStreamRequest) GetTime() *time.TimeBounds
func (*UserEventCreationConfigStreamRequest) ProtoMessage ¶
func (*UserEventCreationConfigStreamRequest) ProtoMessage()
func (*UserEventCreationConfigStreamRequest) ProtoReflect ¶
func (x *UserEventCreationConfigStreamRequest) ProtoReflect() protoreflect.Message
func (*UserEventCreationConfigStreamRequest) Reset ¶
func (x *UserEventCreationConfigStreamRequest) Reset()
func (*UserEventCreationConfigStreamRequest) String ¶
func (x *UserEventCreationConfigStreamRequest) String() string
type UserEventCreationConfigStreamResponse ¶
type UserEventCreationConfigStreamResponse struct { // Value is a value deemed relevant to the initiating request. // This structure will always have its key-field populated. Which other fields are // populated, and why, depends on the value of Operation and what triggered this notification. Value *UserEventCreationConfig `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // Time holds the timestamp of this UserEventCreationConfig's last modification. Time *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"` // Operation indicates how the UserEventCreationConfig value in this response should be considered. // Under non-subscribe requests, this value should always be INITIAL. In a subscription, // once all initial data is streamed and the client begins to receive modification updates, // you should not see INITIAL again. Type subscriptions.Operation `protobuf:"varint,3,opt,name=type,proto3,enum=arista.subscriptions.Operation" json:"type,omitempty"` // contains filtered or unexported fields }
func (*UserEventCreationConfigStreamResponse) Descriptor
deprecated
func (*UserEventCreationConfigStreamResponse) Descriptor() ([]byte, []int)
Deprecated: Use UserEventCreationConfigStreamResponse.ProtoReflect.Descriptor instead.
func (*UserEventCreationConfigStreamResponse) GetTime ¶
func (x *UserEventCreationConfigStreamResponse) GetTime() *timestamppb.Timestamp
func (*UserEventCreationConfigStreamResponse) GetType ¶
func (x *UserEventCreationConfigStreamResponse) GetType() subscriptions.Operation
func (*UserEventCreationConfigStreamResponse) GetValue ¶
func (x *UserEventCreationConfigStreamResponse) GetValue() *UserEventCreationConfig
func (*UserEventCreationConfigStreamResponse) ProtoMessage ¶
func (*UserEventCreationConfigStreamResponse) ProtoMessage()
func (*UserEventCreationConfigStreamResponse) ProtoReflect ¶
func (x *UserEventCreationConfigStreamResponse) ProtoReflect() protoreflect.Message
func (*UserEventCreationConfigStreamResponse) Reset ¶
func (x *UserEventCreationConfigStreamResponse) Reset()
func (*UserEventCreationConfigStreamResponse) String ¶
func (x *UserEventCreationConfigStreamResponse) String() string
type UserEventCreationKey ¶
type UserEventCreationKey struct { // key is a unique string identifier Key *wrapperspb.StringValue `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // contains filtered or unexported fields }
UserEventCreationKey uniquely identifies a user event request.
func (*UserEventCreationKey) Descriptor
deprecated
func (*UserEventCreationKey) Descriptor() ([]byte, []int)
Deprecated: Use UserEventCreationKey.ProtoReflect.Descriptor instead.
func (*UserEventCreationKey) GetKey ¶
func (x *UserEventCreationKey) GetKey() *wrapperspb.StringValue
func (*UserEventCreationKey) ProtoMessage ¶
func (*UserEventCreationKey) ProtoMessage()
func (*UserEventCreationKey) ProtoReflect ¶
func (x *UserEventCreationKey) ProtoReflect() protoreflect.Message
func (*UserEventCreationKey) Reset ¶
func (x *UserEventCreationKey) Reset()
func (*UserEventCreationKey) String ¶
func (x *UserEventCreationKey) String() string