Documentation ¶
Index ¶
- Variables
- type Call
- func (*Call) Descriptor() ([]byte, []int)deprecated
- func (x *Call) GetDeploymentName() string
- func (x *Call) GetDestinationVerbRef() *schema.VerbRef
- func (x *Call) GetDuration() *durationpb.Duration
- func (x *Call) GetError() string
- func (x *Call) GetRequest() string
- func (x *Call) GetRequestKey() string
- func (x *Call) GetResponse() string
- func (x *Call) GetSourceVerbRef() *schema.VerbRef
- func (x *Call) GetTimeStamp() *timestamppb.Timestamp
- func (*Call) ProtoMessage()
- func (x *Call) ProtoReflect() protoreflect.Message
- func (x *Call) Reset()
- func (x *Call) String() string
- type Data
- type Deployment
- func (*Deployment) Descriptor() ([]byte, []int)deprecated
- func (x *Deployment) GetEventType() DeploymentEventType
- func (x *Deployment) GetLanguage() string
- func (x *Deployment) GetMinReplicas() int32
- func (x *Deployment) GetModuleName() string
- func (x *Deployment) GetName() string
- func (x *Deployment) GetReplaced() string
- func (*Deployment) ProtoMessage()
- func (x *Deployment) ProtoReflect() protoreflect.Message
- func (x *Deployment) Reset()
- func (x *Deployment) String() string
- type DeploymentEventType
- func (DeploymentEventType) Descriptor() protoreflect.EnumDescriptor
- func (x DeploymentEventType) Enum() *DeploymentEventType
- func (DeploymentEventType) EnumDescriptor() ([]byte, []int)deprecated
- func (x DeploymentEventType) Number() protoreflect.EnumNumber
- func (x DeploymentEventType) String() string
- func (DeploymentEventType) Type() protoreflect.EnumType
- type GetCallsRequest
- func (*GetCallsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetCallsRequest) GetModule() string
- func (x *GetCallsRequest) GetVerb() string
- func (*GetCallsRequest) ProtoMessage()
- func (x *GetCallsRequest) ProtoReflect() protoreflect.Message
- func (x *GetCallsRequest) Reset()
- func (x *GetCallsRequest) String() string
- type GetCallsResponse
- type GetModulesRequest
- type GetModulesResponse
- func (*GetModulesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetModulesResponse) GetModules() []*Module
- func (*GetModulesResponse) ProtoMessage()
- func (x *GetModulesResponse) ProtoReflect() protoreflect.Message
- func (x *GetModulesResponse) Reset()
- func (x *GetModulesResponse) String() string
- type GetRequestCallsRequest
- func (*GetRequestCallsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetRequestCallsRequest) GetRequestKey() string
- func (*GetRequestCallsRequest) ProtoMessage()
- func (x *GetRequestCallsRequest) ProtoReflect() protoreflect.Message
- func (x *GetRequestCallsRequest) Reset()
- func (x *GetRequestCallsRequest) String() string
- type GetRequestCallsResponse
- func (*GetRequestCallsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetRequestCallsResponse) GetCalls() []*Call
- func (*GetRequestCallsResponse) ProtoMessage()
- func (x *GetRequestCallsResponse) ProtoReflect() protoreflect.Message
- func (x *GetRequestCallsResponse) Reset()
- func (x *GetRequestCallsResponse) String() string
- type LogEntry
- func (*LogEntry) Descriptor() ([]byte, []int)deprecated
- func (x *LogEntry) GetAttributes() map[string]string
- func (x *LogEntry) GetDeploymentName() string
- func (x *LogEntry) GetError() string
- func (x *LogEntry) GetLogLevel() int32
- func (x *LogEntry) GetMessage() string
- func (x *LogEntry) GetRequestKey() string
- func (x *LogEntry) GetTimeStamp() *timestamppb.Timestamp
- func (*LogEntry) ProtoMessage()
- func (x *LogEntry) ProtoReflect() protoreflect.Message
- func (x *LogEntry) Reset()
- func (x *LogEntry) String() string
- type Module
- func (*Module) Descriptor() ([]byte, []int)deprecated
- func (x *Module) GetData() []*Data
- func (x *Module) GetDeploymentName() string
- func (x *Module) GetLanguage() string
- func (x *Module) GetName() string
- func (x *Module) GetSchema() string
- func (x *Module) GetVerbs() []*Verb
- func (*Module) ProtoMessage()
- func (x *Module) ProtoReflect() protoreflect.Message
- func (x *Module) Reset()
- func (x *Module) String() string
- type StreamLogsRequest
- func (*StreamLogsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StreamLogsRequest) GetAfterTime() *timestamppb.Timestamp
- func (x *StreamLogsRequest) GetDeploymentName() string
- func (x *StreamLogsRequest) GetUpdateInterval() *durationpb.Duration
- func (*StreamLogsRequest) ProtoMessage()
- func (x *StreamLogsRequest) ProtoReflect() protoreflect.Message
- func (x *StreamLogsRequest) Reset()
- func (x *StreamLogsRequest) String() string
- type StreamLogsResponse
- func (*StreamLogsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StreamLogsResponse) GetLog() *LogEntry
- func (x *StreamLogsResponse) GetMore() bool
- func (*StreamLogsResponse) ProtoMessage()
- func (x *StreamLogsResponse) ProtoReflect() protoreflect.Message
- func (x *StreamLogsResponse) Reset()
- func (x *StreamLogsResponse) String() string
- type StreamTimelineRequest
- func (*StreamTimelineRequest) Descriptor() ([]byte, []int)deprecated
- func (x *StreamTimelineRequest) GetAfterTime() *timestamppb.Timestamp
- func (x *StreamTimelineRequest) GetDeploymentName() string
- func (x *StreamTimelineRequest) GetUpdateInterval() *durationpb.Duration
- func (*StreamTimelineRequest) ProtoMessage()
- func (x *StreamTimelineRequest) ProtoReflect() protoreflect.Message
- func (x *StreamTimelineRequest) Reset()
- func (x *StreamTimelineRequest) String() string
- type StreamTimelineResponse
- func (*StreamTimelineResponse) Descriptor() ([]byte, []int)deprecated
- func (x *StreamTimelineResponse) GetCall() *Call
- func (x *StreamTimelineResponse) GetDeployment() *Deployment
- func (m *StreamTimelineResponse) GetEntry() isStreamTimelineResponse_Entry
- func (x *StreamTimelineResponse) GetId() int64
- func (x *StreamTimelineResponse) GetLog() *LogEntry
- func (x *StreamTimelineResponse) GetMore() bool
- func (x *StreamTimelineResponse) GetTimeStamp() *timestamppb.Timestamp
- func (*StreamTimelineResponse) ProtoMessage()
- func (x *StreamTimelineResponse) ProtoReflect() protoreflect.Message
- func (x *StreamTimelineResponse) Reset()
- func (x *StreamTimelineResponse) String() string
- type StreamTimelineResponse_Call
- type StreamTimelineResponse_Deployment
- type StreamTimelineResponse_Log
- type Verb
- func (*Verb) Descriptor() ([]byte, []int)deprecated
- func (x *Verb) GetJsonRequestSchema() string
- func (x *Verb) GetSchema() string
- func (x *Verb) GetVerb() *schema.Verb
- func (*Verb) ProtoMessage()
- func (x *Verb) ProtoReflect() protoreflect.Message
- func (x *Verb) Reset()
- func (x *Verb) String() string
Constants ¶
This section is empty.
Variables ¶
var ( DeploymentEventType_name = map[int32]string{ 0: "DEPLOYMENT_CREATED", 1: "DEPLOYMENT_UPDATED", 2: "DEPLOYMENT_REPLACED", } DeploymentEventType_value = map[string]int32{ "DEPLOYMENT_CREATED": 0, "DEPLOYMENT_UPDATED": 1, "DEPLOYMENT_REPLACED": 2, } )
Enum value maps for DeploymentEventType.
var File_xyz_block_ftl_v1_console_console_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Call ¶
type Call struct { RequestKey *string `protobuf:"bytes,1,opt,name=request_key,json=requestKey,proto3,oneof" json:"request_key,omitempty"` DeploymentName string `protobuf:"bytes,2,opt,name=deployment_name,json=deploymentName,proto3" json:"deployment_name,omitempty"` TimeStamp *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=time_stamp,json=timeStamp,proto3" json:"time_stamp,omitempty"` SourceVerbRef *schema.VerbRef `protobuf:"bytes,4,opt,name=source_verb_ref,json=sourceVerbRef,proto3,oneof" json:"source_verb_ref,omitempty"` DestinationVerbRef *schema.VerbRef `protobuf:"bytes,5,opt,name=destination_verb_ref,json=destinationVerbRef,proto3" json:"destination_verb_ref,omitempty"` Duration *durationpb.Duration `protobuf:"bytes,6,opt,name=duration,proto3" json:"duration,omitempty"` Request string `protobuf:"bytes,7,opt,name=request,proto3" json:"request,omitempty"` Response string `protobuf:"bytes,8,opt,name=response,proto3" json:"response,omitempty"` Error *string `protobuf:"bytes,9,opt,name=error,proto3,oneof" json:"error,omitempty"` // contains filtered or unexported fields }
func (*Call) Descriptor
deprecated
func (*Call) GetDeploymentName ¶
func (*Call) GetDestinationVerbRef ¶
func (*Call) GetDuration ¶
func (x *Call) GetDuration() *durationpb.Duration
func (*Call) GetRequest ¶
func (*Call) GetRequestKey ¶
func (*Call) GetResponse ¶
func (*Call) GetSourceVerbRef ¶
func (*Call) GetTimeStamp ¶
func (x *Call) GetTimeStamp() *timestamppb.Timestamp
func (*Call) ProtoMessage ¶
func (*Call) ProtoMessage()
func (*Call) ProtoReflect ¶
func (x *Call) ProtoReflect() protoreflect.Message
type Data ¶
type Data struct { Data *schema.Data `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"` Schema string `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"` // contains filtered or unexported fields }
func (*Data) Descriptor
deprecated
func (*Data) ProtoMessage ¶
func (*Data) ProtoMessage()
func (*Data) ProtoReflect ¶
func (x *Data) ProtoReflect() protoreflect.Message
type Deployment ¶
type Deployment struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Language string `protobuf:"bytes,2,opt,name=language,proto3" json:"language,omitempty"` ModuleName string `protobuf:"bytes,3,opt,name=module_name,json=moduleName,proto3" json:"module_name,omitempty"` MinReplicas int32 `protobuf:"varint,4,opt,name=min_replicas,json=minReplicas,proto3" json:"min_replicas,omitempty"` EventType DeploymentEventType `` /* 139-byte string literal not displayed */ Replaced *string `protobuf:"bytes,6,opt,name=replaced,proto3,oneof" json:"replaced,omitempty"` // contains filtered or unexported fields }
func (*Deployment) Descriptor
deprecated
func (*Deployment) Descriptor() ([]byte, []int)
Deprecated: Use Deployment.ProtoReflect.Descriptor instead.
func (*Deployment) GetEventType ¶
func (x *Deployment) GetEventType() DeploymentEventType
func (*Deployment) GetLanguage ¶
func (x *Deployment) GetLanguage() string
func (*Deployment) GetMinReplicas ¶
func (x *Deployment) GetMinReplicas() int32
func (*Deployment) GetModuleName ¶
func (x *Deployment) GetModuleName() string
func (*Deployment) GetName ¶
func (x *Deployment) GetName() string
func (*Deployment) GetReplaced ¶
func (x *Deployment) GetReplaced() string
func (*Deployment) ProtoMessage ¶
func (*Deployment) ProtoMessage()
func (*Deployment) ProtoReflect ¶
func (x *Deployment) ProtoReflect() protoreflect.Message
func (*Deployment) Reset ¶
func (x *Deployment) Reset()
func (*Deployment) String ¶
func (x *Deployment) String() string
type DeploymentEventType ¶
type DeploymentEventType int32
const ( DeploymentEventType_DEPLOYMENT_CREATED DeploymentEventType = 0 DeploymentEventType_DEPLOYMENT_UPDATED DeploymentEventType = 1 DeploymentEventType_DEPLOYMENT_REPLACED DeploymentEventType = 2 )
func (DeploymentEventType) Descriptor ¶
func (DeploymentEventType) Descriptor() protoreflect.EnumDescriptor
func (DeploymentEventType) Enum ¶
func (x DeploymentEventType) Enum() *DeploymentEventType
func (DeploymentEventType) EnumDescriptor
deprecated
func (DeploymentEventType) EnumDescriptor() ([]byte, []int)
Deprecated: Use DeploymentEventType.Descriptor instead.
func (DeploymentEventType) Number ¶
func (x DeploymentEventType) Number() protoreflect.EnumNumber
func (DeploymentEventType) String ¶
func (x DeploymentEventType) String() string
func (DeploymentEventType) Type ¶
func (DeploymentEventType) Type() protoreflect.EnumType
type GetCallsRequest ¶
type GetCallsRequest struct { Module string `protobuf:"bytes,1,opt,name=module,proto3" json:"module,omitempty"` Verb string `protobuf:"bytes,2,opt,name=verb,proto3" json:"verb,omitempty"` // contains filtered or unexported fields }
func (*GetCallsRequest) Descriptor
deprecated
func (*GetCallsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCallsRequest.ProtoReflect.Descriptor instead.
func (*GetCallsRequest) GetModule ¶
func (x *GetCallsRequest) GetModule() string
func (*GetCallsRequest) GetVerb ¶
func (x *GetCallsRequest) GetVerb() string
func (*GetCallsRequest) ProtoMessage ¶
func (*GetCallsRequest) ProtoMessage()
func (*GetCallsRequest) ProtoReflect ¶
func (x *GetCallsRequest) ProtoReflect() protoreflect.Message
func (*GetCallsRequest) Reset ¶
func (x *GetCallsRequest) Reset()
func (*GetCallsRequest) String ¶
func (x *GetCallsRequest) String() string
type GetCallsResponse ¶
type GetCallsResponse struct { Calls []*Call `protobuf:"bytes,1,rep,name=calls,proto3" json:"calls,omitempty"` // contains filtered or unexported fields }
func (*GetCallsResponse) Descriptor
deprecated
func (*GetCallsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCallsResponse.ProtoReflect.Descriptor instead.
func (*GetCallsResponse) GetCalls ¶
func (x *GetCallsResponse) GetCalls() []*Call
func (*GetCallsResponse) ProtoMessage ¶
func (*GetCallsResponse) ProtoMessage()
func (*GetCallsResponse) ProtoReflect ¶
func (x *GetCallsResponse) ProtoReflect() protoreflect.Message
func (*GetCallsResponse) Reset ¶
func (x *GetCallsResponse) Reset()
func (*GetCallsResponse) String ¶
func (x *GetCallsResponse) String() string
type GetModulesRequest ¶
type GetModulesRequest struct {
// contains filtered or unexported fields
}
func (*GetModulesRequest) Descriptor
deprecated
func (*GetModulesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetModulesRequest.ProtoReflect.Descriptor instead.
func (*GetModulesRequest) ProtoMessage ¶
func (*GetModulesRequest) ProtoMessage()
func (*GetModulesRequest) ProtoReflect ¶
func (x *GetModulesRequest) ProtoReflect() protoreflect.Message
func (*GetModulesRequest) Reset ¶
func (x *GetModulesRequest) Reset()
func (*GetModulesRequest) String ¶
func (x *GetModulesRequest) String() string
type GetModulesResponse ¶
type GetModulesResponse struct { Modules []*Module `protobuf:"bytes,1,rep,name=modules,proto3" json:"modules,omitempty"` // contains filtered or unexported fields }
func (*GetModulesResponse) Descriptor
deprecated
func (*GetModulesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetModulesResponse.ProtoReflect.Descriptor instead.
func (*GetModulesResponse) GetModules ¶
func (x *GetModulesResponse) GetModules() []*Module
func (*GetModulesResponse) ProtoMessage ¶
func (*GetModulesResponse) ProtoMessage()
func (*GetModulesResponse) ProtoReflect ¶
func (x *GetModulesResponse) ProtoReflect() protoreflect.Message
func (*GetModulesResponse) Reset ¶
func (x *GetModulesResponse) Reset()
func (*GetModulesResponse) String ¶
func (x *GetModulesResponse) String() string
type GetRequestCallsRequest ¶
type GetRequestCallsRequest struct { RequestKey string `protobuf:"bytes,1,opt,name=request_key,json=requestKey,proto3" json:"request_key,omitempty"` // contains filtered or unexported fields }
func (*GetRequestCallsRequest) Descriptor
deprecated
func (*GetRequestCallsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetRequestCallsRequest.ProtoReflect.Descriptor instead.
func (*GetRequestCallsRequest) GetRequestKey ¶
func (x *GetRequestCallsRequest) GetRequestKey() string
func (*GetRequestCallsRequest) ProtoMessage ¶
func (*GetRequestCallsRequest) ProtoMessage()
func (*GetRequestCallsRequest) ProtoReflect ¶
func (x *GetRequestCallsRequest) ProtoReflect() protoreflect.Message
func (*GetRequestCallsRequest) Reset ¶
func (x *GetRequestCallsRequest) Reset()
func (*GetRequestCallsRequest) String ¶
func (x *GetRequestCallsRequest) String() string
type GetRequestCallsResponse ¶
type GetRequestCallsResponse struct { Calls []*Call `protobuf:"bytes,1,rep,name=calls,proto3" json:"calls,omitempty"` // contains filtered or unexported fields }
func (*GetRequestCallsResponse) Descriptor
deprecated
func (*GetRequestCallsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetRequestCallsResponse.ProtoReflect.Descriptor instead.
func (*GetRequestCallsResponse) GetCalls ¶
func (x *GetRequestCallsResponse) GetCalls() []*Call
func (*GetRequestCallsResponse) ProtoMessage ¶
func (*GetRequestCallsResponse) ProtoMessage()
func (*GetRequestCallsResponse) ProtoReflect ¶
func (x *GetRequestCallsResponse) ProtoReflect() protoreflect.Message
func (*GetRequestCallsResponse) Reset ¶
func (x *GetRequestCallsResponse) Reset()
func (*GetRequestCallsResponse) String ¶
func (x *GetRequestCallsResponse) String() string
type LogEntry ¶
type LogEntry struct { DeploymentName string `protobuf:"bytes,1,opt,name=deployment_name,json=deploymentName,proto3" json:"deployment_name,omitempty"` RequestKey *string `protobuf:"bytes,2,opt,name=request_key,json=requestKey,proto3,oneof" json:"request_key,omitempty"` TimeStamp *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=time_stamp,json=timeStamp,proto3" json:"time_stamp,omitempty"` LogLevel int32 `protobuf:"varint,4,opt,name=log_level,json=logLevel,proto3" json:"log_level,omitempty"` Attributes map[string]string `` /* 161-byte string literal not displayed */ Message string `protobuf:"bytes,6,opt,name=message,proto3" json:"message,omitempty"` Error *string `protobuf:"bytes,7,opt,name=error,proto3,oneof" json:"error,omitempty"` // contains filtered or unexported fields }
func (*LogEntry) Descriptor
deprecated
func (*LogEntry) GetAttributes ¶
func (*LogEntry) GetDeploymentName ¶
func (*LogEntry) GetLogLevel ¶
func (*LogEntry) GetMessage ¶
func (*LogEntry) GetRequestKey ¶
func (*LogEntry) GetTimeStamp ¶
func (x *LogEntry) GetTimeStamp() *timestamppb.Timestamp
func (*LogEntry) ProtoMessage ¶
func (*LogEntry) ProtoMessage()
func (*LogEntry) ProtoReflect ¶
func (x *LogEntry) ProtoReflect() protoreflect.Message
type Module ¶
type Module struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` DeploymentName string `protobuf:"bytes,2,opt,name=deployment_name,json=deploymentName,proto3" json:"deployment_name,omitempty"` Language string `protobuf:"bytes,3,opt,name=language,proto3" json:"language,omitempty"` Schema string `protobuf:"bytes,4,opt,name=schema,proto3" json:"schema,omitempty"` Verbs []*Verb `protobuf:"bytes,5,rep,name=verbs,proto3" json:"verbs,omitempty"` Data []*Data `protobuf:"bytes,6,rep,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
func (*Module) Descriptor
deprecated
func (*Module) GetDeploymentName ¶
func (*Module) GetLanguage ¶
func (*Module) ProtoMessage ¶
func (*Module) ProtoMessage()
func (*Module) ProtoReflect ¶
func (x *Module) ProtoReflect() protoreflect.Message
type StreamLogsRequest ¶
type StreamLogsRequest struct { UpdateInterval *durationpb.Duration `protobuf:"bytes,1,opt,name=update_interval,json=updateInterval,proto3,oneof" json:"update_interval,omitempty"` AfterTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=after_time,json=afterTime,proto3" json:"after_time,omitempty"` DeploymentName string `protobuf:"bytes,3,opt,name=deployment_name,json=deploymentName,proto3" json:"deployment_name,omitempty"` // contains filtered or unexported fields }
func (*StreamLogsRequest) Descriptor
deprecated
func (*StreamLogsRequest) Descriptor() ([]byte, []int)
Deprecated: Use StreamLogsRequest.ProtoReflect.Descriptor instead.
func (*StreamLogsRequest) GetAfterTime ¶
func (x *StreamLogsRequest) GetAfterTime() *timestamppb.Timestamp
func (*StreamLogsRequest) GetDeploymentName ¶
func (x *StreamLogsRequest) GetDeploymentName() string
func (*StreamLogsRequest) GetUpdateInterval ¶
func (x *StreamLogsRequest) GetUpdateInterval() *durationpb.Duration
func (*StreamLogsRequest) ProtoMessage ¶
func (*StreamLogsRequest) ProtoMessage()
func (*StreamLogsRequest) ProtoReflect ¶
func (x *StreamLogsRequest) ProtoReflect() protoreflect.Message
func (*StreamLogsRequest) Reset ¶
func (x *StreamLogsRequest) Reset()
func (*StreamLogsRequest) String ¶
func (x *StreamLogsRequest) String() string
type StreamLogsResponse ¶
type StreamLogsResponse struct { Log *LogEntry `protobuf:"bytes,1,opt,name=log,proto3" json:"log,omitempty"` // If true there are more logs immediately following this one as part of the initial batch. // If false this is the last log in the initial batch, but others may follow later. More bool `protobuf:"varint,2,opt,name=more,proto3" json:"more,omitempty"` // contains filtered or unexported fields }
func (*StreamLogsResponse) Descriptor
deprecated
func (*StreamLogsResponse) Descriptor() ([]byte, []int)
Deprecated: Use StreamLogsResponse.ProtoReflect.Descriptor instead.
func (*StreamLogsResponse) GetLog ¶
func (x *StreamLogsResponse) GetLog() *LogEntry
func (*StreamLogsResponse) GetMore ¶
func (x *StreamLogsResponse) GetMore() bool
func (*StreamLogsResponse) ProtoMessage ¶
func (*StreamLogsResponse) ProtoMessage()
func (*StreamLogsResponse) ProtoReflect ¶
func (x *StreamLogsResponse) ProtoReflect() protoreflect.Message
func (*StreamLogsResponse) Reset ¶
func (x *StreamLogsResponse) Reset()
func (*StreamLogsResponse) String ¶
func (x *StreamLogsResponse) String() string
type StreamTimelineRequest ¶
type StreamTimelineRequest struct { UpdateInterval *durationpb.Duration `protobuf:"bytes,1,opt,name=update_interval,json=updateInterval,proto3,oneof" json:"update_interval,omitempty"` AfterTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=after_time,json=afterTime,proto3" json:"after_time,omitempty"` DeploymentName string `protobuf:"bytes,3,opt,name=deployment_name,json=deploymentName,proto3" json:"deployment_name,omitempty"` // contains filtered or unexported fields }
func (*StreamTimelineRequest) Descriptor
deprecated
func (*StreamTimelineRequest) Descriptor() ([]byte, []int)
Deprecated: Use StreamTimelineRequest.ProtoReflect.Descriptor instead.
func (*StreamTimelineRequest) GetAfterTime ¶
func (x *StreamTimelineRequest) GetAfterTime() *timestamppb.Timestamp
func (*StreamTimelineRequest) GetDeploymentName ¶
func (x *StreamTimelineRequest) GetDeploymentName() string
func (*StreamTimelineRequest) GetUpdateInterval ¶
func (x *StreamTimelineRequest) GetUpdateInterval() *durationpb.Duration
func (*StreamTimelineRequest) ProtoMessage ¶
func (*StreamTimelineRequest) ProtoMessage()
func (*StreamTimelineRequest) ProtoReflect ¶
func (x *StreamTimelineRequest) ProtoReflect() protoreflect.Message
func (*StreamTimelineRequest) Reset ¶
func (x *StreamTimelineRequest) Reset()
func (*StreamTimelineRequest) String ¶
func (x *StreamTimelineRequest) String() string
type StreamTimelineResponse ¶
type StreamTimelineResponse struct { TimeStamp *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=time_stamp,json=timeStamp,proto3" json:"time_stamp,omitempty"` // Unique ID for event. Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` // Types that are assignable to Entry: // *StreamTimelineResponse_Call // *StreamTimelineResponse_Deployment // *StreamTimelineResponse_Log Entry isStreamTimelineResponse_Entry `protobuf_oneof:"entry"` // If true there are more logs immediately following this one as part of the initial batch. // If false this is the last log in the initial batch, but others may follow later. More bool `protobuf:"varint,6,opt,name=more,proto3" json:"more,omitempty"` // contains filtered or unexported fields }
func (*StreamTimelineResponse) Descriptor
deprecated
func (*StreamTimelineResponse) Descriptor() ([]byte, []int)
Deprecated: Use StreamTimelineResponse.ProtoReflect.Descriptor instead.
func (*StreamTimelineResponse) GetCall ¶
func (x *StreamTimelineResponse) GetCall() *Call
func (*StreamTimelineResponse) GetDeployment ¶
func (x *StreamTimelineResponse) GetDeployment() *Deployment
func (*StreamTimelineResponse) GetEntry ¶
func (m *StreamTimelineResponse) GetEntry() isStreamTimelineResponse_Entry
func (*StreamTimelineResponse) GetId ¶
func (x *StreamTimelineResponse) GetId() int64
func (*StreamTimelineResponse) GetLog ¶
func (x *StreamTimelineResponse) GetLog() *LogEntry
func (*StreamTimelineResponse) GetMore ¶
func (x *StreamTimelineResponse) GetMore() bool
func (*StreamTimelineResponse) GetTimeStamp ¶
func (x *StreamTimelineResponse) GetTimeStamp() *timestamppb.Timestamp
func (*StreamTimelineResponse) ProtoMessage ¶
func (*StreamTimelineResponse) ProtoMessage()
func (*StreamTimelineResponse) ProtoReflect ¶
func (x *StreamTimelineResponse) ProtoReflect() protoreflect.Message
func (*StreamTimelineResponse) Reset ¶
func (x *StreamTimelineResponse) Reset()
func (*StreamTimelineResponse) String ¶
func (x *StreamTimelineResponse) String() string
type StreamTimelineResponse_Call ¶
type StreamTimelineResponse_Call struct {
Call *Call `protobuf:"bytes,3,opt,name=call,proto3,oneof"`
}
type StreamTimelineResponse_Deployment ¶
type StreamTimelineResponse_Deployment struct {
Deployment *Deployment `protobuf:"bytes,4,opt,name=deployment,proto3,oneof"`
}
type StreamTimelineResponse_Log ¶
type StreamTimelineResponse_Log struct {
Log *LogEntry `protobuf:"bytes,5,opt,name=log,proto3,oneof"`
}
type Verb ¶
type Verb struct { Verb *schema.Verb `protobuf:"bytes,1,opt,name=verb,proto3" json:"verb,omitempty"` Schema string `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"` JsonRequestSchema string `protobuf:"bytes,3,opt,name=json_request_schema,json=jsonRequestSchema,proto3" json:"json_request_schema,omitempty"` // contains filtered or unexported fields }
func (*Verb) Descriptor
deprecated
func (*Verb) GetJsonRequestSchema ¶ added in v0.1.1
func (*Verb) ProtoMessage ¶
func (*Verb) ProtoMessage()
func (*Verb) ProtoReflect ¶
func (x *Verb) ProtoReflect() protoreflect.Message