Documentation
¶
Index ¶
- Variables
- func RegisterSyntheticsAdminServiceServer(s grpc.ServiceRegistrar, srv SyntheticsAdminServiceServer)
- func RegisterSyntheticsDataServiceServer(s grpc.ServiceRegistrar, srv SyntheticsDataServiceServer)
- type ActivationSettings
- func (*ActivationSettings) Descriptor() ([]byte, []int)deprecated
- func (x *ActivationSettings) GetGracePeriod() string
- func (x *ActivationSettings) GetTimeUnit() string
- func (x *ActivationSettings) GetTimeWindow() string
- func (x *ActivationSettings) GetTimes() string
- func (*ActivationSettings) ProtoMessage()
- func (x *ActivationSettings) ProtoReflect() protoreflect.Message
- func (x *ActivationSettings) Reset()
- func (x *ActivationSettings) String() string
- type Agent
- func (*Agent) Descriptor() ([]byte, []int)deprecated
- func (x *Agent) GetAgentImpl() ImplementType
- func (x *Agent) GetAlias() string
- func (x *Agent) GetAsn() uint32
- func (x *Agent) GetCity() string
- func (x *Agent) GetCloudProvider() string
- func (x *Agent) GetCloudRegion() string
- func (x *Agent) GetCountry() string
- func (x *Agent) GetFamily() IPFamily
- func (x *Agent) GetId() string
- func (x *Agent) GetIp() stringdeprecated
- func (x *Agent) GetLabels() []string
- func (x *Agent) GetLastAuthed() *timestamppb.Timestamp
- func (x *Agent) GetLat() float64
- func (x *Agent) GetLocalIp() stringdeprecated
- func (x *Agent) GetLong() float64
- func (x *Agent) GetMetadata() *AgentMetadata
- func (x *Agent) GetOs() string
- func (x *Agent) GetRegion() string
- func (x *Agent) GetSiteId() string
- func (x *Agent) GetSiteName() string
- func (x *Agent) GetStatus() AgentStatus
- func (x *Agent) GetTestIds() []string
- func (x *Agent) GetType() string
- func (x *Agent) GetVersion() string
- func (*Agent) ProtoMessage()
- func (x *Agent) ProtoReflect() protoreflect.Message
- func (x *Agent) Reset()
- func (x *Agent) String() string
- type AgentMetadata
- func (*AgentMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *AgentMetadata) GetPrivateIpv4Addresses() []*AgentMetadata_IpValue
- func (x *AgentMetadata) GetPrivateIpv6Addresses() []*AgentMetadata_IpValue
- func (x *AgentMetadata) GetPublicIpv4Addresses() []*AgentMetadata_IpValue
- func (x *AgentMetadata) GetPublicIpv6Addresses() []*AgentMetadata_IpValue
- func (*AgentMetadata) ProtoMessage()
- func (x *AgentMetadata) ProtoReflect() protoreflect.Message
- func (x *AgentMetadata) Reset()
- func (x *AgentMetadata) String() string
- type AgentMetadata_IpValue
- func (*AgentMetadata_IpValue) Descriptor() ([]byte, []int)deprecated
- func (x *AgentMetadata_IpValue) GetValue() string
- func (*AgentMetadata_IpValue) ProtoMessage()
- func (x *AgentMetadata_IpValue) ProtoReflect() protoreflect.Message
- func (x *AgentMetadata_IpValue) Reset()
- func (x *AgentMetadata_IpValue) String() string
- type AgentResults
- func (*AgentResults) Descriptor() ([]byte, []int)deprecated
- func (x *AgentResults) GetAgentId() string
- func (x *AgentResults) GetHealth() string
- func (x *AgentResults) GetTasks() []*TaskResults
- func (*AgentResults) ProtoMessage()
- func (x *AgentResults) ProtoReflect() protoreflect.Message
- func (x *AgentResults) Reset()
- func (x *AgentResults) String() string
- type AgentStatus
- func (AgentStatus) Descriptor() protoreflect.EnumDescriptor
- func (x AgentStatus) Enum() *AgentStatus
- func (AgentStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x AgentStatus) Number() protoreflect.EnumNumber
- func (x AgentStatus) String() string
- func (AgentStatus) Type() protoreflect.EnumType
- type AgentTest
- type CreateTestRequest
- type CreateTestResponse
- type DNSRecord
- type DNSResponseData
- func (*DNSResponseData) Descriptor() ([]byte, []int)deprecated
- func (x *DNSResponseData) GetData() string
- func (x *DNSResponseData) GetStatus() uint32
- func (*DNSResponseData) ProtoMessage()
- func (x *DNSResponseData) ProtoReflect() protoreflect.Message
- func (x *DNSResponseData) Reset()
- func (x *DNSResponseData) String() string
- type DNSResults
- func (*DNSResults) Descriptor() ([]byte, []int)deprecated
- func (x *DNSResults) GetLatency() *MetricData
- func (x *DNSResults) GetResponse() *DNSResponseData
- func (x *DNSResults) GetServer() string
- func (x *DNSResults) GetTarget() string
- func (*DNSResults) ProtoMessage()
- func (x *DNSResults) ProtoReflect() protoreflect.Message
- func (x *DNSResults) Reset()
- func (x *DNSResults) String() string
- type DeleteAgentRequest
- type DeleteAgentResponse
- type DeleteTestRequest
- type DeleteTestResponse
- type DnsTest
- func (*DnsTest) Descriptor() ([]byte, []int)deprecated
- func (x *DnsTest) GetPort() uint32
- func (x *DnsTest) GetRecordType() DNSRecord
- func (x *DnsTest) GetServers() []string
- func (x *DnsTest) GetTarget() string
- func (x *DnsTest) GetTimeout() uint32deprecated
- func (*DnsTest) ProtoMessage()
- func (x *DnsTest) ProtoReflect() protoreflect.Message
- func (x *DnsTest) Reset()
- func (x *DnsTest) String() string
- type FlowTest
- func (*FlowTest) Descriptor() ([]byte, []int)deprecated
- func (x *FlowTest) GetDirection() string
- func (x *FlowTest) GetInetDirection() string
- func (x *FlowTest) GetMaxIpTargets() uint32
- func (x *FlowTest) GetMaxProviders() uint32
- func (x *FlowTest) GetTarget() string
- func (x *FlowTest) GetTargetRefreshIntervalMillis() uint32
- func (x *FlowTest) GetType() string
- func (*FlowTest) ProtoMessage()
- func (x *FlowTest) ProtoReflect() protoreflect.Message
- func (x *FlowTest) Reset()
- func (x *FlowTest) String() string
- type GetAgentRequest
- type GetAgentResponse
- type GetResultsForTestsRequest
- func (*GetResultsForTestsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetResultsForTestsRequest) GetAgentIds() []string
- func (x *GetResultsForTestsRequest) GetAggregate() bool
- func (x *GetResultsForTestsRequest) GetEndTime() *timestamppb.Timestamp
- func (x *GetResultsForTestsRequest) GetIds() []string
- func (x *GetResultsForTestsRequest) GetStartTime() *timestamppb.Timestamp
- func (x *GetResultsForTestsRequest) GetTargets() []string
- func (*GetResultsForTestsRequest) ProtoMessage()
- func (x *GetResultsForTestsRequest) ProtoReflect() protoreflect.Message
- func (x *GetResultsForTestsRequest) Reset()
- func (x *GetResultsForTestsRequest) String() string
- type GetResultsForTestsResponse
- func (*GetResultsForTestsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetResultsForTestsResponse) GetResults() []*TestResults
- func (*GetResultsForTestsResponse) ProtoMessage()
- func (x *GetResultsForTestsResponse) ProtoReflect() protoreflect.Message
- func (x *GetResultsForTestsResponse) Reset()
- func (x *GetResultsForTestsResponse) String() string
- type GetTestRequest
- type GetTestResponse
- type GetTraceForTestRequest
- func (*GetTraceForTestRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTraceForTestRequest) GetAgentIds() []string
- func (x *GetTraceForTestRequest) GetEndTime() *timestamppb.Timestamp
- func (x *GetTraceForTestRequest) GetId() string
- func (x *GetTraceForTestRequest) GetStartTime() *timestamppb.Timestamp
- func (x *GetTraceForTestRequest) GetTargetIps() []string
- func (*GetTraceForTestRequest) ProtoMessage()
- func (x *GetTraceForTestRequest) ProtoReflect() protoreflect.Message
- func (x *GetTraceForTestRequest) Reset()
- func (x *GetTraceForTestRequest) String() string
- type GetTraceForTestResponse
- func (*GetTraceForTestResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTraceForTestResponse) GetNodes() map[string]*NetNode
- func (x *GetTraceForTestResponse) GetPaths() []*Path
- func (*GetTraceForTestResponse) ProtoMessage()
- func (x *GetTraceForTestResponse) ProtoReflect() protoreflect.Message
- func (x *GetTraceForTestResponse) Reset()
- func (x *GetTraceForTestResponse) String() string
- type HTTPResponseData
- func (*HTTPResponseData) Descriptor() ([]byte, []int)deprecated
- func (x *HTTPResponseData) GetData() string
- func (x *HTTPResponseData) GetSize() uint32
- func (x *HTTPResponseData) GetStatus() uint32
- func (*HTTPResponseData) ProtoMessage()
- func (x *HTTPResponseData) ProtoReflect() protoreflect.Message
- func (x *HTTPResponseData) Reset()
- func (x *HTTPResponseData) String() string
- type HTTPResults
- func (*HTTPResults) Descriptor() ([]byte, []int)deprecated
- func (x *HTTPResults) GetDstIp() string
- func (x *HTTPResults) GetLatency() *MetricData
- func (x *HTTPResults) GetResponse() *HTTPResponseData
- func (x *HTTPResults) GetTarget() string
- func (*HTTPResults) ProtoMessage()
- func (x *HTTPResults) ProtoReflect() protoreflect.Message
- func (x *HTTPResults) Reset()
- func (x *HTTPResults) String() string
- type HealthSettings
- func (*HealthSettings) Descriptor() ([]byte, []int)deprecated
- func (x *HealthSettings) GetActivation() *ActivationSettings
- func (x *HealthSettings) GetCertExpiryCritical() uint32
- func (x *HealthSettings) GetCertExpiryWarning() uint32
- func (x *HealthSettings) GetDnsLatencyCritical() float32
- func (x *HealthSettings) GetDnsLatencyCriticalStddev() float32
- func (x *HealthSettings) GetDnsLatencyWarning() float32
- func (x *HealthSettings) GetDnsLatencyWarningStddev() float32
- func (x *HealthSettings) GetDnsValidCodes() []uint32
- func (x *HealthSettings) GetDnsValidIps() string
- func (x *HealthSettings) GetHttpLatencyCritical() float32
- func (x *HealthSettings) GetHttpLatencyCriticalStddev() float32
- func (x *HealthSettings) GetHttpLatencyWarning() float32
- func (x *HealthSettings) GetHttpLatencyWarningStddev() float32
- func (x *HealthSettings) GetHttpValidCodes() []uint32
- func (x *HealthSettings) GetJitterCritical() float32
- func (x *HealthSettings) GetJitterCriticalStddev() float32
- func (x *HealthSettings) GetJitterWarning() float32
- func (x *HealthSettings) GetJitterWarningStddev() float32
- func (x *HealthSettings) GetLatencyCritical() float32
- func (x *HealthSettings) GetLatencyCriticalStddev() float32
- func (x *HealthSettings) GetLatencyWarning() float32
- func (x *HealthSettings) GetLatencyWarningStddev() float32
- func (x *HealthSettings) GetPacketLossCritical() float32
- func (x *HealthSettings) GetPacketLossWarning() float32
- func (x *HealthSettings) GetUnhealthySubtestThreshold() uint32deprecated
- func (*HealthSettings) ProtoMessage()
- func (x *HealthSettings) ProtoReflect() protoreflect.Message
- func (x *HealthSettings) Reset()
- func (x *HealthSettings) String() string
- type HostnameTest
- type IPFamily
- type ImplementType
- func (ImplementType) Descriptor() protoreflect.EnumDescriptor
- func (x ImplementType) Enum() *ImplementType
- func (ImplementType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ImplementType) Number() protoreflect.EnumNumber
- func (x ImplementType) String() string
- func (ImplementType) Type() protoreflect.EnumType
- type IpTest
- type ListAgentsRequest
- type ListAgentsResponse
- func (*ListAgentsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListAgentsResponse) GetAgents() []*Agent
- func (x *ListAgentsResponse) GetInvalidCount() uint32
- func (*ListAgentsResponse) ProtoMessage()
- func (x *ListAgentsResponse) ProtoReflect() protoreflect.Message
- func (x *ListAgentsResponse) Reset()
- func (x *ListAgentsResponse) String() string
- type ListTestsRequest
- type ListTestsResponse
- func (*ListTestsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListTestsResponse) GetInvalidCount() uint32
- func (x *ListTestsResponse) GetTests() []*Test
- func (*ListTestsResponse) ProtoMessage()
- func (x *ListTestsResponse) ProtoReflect() protoreflect.Message
- func (x *ListTestsResponse) Reset()
- func (x *ListTestsResponse) String() string
- type Location
- func (*Location) Descriptor() ([]byte, []int)deprecated
- func (x *Location) GetCity() string
- func (x *Location) GetCountry() string
- func (x *Location) GetLatitude() float64
- func (x *Location) GetLongitude() float64
- func (x *Location) GetRegion() string
- func (*Location) ProtoMessage()
- func (x *Location) ProtoReflect() protoreflect.Message
- func (x *Location) Reset()
- func (x *Location) String() string
- type MetricData
- func (*MetricData) Descriptor() ([]byte, []int)deprecated
- func (x *MetricData) GetCurrent() uint32
- func (x *MetricData) GetHealth() string
- func (x *MetricData) GetRollingAvg() uint32
- func (x *MetricData) GetRollingStddev() uint32
- func (*MetricData) ProtoMessage()
- func (x *MetricData) ProtoReflect() protoreflect.Message
- func (x *MetricData) Reset()
- func (x *MetricData) String() string
- type NetNode
- func (*NetNode) Descriptor() ([]byte, []int)deprecated
- func (x *NetNode) GetAsName() string
- func (x *NetNode) GetAsn() uint32
- func (x *NetNode) GetDeviceId() string
- func (x *NetNode) GetDnsName() string
- func (x *NetNode) GetIp() string
- func (x *NetNode) GetLocation() *Location
- func (x *NetNode) GetSiteId() string
- func (*NetNode) ProtoMessage()
- func (x *NetNode) ProtoReflect() protoreflect.Message
- func (x *NetNode) Reset()
- func (x *NetNode) String() string
- type NetworkMeshTest
- type PacketLossData
- func (*PacketLossData) Descriptor() ([]byte, []int)deprecated
- func (x *PacketLossData) GetCurrent() float64
- func (x *PacketLossData) GetHealth() string
- func (*PacketLossData) ProtoMessage()
- func (x *PacketLossData) ProtoReflect() protoreflect.Message
- func (x *PacketLossData) Reset()
- func (x *PacketLossData) String() string
- type PageLoadTest
- func (*PageLoadTest) Descriptor() ([]byte, []int)deprecated
- func (x *PageLoadTest) GetCssSelectors() map[string]string
- func (x *PageLoadTest) GetHeaders() map[string]string
- func (x *PageLoadTest) GetIgnoreTlsErrors() bool
- func (x *PageLoadTest) GetTarget() string
- func (x *PageLoadTest) GetTimeout() uint32
- func (*PageLoadTest) ProtoMessage()
- func (x *PageLoadTest) ProtoReflect() protoreflect.Message
- func (x *PageLoadTest) Reset()
- func (x *PageLoadTest) String() string
- type Path
- func (*Path) Descriptor() ([]byte, []int)deprecated
- func (x *Path) GetAgentId() string
- func (x *Path) GetHopCount() *Stats
- func (x *Path) GetMaxAsPathLength() int32
- func (x *Path) GetTargetIp() string
- func (x *Path) GetTime() *timestamppb.Timestamp
- func (x *Path) GetTraces() []*PathTrace
- func (*Path) ProtoMessage()
- func (x *Path) ProtoReflect() protoreflect.Message
- func (x *Path) Reset()
- func (x *Path) String() string
- type PathTrace
- func (*PathTrace) Descriptor() ([]byte, []int)deprecated
- func (x *PathTrace) GetAsPath() []int32
- func (x *PathTrace) GetHops() []*TraceHop
- func (x *PathTrace) GetIsComplete() bool
- func (*PathTrace) ProtoMessage()
- func (x *PathTrace) ProtoReflect() protoreflect.Message
- func (x *PathTrace) Reset()
- func (x *PathTrace) String() string
- type PingResults
- func (*PingResults) Descriptor() ([]byte, []int)deprecated
- func (x *PingResults) GetDstIp() string
- func (x *PingResults) GetJitter() *MetricData
- func (x *PingResults) GetLatency() *MetricData
- func (x *PingResults) GetPacketLoss() *PacketLossData
- func (x *PingResults) GetTarget() string
- func (*PingResults) ProtoMessage()
- func (x *PingResults) ProtoReflect() protoreflect.Message
- func (x *PingResults) Reset()
- func (x *PingResults) String() string
- type SetTestStatusRequest
- func (*SetTestStatusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetTestStatusRequest) GetId() string
- func (x *SetTestStatusRequest) GetStatus() TestStatus
- func (*SetTestStatusRequest) ProtoMessage()
- func (x *SetTestStatusRequest) ProtoReflect() protoreflect.Message
- func (x *SetTestStatusRequest) Reset()
- func (x *SetTestStatusRequest) String() string
- type SetTestStatusResponse
- type Stats
- type SyntheticsAdminServiceClient
- type SyntheticsAdminServiceServer
- type SyntheticsDataServiceClient
- type SyntheticsDataServiceServer
- type TaskResults
- func (*TaskResults) Descriptor() ([]byte, []int)deprecated
- func (x *TaskResults) GetDns() *DNSResults
- func (x *TaskResults) GetHealth() string
- func (x *TaskResults) GetHttp() *HTTPResults
- func (x *TaskResults) GetPing() *PingResults
- func (m *TaskResults) GetTaskType() isTaskResults_TaskType
- func (*TaskResults) ProtoMessage()
- func (x *TaskResults) ProtoReflect() protoreflect.Message
- func (x *TaskResults) Reset()
- func (x *TaskResults) String() string
- type TaskResults_Dns
- type TaskResults_Http
- type TaskResults_Ping
- type Test
- func (*Test) Descriptor() ([]byte, []int)deprecated
- func (x *Test) GetCdate() *timestamppb.Timestamp
- func (x *Test) GetCreatedBy() *v202303.UserInfo
- func (x *Test) GetEdate() *timestamppb.Timestamp
- func (x *Test) GetId() string
- func (x *Test) GetLabels() []string
- func (x *Test) GetLastUpdatedBy() *v202303.UserInfo
- func (x *Test) GetName() string
- func (x *Test) GetSettings() *TestSettings
- func (x *Test) GetStatus() TestStatus
- func (x *Test) GetType() string
- func (*Test) ProtoMessage()
- func (x *Test) ProtoReflect() protoreflect.Message
- func (x *Test) Reset()
- func (x *Test) String() string
- type TestPingSettings
- func (*TestPingSettings) Descriptor() ([]byte, []int)deprecated
- func (x *TestPingSettings) GetCount() uint32
- func (x *TestPingSettings) GetDelay() float32
- func (x *TestPingSettings) GetDscp() uint32
- func (x *TestPingSettings) GetPort() uint32
- func (x *TestPingSettings) GetProtocol() string
- func (x *TestPingSettings) GetTimeout() uint32
- func (*TestPingSettings) ProtoMessage()
- func (x *TestPingSettings) ProtoReflect() protoreflect.Message
- func (x *TestPingSettings) Reset()
- func (x *TestPingSettings) String() string
- type TestResults
- func (*TestResults) Descriptor() ([]byte, []int)deprecated
- func (x *TestResults) GetAgents() []*AgentResults
- func (x *TestResults) GetHealth() string
- func (x *TestResults) GetTestId() string
- func (x *TestResults) GetTime() *timestamppb.Timestamp
- func (*TestResults) ProtoMessage()
- func (x *TestResults) ProtoReflect() protoreflect.Message
- func (x *TestResults) Reset()
- func (x *TestResults) String() string
- type TestSettings
- func (*TestSettings) Descriptor() ([]byte, []int)deprecated
- func (x *TestSettings) GetAgent() *AgentTest
- func (x *TestSettings) GetAgentIds() []string
- func (m *TestSettings) GetDefinition() isTestSettings_Definition
- func (x *TestSettings) GetDns() *DnsTest
- func (x *TestSettings) GetDnsGrid() *DnsTest
- func (x *TestSettings) GetFamily() IPFamily
- func (x *TestSettings) GetFlow() *FlowTest
- func (x *TestSettings) GetHealthSettings() *HealthSettings
- func (x *TestSettings) GetHostname() *HostnameTest
- func (x *TestSettings) GetIp() *IpTest
- func (x *TestSettings) GetNetworkGrid() *IpTest
- func (x *TestSettings) GetNetworkMesh() *NetworkMeshTest
- func (x *TestSettings) GetNotes() string
- func (x *TestSettings) GetNotificationChannels() []string
- func (x *TestSettings) GetPageLoad() *PageLoadTest
- func (x *TestSettings) GetPeriod() uint32
- func (x *TestSettings) GetPing() *TestPingSettings
- func (x *TestSettings) GetTasks() []string
- func (x *TestSettings) GetTrace() *TestTraceSettings
- func (x *TestSettings) GetUrl() *UrlTest
- func (*TestSettings) ProtoMessage()
- func (x *TestSettings) ProtoReflect() protoreflect.Message
- func (x *TestSettings) Reset()
- func (x *TestSettings) String() string
- type TestSettings_Agent
- type TestSettings_Dns
- type TestSettings_DnsGrid
- type TestSettings_Flow
- type TestSettings_Hostname
- type TestSettings_Ip
- type TestSettings_NetworkGrid
- type TestSettings_NetworkMesh
- type TestSettings_PageLoad
- type TestSettings_Url
- type TestStatus
- type TestTraceSettings
- func (*TestTraceSettings) Descriptor() ([]byte, []int)deprecated
- func (x *TestTraceSettings) GetCount() uint32
- func (x *TestTraceSettings) GetDelay() float32
- func (x *TestTraceSettings) GetDscp() uint32
- func (x *TestTraceSettings) GetLimit() uint32
- func (x *TestTraceSettings) GetPort() uint32
- func (x *TestTraceSettings) GetProtocol() string
- func (x *TestTraceSettings) GetTimeout() uint32
- func (*TestTraceSettings) ProtoMessage()
- func (x *TestTraceSettings) ProtoReflect() protoreflect.Message
- func (x *TestTraceSettings) Reset()
- func (x *TestTraceSettings) String() string
- type TraceHop
- type UnimplementedSyntheticsAdminServiceServer
- func (UnimplementedSyntheticsAdminServiceServer) CreateTest(context.Context, *CreateTestRequest) (*CreateTestResponse, error)
- func (UnimplementedSyntheticsAdminServiceServer) DeleteAgent(context.Context, *DeleteAgentRequest) (*DeleteAgentResponse, error)
- func (UnimplementedSyntheticsAdminServiceServer) DeleteTest(context.Context, *DeleteTestRequest) (*DeleteTestResponse, error)
- func (UnimplementedSyntheticsAdminServiceServer) GetAgent(context.Context, *GetAgentRequest) (*GetAgentResponse, error)
- func (UnimplementedSyntheticsAdminServiceServer) GetTest(context.Context, *GetTestRequest) (*GetTestResponse, error)
- func (UnimplementedSyntheticsAdminServiceServer) ListAgents(context.Context, *ListAgentsRequest) (*ListAgentsResponse, error)
- func (UnimplementedSyntheticsAdminServiceServer) ListTests(context.Context, *ListTestsRequest) (*ListTestsResponse, error)
- func (UnimplementedSyntheticsAdminServiceServer) SetTestStatus(context.Context, *SetTestStatusRequest) (*SetTestStatusResponse, error)
- func (UnimplementedSyntheticsAdminServiceServer) UpdateAgent(context.Context, *UpdateAgentRequest) (*UpdateAgentResponse, error)
- func (UnimplementedSyntheticsAdminServiceServer) UpdateTest(context.Context, *UpdateTestRequest) (*UpdateTestResponse, error)
- type UnimplementedSyntheticsDataServiceServer
- type UnsafeSyntheticsAdminServiceServer
- type UnsafeSyntheticsDataServiceServer
- type UpdateAgentRequest
- func (*UpdateAgentRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAgentRequest) GetAgent() *Agent
- func (*UpdateAgentRequest) ProtoMessage()
- func (x *UpdateAgentRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateAgentRequest) Reset()
- func (x *UpdateAgentRequest) String() string
- type UpdateAgentResponse
- func (*UpdateAgentResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateAgentResponse) GetAgent() *Agent
- func (*UpdateAgentResponse) ProtoMessage()
- func (x *UpdateAgentResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateAgentResponse) Reset()
- func (x *UpdateAgentResponse) String() string
- type UpdateTestRequest
- type UpdateTestResponse
- type UrlTest
- func (*UrlTest) Descriptor() ([]byte, []int)deprecated
- func (x *UrlTest) GetBody() string
- func (x *UrlTest) GetHeaders() map[string]string
- func (x *UrlTest) GetIgnoreTlsErrors() bool
- func (x *UrlTest) GetMethod() string
- func (x *UrlTest) GetTarget() string
- func (x *UrlTest) GetTimeout() uint32
- func (*UrlTest) ProtoMessage()
- func (x *UrlTest) ProtoReflect() protoreflect.Message
- func (x *UrlTest) Reset()
- func (x *UrlTest) String() string
Constants ¶
This section is empty.
Variables ¶
var ( ImplementType_name = map[int32]string{ 0: "IMPLEMENT_TYPE_UNSPECIFIED", 1: "IMPLEMENT_TYPE_RUST", 2: "IMPLEMENT_TYPE_NODE", 3: "IMPLEMENT_TYPE_NETWORK", } ImplementType_value = map[string]int32{ "IMPLEMENT_TYPE_UNSPECIFIED": 0, "IMPLEMENT_TYPE_RUST": 1, "IMPLEMENT_TYPE_NODE": 2, "IMPLEMENT_TYPE_NETWORK": 3, } )
Enum value maps for ImplementType.
var ( IPFamily_name = map[int32]string{ 0: "IP_FAMILY_UNSPECIFIED", 1: "IP_FAMILY_V4", 2: "IP_FAMILY_V6", 3: "IP_FAMILY_DUAL", } IPFamily_value = map[string]int32{ "IP_FAMILY_UNSPECIFIED": 0, "IP_FAMILY_V4": 1, "IP_FAMILY_V6": 2, "IP_FAMILY_DUAL": 3, } )
Enum value maps for IPFamily.
var ( TestStatus_name = map[int32]string{ 0: "TEST_STATUS_UNSPECIFIED", 1: "TEST_STATUS_ACTIVE", 2: "TEST_STATUS_PAUSED", 3: "TEST_STATUS_DELETED", 4: "TEST_STATUS_PREVIEW", } TestStatus_value = map[string]int32{ "TEST_STATUS_UNSPECIFIED": 0, "TEST_STATUS_ACTIVE": 1, "TEST_STATUS_PAUSED": 2, "TEST_STATUS_DELETED": 3, "TEST_STATUS_PREVIEW": 4, } )
Enum value maps for TestStatus.
var ( AgentStatus_name = map[int32]string{ 0: "AGENT_STATUS_UNSPECIFIED", 1: "AGENT_STATUS_OK", 2: "AGENT_STATUS_WAIT", 3: "AGENT_STATUS_DELETED", } AgentStatus_value = map[string]int32{ "AGENT_STATUS_UNSPECIFIED": 0, "AGENT_STATUS_OK": 1, "AGENT_STATUS_WAIT": 2, "AGENT_STATUS_DELETED": 3, } )
Enum value maps for AgentStatus.
var ( DNSRecord_name = map[int32]string{ 0: "DNS_RECORD_UNSPECIFIED", 1: "DNS_RECORD_A", 2: "DNS_RECORD_AAAA", 3: "DNS_RECORD_CNAME", 4: "DNS_RECORD_DNAME", 5: "DNS_RECORD_NS", 6: "DNS_RECORD_MX", 7: "DNS_RECORD_PTR", 8: "DNS_RECORD_SOA", } DNSRecord_value = map[string]int32{ "DNS_RECORD_UNSPECIFIED": 0, "DNS_RECORD_A": 1, "DNS_RECORD_AAAA": 2, "DNS_RECORD_CNAME": 3, "DNS_RECORD_DNAME": 4, "DNS_RECORD_NS": 5, "DNS_RECORD_MX": 6, "DNS_RECORD_PTR": 7, "DNS_RECORD_SOA": 8, } )
Enum value maps for DNSRecord.
var File_kentik_synthetics_v202202_synthetics_proto protoreflect.FileDescriptor
var SyntheticsAdminService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "kentik.synthetics.v202202.SyntheticsAdminService", HandlerType: (*SyntheticsAdminServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "ListAgents", Handler: _SyntheticsAdminService_ListAgents_Handler, }, { MethodName: "GetAgent", Handler: _SyntheticsAdminService_GetAgent_Handler, }, { MethodName: "UpdateAgent", Handler: _SyntheticsAdminService_UpdateAgent_Handler, }, { MethodName: "DeleteAgent", Handler: _SyntheticsAdminService_DeleteAgent_Handler, }, { MethodName: "ListTests", Handler: _SyntheticsAdminService_ListTests_Handler, }, { MethodName: "CreateTest", Handler: _SyntheticsAdminService_CreateTest_Handler, }, { MethodName: "GetTest", Handler: _SyntheticsAdminService_GetTest_Handler, }, { MethodName: "UpdateTest", Handler: _SyntheticsAdminService_UpdateTest_Handler, }, { MethodName: "DeleteTest", Handler: _SyntheticsAdminService_DeleteTest_Handler, }, { MethodName: "SetTestStatus", Handler: _SyntheticsAdminService_SetTestStatus_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "kentik/synthetics/v202202/synthetics.proto", }
SyntheticsAdminService_ServiceDesc is the grpc.ServiceDesc for SyntheticsAdminService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
var SyntheticsDataService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "kentik.synthetics.v202202.SyntheticsDataService", HandlerType: (*SyntheticsDataServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "GetResultsForTests", Handler: _SyntheticsDataService_GetResultsForTests_Handler, }, { MethodName: "GetTraceForTest", Handler: _SyntheticsDataService_GetTraceForTest_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "kentik/synthetics/v202202/synthetics.proto", }
SyntheticsDataService_ServiceDesc is the grpc.ServiceDesc for SyntheticsDataService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterSyntheticsAdminServiceServer ¶
func RegisterSyntheticsAdminServiceServer(s grpc.ServiceRegistrar, srv SyntheticsAdminServiceServer)
func RegisterSyntheticsDataServiceServer ¶
func RegisterSyntheticsDataServiceServer(s grpc.ServiceRegistrar, srv SyntheticsDataServiceServer)
Types ¶
type ActivationSettings ¶
type ActivationSettings struct { GracePeriod string `protobuf:"bytes,1,opt,name=grace_period,json=gracePeriod,proto3" json:"grace_period,omitempty"` TimeUnit string `protobuf:"bytes,2,opt,name=time_unit,json=timeUnit,proto3" json:"time_unit,omitempty"` TimeWindow string `protobuf:"bytes,3,opt,name=time_window,json=timeWindow,proto3" json:"time_window,omitempty"` Times string `protobuf:"bytes,4,opt,name=times,proto3" json:"times,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*ActivationSettings) Descriptor
deprecated
func (*ActivationSettings) Descriptor() ([]byte, []int)
Deprecated: Use ActivationSettings.ProtoReflect.Descriptor instead.
func (*ActivationSettings) GetGracePeriod ¶
func (x *ActivationSettings) GetGracePeriod() string
func (*ActivationSettings) GetTimeUnit ¶
func (x *ActivationSettings) GetTimeUnit() string
func (*ActivationSettings) GetTimeWindow ¶
func (x *ActivationSettings) GetTimeWindow() string
func (*ActivationSettings) GetTimes ¶
func (x *ActivationSettings) GetTimes() string
func (*ActivationSettings) ProtoMessage ¶
func (*ActivationSettings) ProtoMessage()
func (*ActivationSettings) ProtoReflect ¶
func (x *ActivationSettings) ProtoReflect() protoreflect.Message
func (*ActivationSettings) Reset ¶
func (x *ActivationSettings) Reset()
func (*ActivationSettings) String ¶
func (x *ActivationSettings) String() string
type Agent ¶
type Agent struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` SiteName string `protobuf:"bytes,2,opt,name=site_name,json=siteName,proto3" json:"site_name,omitempty"` Status AgentStatus `protobuf:"varint,3,opt,name=status,proto3,enum=kentik.synthetics.v202202.AgentStatus" json:"status,omitempty"` Alias string `protobuf:"bytes,4,opt,name=alias,proto3" json:"alias,omitempty"` Type string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"` Os string `protobuf:"bytes,6,opt,name=os,proto3" json:"os,omitempty"` // Deprecated: Do not use. Ip string `protobuf:"bytes,7,opt,name=ip,proto3" json:"ip,omitempty"` Lat float64 `protobuf:"fixed64,8,opt,name=lat,proto3" json:"lat,omitempty"` Long float64 `protobuf:"fixed64,9,opt,name=long,proto3" json:"long,omitempty"` LastAuthed *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=last_authed,json=lastAuthed,proto3" json:"last_authed,omitempty"` Family IPFamily `protobuf:"varint,11,opt,name=family,proto3,enum=kentik.synthetics.v202202.IPFamily" json:"family,omitempty"` Asn uint32 `protobuf:"varint,12,opt,name=asn,proto3" json:"asn,omitempty"` SiteId string `protobuf:"bytes,13,opt,name=site_id,json=siteId,proto3" json:"site_id,omitempty"` Version string `protobuf:"bytes,14,opt,name=version,proto3" json:"version,omitempty"` City string `protobuf:"bytes,16,opt,name=city,proto3" json:"city,omitempty"` Region string `protobuf:"bytes,17,opt,name=region,proto3" json:"region,omitempty"` Country string `protobuf:"bytes,18,opt,name=country,proto3" json:"country,omitempty"` TestIds []string `protobuf:"bytes,19,rep,name=test_ids,json=testIds,proto3" json:"test_ids,omitempty"` // Deprecated: Do not use. LocalIp string `protobuf:"bytes,20,opt,name=local_ip,json=localIp,proto3" json:"local_ip,omitempty"` CloudRegion string `protobuf:"bytes,22,opt,name=cloud_region,json=cloudRegion,proto3" json:"cloud_region,omitempty"` CloudProvider string `protobuf:"bytes,23,opt,name=cloud_provider,json=cloudProvider,proto3" json:"cloud_provider,omitempty"` AgentImpl ImplementType `` /* 135-byte string literal not displayed */ Labels []string `protobuf:"bytes,25,rep,name=labels,proto3" json:"labels,omitempty"` Metadata *AgentMetadata `protobuf:"bytes,26,opt,name=metadata,proto3" json:"metadata,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*Agent) Descriptor
deprecated
func (*Agent) GetAgentImpl ¶
func (x *Agent) GetAgentImpl() ImplementType
func (*Agent) GetCloudProvider ¶
func (*Agent) GetCloudRegion ¶
func (*Agent) GetCountry ¶
func (*Agent) GetLastAuthed ¶
func (x *Agent) GetLastAuthed() *timestamppb.Timestamp
func (*Agent) GetLocalIp
deprecated
func (*Agent) GetMetadata ¶
func (x *Agent) GetMetadata() *AgentMetadata
func (*Agent) GetSiteName ¶
func (*Agent) GetStatus ¶
func (x *Agent) GetStatus() AgentStatus
func (*Agent) GetTestIds ¶
func (*Agent) GetVersion ¶
func (*Agent) ProtoMessage ¶
func (*Agent) ProtoMessage()
func (*Agent) ProtoReflect ¶
func (x *Agent) ProtoReflect() protoreflect.Message
type AgentMetadata ¶
type AgentMetadata struct { PrivateIpv4Addresses []*AgentMetadata_IpValue `protobuf:"bytes,1,rep,name=private_ipv4_addresses,json=privateIpv4Addresses,proto3" json:"private_ipv4_addresses,omitempty"` PublicIpv4Addresses []*AgentMetadata_IpValue `protobuf:"bytes,2,rep,name=public_ipv4_addresses,json=publicIpv4Addresses,proto3" json:"public_ipv4_addresses,omitempty"` PrivateIpv6Addresses []*AgentMetadata_IpValue `protobuf:"bytes,3,rep,name=private_ipv6_addresses,json=privateIpv6Addresses,proto3" json:"private_ipv6_addresses,omitempty"` PublicIpv6Addresses []*AgentMetadata_IpValue `protobuf:"bytes,4,rep,name=public_ipv6_addresses,json=publicIpv6Addresses,proto3" json:"public_ipv6_addresses,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*AgentMetadata) Descriptor
deprecated
func (*AgentMetadata) Descriptor() ([]byte, []int)
Deprecated: Use AgentMetadata.ProtoReflect.Descriptor instead.
func (*AgentMetadata) GetPrivateIpv4Addresses ¶
func (x *AgentMetadata) GetPrivateIpv4Addresses() []*AgentMetadata_IpValue
func (*AgentMetadata) GetPrivateIpv6Addresses ¶
func (x *AgentMetadata) GetPrivateIpv6Addresses() []*AgentMetadata_IpValue
func (*AgentMetadata) GetPublicIpv4Addresses ¶
func (x *AgentMetadata) GetPublicIpv4Addresses() []*AgentMetadata_IpValue
func (*AgentMetadata) GetPublicIpv6Addresses ¶
func (x *AgentMetadata) GetPublicIpv6Addresses() []*AgentMetadata_IpValue
func (*AgentMetadata) ProtoMessage ¶
func (*AgentMetadata) ProtoMessage()
func (*AgentMetadata) ProtoReflect ¶
func (x *AgentMetadata) ProtoReflect() protoreflect.Message
func (*AgentMetadata) Reset ¶
func (x *AgentMetadata) Reset()
func (*AgentMetadata) String ¶
func (x *AgentMetadata) String() string
type AgentMetadata_IpValue ¶
type AgentMetadata_IpValue struct { Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"` // contains filtered or unexported fields }
func (*AgentMetadata_IpValue) Descriptor
deprecated
func (*AgentMetadata_IpValue) Descriptor() ([]byte, []int)
Deprecated: Use AgentMetadata_IpValue.ProtoReflect.Descriptor instead.
func (*AgentMetadata_IpValue) GetValue ¶
func (x *AgentMetadata_IpValue) GetValue() string
func (*AgentMetadata_IpValue) ProtoMessage ¶
func (*AgentMetadata_IpValue) ProtoMessage()
func (*AgentMetadata_IpValue) ProtoReflect ¶
func (x *AgentMetadata_IpValue) ProtoReflect() protoreflect.Message
func (*AgentMetadata_IpValue) Reset ¶
func (x *AgentMetadata_IpValue) Reset()
func (*AgentMetadata_IpValue) String ¶
func (x *AgentMetadata_IpValue) String() string
type AgentResults ¶
type AgentResults struct { AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"` Health string `protobuf:"bytes,2,opt,name=health,proto3" json:"health,omitempty"` Tasks []*TaskResults `protobuf:"bytes,3,rep,name=tasks,proto3" json:"tasks,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*AgentResults) Descriptor
deprecated
func (*AgentResults) Descriptor() ([]byte, []int)
Deprecated: Use AgentResults.ProtoReflect.Descriptor instead.
func (*AgentResults) GetAgentId ¶
func (x *AgentResults) GetAgentId() string
func (*AgentResults) GetHealth ¶
func (x *AgentResults) GetHealth() string
func (*AgentResults) GetTasks ¶
func (x *AgentResults) GetTasks() []*TaskResults
func (*AgentResults) ProtoMessage ¶
func (*AgentResults) ProtoMessage()
func (*AgentResults) ProtoReflect ¶
func (x *AgentResults) ProtoReflect() protoreflect.Message
func (*AgentResults) Reset ¶
func (x *AgentResults) Reset()
func (*AgentResults) String ¶
func (x *AgentResults) String() string
type AgentStatus ¶
type AgentStatus int32
{{.Name}}
const ( // Invalid value. AgentStatus_AGENT_STATUS_UNSPECIFIED AgentStatus = 0 // Agent is ready to accept tests AgentStatus_AGENT_STATUS_OK AgentStatus = 1 // Agent is waiting for authorization AgentStatus_AGENT_STATUS_WAIT AgentStatus = 2 // Agent was deleted - not user settable AgentStatus_AGENT_STATUS_DELETED AgentStatus = 3 )
func (AgentStatus) Descriptor ¶
func (AgentStatus) Descriptor() protoreflect.EnumDescriptor
func (AgentStatus) Enum ¶
func (x AgentStatus) Enum() *AgentStatus
func (AgentStatus) EnumDescriptor
deprecated
func (AgentStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use AgentStatus.Descriptor instead.
func (AgentStatus) Number ¶
func (x AgentStatus) Number() protoreflect.EnumNumber
func (AgentStatus) String ¶
func (x AgentStatus) String() string
func (AgentStatus) Type ¶
func (AgentStatus) Type() protoreflect.EnumType
type AgentTest ¶
type AgentTest struct { Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` UseLocalIp bool `protobuf:"varint,2,opt,name=use_local_ip,json=useLocalIp,proto3" json:"use_local_ip,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*AgentTest) Descriptor
deprecated
func (*AgentTest) GetUseLocalIp ¶
func (*AgentTest) ProtoMessage ¶
func (*AgentTest) ProtoMessage()
func (*AgentTest) ProtoReflect ¶
func (x *AgentTest) ProtoReflect() protoreflect.Message
type CreateTestRequest ¶
type CreateTestRequest struct { Test *Test `protobuf:"bytes,1,opt,name=test,proto3" json:"test,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*CreateTestRequest) Descriptor
deprecated
func (*CreateTestRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateTestRequest.ProtoReflect.Descriptor instead.
func (*CreateTestRequest) GetTest ¶
func (x *CreateTestRequest) GetTest() *Test
func (*CreateTestRequest) ProtoMessage ¶
func (*CreateTestRequest) ProtoMessage()
func (*CreateTestRequest) ProtoReflect ¶
func (x *CreateTestRequest) ProtoReflect() protoreflect.Message
func (*CreateTestRequest) Reset ¶
func (x *CreateTestRequest) Reset()
func (*CreateTestRequest) String ¶
func (x *CreateTestRequest) String() string
type CreateTestResponse ¶
type CreateTestResponse struct { Test *Test `protobuf:"bytes,1,opt,name=test,proto3" json:"test,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*CreateTestResponse) Descriptor
deprecated
func (*CreateTestResponse) Descriptor() ([]byte, []int)
Deprecated: Use CreateTestResponse.ProtoReflect.Descriptor instead.
func (*CreateTestResponse) GetTest ¶
func (x *CreateTestResponse) GetTest() *Test
func (*CreateTestResponse) ProtoMessage ¶
func (*CreateTestResponse) ProtoMessage()
func (*CreateTestResponse) ProtoReflect ¶
func (x *CreateTestResponse) ProtoReflect() protoreflect.Message
func (*CreateTestResponse) Reset ¶
func (x *CreateTestResponse) Reset()
func (*CreateTestResponse) String ¶
func (x *CreateTestResponse) String() string
type DNSRecord ¶
type DNSRecord int32
{{.Name}}
const ( // Invalid value DNSRecord_DNS_RECORD_UNSPECIFIED DNSRecord = 0 // name to IPv4 address(es) mapping DNSRecord_DNS_RECORD_A DNSRecord = 1 // name to IPv6 address(es) mapping DNSRecord_DNS_RECORD_AAAA DNSRecord = 2 // alternative resource name DNSRecord_DNS_RECORD_CNAME DNSRecord = 3 // alternative resource set name DNSRecord_DNS_RECORD_DNAME DNSRecord = 4 // domain to name server mapping DNSRecord_DNS_RECORD_NS DNSRecord = 5 // SMTP mail server record DNSRecord_DNS_RECORD_MX DNSRecord = 6 // IPv4/6 address to name mapping DNSRecord_DNS_RECORD_PTR DNSRecord = 7 // domain meta-data DNSRecord_DNS_RECORD_SOA DNSRecord = 8 )
func (DNSRecord) Descriptor ¶
func (DNSRecord) Descriptor() protoreflect.EnumDescriptor
func (DNSRecord) EnumDescriptor
deprecated
func (DNSRecord) Number ¶
func (x DNSRecord) Number() protoreflect.EnumNumber
func (DNSRecord) Type ¶
func (DNSRecord) Type() protoreflect.EnumType
type DNSResponseData ¶
type DNSResponseData struct { Status uint32 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"` Data string `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*DNSResponseData) Descriptor
deprecated
func (*DNSResponseData) Descriptor() ([]byte, []int)
Deprecated: Use DNSResponseData.ProtoReflect.Descriptor instead.
func (*DNSResponseData) GetData ¶
func (x *DNSResponseData) GetData() string
func (*DNSResponseData) GetStatus ¶
func (x *DNSResponseData) GetStatus() uint32
func (*DNSResponseData) ProtoMessage ¶
func (*DNSResponseData) ProtoMessage()
func (*DNSResponseData) ProtoReflect ¶
func (x *DNSResponseData) ProtoReflect() protoreflect.Message
func (*DNSResponseData) Reset ¶
func (x *DNSResponseData) Reset()
func (*DNSResponseData) String ¶
func (x *DNSResponseData) String() string
type DNSResults ¶
type DNSResults struct { Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` Server string `protobuf:"bytes,2,opt,name=server,proto3" json:"server,omitempty"` Latency *MetricData `protobuf:"bytes,3,opt,name=latency,proto3" json:"latency,omitempty"` Response *DNSResponseData `protobuf:"bytes,5,opt,name=response,proto3" json:"response,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*DNSResults) Descriptor
deprecated
func (*DNSResults) Descriptor() ([]byte, []int)
Deprecated: Use DNSResults.ProtoReflect.Descriptor instead.
func (*DNSResults) GetLatency ¶
func (x *DNSResults) GetLatency() *MetricData
func (*DNSResults) GetResponse ¶
func (x *DNSResults) GetResponse() *DNSResponseData
func (*DNSResults) GetServer ¶
func (x *DNSResults) GetServer() string
func (*DNSResults) GetTarget ¶
func (x *DNSResults) GetTarget() string
func (*DNSResults) ProtoMessage ¶
func (*DNSResults) ProtoMessage()
func (*DNSResults) ProtoReflect ¶
func (x *DNSResults) ProtoReflect() protoreflect.Message
func (*DNSResults) Reset ¶
func (x *DNSResults) Reset()
func (*DNSResults) String ¶
func (x *DNSResults) String() string
type DeleteAgentRequest ¶
type DeleteAgentRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*DeleteAgentRequest) Descriptor
deprecated
func (*DeleteAgentRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAgentRequest.ProtoReflect.Descriptor instead.
func (*DeleteAgentRequest) GetId ¶
func (x *DeleteAgentRequest) GetId() string
func (*DeleteAgentRequest) ProtoMessage ¶
func (*DeleteAgentRequest) ProtoMessage()
func (*DeleteAgentRequest) ProtoReflect ¶
func (x *DeleteAgentRequest) ProtoReflect() protoreflect.Message
func (*DeleteAgentRequest) Reset ¶
func (x *DeleteAgentRequest) Reset()
func (*DeleteAgentRequest) String ¶
func (x *DeleteAgentRequest) String() string
type DeleteAgentResponse ¶
type DeleteAgentResponse struct {
// contains filtered or unexported fields
}
{{.Name}}
func (*DeleteAgentResponse) Descriptor
deprecated
func (*DeleteAgentResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteAgentResponse.ProtoReflect.Descriptor instead.
func (*DeleteAgentResponse) ProtoMessage ¶
func (*DeleteAgentResponse) ProtoMessage()
func (*DeleteAgentResponse) ProtoReflect ¶
func (x *DeleteAgentResponse) ProtoReflect() protoreflect.Message
func (*DeleteAgentResponse) Reset ¶
func (x *DeleteAgentResponse) Reset()
func (*DeleteAgentResponse) String ¶
func (x *DeleteAgentResponse) String() string
type DeleteTestRequest ¶
type DeleteTestRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*DeleteTestRequest) Descriptor
deprecated
func (*DeleteTestRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteTestRequest.ProtoReflect.Descriptor instead.
func (*DeleteTestRequest) GetId ¶
func (x *DeleteTestRequest) GetId() string
func (*DeleteTestRequest) ProtoMessage ¶
func (*DeleteTestRequest) ProtoMessage()
func (*DeleteTestRequest) ProtoReflect ¶
func (x *DeleteTestRequest) ProtoReflect() protoreflect.Message
func (*DeleteTestRequest) Reset ¶
func (x *DeleteTestRequest) Reset()
func (*DeleteTestRequest) String ¶
func (x *DeleteTestRequest) String() string
type DeleteTestResponse ¶
type DeleteTestResponse struct {
// contains filtered or unexported fields
}
{{.Name}}
func (*DeleteTestResponse) Descriptor
deprecated
func (*DeleteTestResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteTestResponse.ProtoReflect.Descriptor instead.
func (*DeleteTestResponse) ProtoMessage ¶
func (*DeleteTestResponse) ProtoMessage()
func (*DeleteTestResponse) ProtoReflect ¶
func (x *DeleteTestResponse) ProtoReflect() protoreflect.Message
func (*DeleteTestResponse) Reset ¶
func (x *DeleteTestResponse) Reset()
func (*DeleteTestResponse) String ¶
func (x *DeleteTestResponse) String() string
type DnsTest ¶
type DnsTest struct { Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` // Deprecated: Do not use. Timeout uint32 `protobuf:"varint,2,opt,name=timeout,proto3" json:"timeout,omitempty"` RecordType DNSRecord `` /* 133-byte string literal not displayed */ Servers []string `protobuf:"bytes,4,rep,name=servers,proto3" json:"servers,omitempty"` Port uint32 `protobuf:"varint,5,opt,name=port,proto3" json:"port,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*DnsTest) Descriptor
deprecated
func (*DnsTest) GetRecordType ¶
func (*DnsTest) GetServers ¶
func (*DnsTest) GetTimeout
deprecated
func (*DnsTest) ProtoMessage ¶
func (*DnsTest) ProtoMessage()
func (*DnsTest) ProtoReflect ¶
func (x *DnsTest) ProtoReflect() protoreflect.Message
type FlowTest ¶
type FlowTest struct { Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` TargetRefreshIntervalMillis uint32 `` /* 147-byte string literal not displayed */ MaxProviders uint32 `protobuf:"varint,3,opt,name=max_providers,json=maxProviders,proto3" json:"max_providers,omitempty"` MaxIpTargets uint32 `protobuf:"varint,4,opt,name=max_ip_targets,json=maxIpTargets,proto3" json:"max_ip_targets,omitempty"` Type string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"` InetDirection string `protobuf:"bytes,6,opt,name=inet_direction,json=inetDirection,proto3" json:"inet_direction,omitempty"` Direction string `protobuf:"bytes,7,opt,name=direction,proto3" json:"direction,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*FlowTest) Descriptor
deprecated
func (*FlowTest) GetDirection ¶
func (*FlowTest) GetInetDirection ¶
func (*FlowTest) GetMaxIpTargets ¶
func (*FlowTest) GetMaxProviders ¶
func (*FlowTest) GetTargetRefreshIntervalMillis ¶
func (*FlowTest) ProtoMessage ¶
func (*FlowTest) ProtoMessage()
func (*FlowTest) ProtoReflect ¶
func (x *FlowTest) ProtoReflect() protoreflect.Message
type GetAgentRequest ¶
type GetAgentRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*GetAgentRequest) Descriptor
deprecated
func (*GetAgentRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetAgentRequest.ProtoReflect.Descriptor instead.
func (*GetAgentRequest) GetId ¶
func (x *GetAgentRequest) GetId() string
func (*GetAgentRequest) ProtoMessage ¶
func (*GetAgentRequest) ProtoMessage()
func (*GetAgentRequest) ProtoReflect ¶
func (x *GetAgentRequest) ProtoReflect() protoreflect.Message
func (*GetAgentRequest) Reset ¶
func (x *GetAgentRequest) Reset()
func (*GetAgentRequest) String ¶
func (x *GetAgentRequest) String() string
type GetAgentResponse ¶
type GetAgentResponse struct { Agent *Agent `protobuf:"bytes,1,opt,name=agent,proto3" json:"agent,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*GetAgentResponse) Descriptor
deprecated
func (*GetAgentResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetAgentResponse.ProtoReflect.Descriptor instead.
func (*GetAgentResponse) GetAgent ¶
func (x *GetAgentResponse) GetAgent() *Agent
func (*GetAgentResponse) ProtoMessage ¶
func (*GetAgentResponse) ProtoMessage()
func (*GetAgentResponse) ProtoReflect ¶
func (x *GetAgentResponse) ProtoReflect() protoreflect.Message
func (*GetAgentResponse) Reset ¶
func (x *GetAgentResponse) Reset()
func (*GetAgentResponse) String ¶
func (x *GetAgentResponse) String() string
type GetResultsForTestsRequest ¶
type GetResultsForTestsRequest struct { Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"` StartTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` EndTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` AgentIds []string `protobuf:"bytes,4,rep,name=agent_ids,json=agentIds,proto3" json:"agent_ids,omitempty"` Targets []string `protobuf:"bytes,5,rep,name=targets,proto3" json:"targets,omitempty"` Aggregate bool `protobuf:"varint,6,opt,name=aggregate,proto3" json:"aggregate,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*GetResultsForTestsRequest) Descriptor
deprecated
func (*GetResultsForTestsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetResultsForTestsRequest.ProtoReflect.Descriptor instead.
func (*GetResultsForTestsRequest) GetAgentIds ¶
func (x *GetResultsForTestsRequest) GetAgentIds() []string
func (*GetResultsForTestsRequest) GetAggregate ¶
func (x *GetResultsForTestsRequest) GetAggregate() bool
func (*GetResultsForTestsRequest) GetEndTime ¶
func (x *GetResultsForTestsRequest) GetEndTime() *timestamppb.Timestamp
func (*GetResultsForTestsRequest) GetIds ¶
func (x *GetResultsForTestsRequest) GetIds() []string
func (*GetResultsForTestsRequest) GetStartTime ¶
func (x *GetResultsForTestsRequest) GetStartTime() *timestamppb.Timestamp
func (*GetResultsForTestsRequest) GetTargets ¶
func (x *GetResultsForTestsRequest) GetTargets() []string
func (*GetResultsForTestsRequest) ProtoMessage ¶
func (*GetResultsForTestsRequest) ProtoMessage()
func (*GetResultsForTestsRequest) ProtoReflect ¶
func (x *GetResultsForTestsRequest) ProtoReflect() protoreflect.Message
func (*GetResultsForTestsRequest) Reset ¶
func (x *GetResultsForTestsRequest) Reset()
func (*GetResultsForTestsRequest) String ¶
func (x *GetResultsForTestsRequest) String() string
type GetResultsForTestsResponse ¶
type GetResultsForTestsResponse struct { Results []*TestResults `protobuf:"bytes,1,rep,name=results,proto3" json:"results,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*GetResultsForTestsResponse) Descriptor
deprecated
func (*GetResultsForTestsResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetResultsForTestsResponse.ProtoReflect.Descriptor instead.
func (*GetResultsForTestsResponse) GetResults ¶
func (x *GetResultsForTestsResponse) GetResults() []*TestResults
func (*GetResultsForTestsResponse) ProtoMessage ¶
func (*GetResultsForTestsResponse) ProtoMessage()
func (*GetResultsForTestsResponse) ProtoReflect ¶
func (x *GetResultsForTestsResponse) ProtoReflect() protoreflect.Message
func (*GetResultsForTestsResponse) Reset ¶
func (x *GetResultsForTestsResponse) Reset()
func (*GetResultsForTestsResponse) String ¶
func (x *GetResultsForTestsResponse) String() string
type GetTestRequest ¶
type GetTestRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*GetTestRequest) Descriptor
deprecated
func (*GetTestRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTestRequest.ProtoReflect.Descriptor instead.
func (*GetTestRequest) GetId ¶
func (x *GetTestRequest) GetId() string
func (*GetTestRequest) ProtoMessage ¶
func (*GetTestRequest) ProtoMessage()
func (*GetTestRequest) ProtoReflect ¶
func (x *GetTestRequest) ProtoReflect() protoreflect.Message
func (*GetTestRequest) Reset ¶
func (x *GetTestRequest) Reset()
func (*GetTestRequest) String ¶
func (x *GetTestRequest) String() string
type GetTestResponse ¶
type GetTestResponse struct { Test *Test `protobuf:"bytes,1,opt,name=test,proto3" json:"test,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*GetTestResponse) Descriptor
deprecated
func (*GetTestResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTestResponse.ProtoReflect.Descriptor instead.
func (*GetTestResponse) GetTest ¶
func (x *GetTestResponse) GetTest() *Test
func (*GetTestResponse) ProtoMessage ¶
func (*GetTestResponse) ProtoMessage()
func (*GetTestResponse) ProtoReflect ¶
func (x *GetTestResponse) ProtoReflect() protoreflect.Message
func (*GetTestResponse) Reset ¶
func (x *GetTestResponse) Reset()
func (*GetTestResponse) String ¶
func (x *GetTestResponse) String() string
type GetTraceForTestRequest ¶
type GetTraceForTestRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` StartTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` EndTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` AgentIds []string `protobuf:"bytes,4,rep,name=agent_ids,json=agentIds,proto3" json:"agent_ids,omitempty"` TargetIps []string `protobuf:"bytes,5,rep,name=target_ips,json=targetIps,proto3" json:"target_ips,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*GetTraceForTestRequest) Descriptor
deprecated
func (*GetTraceForTestRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTraceForTestRequest.ProtoReflect.Descriptor instead.
func (*GetTraceForTestRequest) GetAgentIds ¶
func (x *GetTraceForTestRequest) GetAgentIds() []string
func (*GetTraceForTestRequest) GetEndTime ¶
func (x *GetTraceForTestRequest) GetEndTime() *timestamppb.Timestamp
func (*GetTraceForTestRequest) GetId ¶
func (x *GetTraceForTestRequest) GetId() string
func (*GetTraceForTestRequest) GetStartTime ¶
func (x *GetTraceForTestRequest) GetStartTime() *timestamppb.Timestamp
func (*GetTraceForTestRequest) GetTargetIps ¶
func (x *GetTraceForTestRequest) GetTargetIps() []string
func (*GetTraceForTestRequest) ProtoMessage ¶
func (*GetTraceForTestRequest) ProtoMessage()
func (*GetTraceForTestRequest) ProtoReflect ¶
func (x *GetTraceForTestRequest) ProtoReflect() protoreflect.Message
func (*GetTraceForTestRequest) Reset ¶
func (x *GetTraceForTestRequest) Reset()
func (*GetTraceForTestRequest) String ¶
func (x *GetTraceForTestRequest) String() string
type GetTraceForTestResponse ¶
type GetTraceForTestResponse struct { Nodes map[string]*NetNode `` /* 151-byte string literal not displayed */ Paths []*Path `protobuf:"bytes,2,rep,name=paths,proto3" json:"paths,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*GetTraceForTestResponse) Descriptor
deprecated
func (*GetTraceForTestResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTraceForTestResponse.ProtoReflect.Descriptor instead.
func (*GetTraceForTestResponse) GetNodes ¶
func (x *GetTraceForTestResponse) GetNodes() map[string]*NetNode
func (*GetTraceForTestResponse) GetPaths ¶
func (x *GetTraceForTestResponse) GetPaths() []*Path
func (*GetTraceForTestResponse) ProtoMessage ¶
func (*GetTraceForTestResponse) ProtoMessage()
func (*GetTraceForTestResponse) ProtoReflect ¶
func (x *GetTraceForTestResponse) ProtoReflect() protoreflect.Message
func (*GetTraceForTestResponse) Reset ¶
func (x *GetTraceForTestResponse) Reset()
func (*GetTraceForTestResponse) String ¶
func (x *GetTraceForTestResponse) String() string
type HTTPResponseData ¶
type HTTPResponseData struct { Status uint32 `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"` Size uint32 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"` Data string `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*HTTPResponseData) Descriptor
deprecated
func (*HTTPResponseData) Descriptor() ([]byte, []int)
Deprecated: Use HTTPResponseData.ProtoReflect.Descriptor instead.
func (*HTTPResponseData) GetData ¶
func (x *HTTPResponseData) GetData() string
func (*HTTPResponseData) GetSize ¶
func (x *HTTPResponseData) GetSize() uint32
func (*HTTPResponseData) GetStatus ¶
func (x *HTTPResponseData) GetStatus() uint32
func (*HTTPResponseData) ProtoMessage ¶
func (*HTTPResponseData) ProtoMessage()
func (*HTTPResponseData) ProtoReflect ¶
func (x *HTTPResponseData) ProtoReflect() protoreflect.Message
func (*HTTPResponseData) Reset ¶
func (x *HTTPResponseData) Reset()
func (*HTTPResponseData) String ¶
func (x *HTTPResponseData) String() string
type HTTPResults ¶
type HTTPResults struct { Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` Latency *MetricData `protobuf:"bytes,2,opt,name=latency,proto3" json:"latency,omitempty"` Response *HTTPResponseData `protobuf:"bytes,4,opt,name=response,proto3" json:"response,omitempty"` DstIp string `protobuf:"bytes,5,opt,name=dst_ip,json=dstIp,proto3" json:"dst_ip,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*HTTPResults) Descriptor
deprecated
func (*HTTPResults) Descriptor() ([]byte, []int)
Deprecated: Use HTTPResults.ProtoReflect.Descriptor instead.
func (*HTTPResults) GetDstIp ¶
func (x *HTTPResults) GetDstIp() string
func (*HTTPResults) GetLatency ¶
func (x *HTTPResults) GetLatency() *MetricData
func (*HTTPResults) GetResponse ¶
func (x *HTTPResults) GetResponse() *HTTPResponseData
func (*HTTPResults) GetTarget ¶
func (x *HTTPResults) GetTarget() string
func (*HTTPResults) ProtoMessage ¶
func (*HTTPResults) ProtoMessage()
func (*HTTPResults) ProtoReflect ¶
func (x *HTTPResults) ProtoReflect() protoreflect.Message
func (*HTTPResults) Reset ¶
func (x *HTTPResults) Reset()
func (*HTTPResults) String ¶
func (x *HTTPResults) String() string
type HealthSettings ¶
type HealthSettings struct { LatencyCritical float32 `protobuf:"fixed32,1,opt,name=latency_critical,json=latencyCritical,proto3" json:"latency_critical,omitempty"` LatencyWarning float32 `protobuf:"fixed32,2,opt,name=latency_warning,json=latencyWarning,proto3" json:"latency_warning,omitempty"` PacketLossCritical float32 `protobuf:"fixed32,3,opt,name=packet_loss_critical,json=packetLossCritical,proto3" json:"packet_loss_critical,omitempty"` PacketLossWarning float32 `protobuf:"fixed32,4,opt,name=packet_loss_warning,json=packetLossWarning,proto3" json:"packet_loss_warning,omitempty"` JitterCritical float32 `protobuf:"fixed32,5,opt,name=jitter_critical,json=jitterCritical,proto3" json:"jitter_critical,omitempty"` JitterWarning float32 `protobuf:"fixed32,6,opt,name=jitter_warning,json=jitterWarning,proto3" json:"jitter_warning,omitempty"` HttpLatencyCritical float32 `protobuf:"fixed32,7,opt,name=http_latency_critical,json=httpLatencyCritical,proto3" json:"http_latency_critical,omitempty"` HttpLatencyWarning float32 `protobuf:"fixed32,8,opt,name=http_latency_warning,json=httpLatencyWarning,proto3" json:"http_latency_warning,omitempty"` HttpValidCodes []uint32 `protobuf:"varint,9,rep,packed,name=http_valid_codes,json=httpValidCodes,proto3" json:"http_valid_codes,omitempty"` DnsValidCodes []uint32 `protobuf:"varint,10,rep,packed,name=dns_valid_codes,json=dnsValidCodes,proto3" json:"dns_valid_codes,omitempty"` LatencyCriticalStddev float32 `` /* 129-byte string literal not displayed */ LatencyWarningStddev float32 `` /* 126-byte string literal not displayed */ JitterCriticalStddev float32 `` /* 126-byte string literal not displayed */ JitterWarningStddev float32 `protobuf:"fixed32,14,opt,name=jitter_warning_stddev,json=jitterWarningStddev,proto3" json:"jitter_warning_stddev,omitempty"` HttpLatencyCriticalStddev float32 `` /* 143-byte string literal not displayed */ HttpLatencyWarningStddev float32 `` /* 140-byte string literal not displayed */ // Deprecated: Do not use. UnhealthySubtestThreshold uint32 `` /* 140-byte string literal not displayed */ Activation *ActivationSettings `protobuf:"bytes,18,opt,name=activation,proto3" json:"activation,omitempty"` CertExpiryWarning uint32 `protobuf:"varint,19,opt,name=cert_expiry_warning,json=certExpiryWarning,proto3" json:"cert_expiry_warning,omitempty"` CertExpiryCritical uint32 `protobuf:"varint,20,opt,name=cert_expiry_critical,json=certExpiryCritical,proto3" json:"cert_expiry_critical,omitempty"` DnsValidIps string `protobuf:"bytes,21,opt,name=dns_valid_ips,json=dnsValidIps,proto3" json:"dns_valid_ips,omitempty"` DnsLatencyCritical float32 `protobuf:"fixed32,22,opt,name=dns_latency_critical,json=dnsLatencyCritical,proto3" json:"dns_latency_critical,omitempty"` DnsLatencyWarning float32 `protobuf:"fixed32,23,opt,name=dns_latency_warning,json=dnsLatencyWarning,proto3" json:"dns_latency_warning,omitempty"` DnsLatencyCriticalStddev float32 `` /* 140-byte string literal not displayed */ DnsLatencyWarningStddev float32 `` /* 137-byte string literal not displayed */ // contains filtered or unexported fields }
{{.Name}}
func (*HealthSettings) Descriptor
deprecated
func (*HealthSettings) Descriptor() ([]byte, []int)
Deprecated: Use HealthSettings.ProtoReflect.Descriptor instead.
func (*HealthSettings) GetActivation ¶
func (x *HealthSettings) GetActivation() *ActivationSettings
func (*HealthSettings) GetCertExpiryCritical ¶
func (x *HealthSettings) GetCertExpiryCritical() uint32
func (*HealthSettings) GetCertExpiryWarning ¶
func (x *HealthSettings) GetCertExpiryWarning() uint32
func (*HealthSettings) GetDnsLatencyCritical ¶
func (x *HealthSettings) GetDnsLatencyCritical() float32
func (*HealthSettings) GetDnsLatencyCriticalStddev ¶
func (x *HealthSettings) GetDnsLatencyCriticalStddev() float32
func (*HealthSettings) GetDnsLatencyWarning ¶
func (x *HealthSettings) GetDnsLatencyWarning() float32
func (*HealthSettings) GetDnsLatencyWarningStddev ¶
func (x *HealthSettings) GetDnsLatencyWarningStddev() float32
func (*HealthSettings) GetDnsValidCodes ¶
func (x *HealthSettings) GetDnsValidCodes() []uint32
func (*HealthSettings) GetDnsValidIps ¶
func (x *HealthSettings) GetDnsValidIps() string
func (*HealthSettings) GetHttpLatencyCritical ¶
func (x *HealthSettings) GetHttpLatencyCritical() float32
func (*HealthSettings) GetHttpLatencyCriticalStddev ¶
func (x *HealthSettings) GetHttpLatencyCriticalStddev() float32
func (*HealthSettings) GetHttpLatencyWarning ¶
func (x *HealthSettings) GetHttpLatencyWarning() float32
func (*HealthSettings) GetHttpLatencyWarningStddev ¶
func (x *HealthSettings) GetHttpLatencyWarningStddev() float32
func (*HealthSettings) GetHttpValidCodes ¶
func (x *HealthSettings) GetHttpValidCodes() []uint32
func (*HealthSettings) GetJitterCritical ¶
func (x *HealthSettings) GetJitterCritical() float32
func (*HealthSettings) GetJitterCriticalStddev ¶
func (x *HealthSettings) GetJitterCriticalStddev() float32
func (*HealthSettings) GetJitterWarning ¶
func (x *HealthSettings) GetJitterWarning() float32
func (*HealthSettings) GetJitterWarningStddev ¶
func (x *HealthSettings) GetJitterWarningStddev() float32
func (*HealthSettings) GetLatencyCritical ¶
func (x *HealthSettings) GetLatencyCritical() float32
func (*HealthSettings) GetLatencyCriticalStddev ¶
func (x *HealthSettings) GetLatencyCriticalStddev() float32
func (*HealthSettings) GetLatencyWarning ¶
func (x *HealthSettings) GetLatencyWarning() float32
func (*HealthSettings) GetLatencyWarningStddev ¶
func (x *HealthSettings) GetLatencyWarningStddev() float32
func (*HealthSettings) GetPacketLossCritical ¶
func (x *HealthSettings) GetPacketLossCritical() float32
func (*HealthSettings) GetPacketLossWarning ¶
func (x *HealthSettings) GetPacketLossWarning() float32
func (*HealthSettings) GetUnhealthySubtestThreshold
deprecated
func (x *HealthSettings) GetUnhealthySubtestThreshold() uint32
Deprecated: Do not use.
func (*HealthSettings) ProtoMessage ¶
func (*HealthSettings) ProtoMessage()
func (*HealthSettings) ProtoReflect ¶
func (x *HealthSettings) ProtoReflect() protoreflect.Message
func (*HealthSettings) Reset ¶
func (x *HealthSettings) Reset()
func (*HealthSettings) String ¶
func (x *HealthSettings) String() string
type HostnameTest ¶
type HostnameTest struct { Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*HostnameTest) Descriptor
deprecated
func (*HostnameTest) Descriptor() ([]byte, []int)
Deprecated: Use HostnameTest.ProtoReflect.Descriptor instead.
func (*HostnameTest) GetTarget ¶
func (x *HostnameTest) GetTarget() string
func (*HostnameTest) ProtoMessage ¶
func (*HostnameTest) ProtoMessage()
func (*HostnameTest) ProtoReflect ¶
func (x *HostnameTest) ProtoReflect() protoreflect.Message
func (*HostnameTest) Reset ¶
func (x *HostnameTest) Reset()
func (*HostnameTest) String ¶
func (x *HostnameTest) String() string
type IPFamily ¶
type IPFamily int32
{{.Name}}
func (IPFamily) Descriptor ¶
func (IPFamily) Descriptor() protoreflect.EnumDescriptor
func (IPFamily) EnumDescriptor
deprecated
func (IPFamily) Number ¶
func (x IPFamily) Number() protoreflect.EnumNumber
func (IPFamily) Type ¶
func (IPFamily) Type() protoreflect.EnumType
type ImplementType ¶
type ImplementType int32
{{.Name}}
const ( ImplementType_IMPLEMENT_TYPE_UNSPECIFIED ImplementType = 0 // ksynth, a.k.a network agent (implemented in Rust) capable of running all tasks except for page-load and transaction ImplementType_IMPLEMENT_TYPE_RUST ImplementType = 1 // ksynth-agent, a.k.a. app agent (implemented in NodeJS) with Chromium enabled capable of running all tasks ImplementType_IMPLEMENT_TYPE_NODE ImplementType = 2 // ksynth-agent, a.k.a. app agent with Chromium disabled, capable of running all tasks except for page-load and transaction ImplementType_IMPLEMENT_TYPE_NETWORK ImplementType = 3 )
func (ImplementType) Descriptor ¶
func (ImplementType) Descriptor() protoreflect.EnumDescriptor
func (ImplementType) Enum ¶
func (x ImplementType) Enum() *ImplementType
func (ImplementType) EnumDescriptor
deprecated
func (ImplementType) EnumDescriptor() ([]byte, []int)
Deprecated: Use ImplementType.Descriptor instead.
func (ImplementType) Number ¶
func (x ImplementType) Number() protoreflect.EnumNumber
func (ImplementType) String ¶
func (x ImplementType) String() string
func (ImplementType) Type ¶
func (ImplementType) Type() protoreflect.EnumType
type IpTest ¶
type IpTest struct { Targets []string `protobuf:"bytes,1,rep,name=targets,proto3" json:"targets,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*IpTest) Descriptor
deprecated
func (*IpTest) GetTargets ¶
func (*IpTest) ProtoMessage ¶
func (*IpTest) ProtoMessage()
func (*IpTest) ProtoReflect ¶
func (x *IpTest) ProtoReflect() protoreflect.Message
type ListAgentsRequest ¶
type ListAgentsRequest struct {
// contains filtered or unexported fields
}
{{.Name}}
func (*ListAgentsRequest) Descriptor
deprecated
func (*ListAgentsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListAgentsRequest.ProtoReflect.Descriptor instead.
func (*ListAgentsRequest) ProtoMessage ¶
func (*ListAgentsRequest) ProtoMessage()
func (*ListAgentsRequest) ProtoReflect ¶
func (x *ListAgentsRequest) ProtoReflect() protoreflect.Message
func (*ListAgentsRequest) Reset ¶
func (x *ListAgentsRequest) Reset()
func (*ListAgentsRequest) String ¶
func (x *ListAgentsRequest) String() string
type ListAgentsResponse ¶
type ListAgentsResponse struct { Agents []*Agent `protobuf:"bytes,1,rep,name=agents,proto3" json:"agents,omitempty"` InvalidCount uint32 `protobuf:"varint,2,opt,name=invalid_count,json=invalidCount,proto3" json:"invalid_count,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*ListAgentsResponse) Descriptor
deprecated
func (*ListAgentsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListAgentsResponse.ProtoReflect.Descriptor instead.
func (*ListAgentsResponse) GetAgents ¶
func (x *ListAgentsResponse) GetAgents() []*Agent
func (*ListAgentsResponse) GetInvalidCount ¶
func (x *ListAgentsResponse) GetInvalidCount() uint32
func (*ListAgentsResponse) ProtoMessage ¶
func (*ListAgentsResponse) ProtoMessage()
func (*ListAgentsResponse) ProtoReflect ¶
func (x *ListAgentsResponse) ProtoReflect() protoreflect.Message
func (*ListAgentsResponse) Reset ¶
func (x *ListAgentsResponse) Reset()
func (*ListAgentsResponse) String ¶
func (x *ListAgentsResponse) String() string
type ListTestsRequest ¶
type ListTestsRequest struct {
// contains filtered or unexported fields
}
{{.Name}}
func (*ListTestsRequest) Descriptor
deprecated
func (*ListTestsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListTestsRequest.ProtoReflect.Descriptor instead.
func (*ListTestsRequest) ProtoMessage ¶
func (*ListTestsRequest) ProtoMessage()
func (*ListTestsRequest) ProtoReflect ¶
func (x *ListTestsRequest) ProtoReflect() protoreflect.Message
func (*ListTestsRequest) Reset ¶
func (x *ListTestsRequest) Reset()
func (*ListTestsRequest) String ¶
func (x *ListTestsRequest) String() string
type ListTestsResponse ¶
type ListTestsResponse struct { Tests []*Test `protobuf:"bytes,1,rep,name=tests,proto3" json:"tests,omitempty"` InvalidCount uint32 `protobuf:"varint,2,opt,name=invalid_count,json=invalidCount,proto3" json:"invalid_count,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*ListTestsResponse) Descriptor
deprecated
func (*ListTestsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListTestsResponse.ProtoReflect.Descriptor instead.
func (*ListTestsResponse) GetInvalidCount ¶
func (x *ListTestsResponse) GetInvalidCount() uint32
func (*ListTestsResponse) GetTests ¶
func (x *ListTestsResponse) GetTests() []*Test
func (*ListTestsResponse) ProtoMessage ¶
func (*ListTestsResponse) ProtoMessage()
func (*ListTestsResponse) ProtoReflect ¶
func (x *ListTestsResponse) ProtoReflect() protoreflect.Message
func (*ListTestsResponse) Reset ¶
func (x *ListTestsResponse) Reset()
func (*ListTestsResponse) String ¶
func (x *ListTestsResponse) String() string
type Location ¶
type Location struct { Latitude float64 `protobuf:"fixed64,8,opt,name=latitude,proto3" json:"latitude,omitempty"` Longitude float64 `protobuf:"fixed64,9,opt,name=longitude,proto3" json:"longitude,omitempty"` Country string `protobuf:"bytes,1,opt,name=country,proto3" json:"country,omitempty"` Region string `protobuf:"bytes,2,opt,name=region,proto3" json:"region,omitempty"` City string `protobuf:"bytes,3,opt,name=city,proto3" json:"city,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*Location) Descriptor
deprecated
func (*Location) GetCountry ¶
func (*Location) GetLatitude ¶
func (*Location) GetLongitude ¶
func (*Location) ProtoMessage ¶
func (*Location) ProtoMessage()
func (*Location) ProtoReflect ¶
func (x *Location) ProtoReflect() protoreflect.Message
type MetricData ¶
type MetricData struct { Current uint32 `protobuf:"varint,1,opt,name=current,proto3" json:"current,omitempty"` RollingAvg uint32 `protobuf:"varint,2,opt,name=rolling_avg,json=rollingAvg,proto3" json:"rolling_avg,omitempty"` RollingStddev uint32 `protobuf:"varint,3,opt,name=rolling_stddev,json=rollingStddev,proto3" json:"rolling_stddev,omitempty"` Health string `protobuf:"bytes,4,opt,name=health,proto3" json:"health,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*MetricData) Descriptor
deprecated
func (*MetricData) Descriptor() ([]byte, []int)
Deprecated: Use MetricData.ProtoReflect.Descriptor instead.
func (*MetricData) GetCurrent ¶
func (x *MetricData) GetCurrent() uint32
func (*MetricData) GetHealth ¶
func (x *MetricData) GetHealth() string
func (*MetricData) GetRollingAvg ¶
func (x *MetricData) GetRollingAvg() uint32
func (*MetricData) GetRollingStddev ¶
func (x *MetricData) GetRollingStddev() uint32
func (*MetricData) ProtoMessage ¶
func (*MetricData) ProtoMessage()
func (*MetricData) ProtoReflect ¶
func (x *MetricData) ProtoReflect() protoreflect.Message
func (*MetricData) Reset ¶
func (x *MetricData) Reset()
func (*MetricData) String ¶
func (x *MetricData) String() string
type NetNode ¶
type NetNode struct { Ip string `protobuf:"bytes,2,opt,name=ip,proto3" json:"ip,omitempty"` Asn uint32 `protobuf:"varint,3,opt,name=asn,proto3" json:"asn,omitempty"` AsName string `protobuf:"bytes,4,opt,name=as_name,json=asName,proto3" json:"as_name,omitempty"` Location *Location `protobuf:"bytes,5,opt,name=location,proto3" json:"location,omitempty"` DnsName string `protobuf:"bytes,6,opt,name=dns_name,json=dnsName,proto3" json:"dns_name,omitempty"` DeviceId string `protobuf:"bytes,7,opt,name=device_id,json=deviceId,proto3" json:"device_id,omitempty"` SiteId string `protobuf:"bytes,8,opt,name=site_id,json=siteId,proto3" json:"site_id,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*NetNode) Descriptor
deprecated
func (*NetNode) GetDeviceId ¶
func (*NetNode) GetDnsName ¶
func (*NetNode) GetLocation ¶
func (*NetNode) ProtoMessage ¶
func (*NetNode) ProtoMessage()
func (*NetNode) ProtoReflect ¶
func (x *NetNode) ProtoReflect() protoreflect.Message
type NetworkMeshTest ¶
type NetworkMeshTest struct { UseLocalIp bool `protobuf:"varint,1,opt,name=use_local_ip,json=useLocalIp,proto3" json:"use_local_ip,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*NetworkMeshTest) Descriptor
deprecated
func (*NetworkMeshTest) Descriptor() ([]byte, []int)
Deprecated: Use NetworkMeshTest.ProtoReflect.Descriptor instead.
func (*NetworkMeshTest) GetUseLocalIp ¶
func (x *NetworkMeshTest) GetUseLocalIp() bool
func (*NetworkMeshTest) ProtoMessage ¶
func (*NetworkMeshTest) ProtoMessage()
func (*NetworkMeshTest) ProtoReflect ¶
func (x *NetworkMeshTest) ProtoReflect() protoreflect.Message
func (*NetworkMeshTest) Reset ¶
func (x *NetworkMeshTest) Reset()
func (*NetworkMeshTest) String ¶
func (x *NetworkMeshTest) String() string
type PacketLossData ¶
type PacketLossData struct { Current float64 `protobuf:"fixed64,1,opt,name=current,proto3" json:"current,omitempty"` Health string `protobuf:"bytes,2,opt,name=health,proto3" json:"health,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*PacketLossData) Descriptor
deprecated
func (*PacketLossData) Descriptor() ([]byte, []int)
Deprecated: Use PacketLossData.ProtoReflect.Descriptor instead.
func (*PacketLossData) GetCurrent ¶
func (x *PacketLossData) GetCurrent() float64
func (*PacketLossData) GetHealth ¶
func (x *PacketLossData) GetHealth() string
func (*PacketLossData) ProtoMessage ¶
func (*PacketLossData) ProtoMessage()
func (*PacketLossData) ProtoReflect ¶
func (x *PacketLossData) ProtoReflect() protoreflect.Message
func (*PacketLossData) Reset ¶
func (x *PacketLossData) Reset()
func (*PacketLossData) String ¶
func (x *PacketLossData) String() string
type PageLoadTest ¶
type PageLoadTest struct { Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` Timeout uint32 `protobuf:"varint,2,opt,name=timeout,proto3" json:"timeout,omitempty"` Headers map[string]string `` /* 155-byte string literal not displayed */ IgnoreTlsErrors bool `protobuf:"varint,4,opt,name=ignore_tls_errors,json=ignoreTlsErrors,proto3" json:"ignore_tls_errors,omitempty"` CssSelectors map[string]string `` /* 185-byte string literal not displayed */ // contains filtered or unexported fields }
{{.Name}}
func (*PageLoadTest) Descriptor
deprecated
func (*PageLoadTest) Descriptor() ([]byte, []int)
Deprecated: Use PageLoadTest.ProtoReflect.Descriptor instead.
func (*PageLoadTest) GetCssSelectors ¶
func (x *PageLoadTest) GetCssSelectors() map[string]string
func (*PageLoadTest) GetHeaders ¶
func (x *PageLoadTest) GetHeaders() map[string]string
func (*PageLoadTest) GetIgnoreTlsErrors ¶
func (x *PageLoadTest) GetIgnoreTlsErrors() bool
func (*PageLoadTest) GetTarget ¶
func (x *PageLoadTest) GetTarget() string
func (*PageLoadTest) GetTimeout ¶
func (x *PageLoadTest) GetTimeout() uint32
func (*PageLoadTest) ProtoMessage ¶
func (*PageLoadTest) ProtoMessage()
func (*PageLoadTest) ProtoReflect ¶
func (x *PageLoadTest) ProtoReflect() protoreflect.Message
func (*PageLoadTest) Reset ¶
func (x *PageLoadTest) Reset()
func (*PageLoadTest) String ¶
func (x *PageLoadTest) String() string
type Path ¶
type Path struct { AgentId string `protobuf:"bytes,1,opt,name=agent_id,json=agentId,proto3" json:"agent_id,omitempty"` TargetIp string `protobuf:"bytes,3,opt,name=target_ip,json=targetIp,proto3" json:"target_ip,omitempty"` HopCount *Stats `protobuf:"bytes,4,opt,name=hop_count,json=hopCount,proto3" json:"hop_count,omitempty"` MaxAsPathLength int32 `protobuf:"varint,7,opt,name=max_as_path_length,json=maxAsPathLength,proto3" json:"max_as_path_length,omitempty"` Traces []*PathTrace `protobuf:"bytes,8,rep,name=traces,proto3" json:"traces,omitempty"` Time *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*Path) Descriptor
deprecated
func (*Path) GetAgentId ¶
func (*Path) GetHopCount ¶
func (*Path) GetMaxAsPathLength ¶
func (*Path) GetTargetIp ¶
func (*Path) GetTime ¶
func (x *Path) GetTime() *timestamppb.Timestamp
func (*Path) ProtoMessage ¶
func (*Path) ProtoMessage()
func (*Path) ProtoReflect ¶
func (x *Path) ProtoReflect() protoreflect.Message
type PathTrace ¶
type PathTrace struct { AsPath []int32 `protobuf:"varint,1,rep,packed,name=as_path,json=asPath,proto3" json:"as_path,omitempty"` IsComplete bool `protobuf:"varint,2,opt,name=is_complete,json=isComplete,proto3" json:"is_complete,omitempty"` Hops []*TraceHop `protobuf:"bytes,6,rep,name=hops,proto3" json:"hops,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*PathTrace) Descriptor
deprecated
func (*PathTrace) GetIsComplete ¶
func (*PathTrace) ProtoMessage ¶
func (*PathTrace) ProtoMessage()
func (*PathTrace) ProtoReflect ¶
func (x *PathTrace) ProtoReflect() protoreflect.Message
type PingResults ¶
type PingResults struct { Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` PacketLoss *PacketLossData `protobuf:"bytes,2,opt,name=packet_loss,json=packetLoss,proto3" json:"packet_loss,omitempty"` Latency *MetricData `protobuf:"bytes,3,opt,name=latency,proto3" json:"latency,omitempty"` Jitter *MetricData `protobuf:"bytes,4,opt,name=jitter,proto3" json:"jitter,omitempty"` DstIp string `protobuf:"bytes,5,opt,name=dst_ip,json=dstIp,proto3" json:"dst_ip,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*PingResults) Descriptor
deprecated
func (*PingResults) Descriptor() ([]byte, []int)
Deprecated: Use PingResults.ProtoReflect.Descriptor instead.
func (*PingResults) GetDstIp ¶
func (x *PingResults) GetDstIp() string
func (*PingResults) GetJitter ¶
func (x *PingResults) GetJitter() *MetricData
func (*PingResults) GetLatency ¶
func (x *PingResults) GetLatency() *MetricData
func (*PingResults) GetPacketLoss ¶
func (x *PingResults) GetPacketLoss() *PacketLossData
func (*PingResults) GetTarget ¶
func (x *PingResults) GetTarget() string
func (*PingResults) ProtoMessage ¶
func (*PingResults) ProtoMessage()
func (*PingResults) ProtoReflect ¶
func (x *PingResults) ProtoReflect() protoreflect.Message
func (*PingResults) Reset ¶
func (x *PingResults) Reset()
func (*PingResults) String ¶
func (x *PingResults) String() string
type SetTestStatusRequest ¶
type SetTestStatusRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Status TestStatus `protobuf:"varint,2,opt,name=status,proto3,enum=kentik.synthetics.v202202.TestStatus" json:"status,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*SetTestStatusRequest) Descriptor
deprecated
func (*SetTestStatusRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetTestStatusRequest.ProtoReflect.Descriptor instead.
func (*SetTestStatusRequest) GetId ¶
func (x *SetTestStatusRequest) GetId() string
func (*SetTestStatusRequest) GetStatus ¶
func (x *SetTestStatusRequest) GetStatus() TestStatus
func (*SetTestStatusRequest) ProtoMessage ¶
func (*SetTestStatusRequest) ProtoMessage()
func (*SetTestStatusRequest) ProtoReflect ¶
func (x *SetTestStatusRequest) ProtoReflect() protoreflect.Message
func (*SetTestStatusRequest) Reset ¶
func (x *SetTestStatusRequest) Reset()
func (*SetTestStatusRequest) String ¶
func (x *SetTestStatusRequest) String() string
type SetTestStatusResponse ¶
type SetTestStatusResponse struct {
// contains filtered or unexported fields
}
{{.Name}}
func (*SetTestStatusResponse) Descriptor
deprecated
func (*SetTestStatusResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetTestStatusResponse.ProtoReflect.Descriptor instead.
func (*SetTestStatusResponse) ProtoMessage ¶
func (*SetTestStatusResponse) ProtoMessage()
func (*SetTestStatusResponse) ProtoReflect ¶
func (x *SetTestStatusResponse) ProtoReflect() protoreflect.Message
func (*SetTestStatusResponse) Reset ¶
func (x *SetTestStatusResponse) Reset()
func (*SetTestStatusResponse) String ¶
func (x *SetTestStatusResponse) String() string
type Stats ¶
type Stats struct { Average int32 `protobuf:"varint,1,opt,name=average,proto3" json:"average,omitempty"` Min int32 `protobuf:"varint,2,opt,name=min,proto3" json:"min,omitempty"` Max int32 `protobuf:"varint,3,opt,name=max,proto3" json:"max,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*Stats) Descriptor
deprecated
func (*Stats) GetAverage ¶
func (*Stats) ProtoMessage ¶
func (*Stats) ProtoMessage()
func (*Stats) ProtoReflect ¶
func (x *Stats) ProtoReflect() protoreflect.Message
type SyntheticsAdminServiceClient ¶
type SyntheticsAdminServiceClient interface { ListAgents(ctx context.Context, in *ListAgentsRequest, opts ...grpc.CallOption) (*ListAgentsResponse, error) GetAgent(ctx context.Context, in *GetAgentRequest, opts ...grpc.CallOption) (*GetAgentResponse, error) UpdateAgent(ctx context.Context, in *UpdateAgentRequest, opts ...grpc.CallOption) (*UpdateAgentResponse, error) DeleteAgent(ctx context.Context, in *DeleteAgentRequest, opts ...grpc.CallOption) (*DeleteAgentResponse, error) ListTests(ctx context.Context, in *ListTestsRequest, opts ...grpc.CallOption) (*ListTestsResponse, error) CreateTest(ctx context.Context, in *CreateTestRequest, opts ...grpc.CallOption) (*CreateTestResponse, error) GetTest(ctx context.Context, in *GetTestRequest, opts ...grpc.CallOption) (*GetTestResponse, error) UpdateTest(ctx context.Context, in *UpdateTestRequest, opts ...grpc.CallOption) (*UpdateTestResponse, error) DeleteTest(ctx context.Context, in *DeleteTestRequest, opts ...grpc.CallOption) (*DeleteTestResponse, error) SetTestStatus(ctx context.Context, in *SetTestStatusRequest, opts ...grpc.CallOption) (*SetTestStatusResponse, error) }
SyntheticsAdminServiceClient is the client API for SyntheticsAdminService 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 NewSyntheticsAdminServiceClient ¶
func NewSyntheticsAdminServiceClient(cc grpc.ClientConnInterface) SyntheticsAdminServiceClient
type SyntheticsAdminServiceServer ¶
type SyntheticsAdminServiceServer interface { ListAgents(context.Context, *ListAgentsRequest) (*ListAgentsResponse, error) GetAgent(context.Context, *GetAgentRequest) (*GetAgentResponse, error) UpdateAgent(context.Context, *UpdateAgentRequest) (*UpdateAgentResponse, error) DeleteAgent(context.Context, *DeleteAgentRequest) (*DeleteAgentResponse, error) ListTests(context.Context, *ListTestsRequest) (*ListTestsResponse, error) CreateTest(context.Context, *CreateTestRequest) (*CreateTestResponse, error) GetTest(context.Context, *GetTestRequest) (*GetTestResponse, error) UpdateTest(context.Context, *UpdateTestRequest) (*UpdateTestResponse, error) DeleteTest(context.Context, *DeleteTestRequest) (*DeleteTestResponse, error) SetTestStatus(context.Context, *SetTestStatusRequest) (*SetTestStatusResponse, error) }
SyntheticsAdminServiceServer is the server API for SyntheticsAdminService service. All implementations should embed UnimplementedSyntheticsAdminServiceServer for forward compatibility
type SyntheticsDataServiceClient ¶
type SyntheticsDataServiceClient interface { // Get measurement results for a set of tests GetResultsForTests(ctx context.Context, in *GetResultsForTestsRequest, opts ...grpc.CallOption) (*GetResultsForTestsResponse, error) GetTraceForTest(ctx context.Context, in *GetTraceForTestRequest, opts ...grpc.CallOption) (*GetTraceForTestResponse, error) }
SyntheticsDataServiceClient is the client API for SyntheticsDataService 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 NewSyntheticsDataServiceClient ¶
func NewSyntheticsDataServiceClient(cc grpc.ClientConnInterface) SyntheticsDataServiceClient
type SyntheticsDataServiceServer ¶
type SyntheticsDataServiceServer interface { // Get measurement results for a set of tests GetResultsForTests(context.Context, *GetResultsForTestsRequest) (*GetResultsForTestsResponse, error) GetTraceForTest(context.Context, *GetTraceForTestRequest) (*GetTraceForTestResponse, error) }
SyntheticsDataServiceServer is the server API for SyntheticsDataService service. All implementations should embed UnimplementedSyntheticsDataServiceServer for forward compatibility
type TaskResults ¶
type TaskResults struct { // Types that are assignable to TaskType: // // *TaskResults_Ping // *TaskResults_Http // *TaskResults_Dns TaskType isTaskResults_TaskType `protobuf_oneof:"task_type"` Health string `protobuf:"bytes,4,opt,name=health,proto3" json:"health,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*TaskResults) Descriptor
deprecated
func (*TaskResults) Descriptor() ([]byte, []int)
Deprecated: Use TaskResults.ProtoReflect.Descriptor instead.
func (*TaskResults) GetDns ¶
func (x *TaskResults) GetDns() *DNSResults
func (*TaskResults) GetHealth ¶
func (x *TaskResults) GetHealth() string
func (*TaskResults) GetHttp ¶
func (x *TaskResults) GetHttp() *HTTPResults
func (*TaskResults) GetPing ¶
func (x *TaskResults) GetPing() *PingResults
func (*TaskResults) GetTaskType ¶
func (m *TaskResults) GetTaskType() isTaskResults_TaskType
func (*TaskResults) ProtoMessage ¶
func (*TaskResults) ProtoMessage()
func (*TaskResults) ProtoReflect ¶
func (x *TaskResults) ProtoReflect() protoreflect.Message
func (*TaskResults) Reset ¶
func (x *TaskResults) Reset()
func (*TaskResults) String ¶
func (x *TaskResults) String() string
type TaskResults_Dns ¶
type TaskResults_Dns struct {
Dns *DNSResults `protobuf:"bytes,3,opt,name=dns,proto3,oneof"`
}
type TaskResults_Http ¶
type TaskResults_Http struct {
Http *HTTPResults `protobuf:"bytes,2,opt,name=http,proto3,oneof"`
}
type TaskResults_Ping ¶
type TaskResults_Ping struct {
Ping *PingResults `protobuf:"bytes,1,opt,name=ping,proto3,oneof"`
}
type Test ¶
type Test struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"` Status TestStatus `protobuf:"varint,5,opt,name=status,proto3,enum=kentik.synthetics.v202202.TestStatus" json:"status,omitempty"` Settings *TestSettings `protobuf:"bytes,6,opt,name=settings,proto3" json:"settings,omitempty"` Cdate *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=cdate,proto3" json:"cdate,omitempty"` Edate *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=edate,proto3" json:"edate,omitempty"` CreatedBy *v202303.UserInfo `protobuf:"bytes,9,opt,name=created_by,json=createdBy,proto3" json:"created_by,omitempty"` LastUpdatedBy *v202303.UserInfo `protobuf:"bytes,10,opt,name=last_updated_by,json=lastUpdatedBy,proto3" json:"last_updated_by,omitempty"` Labels []string `protobuf:"bytes,11,rep,name=labels,proto3" json:"labels,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*Test) Descriptor
deprecated
func (*Test) GetCdate ¶
func (x *Test) GetCdate() *timestamppb.Timestamp
func (*Test) GetCreatedBy ¶
func (*Test) GetEdate ¶
func (x *Test) GetEdate() *timestamppb.Timestamp
func (*Test) GetLastUpdatedBy ¶
func (*Test) GetSettings ¶
func (x *Test) GetSettings() *TestSettings
func (*Test) GetStatus ¶
func (x *Test) GetStatus() TestStatus
func (*Test) ProtoMessage ¶
func (*Test) ProtoMessage()
func (*Test) ProtoReflect ¶
func (x *Test) ProtoReflect() protoreflect.Message
type TestPingSettings ¶
type TestPingSettings struct { Count uint32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` Protocol string `protobuf:"bytes,2,opt,name=protocol,proto3" json:"protocol,omitempty"` Port uint32 `protobuf:"varint,3,opt,name=port,proto3" json:"port,omitempty"` Timeout uint32 `protobuf:"varint,4,opt,name=timeout,proto3" json:"timeout,omitempty"` Delay float32 `protobuf:"fixed32,5,opt,name=delay,proto3" json:"delay,omitempty"` Dscp uint32 `protobuf:"varint,6,opt,name=dscp,proto3" json:"dscp,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*TestPingSettings) Descriptor
deprecated
func (*TestPingSettings) Descriptor() ([]byte, []int)
Deprecated: Use TestPingSettings.ProtoReflect.Descriptor instead.
func (*TestPingSettings) GetCount ¶
func (x *TestPingSettings) GetCount() uint32
func (*TestPingSettings) GetDelay ¶
func (x *TestPingSettings) GetDelay() float32
func (*TestPingSettings) GetDscp ¶
func (x *TestPingSettings) GetDscp() uint32
func (*TestPingSettings) GetPort ¶
func (x *TestPingSettings) GetPort() uint32
func (*TestPingSettings) GetProtocol ¶
func (x *TestPingSettings) GetProtocol() string
func (*TestPingSettings) GetTimeout ¶
func (x *TestPingSettings) GetTimeout() uint32
func (*TestPingSettings) ProtoMessage ¶
func (*TestPingSettings) ProtoMessage()
func (*TestPingSettings) ProtoReflect ¶
func (x *TestPingSettings) ProtoReflect() protoreflect.Message
func (*TestPingSettings) Reset ¶
func (x *TestPingSettings) Reset()
func (*TestPingSettings) String ¶
func (x *TestPingSettings) String() string
type TestResults ¶
type TestResults struct { TestId string `protobuf:"bytes,1,opt,name=test_id,json=testId,proto3" json:"test_id,omitempty"` Time *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"` Health string `protobuf:"bytes,3,opt,name=health,proto3" json:"health,omitempty"` Agents []*AgentResults `protobuf:"bytes,4,rep,name=agents,proto3" json:"agents,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*TestResults) Descriptor
deprecated
func (*TestResults) Descriptor() ([]byte, []int)
Deprecated: Use TestResults.ProtoReflect.Descriptor instead.
func (*TestResults) GetAgents ¶
func (x *TestResults) GetAgents() []*AgentResults
func (*TestResults) GetHealth ¶
func (x *TestResults) GetHealth() string
func (*TestResults) GetTestId ¶
func (x *TestResults) GetTestId() string
func (*TestResults) GetTime ¶
func (x *TestResults) GetTime() *timestamppb.Timestamp
func (*TestResults) ProtoMessage ¶
func (*TestResults) ProtoMessage()
func (*TestResults) ProtoReflect ¶
func (x *TestResults) ProtoReflect() protoreflect.Message
func (*TestResults) Reset ¶
func (x *TestResults) Reset()
func (*TestResults) String ¶
func (x *TestResults) String() string
type TestSettings ¶
type TestSettings struct { // Types that are assignable to Definition: // // *TestSettings_Hostname // *TestSettings_Ip // *TestSettings_Agent // *TestSettings_Flow // *TestSettings_Dns // *TestSettings_Url // *TestSettings_NetworkGrid // *TestSettings_PageLoad // *TestSettings_DnsGrid // *TestSettings_NetworkMesh Definition isTestSettings_Definition `protobuf_oneof:"definition"` AgentIds []string `protobuf:"bytes,10,rep,name=agent_ids,json=agentIds,proto3" json:"agent_ids,omitempty"` Tasks []string `protobuf:"bytes,11,rep,name=tasks,proto3" json:"tasks,omitempty"` HealthSettings *HealthSettings `protobuf:"bytes,12,opt,name=health_settings,json=healthSettings,proto3" json:"health_settings,omitempty"` Ping *TestPingSettings `protobuf:"bytes,13,opt,name=ping,proto3" json:"ping,omitempty"` Trace *TestTraceSettings `protobuf:"bytes,14,opt,name=trace,proto3" json:"trace,omitempty"` Period uint32 `protobuf:"varint,15,opt,name=period,proto3" json:"period,omitempty"` Family IPFamily `protobuf:"varint,16,opt,name=family,proto3,enum=kentik.synthetics.v202202.IPFamily" json:"family,omitempty"` NotificationChannels []string `protobuf:"bytes,17,rep,name=notification_channels,json=notificationChannels,proto3" json:"notification_channels,omitempty"` Notes string `protobuf:"bytes,19,opt,name=notes,proto3" json:"notes,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*TestSettings) Descriptor
deprecated
func (*TestSettings) Descriptor() ([]byte, []int)
Deprecated: Use TestSettings.ProtoReflect.Descriptor instead.
func (*TestSettings) GetAgent ¶
func (x *TestSettings) GetAgent() *AgentTest
func (*TestSettings) GetAgentIds ¶
func (x *TestSettings) GetAgentIds() []string
func (*TestSettings) GetDefinition ¶
func (m *TestSettings) GetDefinition() isTestSettings_Definition
func (*TestSettings) GetDns ¶
func (x *TestSettings) GetDns() *DnsTest
func (*TestSettings) GetDnsGrid ¶
func (x *TestSettings) GetDnsGrid() *DnsTest
func (*TestSettings) GetFamily ¶
func (x *TestSettings) GetFamily() IPFamily
func (*TestSettings) GetFlow ¶
func (x *TestSettings) GetFlow() *FlowTest
func (*TestSettings) GetHealthSettings ¶
func (x *TestSettings) GetHealthSettings() *HealthSettings
func (*TestSettings) GetHostname ¶
func (x *TestSettings) GetHostname() *HostnameTest
func (*TestSettings) GetIp ¶
func (x *TestSettings) GetIp() *IpTest
func (*TestSettings) GetNetworkGrid ¶
func (x *TestSettings) GetNetworkGrid() *IpTest
func (*TestSettings) GetNetworkMesh ¶
func (x *TestSettings) GetNetworkMesh() *NetworkMeshTest
func (*TestSettings) GetNotes ¶
func (x *TestSettings) GetNotes() string
func (*TestSettings) GetNotificationChannels ¶
func (x *TestSettings) GetNotificationChannels() []string
func (*TestSettings) GetPageLoad ¶
func (x *TestSettings) GetPageLoad() *PageLoadTest
func (*TestSettings) GetPeriod ¶
func (x *TestSettings) GetPeriod() uint32
func (*TestSettings) GetPing ¶
func (x *TestSettings) GetPing() *TestPingSettings
func (*TestSettings) GetTasks ¶
func (x *TestSettings) GetTasks() []string
func (*TestSettings) GetTrace ¶
func (x *TestSettings) GetTrace() *TestTraceSettings
func (*TestSettings) GetUrl ¶
func (x *TestSettings) GetUrl() *UrlTest
func (*TestSettings) ProtoMessage ¶
func (*TestSettings) ProtoMessage()
func (*TestSettings) ProtoReflect ¶
func (x *TestSettings) ProtoReflect() protoreflect.Message
func (*TestSettings) Reset ¶
func (x *TestSettings) Reset()
func (*TestSettings) String ¶
func (x *TestSettings) String() string
type TestSettings_Agent ¶
type TestSettings_Agent struct {
Agent *AgentTest `protobuf:"bytes,3,opt,name=agent,proto3,oneof"`
}
type TestSettings_Dns ¶
type TestSettings_Dns struct {
Dns *DnsTest `protobuf:"bytes,5,opt,name=dns,proto3,oneof"`
}
type TestSettings_DnsGrid ¶
type TestSettings_DnsGrid struct {
DnsGrid *DnsTest `protobuf:"bytes,9,opt,name=dns_grid,json=dnsGrid,proto3,oneof"`
}
type TestSettings_Flow ¶
type TestSettings_Flow struct {
Flow *FlowTest `protobuf:"bytes,4,opt,name=flow,proto3,oneof"`
}
type TestSettings_Hostname ¶
type TestSettings_Hostname struct {
Hostname *HostnameTest `protobuf:"bytes,1,opt,name=hostname,proto3,oneof"`
}
type TestSettings_Ip ¶
type TestSettings_Ip struct {
Ip *IpTest `protobuf:"bytes,2,opt,name=ip,proto3,oneof"`
}
type TestSettings_NetworkGrid ¶
type TestSettings_NetworkGrid struct {
NetworkGrid *IpTest `protobuf:"bytes,7,opt,name=network_grid,json=networkGrid,proto3,oneof"`
}
type TestSettings_NetworkMesh ¶
type TestSettings_NetworkMesh struct {
NetworkMesh *NetworkMeshTest `protobuf:"bytes,18,opt,name=network_mesh,json=networkMesh,proto3,oneof"`
}
type TestSettings_PageLoad ¶
type TestSettings_PageLoad struct {
PageLoad *PageLoadTest `protobuf:"bytes,8,opt,name=page_load,json=pageLoad,proto3,oneof"`
}
type TestSettings_Url ¶
type TestSettings_Url struct {
Url *UrlTest `protobuf:"bytes,6,opt,name=url,proto3,oneof"`
}
type TestStatus ¶
type TestStatus int32
{{.Name}}
const ( // Invalid value. TestStatus_TEST_STATUS_UNSPECIFIED TestStatus = 0 // Test is active. TestStatus_TEST_STATUS_ACTIVE TestStatus = 1 // Test is paused. TestStatus_TEST_STATUS_PAUSED TestStatus = 2 // Test is deleted. Not user settable. TestStatus_TEST_STATUS_DELETED TestStatus = 3 // Test is preview TestStatus_TEST_STATUS_PREVIEW TestStatus = 4 )
func (TestStatus) Descriptor ¶
func (TestStatus) Descriptor() protoreflect.EnumDescriptor
func (TestStatus) Enum ¶
func (x TestStatus) Enum() *TestStatus
func (TestStatus) EnumDescriptor
deprecated
func (TestStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use TestStatus.Descriptor instead.
func (TestStatus) Number ¶
func (x TestStatus) Number() protoreflect.EnumNumber
func (TestStatus) String ¶
func (x TestStatus) String() string
func (TestStatus) Type ¶
func (TestStatus) Type() protoreflect.EnumType
type TestTraceSettings ¶
type TestTraceSettings struct { Count uint32 `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"` Protocol string `protobuf:"bytes,2,opt,name=protocol,proto3" json:"protocol,omitempty"` Port uint32 `protobuf:"varint,3,opt,name=port,proto3" json:"port,omitempty"` Timeout uint32 `protobuf:"varint,4,opt,name=timeout,proto3" json:"timeout,omitempty"` Limit uint32 `protobuf:"varint,5,opt,name=limit,proto3" json:"limit,omitempty"` Delay float32 `protobuf:"fixed32,6,opt,name=delay,proto3" json:"delay,omitempty"` Dscp uint32 `protobuf:"varint,7,opt,name=dscp,proto3" json:"dscp,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*TestTraceSettings) Descriptor
deprecated
func (*TestTraceSettings) Descriptor() ([]byte, []int)
Deprecated: Use TestTraceSettings.ProtoReflect.Descriptor instead.
func (*TestTraceSettings) GetCount ¶
func (x *TestTraceSettings) GetCount() uint32
func (*TestTraceSettings) GetDelay ¶
func (x *TestTraceSettings) GetDelay() float32
func (*TestTraceSettings) GetDscp ¶
func (x *TestTraceSettings) GetDscp() uint32
func (*TestTraceSettings) GetLimit ¶
func (x *TestTraceSettings) GetLimit() uint32
func (*TestTraceSettings) GetPort ¶
func (x *TestTraceSettings) GetPort() uint32
func (*TestTraceSettings) GetProtocol ¶
func (x *TestTraceSettings) GetProtocol() string
func (*TestTraceSettings) GetTimeout ¶
func (x *TestTraceSettings) GetTimeout() uint32
func (*TestTraceSettings) ProtoMessage ¶
func (*TestTraceSettings) ProtoMessage()
func (*TestTraceSettings) ProtoReflect ¶
func (x *TestTraceSettings) ProtoReflect() protoreflect.Message
func (*TestTraceSettings) Reset ¶
func (x *TestTraceSettings) Reset()
func (*TestTraceSettings) String ¶
func (x *TestTraceSettings) String() string
type TraceHop ¶
type TraceHop struct { Latency int32 `protobuf:"varint,3,opt,name=latency,proto3" json:"latency,omitempty"` NodeId string `protobuf:"bytes,5,opt,name=node_id,json=nodeId,proto3" json:"node_id,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*TraceHop) Descriptor
deprecated
func (*TraceHop) GetLatency ¶
func (*TraceHop) ProtoMessage ¶
func (*TraceHop) ProtoMessage()
func (*TraceHop) ProtoReflect ¶
func (x *TraceHop) ProtoReflect() protoreflect.Message
type UnimplementedSyntheticsAdminServiceServer ¶
type UnimplementedSyntheticsAdminServiceServer struct { }
UnimplementedSyntheticsAdminServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedSyntheticsAdminServiceServer) CreateTest ¶
func (UnimplementedSyntheticsAdminServiceServer) CreateTest(context.Context, *CreateTestRequest) (*CreateTestResponse, error)
func (UnimplementedSyntheticsAdminServiceServer) DeleteAgent ¶
func (UnimplementedSyntheticsAdminServiceServer) DeleteAgent(context.Context, *DeleteAgentRequest) (*DeleteAgentResponse, error)
func (UnimplementedSyntheticsAdminServiceServer) DeleteTest ¶
func (UnimplementedSyntheticsAdminServiceServer) DeleteTest(context.Context, *DeleteTestRequest) (*DeleteTestResponse, error)
func (UnimplementedSyntheticsAdminServiceServer) GetAgent ¶
func (UnimplementedSyntheticsAdminServiceServer) GetAgent(context.Context, *GetAgentRequest) (*GetAgentResponse, error)
func (UnimplementedSyntheticsAdminServiceServer) GetTest ¶
func (UnimplementedSyntheticsAdminServiceServer) GetTest(context.Context, *GetTestRequest) (*GetTestResponse, error)
func (UnimplementedSyntheticsAdminServiceServer) ListAgents ¶
func (UnimplementedSyntheticsAdminServiceServer) ListAgents(context.Context, *ListAgentsRequest) (*ListAgentsResponse, error)
func (UnimplementedSyntheticsAdminServiceServer) ListTests ¶
func (UnimplementedSyntheticsAdminServiceServer) ListTests(context.Context, *ListTestsRequest) (*ListTestsResponse, error)
func (UnimplementedSyntheticsAdminServiceServer) SetTestStatus ¶
func (UnimplementedSyntheticsAdminServiceServer) SetTestStatus(context.Context, *SetTestStatusRequest) (*SetTestStatusResponse, error)
func (UnimplementedSyntheticsAdminServiceServer) UpdateAgent ¶
func (UnimplementedSyntheticsAdminServiceServer) UpdateAgent(context.Context, *UpdateAgentRequest) (*UpdateAgentResponse, error)
func (UnimplementedSyntheticsAdminServiceServer) UpdateTest ¶
func (UnimplementedSyntheticsAdminServiceServer) UpdateTest(context.Context, *UpdateTestRequest) (*UpdateTestResponse, error)
type UnimplementedSyntheticsDataServiceServer ¶
type UnimplementedSyntheticsDataServiceServer struct { }
UnimplementedSyntheticsDataServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedSyntheticsDataServiceServer) GetResultsForTests ¶
func (UnimplementedSyntheticsDataServiceServer) GetResultsForTests(context.Context, *GetResultsForTestsRequest) (*GetResultsForTestsResponse, error)
func (UnimplementedSyntheticsDataServiceServer) GetTraceForTest ¶
func (UnimplementedSyntheticsDataServiceServer) GetTraceForTest(context.Context, *GetTraceForTestRequest) (*GetTraceForTestResponse, error)
type UnsafeSyntheticsAdminServiceServer ¶
type UnsafeSyntheticsAdminServiceServer interface {
// contains filtered or unexported methods
}
UnsafeSyntheticsAdminServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SyntheticsAdminServiceServer will result in compilation errors.
type UnsafeSyntheticsDataServiceServer ¶
type UnsafeSyntheticsDataServiceServer interface {
// contains filtered or unexported methods
}
UnsafeSyntheticsDataServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SyntheticsDataServiceServer will result in compilation errors.
type UpdateAgentRequest ¶
type UpdateAgentRequest struct { Agent *Agent `protobuf:"bytes,1,opt,name=agent,proto3" json:"agent,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*UpdateAgentRequest) Descriptor
deprecated
func (*UpdateAgentRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateAgentRequest.ProtoReflect.Descriptor instead.
func (*UpdateAgentRequest) GetAgent ¶
func (x *UpdateAgentRequest) GetAgent() *Agent
func (*UpdateAgentRequest) ProtoMessage ¶
func (*UpdateAgentRequest) ProtoMessage()
func (*UpdateAgentRequest) ProtoReflect ¶
func (x *UpdateAgentRequest) ProtoReflect() protoreflect.Message
func (*UpdateAgentRequest) Reset ¶
func (x *UpdateAgentRequest) Reset()
func (*UpdateAgentRequest) String ¶
func (x *UpdateAgentRequest) String() string
type UpdateAgentResponse ¶
type UpdateAgentResponse struct { Agent *Agent `protobuf:"bytes,1,opt,name=agent,proto3" json:"agent,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*UpdateAgentResponse) Descriptor
deprecated
func (*UpdateAgentResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateAgentResponse.ProtoReflect.Descriptor instead.
func (*UpdateAgentResponse) GetAgent ¶
func (x *UpdateAgentResponse) GetAgent() *Agent
func (*UpdateAgentResponse) ProtoMessage ¶
func (*UpdateAgentResponse) ProtoMessage()
func (*UpdateAgentResponse) ProtoReflect ¶
func (x *UpdateAgentResponse) ProtoReflect() protoreflect.Message
func (*UpdateAgentResponse) Reset ¶
func (x *UpdateAgentResponse) Reset()
func (*UpdateAgentResponse) String ¶
func (x *UpdateAgentResponse) String() string
type UpdateTestRequest ¶
type UpdateTestRequest struct { Test *Test `protobuf:"bytes,1,opt,name=test,proto3" json:"test,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*UpdateTestRequest) Descriptor
deprecated
func (*UpdateTestRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateTestRequest.ProtoReflect.Descriptor instead.
func (*UpdateTestRequest) GetTest ¶
func (x *UpdateTestRequest) GetTest() *Test
func (*UpdateTestRequest) ProtoMessage ¶
func (*UpdateTestRequest) ProtoMessage()
func (*UpdateTestRequest) ProtoReflect ¶
func (x *UpdateTestRequest) ProtoReflect() protoreflect.Message
func (*UpdateTestRequest) Reset ¶
func (x *UpdateTestRequest) Reset()
func (*UpdateTestRequest) String ¶
func (x *UpdateTestRequest) String() string
type UpdateTestResponse ¶
type UpdateTestResponse struct { Test *Test `protobuf:"bytes,1,opt,name=test,proto3" json:"test,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*UpdateTestResponse) Descriptor
deprecated
func (*UpdateTestResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateTestResponse.ProtoReflect.Descriptor instead.
func (*UpdateTestResponse) GetTest ¶
func (x *UpdateTestResponse) GetTest() *Test
func (*UpdateTestResponse) ProtoMessage ¶
func (*UpdateTestResponse) ProtoMessage()
func (*UpdateTestResponse) ProtoReflect ¶
func (x *UpdateTestResponse) ProtoReflect() protoreflect.Message
func (*UpdateTestResponse) Reset ¶
func (x *UpdateTestResponse) Reset()
func (*UpdateTestResponse) String ¶
func (x *UpdateTestResponse) String() string
type UrlTest ¶
type UrlTest struct { Target string `protobuf:"bytes,1,opt,name=target,proto3" json:"target,omitempty"` Timeout uint32 `protobuf:"varint,2,opt,name=timeout,proto3" json:"timeout,omitempty"` Method string `protobuf:"bytes,3,opt,name=method,proto3" json:"method,omitempty"` Headers map[string]string `` /* 155-byte string literal not displayed */ Body string `protobuf:"bytes,5,opt,name=body,proto3" json:"body,omitempty"` IgnoreTlsErrors bool `protobuf:"varint,6,opt,name=ignore_tls_errors,json=ignoreTlsErrors,proto3" json:"ignore_tls_errors,omitempty"` // contains filtered or unexported fields }
{{.Name}}
func (*UrlTest) Descriptor
deprecated
func (*UrlTest) GetHeaders ¶
func (*UrlTest) GetIgnoreTlsErrors ¶
func (*UrlTest) GetTimeout ¶
func (*UrlTest) ProtoMessage ¶
func (*UrlTest) ProtoMessage()
func (*UrlTest) ProtoReflect ¶
func (x *UrlTest) ProtoReflect() protoreflect.Message