gslbsvc

package
v0.9.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 14, 2024 License: Apache-2.0 Imports: 26 Imported by: 6

Documentation

Index

Constants

View Source
const (
	GSLB_SetEntry_FullMethodName               = "/gsloc.services.gslb.v1.GSLB/SetEntry"
	GSLB_DeleteEntry_FullMethodName            = "/gsloc.services.gslb.v1.GSLB/DeleteEntry"
	GSLB_GetEntry_FullMethodName               = "/gsloc.services.gslb.v1.GSLB/GetEntry"
	GSLB_ListEntries_FullMethodName            = "/gsloc.services.gslb.v1.GSLB/ListEntries"
	GSLB_GetEntryStatus_FullMethodName         = "/gsloc.services.gslb.v1.GSLB/GetEntryStatus"
	GSLB_ListEntriesStatus_FullMethodName      = "/gsloc.services.gslb.v1.GSLB/ListEntriesStatus"
	GSLB_SetMember_FullMethodName              = "/gsloc.services.gslb.v1.GSLB/SetMember"
	GSLB_DeleteMember_FullMethodName           = "/gsloc.services.gslb.v1.GSLB/DeleteMember"
	GSLB_GetMember_FullMethodName              = "/gsloc.services.gslb.v1.GSLB/GetMember"
	GSLB_ListMembers_FullMethodName            = "/gsloc.services.gslb.v1.GSLB/ListMembers"
	GSLB_SetMembersStatus_FullMethodName       = "/gsloc.services.gslb.v1.GSLB/SetMembersStatus"
	GSLB_GetHealthCheck_FullMethodName         = "/gsloc.services.gslb.v1.GSLB/GetHealthCheck"
	GSLB_SetHealthCheck_FullMethodName         = "/gsloc.services.gslb.v1.GSLB/SetHealthCheck"
	GSLB_ListDcs_FullMethodName                = "/gsloc.services.gslb.v1.GSLB/ListDcs"
	GSLB_ListPluginHealthChecks_FullMethodName = "/gsloc.services.gslb.v1.GSLB/ListPluginHealthChecks"
)

Variables

View Source
var (
	MemberState_name = map[int32]string{
		0: "ENABLED",
		1: "DISABLED",
	}
	MemberState_value = map[string]int32{
		"ENABLED":  0,
		"DISABLED": 1,
	}
)

Enum value maps for MemberState.

View Source
var (
	MemberStatus_Status_name = map[int32]string{
		0: "ONLINE",
		1: "OFFLINE",
		2: "CHECK_FAILED",
	}
	MemberStatus_Status_value = map[string]int32{
		"ONLINE":       0,
		"OFFLINE":      1,
		"CHECK_FAILED": 2,
	}
)

Enum value maps for MemberStatus_Status.

View Source
var File_gsloc_services_gslb_v1_gslb_proto protoreflect.FileDescriptor
View Source
var GSLB_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "gsloc.services.gslb.v1.GSLB",
	HandlerType: (*GSLBServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "SetEntry",
			Handler:    _GSLB_SetEntry_Handler,
		},
		{
			MethodName: "DeleteEntry",
			Handler:    _GSLB_DeleteEntry_Handler,
		},
		{
			MethodName: "GetEntry",
			Handler:    _GSLB_GetEntry_Handler,
		},
		{
			MethodName: "ListEntries",
			Handler:    _GSLB_ListEntries_Handler,
		},
		{
			MethodName: "GetEntryStatus",
			Handler:    _GSLB_GetEntryStatus_Handler,
		},
		{
			MethodName: "ListEntriesStatus",
			Handler:    _GSLB_ListEntriesStatus_Handler,
		},
		{
			MethodName: "SetMember",
			Handler:    _GSLB_SetMember_Handler,
		},
		{
			MethodName: "DeleteMember",
			Handler:    _GSLB_DeleteMember_Handler,
		},
		{
			MethodName: "GetMember",
			Handler:    _GSLB_GetMember_Handler,
		},
		{
			MethodName: "ListMembers",
			Handler:    _GSLB_ListMembers_Handler,
		},
		{
			MethodName: "SetMembersStatus",
			Handler:    _GSLB_SetMembersStatus_Handler,
		},
		{
			MethodName: "GetHealthCheck",
			Handler:    _GSLB_GetHealthCheck_Handler,
		},
		{
			MethodName: "SetHealthCheck",
			Handler:    _GSLB_SetHealthCheck_Handler,
		},
		{
			MethodName: "ListDcs",
			Handler:    _GSLB_ListDcs_Handler,
		},
		{
			MethodName: "ListPluginHealthChecks",
			Handler:    _GSLB_ListPluginHealthChecks_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "gsloc/services/gslb/v1/gslb.proto",
}

GSLB_ServiceDesc is the grpc.ServiceDesc for GSLB service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterGSLBServer

func RegisterGSLBServer(s grpc.ServiceRegistrar, srv GSLBServer)

Types

type DeleteEntryRequest

type DeleteEntryRequest struct {
	Fqdn string `protobuf:"bytes,1,opt,name=fqdn,proto3" json:"fqdn,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteEntryRequest) Descriptor deprecated

func (*DeleteEntryRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteEntryRequest.ProtoReflect.Descriptor instead.

func (*DeleteEntryRequest) GetFqdn

func (x *DeleteEntryRequest) GetFqdn() string

func (*DeleteEntryRequest) ProtoMessage

func (*DeleteEntryRequest) ProtoMessage()

func (*DeleteEntryRequest) ProtoReflect

func (x *DeleteEntryRequest) ProtoReflect() protoreflect.Message

func (*DeleteEntryRequest) Reset

func (x *DeleteEntryRequest) Reset()

func (*DeleteEntryRequest) String

func (x *DeleteEntryRequest) String() string

func (*DeleteEntryRequest) Validate

func (m *DeleteEntryRequest) Validate() error

Validate checks the field values on DeleteEntryRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteEntryRequest) ValidateAll

func (m *DeleteEntryRequest) ValidateAll() error

ValidateAll checks the field values on DeleteEntryRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteEntryRequestMultiError, or nil if none found.

type DeleteEntryRequestMultiError

type DeleteEntryRequestMultiError []error

DeleteEntryRequestMultiError is an error wrapping multiple validation errors returned by DeleteEntryRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteEntryRequestMultiError) AllErrors

func (m DeleteEntryRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteEntryRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteEntryRequestValidationError

type DeleteEntryRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteEntryRequestValidationError is the validation error returned by DeleteEntryRequest.Validate if the designated constraints aren't met.

func (DeleteEntryRequestValidationError) Cause

Cause function returns cause value.

func (DeleteEntryRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteEntryRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteEntryRequestValidationError) Field

Field function returns field value.

func (DeleteEntryRequestValidationError) Key

Key function returns key value.

func (DeleteEntryRequestValidationError) Reason

Reason function returns reason value.

type DeleteMemberRequest

type DeleteMemberRequest struct {
	Fqdn string `protobuf:"bytes,1,opt,name=fqdn,proto3" json:"fqdn,omitempty"`
	Ip   string `protobuf:"bytes,2,opt,name=ip,proto3" json:"ip,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteMemberRequest) Descriptor deprecated

func (*DeleteMemberRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteMemberRequest.ProtoReflect.Descriptor instead.

func (*DeleteMemberRequest) GetFqdn

func (x *DeleteMemberRequest) GetFqdn() string

func (*DeleteMemberRequest) GetIp

func (x *DeleteMemberRequest) GetIp() string

func (*DeleteMemberRequest) ProtoMessage

func (*DeleteMemberRequest) ProtoMessage()

func (*DeleteMemberRequest) ProtoReflect

func (x *DeleteMemberRequest) ProtoReflect() protoreflect.Message

func (*DeleteMemberRequest) Reset

func (x *DeleteMemberRequest) Reset()

func (*DeleteMemberRequest) String

func (x *DeleteMemberRequest) String() string

func (*DeleteMemberRequest) Validate

func (m *DeleteMemberRequest) Validate() error

Validate checks the field values on DeleteMemberRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteMemberRequest) ValidateAll

func (m *DeleteMemberRequest) ValidateAll() error

ValidateAll checks the field values on DeleteMemberRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteMemberRequestMultiError, or nil if none found.

type DeleteMemberRequestMultiError

type DeleteMemberRequestMultiError []error

DeleteMemberRequestMultiError is an error wrapping multiple validation errors returned by DeleteMemberRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteMemberRequestMultiError) AllErrors

func (m DeleteMemberRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteMemberRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteMemberRequestValidationError

type DeleteMemberRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteMemberRequestValidationError is the validation error returned by DeleteMemberRequest.Validate if the designated constraints aren't met.

func (DeleteMemberRequestValidationError) Cause

Cause function returns cause value.

func (DeleteMemberRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteMemberRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteMemberRequestValidationError) Field

Field function returns field value.

func (DeleteMemberRequestValidationError) Key

Key function returns key value.

func (DeleteMemberRequestValidationError) Reason

Reason function returns reason value.

type GSLBClient

type GSLBClient interface {
	SetEntry(ctx context.Context, in *SetEntryRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	DeleteEntry(ctx context.Context, in *DeleteEntryRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	GetEntry(ctx context.Context, in *GetEntryRequest, opts ...grpc.CallOption) (*GetEntryResponse, error)
	ListEntries(ctx context.Context, in *ListEntriesRequest, opts ...grpc.CallOption) (*ListEntriesResponse, error)
	GetEntryStatus(ctx context.Context, in *GetEntryStatusRequest, opts ...grpc.CallOption) (*GetEntryStatusResponse, error)
	ListEntriesStatus(ctx context.Context, in *ListEntriesStatusRequest, opts ...grpc.CallOption) (*ListEntriesStatusResponse, error)
	SetMember(ctx context.Context, in *SetMemberRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	DeleteMember(ctx context.Context, in *DeleteMemberRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	GetMember(ctx context.Context, in *GetMemberRequest, opts ...grpc.CallOption) (*GetMemberResponse, error)
	ListMembers(ctx context.Context, in *ListMembersRequest, opts ...grpc.CallOption) (*ListMembersResponse, error)
	SetMembersStatus(ctx context.Context, in *SetMembersStatusRequest, opts ...grpc.CallOption) (*SetMembersStatusResponse, error)
	GetHealthCheck(ctx context.Context, in *GetHealthCheckRequest, opts ...grpc.CallOption) (*GetHealthCheckResponse, error)
	SetHealthCheck(ctx context.Context, in *SetHealthCheckRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	ListDcs(ctx context.Context, in *ListDcsRequest, opts ...grpc.CallOption) (*ListDcsResponse, error)
	ListPluginHealthChecks(ctx context.Context, in *emptypb.Empty, opts ...grpc.CallOption) (*ListPluginHealthChecksResponse, error)
}

GSLBClient is the client API for GSLB 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 NewGSLBClient

func NewGSLBClient(cc grpc.ClientConnInterface) GSLBClient

type GSLBServer

GSLBServer is the server API for GSLB service. All implementations must embed UnimplementedGSLBServer for forward compatibility

type GetEntryRequest

type GetEntryRequest struct {
	Fqdn string `protobuf:"bytes,1,opt,name=fqdn,proto3" json:"fqdn,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEntryRequest) Descriptor deprecated

func (*GetEntryRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetEntryRequest.ProtoReflect.Descriptor instead.

func (*GetEntryRequest) GetFqdn

func (x *GetEntryRequest) GetFqdn() string

func (*GetEntryRequest) ProtoMessage

func (*GetEntryRequest) ProtoMessage()

func (*GetEntryRequest) ProtoReflect

func (x *GetEntryRequest) ProtoReflect() protoreflect.Message

func (*GetEntryRequest) Reset

func (x *GetEntryRequest) Reset()

func (*GetEntryRequest) String

func (x *GetEntryRequest) String() string

func (*GetEntryRequest) Validate

func (m *GetEntryRequest) Validate() error

Validate checks the field values on GetEntryRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetEntryRequest) ValidateAll

func (m *GetEntryRequest) ValidateAll() error

ValidateAll checks the field values on GetEntryRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetEntryRequestMultiError, or nil if none found.

type GetEntryRequestMultiError

type GetEntryRequestMultiError []error

GetEntryRequestMultiError is an error wrapping multiple validation errors returned by GetEntryRequest.ValidateAll() if the designated constraints aren't met.

func (GetEntryRequestMultiError) AllErrors

func (m GetEntryRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetEntryRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetEntryRequestValidationError

type GetEntryRequestValidationError struct {
	// contains filtered or unexported fields
}

GetEntryRequestValidationError is the validation error returned by GetEntryRequest.Validate if the designated constraints aren't met.

func (GetEntryRequestValidationError) Cause

Cause function returns cause value.

func (GetEntryRequestValidationError) Error

Error satisfies the builtin error interface

func (GetEntryRequestValidationError) ErrorName

func (e GetEntryRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetEntryRequestValidationError) Field

Field function returns field value.

func (GetEntryRequestValidationError) Key

Key function returns key value.

func (GetEntryRequestValidationError) Reason

Reason function returns reason value.

type GetEntryResponse

type GetEntryResponse struct {
	Entry       *v1.Entry        `protobuf:"bytes,1,opt,name=entry,proto3" json:"entry,omitempty"`
	Healthcheck *v11.HealthCheck `protobuf:"bytes,2,opt,name=healthcheck,proto3" json:"healthcheck,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEntryResponse) Descriptor deprecated

func (*GetEntryResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetEntryResponse.ProtoReflect.Descriptor instead.

func (*GetEntryResponse) GetEntry

func (x *GetEntryResponse) GetEntry() *v1.Entry

func (*GetEntryResponse) GetHealthcheck

func (x *GetEntryResponse) GetHealthcheck() *v11.HealthCheck

func (*GetEntryResponse) ProtoMessage

func (*GetEntryResponse) ProtoMessage()

func (*GetEntryResponse) ProtoReflect

func (x *GetEntryResponse) ProtoReflect() protoreflect.Message

func (*GetEntryResponse) Reset

func (x *GetEntryResponse) Reset()

func (*GetEntryResponse) String

func (x *GetEntryResponse) String() string

func (*GetEntryResponse) Validate

func (m *GetEntryResponse) Validate() error

Validate checks the field values on GetEntryResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetEntryResponse) ValidateAll

func (m *GetEntryResponse) ValidateAll() error

ValidateAll checks the field values on GetEntryResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetEntryResponseMultiError, or nil if none found.

type GetEntryResponseMultiError

type GetEntryResponseMultiError []error

GetEntryResponseMultiError is an error wrapping multiple validation errors returned by GetEntryResponse.ValidateAll() if the designated constraints aren't met.

func (GetEntryResponseMultiError) AllErrors

func (m GetEntryResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetEntryResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetEntryResponseValidationError

type GetEntryResponseValidationError struct {
	// contains filtered or unexported fields
}

GetEntryResponseValidationError is the validation error returned by GetEntryResponse.Validate if the designated constraints aren't met.

func (GetEntryResponseValidationError) Cause

Cause function returns cause value.

func (GetEntryResponseValidationError) Error

Error satisfies the builtin error interface

func (GetEntryResponseValidationError) ErrorName

ErrorName returns error name.

func (GetEntryResponseValidationError) Field

Field function returns field value.

func (GetEntryResponseValidationError) Key

Key function returns key value.

func (GetEntryResponseValidationError) Reason

Reason function returns reason value.

type GetEntryStatusRequest

type GetEntryStatusRequest struct {
	Fqdn string `protobuf:"bytes,1,opt,name=fqdn,proto3" json:"fqdn,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEntryStatusRequest) Descriptor deprecated

func (*GetEntryStatusRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetEntryStatusRequest.ProtoReflect.Descriptor instead.

func (*GetEntryStatusRequest) GetFqdn

func (x *GetEntryStatusRequest) GetFqdn() string

func (*GetEntryStatusRequest) ProtoMessage

func (*GetEntryStatusRequest) ProtoMessage()

func (*GetEntryStatusRequest) ProtoReflect

func (x *GetEntryStatusRequest) ProtoReflect() protoreflect.Message

func (*GetEntryStatusRequest) Reset

func (x *GetEntryStatusRequest) Reset()

func (*GetEntryStatusRequest) String

func (x *GetEntryStatusRequest) String() string

func (*GetEntryStatusRequest) Validate

func (m *GetEntryStatusRequest) Validate() error

Validate checks the field values on GetEntryStatusRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetEntryStatusRequest) ValidateAll

func (m *GetEntryStatusRequest) ValidateAll() error

ValidateAll checks the field values on GetEntryStatusRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetEntryStatusRequestMultiError, or nil if none found.

type GetEntryStatusRequestMultiError

type GetEntryStatusRequestMultiError []error

GetEntryStatusRequestMultiError is an error wrapping multiple validation errors returned by GetEntryStatusRequest.ValidateAll() if the designated constraints aren't met.

func (GetEntryStatusRequestMultiError) AllErrors

func (m GetEntryStatusRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetEntryStatusRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetEntryStatusRequestValidationError

type GetEntryStatusRequestValidationError struct {
	// contains filtered or unexported fields
}

GetEntryStatusRequestValidationError is the validation error returned by GetEntryStatusRequest.Validate if the designated constraints aren't met.

func (GetEntryStatusRequestValidationError) Cause

Cause function returns cause value.

func (GetEntryStatusRequestValidationError) Error

Error satisfies the builtin error interface

func (GetEntryStatusRequestValidationError) ErrorName

ErrorName returns error name.

func (GetEntryStatusRequestValidationError) Field

Field function returns field value.

func (GetEntryStatusRequestValidationError) Key

Key function returns key value.

func (GetEntryStatusRequestValidationError) Reason

Reason function returns reason value.

type GetEntryStatusResponse

type GetEntryStatusResponse struct {
	Fqdn        string          `protobuf:"bytes,1,opt,name=fqdn,proto3" json:"fqdn,omitempty"`
	MembersIpv4 []*MemberStatus `protobuf:"bytes,2,rep,name=members_ipv4,json=membersIpv4,proto3" json:"members_ipv4,omitempty"`
	MembersIpv6 []*MemberStatus `protobuf:"bytes,3,rep,name=members_ipv6,json=membersIpv6,proto3" json:"members_ipv6,omitempty"`
	// contains filtered or unexported fields
}

func (*GetEntryStatusResponse) Descriptor deprecated

func (*GetEntryStatusResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetEntryStatusResponse.ProtoReflect.Descriptor instead.

func (*GetEntryStatusResponse) GetFqdn

func (x *GetEntryStatusResponse) GetFqdn() string

func (*GetEntryStatusResponse) GetMembersIpv4

func (x *GetEntryStatusResponse) GetMembersIpv4() []*MemberStatus

func (*GetEntryStatusResponse) GetMembersIpv6

func (x *GetEntryStatusResponse) GetMembersIpv6() []*MemberStatus

func (*GetEntryStatusResponse) ProtoMessage

func (*GetEntryStatusResponse) ProtoMessage()

func (*GetEntryStatusResponse) ProtoReflect

func (x *GetEntryStatusResponse) ProtoReflect() protoreflect.Message

func (*GetEntryStatusResponse) Reset

func (x *GetEntryStatusResponse) Reset()

func (*GetEntryStatusResponse) String

func (x *GetEntryStatusResponse) String() string

func (*GetEntryStatusResponse) Validate

func (m *GetEntryStatusResponse) Validate() error

Validate checks the field values on GetEntryStatusResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetEntryStatusResponse) ValidateAll

func (m *GetEntryStatusResponse) ValidateAll() error

ValidateAll checks the field values on GetEntryStatusResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetEntryStatusResponseMultiError, or nil if none found.

type GetEntryStatusResponseMultiError

type GetEntryStatusResponseMultiError []error

GetEntryStatusResponseMultiError is an error wrapping multiple validation errors returned by GetEntryStatusResponse.ValidateAll() if the designated constraints aren't met.

func (GetEntryStatusResponseMultiError) AllErrors

func (m GetEntryStatusResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetEntryStatusResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetEntryStatusResponseValidationError

type GetEntryStatusResponseValidationError struct {
	// contains filtered or unexported fields
}

GetEntryStatusResponseValidationError is the validation error returned by GetEntryStatusResponse.Validate if the designated constraints aren't met.

func (GetEntryStatusResponseValidationError) Cause

Cause function returns cause value.

func (GetEntryStatusResponseValidationError) Error

Error satisfies the builtin error interface

func (GetEntryStatusResponseValidationError) ErrorName

ErrorName returns error name.

func (GetEntryStatusResponseValidationError) Field

Field function returns field value.

func (GetEntryStatusResponseValidationError) Key

Key function returns key value.

func (GetEntryStatusResponseValidationError) Reason

Reason function returns reason value.

type GetHealthCheckRequest

type GetHealthCheckRequest struct {
	Fqdn string `protobuf:"bytes,1,opt,name=fqdn,proto3" json:"fqdn,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHealthCheckRequest) Descriptor deprecated

func (*GetHealthCheckRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetHealthCheckRequest.ProtoReflect.Descriptor instead.

func (*GetHealthCheckRequest) GetFqdn

func (x *GetHealthCheckRequest) GetFqdn() string

func (*GetHealthCheckRequest) ProtoMessage

func (*GetHealthCheckRequest) ProtoMessage()

func (*GetHealthCheckRequest) ProtoReflect

func (x *GetHealthCheckRequest) ProtoReflect() protoreflect.Message

func (*GetHealthCheckRequest) Reset

func (x *GetHealthCheckRequest) Reset()

func (*GetHealthCheckRequest) String

func (x *GetHealthCheckRequest) String() string

func (*GetHealthCheckRequest) Validate

func (m *GetHealthCheckRequest) Validate() error

Validate checks the field values on GetHealthCheckRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetHealthCheckRequest) ValidateAll

func (m *GetHealthCheckRequest) ValidateAll() error

ValidateAll checks the field values on GetHealthCheckRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetHealthCheckRequestMultiError, or nil if none found.

type GetHealthCheckRequestMultiError

type GetHealthCheckRequestMultiError []error

GetHealthCheckRequestMultiError is an error wrapping multiple validation errors returned by GetHealthCheckRequest.ValidateAll() if the designated constraints aren't met.

func (GetHealthCheckRequestMultiError) AllErrors

func (m GetHealthCheckRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetHealthCheckRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetHealthCheckRequestValidationError

type GetHealthCheckRequestValidationError struct {
	// contains filtered or unexported fields
}

GetHealthCheckRequestValidationError is the validation error returned by GetHealthCheckRequest.Validate if the designated constraints aren't met.

func (GetHealthCheckRequestValidationError) Cause

Cause function returns cause value.

func (GetHealthCheckRequestValidationError) Error

Error satisfies the builtin error interface

func (GetHealthCheckRequestValidationError) ErrorName

ErrorName returns error name.

func (GetHealthCheckRequestValidationError) Field

Field function returns field value.

func (GetHealthCheckRequestValidationError) Key

Key function returns key value.

func (GetHealthCheckRequestValidationError) Reason

Reason function returns reason value.

type GetHealthCheckResponse

type GetHealthCheckResponse struct {
	Healthcheck *v11.HealthCheck `protobuf:"bytes,1,opt,name=healthcheck,proto3" json:"healthcheck,omitempty"`
	// contains filtered or unexported fields
}

func (*GetHealthCheckResponse) Descriptor deprecated

func (*GetHealthCheckResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetHealthCheckResponse.ProtoReflect.Descriptor instead.

func (*GetHealthCheckResponse) GetHealthcheck

func (x *GetHealthCheckResponse) GetHealthcheck() *v11.HealthCheck

func (*GetHealthCheckResponse) ProtoMessage

func (*GetHealthCheckResponse) ProtoMessage()

func (*GetHealthCheckResponse) ProtoReflect

func (x *GetHealthCheckResponse) ProtoReflect() protoreflect.Message

func (*GetHealthCheckResponse) Reset

func (x *GetHealthCheckResponse) Reset()

func (*GetHealthCheckResponse) String

func (x *GetHealthCheckResponse) String() string

func (*GetHealthCheckResponse) Validate

func (m *GetHealthCheckResponse) Validate() error

Validate checks the field values on GetHealthCheckResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetHealthCheckResponse) ValidateAll

func (m *GetHealthCheckResponse) ValidateAll() error

ValidateAll checks the field values on GetHealthCheckResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetHealthCheckResponseMultiError, or nil if none found.

type GetHealthCheckResponseMultiError

type GetHealthCheckResponseMultiError []error

GetHealthCheckResponseMultiError is an error wrapping multiple validation errors returned by GetHealthCheckResponse.ValidateAll() if the designated constraints aren't met.

func (GetHealthCheckResponseMultiError) AllErrors

func (m GetHealthCheckResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetHealthCheckResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetHealthCheckResponseValidationError

type GetHealthCheckResponseValidationError struct {
	// contains filtered or unexported fields
}

GetHealthCheckResponseValidationError is the validation error returned by GetHealthCheckResponse.Validate if the designated constraints aren't met.

func (GetHealthCheckResponseValidationError) Cause

Cause function returns cause value.

func (GetHealthCheckResponseValidationError) Error

Error satisfies the builtin error interface

func (GetHealthCheckResponseValidationError) ErrorName

ErrorName returns error name.

func (GetHealthCheckResponseValidationError) Field

Field function returns field value.

func (GetHealthCheckResponseValidationError) Key

Key function returns key value.

func (GetHealthCheckResponseValidationError) Reason

Reason function returns reason value.

type GetMemberRequest

type GetMemberRequest struct {
	Fqdn string `protobuf:"bytes,1,opt,name=fqdn,proto3" json:"fqdn,omitempty"`
	Ip   string `protobuf:"bytes,2,opt,name=ip,proto3" json:"ip,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMemberRequest) Descriptor deprecated

func (*GetMemberRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetMemberRequest.ProtoReflect.Descriptor instead.

func (*GetMemberRequest) GetFqdn

func (x *GetMemberRequest) GetFqdn() string

func (*GetMemberRequest) GetIp

func (x *GetMemberRequest) GetIp() string

func (*GetMemberRequest) ProtoMessage

func (*GetMemberRequest) ProtoMessage()

func (*GetMemberRequest) ProtoReflect

func (x *GetMemberRequest) ProtoReflect() protoreflect.Message

func (*GetMemberRequest) Reset

func (x *GetMemberRequest) Reset()

func (*GetMemberRequest) String

func (x *GetMemberRequest) String() string

func (*GetMemberRequest) Validate

func (m *GetMemberRequest) Validate() error

Validate checks the field values on GetMemberRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetMemberRequest) ValidateAll

func (m *GetMemberRequest) ValidateAll() error

ValidateAll checks the field values on GetMemberRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetMemberRequestMultiError, or nil if none found.

type GetMemberRequestMultiError

type GetMemberRequestMultiError []error

GetMemberRequestMultiError is an error wrapping multiple validation errors returned by GetMemberRequest.ValidateAll() if the designated constraints aren't met.

func (GetMemberRequestMultiError) AllErrors

func (m GetMemberRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetMemberRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetMemberRequestValidationError

type GetMemberRequestValidationError struct {
	// contains filtered or unexported fields
}

GetMemberRequestValidationError is the validation error returned by GetMemberRequest.Validate if the designated constraints aren't met.

func (GetMemberRequestValidationError) Cause

Cause function returns cause value.

func (GetMemberRequestValidationError) Error

Error satisfies the builtin error interface

func (GetMemberRequestValidationError) ErrorName

ErrorName returns error name.

func (GetMemberRequestValidationError) Field

Field function returns field value.

func (GetMemberRequestValidationError) Key

Key function returns key value.

func (GetMemberRequestValidationError) Reason

Reason function returns reason value.

type GetMemberResponse

type GetMemberResponse struct {
	Member *v1.Member `protobuf:"bytes,2,opt,name=member,proto3" json:"member,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMemberResponse) Descriptor deprecated

func (*GetMemberResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetMemberResponse.ProtoReflect.Descriptor instead.

func (*GetMemberResponse) GetMember

func (x *GetMemberResponse) GetMember() *v1.Member

func (*GetMemberResponse) ProtoMessage

func (*GetMemberResponse) ProtoMessage()

func (*GetMemberResponse) ProtoReflect

func (x *GetMemberResponse) ProtoReflect() protoreflect.Message

func (*GetMemberResponse) Reset

func (x *GetMemberResponse) Reset()

func (*GetMemberResponse) String

func (x *GetMemberResponse) String() string

func (*GetMemberResponse) Validate

func (m *GetMemberResponse) Validate() error

Validate checks the field values on GetMemberResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetMemberResponse) ValidateAll

func (m *GetMemberResponse) ValidateAll() error

ValidateAll checks the field values on GetMemberResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetMemberResponseMultiError, or nil if none found.

type GetMemberResponseMultiError

type GetMemberResponseMultiError []error

GetMemberResponseMultiError is an error wrapping multiple validation errors returned by GetMemberResponse.ValidateAll() if the designated constraints aren't met.

func (GetMemberResponseMultiError) AllErrors

func (m GetMemberResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetMemberResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetMemberResponseValidationError

type GetMemberResponseValidationError struct {
	// contains filtered or unexported fields
}

GetMemberResponseValidationError is the validation error returned by GetMemberResponse.Validate if the designated constraints aren't met.

func (GetMemberResponseValidationError) Cause

Cause function returns cause value.

func (GetMemberResponseValidationError) Error

Error satisfies the builtin error interface

func (GetMemberResponseValidationError) ErrorName

ErrorName returns error name.

func (GetMemberResponseValidationError) Field

Field function returns field value.

func (GetMemberResponseValidationError) Key

Key function returns key value.

func (GetMemberResponseValidationError) Reason

Reason function returns reason value.

type ListDcsRequest

type ListDcsRequest struct {
	// contains filtered or unexported fields
}

func (*ListDcsRequest) Descriptor deprecated

func (*ListDcsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListDcsRequest.ProtoReflect.Descriptor instead.

func (*ListDcsRequest) ProtoMessage

func (*ListDcsRequest) ProtoMessage()

func (*ListDcsRequest) ProtoReflect

func (x *ListDcsRequest) ProtoReflect() protoreflect.Message

func (*ListDcsRequest) Reset

func (x *ListDcsRequest) Reset()

func (*ListDcsRequest) String

func (x *ListDcsRequest) String() string

func (*ListDcsRequest) Validate

func (m *ListDcsRequest) Validate() error

Validate checks the field values on ListDcsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListDcsRequest) ValidateAll

func (m *ListDcsRequest) ValidateAll() error

ValidateAll checks the field values on ListDcsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListDcsRequestMultiError, or nil if none found.

type ListDcsRequestMultiError

type ListDcsRequestMultiError []error

ListDcsRequestMultiError is an error wrapping multiple validation errors returned by ListDcsRequest.ValidateAll() if the designated constraints aren't met.

func (ListDcsRequestMultiError) AllErrors

func (m ListDcsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListDcsRequestMultiError) Error

func (m ListDcsRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ListDcsRequestValidationError

type ListDcsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListDcsRequestValidationError is the validation error returned by ListDcsRequest.Validate if the designated constraints aren't met.

func (ListDcsRequestValidationError) Cause

Cause function returns cause value.

func (ListDcsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListDcsRequestValidationError) ErrorName

func (e ListDcsRequestValidationError) ErrorName() string

ErrorName returns error name.

func (ListDcsRequestValidationError) Field

Field function returns field value.

func (ListDcsRequestValidationError) Key

Key function returns key value.

func (ListDcsRequestValidationError) Reason

Reason function returns reason value.

type ListDcsResponse

type ListDcsResponse struct {
	Dcs []string `protobuf:"bytes,1,rep,name=dcs,proto3" json:"dcs,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDcsResponse) Descriptor deprecated

func (*ListDcsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListDcsResponse.ProtoReflect.Descriptor instead.

func (*ListDcsResponse) GetDcs

func (x *ListDcsResponse) GetDcs() []string

func (*ListDcsResponse) ProtoMessage

func (*ListDcsResponse) ProtoMessage()

func (*ListDcsResponse) ProtoReflect

func (x *ListDcsResponse) ProtoReflect() protoreflect.Message

func (*ListDcsResponse) Reset

func (x *ListDcsResponse) Reset()

func (*ListDcsResponse) String

func (x *ListDcsResponse) String() string

func (*ListDcsResponse) Validate

func (m *ListDcsResponse) Validate() error

Validate checks the field values on ListDcsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListDcsResponse) ValidateAll

func (m *ListDcsResponse) ValidateAll() error

ValidateAll checks the field values on ListDcsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListDcsResponseMultiError, or nil if none found.

type ListDcsResponseMultiError

type ListDcsResponseMultiError []error

ListDcsResponseMultiError is an error wrapping multiple validation errors returned by ListDcsResponse.ValidateAll() if the designated constraints aren't met.

func (ListDcsResponseMultiError) AllErrors

func (m ListDcsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListDcsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListDcsResponseValidationError

type ListDcsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListDcsResponseValidationError is the validation error returned by ListDcsResponse.Validate if the designated constraints aren't met.

func (ListDcsResponseValidationError) Cause

Cause function returns cause value.

func (ListDcsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListDcsResponseValidationError) ErrorName

func (e ListDcsResponseValidationError) ErrorName() string

ErrorName returns error name.

func (ListDcsResponseValidationError) Field

Field function returns field value.

func (ListDcsResponseValidationError) Key

Key function returns key value.

func (ListDcsResponseValidationError) Reason

Reason function returns reason value.

type ListEntriesRequest

type ListEntriesRequest struct {
	Tags   []string `protobuf:"bytes,1,rep,name=tags,proto3" json:"tags,omitempty"`
	Prefix string   `protobuf:"bytes,2,opt,name=prefix,proto3" json:"prefix,omitempty"`
	// contains filtered or unexported fields
}

func (*ListEntriesRequest) Descriptor deprecated

func (*ListEntriesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListEntriesRequest.ProtoReflect.Descriptor instead.

func (*ListEntriesRequest) GetPrefix

func (x *ListEntriesRequest) GetPrefix() string

func (*ListEntriesRequest) GetTags

func (x *ListEntriesRequest) GetTags() []string

func (*ListEntriesRequest) ProtoMessage

func (*ListEntriesRequest) ProtoMessage()

func (*ListEntriesRequest) ProtoReflect

func (x *ListEntriesRequest) ProtoReflect() protoreflect.Message

func (*ListEntriesRequest) Reset

func (x *ListEntriesRequest) Reset()

func (*ListEntriesRequest) String

func (x *ListEntriesRequest) String() string

func (*ListEntriesRequest) Validate

func (m *ListEntriesRequest) Validate() error

Validate checks the field values on ListEntriesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListEntriesRequest) ValidateAll

func (m *ListEntriesRequest) ValidateAll() error

ValidateAll checks the field values on ListEntriesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListEntriesRequestMultiError, or nil if none found.

type ListEntriesRequestMultiError

type ListEntriesRequestMultiError []error

ListEntriesRequestMultiError is an error wrapping multiple validation errors returned by ListEntriesRequest.ValidateAll() if the designated constraints aren't met.

func (ListEntriesRequestMultiError) AllErrors

func (m ListEntriesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListEntriesRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListEntriesRequestValidationError

type ListEntriesRequestValidationError struct {
	// contains filtered or unexported fields
}

ListEntriesRequestValidationError is the validation error returned by ListEntriesRequest.Validate if the designated constraints aren't met.

func (ListEntriesRequestValidationError) Cause

Cause function returns cause value.

func (ListEntriesRequestValidationError) Error

Error satisfies the builtin error interface

func (ListEntriesRequestValidationError) ErrorName

ErrorName returns error name.

func (ListEntriesRequestValidationError) Field

Field function returns field value.

func (ListEntriesRequestValidationError) Key

Key function returns key value.

func (ListEntriesRequestValidationError) Reason

Reason function returns reason value.

type ListEntriesResponse

type ListEntriesResponse struct {
	Entries []*GetEntryResponse `protobuf:"bytes,1,rep,name=entries,proto3" json:"entries,omitempty"`
	// contains filtered or unexported fields
}

func (*ListEntriesResponse) Descriptor deprecated

func (*ListEntriesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListEntriesResponse.ProtoReflect.Descriptor instead.

func (*ListEntriesResponse) GetEntries

func (x *ListEntriesResponse) GetEntries() []*GetEntryResponse

func (*ListEntriesResponse) ProtoMessage

func (*ListEntriesResponse) ProtoMessage()

func (*ListEntriesResponse) ProtoReflect

func (x *ListEntriesResponse) ProtoReflect() protoreflect.Message

func (*ListEntriesResponse) Reset

func (x *ListEntriesResponse) Reset()

func (*ListEntriesResponse) String

func (x *ListEntriesResponse) String() string

func (*ListEntriesResponse) Validate

func (m *ListEntriesResponse) Validate() error

Validate checks the field values on ListEntriesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListEntriesResponse) ValidateAll

func (m *ListEntriesResponse) ValidateAll() error

ValidateAll checks the field values on ListEntriesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListEntriesResponseMultiError, or nil if none found.

type ListEntriesResponseMultiError

type ListEntriesResponseMultiError []error

ListEntriesResponseMultiError is an error wrapping multiple validation errors returned by ListEntriesResponse.ValidateAll() if the designated constraints aren't met.

func (ListEntriesResponseMultiError) AllErrors

func (m ListEntriesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListEntriesResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListEntriesResponseValidationError

type ListEntriesResponseValidationError struct {
	// contains filtered or unexported fields
}

ListEntriesResponseValidationError is the validation error returned by ListEntriesResponse.Validate if the designated constraints aren't met.

func (ListEntriesResponseValidationError) Cause

Cause function returns cause value.

func (ListEntriesResponseValidationError) Error

Error satisfies the builtin error interface

func (ListEntriesResponseValidationError) ErrorName

ErrorName returns error name.

func (ListEntriesResponseValidationError) Field

Field function returns field value.

func (ListEntriesResponseValidationError) Key

Key function returns key value.

func (ListEntriesResponseValidationError) Reason

Reason function returns reason value.

type ListEntriesStatusRequest added in v0.4.0

type ListEntriesStatusRequest struct {
	Tags   []string `protobuf:"bytes,1,rep,name=tags,proto3" json:"tags,omitempty"`
	Prefix string   `protobuf:"bytes,2,opt,name=prefix,proto3" json:"prefix,omitempty"`
	// contains filtered or unexported fields
}

func (*ListEntriesStatusRequest) Descriptor deprecated added in v0.4.0

func (*ListEntriesStatusRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListEntriesStatusRequest.ProtoReflect.Descriptor instead.

func (*ListEntriesStatusRequest) GetPrefix added in v0.4.0

func (x *ListEntriesStatusRequest) GetPrefix() string

func (*ListEntriesStatusRequest) GetTags added in v0.4.0

func (x *ListEntriesStatusRequest) GetTags() []string

func (*ListEntriesStatusRequest) ProtoMessage added in v0.4.0

func (*ListEntriesStatusRequest) ProtoMessage()

func (*ListEntriesStatusRequest) ProtoReflect added in v0.4.0

func (x *ListEntriesStatusRequest) ProtoReflect() protoreflect.Message

func (*ListEntriesStatusRequest) Reset added in v0.4.0

func (x *ListEntriesStatusRequest) Reset()

func (*ListEntriesStatusRequest) String added in v0.4.0

func (x *ListEntriesStatusRequest) String() string

func (*ListEntriesStatusRequest) Validate added in v0.4.0

func (m *ListEntriesStatusRequest) Validate() error

Validate checks the field values on ListEntriesStatusRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListEntriesStatusRequest) ValidateAll added in v0.4.0

func (m *ListEntriesStatusRequest) ValidateAll() error

ValidateAll checks the field values on ListEntriesStatusRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListEntriesStatusRequestMultiError, or nil if none found.

type ListEntriesStatusRequestMultiError added in v0.4.0

type ListEntriesStatusRequestMultiError []error

ListEntriesStatusRequestMultiError is an error wrapping multiple validation errors returned by ListEntriesStatusRequest.ValidateAll() if the designated constraints aren't met.

func (ListEntriesStatusRequestMultiError) AllErrors added in v0.4.0

func (m ListEntriesStatusRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListEntriesStatusRequestMultiError) Error added in v0.4.0

Error returns a concatenation of all the error messages it wraps.

type ListEntriesStatusRequestValidationError added in v0.4.0

type ListEntriesStatusRequestValidationError struct {
	// contains filtered or unexported fields
}

ListEntriesStatusRequestValidationError is the validation error returned by ListEntriesStatusRequest.Validate if the designated constraints aren't met.

func (ListEntriesStatusRequestValidationError) Cause added in v0.4.0

Cause function returns cause value.

func (ListEntriesStatusRequestValidationError) Error added in v0.4.0

Error satisfies the builtin error interface

func (ListEntriesStatusRequestValidationError) ErrorName added in v0.4.0

ErrorName returns error name.

func (ListEntriesStatusRequestValidationError) Field added in v0.4.0

Field function returns field value.

func (ListEntriesStatusRequestValidationError) Key added in v0.4.0

Key function returns key value.

func (ListEntriesStatusRequestValidationError) Reason added in v0.4.0

Reason function returns reason value.

type ListEntriesStatusResponse added in v0.4.0

type ListEntriesStatusResponse struct {
	EntriesStatus []*GetEntryStatusResponse `protobuf:"bytes,1,rep,name=entries_status,json=entriesStatus,proto3" json:"entries_status,omitempty"`
	// contains filtered or unexported fields
}

func (*ListEntriesStatusResponse) Descriptor deprecated added in v0.4.0

func (*ListEntriesStatusResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListEntriesStatusResponse.ProtoReflect.Descriptor instead.

func (*ListEntriesStatusResponse) GetEntriesStatus added in v0.4.0

func (x *ListEntriesStatusResponse) GetEntriesStatus() []*GetEntryStatusResponse

func (*ListEntriesStatusResponse) ProtoMessage added in v0.4.0

func (*ListEntriesStatusResponse) ProtoMessage()

func (*ListEntriesStatusResponse) ProtoReflect added in v0.4.0

func (*ListEntriesStatusResponse) Reset added in v0.4.0

func (x *ListEntriesStatusResponse) Reset()

func (*ListEntriesStatusResponse) String added in v0.4.0

func (x *ListEntriesStatusResponse) String() string

func (*ListEntriesStatusResponse) Validate added in v0.4.0

func (m *ListEntriesStatusResponse) Validate() error

Validate checks the field values on ListEntriesStatusResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListEntriesStatusResponse) ValidateAll added in v0.4.0

func (m *ListEntriesStatusResponse) ValidateAll() error

ValidateAll checks the field values on ListEntriesStatusResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListEntriesStatusResponseMultiError, or nil if none found.

type ListEntriesStatusResponseMultiError added in v0.4.0

type ListEntriesStatusResponseMultiError []error

ListEntriesStatusResponseMultiError is an error wrapping multiple validation errors returned by ListEntriesStatusResponse.ValidateAll() if the designated constraints aren't met.

func (ListEntriesStatusResponseMultiError) AllErrors added in v0.4.0

AllErrors returns a list of validation violation errors.

func (ListEntriesStatusResponseMultiError) Error added in v0.4.0

Error returns a concatenation of all the error messages it wraps.

type ListEntriesStatusResponseValidationError added in v0.4.0

type ListEntriesStatusResponseValidationError struct {
	// contains filtered or unexported fields
}

ListEntriesStatusResponseValidationError is the validation error returned by ListEntriesStatusResponse.Validate if the designated constraints aren't met.

func (ListEntriesStatusResponseValidationError) Cause added in v0.4.0

Cause function returns cause value.

func (ListEntriesStatusResponseValidationError) Error added in v0.4.0

Error satisfies the builtin error interface

func (ListEntriesStatusResponseValidationError) ErrorName added in v0.4.0

ErrorName returns error name.

func (ListEntriesStatusResponseValidationError) Field added in v0.4.0

Field function returns field value.

func (ListEntriesStatusResponseValidationError) Key added in v0.4.0

Key function returns key value.

func (ListEntriesStatusResponseValidationError) Reason added in v0.4.0

Reason function returns reason value.

type ListMembersRequest

type ListMembersRequest struct {
	Fqdn string `protobuf:"bytes,1,opt,name=fqdn,proto3" json:"fqdn,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMembersRequest) Descriptor deprecated

func (*ListMembersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListMembersRequest.ProtoReflect.Descriptor instead.

func (*ListMembersRequest) GetFqdn

func (x *ListMembersRequest) GetFqdn() string

func (*ListMembersRequest) ProtoMessage

func (*ListMembersRequest) ProtoMessage()

func (*ListMembersRequest) ProtoReflect

func (x *ListMembersRequest) ProtoReflect() protoreflect.Message

func (*ListMembersRequest) Reset

func (x *ListMembersRequest) Reset()

func (*ListMembersRequest) String

func (x *ListMembersRequest) String() string

func (*ListMembersRequest) Validate

func (m *ListMembersRequest) Validate() error

Validate checks the field values on ListMembersRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListMembersRequest) ValidateAll

func (m *ListMembersRequest) ValidateAll() error

ValidateAll checks the field values on ListMembersRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListMembersRequestMultiError, or nil if none found.

type ListMembersRequestMultiError

type ListMembersRequestMultiError []error

ListMembersRequestMultiError is an error wrapping multiple validation errors returned by ListMembersRequest.ValidateAll() if the designated constraints aren't met.

func (ListMembersRequestMultiError) AllErrors

func (m ListMembersRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListMembersRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListMembersRequestValidationError

type ListMembersRequestValidationError struct {
	// contains filtered or unexported fields
}

ListMembersRequestValidationError is the validation error returned by ListMembersRequest.Validate if the designated constraints aren't met.

func (ListMembersRequestValidationError) Cause

Cause function returns cause value.

func (ListMembersRequestValidationError) Error

Error satisfies the builtin error interface

func (ListMembersRequestValidationError) ErrorName

ErrorName returns error name.

func (ListMembersRequestValidationError) Field

Field function returns field value.

func (ListMembersRequestValidationError) Key

Key function returns key value.

func (ListMembersRequestValidationError) Reason

Reason function returns reason value.

type ListMembersResponse

type ListMembersResponse struct {
	MembersIpv4 []*v1.Member `protobuf:"bytes,1,rep,name=members_ipv4,json=membersIpv4,proto3" json:"members_ipv4,omitempty"`
	MembersIpv6 []*v1.Member `protobuf:"bytes,2,rep,name=members_ipv6,json=membersIpv6,proto3" json:"members_ipv6,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMembersResponse) Descriptor deprecated

func (*ListMembersResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListMembersResponse.ProtoReflect.Descriptor instead.

func (*ListMembersResponse) GetMembersIpv4

func (x *ListMembersResponse) GetMembersIpv4() []*v1.Member

func (*ListMembersResponse) GetMembersIpv6

func (x *ListMembersResponse) GetMembersIpv6() []*v1.Member

func (*ListMembersResponse) ProtoMessage

func (*ListMembersResponse) ProtoMessage()

func (*ListMembersResponse) ProtoReflect

func (x *ListMembersResponse) ProtoReflect() protoreflect.Message

func (*ListMembersResponse) Reset

func (x *ListMembersResponse) Reset()

func (*ListMembersResponse) String

func (x *ListMembersResponse) String() string

func (*ListMembersResponse) Validate

func (m *ListMembersResponse) Validate() error

Validate checks the field values on ListMembersResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListMembersResponse) ValidateAll

func (m *ListMembersResponse) ValidateAll() error

ValidateAll checks the field values on ListMembersResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListMembersResponseMultiError, or nil if none found.

type ListMembersResponseMultiError

type ListMembersResponseMultiError []error

ListMembersResponseMultiError is an error wrapping multiple validation errors returned by ListMembersResponse.ValidateAll() if the designated constraints aren't met.

func (ListMembersResponseMultiError) AllErrors

func (m ListMembersResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListMembersResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListMembersResponseValidationError

type ListMembersResponseValidationError struct {
	// contains filtered or unexported fields
}

ListMembersResponseValidationError is the validation error returned by ListMembersResponse.Validate if the designated constraints aren't met.

func (ListMembersResponseValidationError) Cause

Cause function returns cause value.

func (ListMembersResponseValidationError) Error

Error satisfies the builtin error interface

func (ListMembersResponseValidationError) ErrorName

ErrorName returns error name.

func (ListMembersResponseValidationError) Field

Field function returns field value.

func (ListMembersResponseValidationError) Key

Key function returns key value.

func (ListMembersResponseValidationError) Reason

Reason function returns reason value.

type ListPluginHealthChecksResponse added in v0.6.0

type ListPluginHealthChecksResponse struct {
	PluginHealthChecks []*PluginHealthCheckInfo `protobuf:"bytes,1,rep,name=plugin_health_checks,json=pluginHealthChecks,proto3" json:"plugin_health_checks,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPluginHealthChecksResponse) Descriptor deprecated added in v0.6.0

func (*ListPluginHealthChecksResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListPluginHealthChecksResponse.ProtoReflect.Descriptor instead.

func (*ListPluginHealthChecksResponse) GetPluginHealthChecks added in v0.6.0

func (x *ListPluginHealthChecksResponse) GetPluginHealthChecks() []*PluginHealthCheckInfo

func (*ListPluginHealthChecksResponse) ProtoMessage added in v0.6.0

func (*ListPluginHealthChecksResponse) ProtoMessage()

func (*ListPluginHealthChecksResponse) ProtoReflect added in v0.6.0

func (*ListPluginHealthChecksResponse) Reset added in v0.6.0

func (x *ListPluginHealthChecksResponse) Reset()

func (*ListPluginHealthChecksResponse) String added in v0.6.0

func (*ListPluginHealthChecksResponse) Validate added in v0.6.0

func (m *ListPluginHealthChecksResponse) Validate() error

Validate checks the field values on ListPluginHealthChecksResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListPluginHealthChecksResponse) ValidateAll added in v0.6.0

func (m *ListPluginHealthChecksResponse) ValidateAll() error

ValidateAll checks the field values on ListPluginHealthChecksResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListPluginHealthChecksResponseMultiError, or nil if none found.

type ListPluginHealthChecksResponseMultiError added in v0.6.0

type ListPluginHealthChecksResponseMultiError []error

ListPluginHealthChecksResponseMultiError is an error wrapping multiple validation errors returned by ListPluginHealthChecksResponse.ValidateAll() if the designated constraints aren't met.

func (ListPluginHealthChecksResponseMultiError) AllErrors added in v0.6.0

AllErrors returns a list of validation violation errors.

func (ListPluginHealthChecksResponseMultiError) Error added in v0.6.0

Error returns a concatenation of all the error messages it wraps.

type ListPluginHealthChecksResponseValidationError added in v0.6.0

type ListPluginHealthChecksResponseValidationError struct {
	// contains filtered or unexported fields
}

ListPluginHealthChecksResponseValidationError is the validation error returned by ListPluginHealthChecksResponse.Validate if the designated constraints aren't met.

func (ListPluginHealthChecksResponseValidationError) Cause added in v0.6.0

Cause function returns cause value.

func (ListPluginHealthChecksResponseValidationError) Error added in v0.6.0

Error satisfies the builtin error interface

func (ListPluginHealthChecksResponseValidationError) ErrorName added in v0.6.0

ErrorName returns error name.

func (ListPluginHealthChecksResponseValidationError) Field added in v0.6.0

Field function returns field value.

func (ListPluginHealthChecksResponseValidationError) Key added in v0.6.0

Key function returns key value.

func (ListPluginHealthChecksResponseValidationError) Reason added in v0.6.0

Reason function returns reason value.

type MemberState

type MemberState int32
const (
	MemberState_ENABLED  MemberState = 0
	MemberState_DISABLED MemberState = 1
)

func (MemberState) Descriptor

func (MemberState) Enum

func (x MemberState) Enum() *MemberState

func (MemberState) EnumDescriptor deprecated

func (MemberState) EnumDescriptor() ([]byte, []int)

Deprecated: Use MemberState.Descriptor instead.

func (MemberState) Number

func (x MemberState) Number() protoreflect.EnumNumber

func (MemberState) String

func (x MemberState) String() string

func (MemberState) Type

type MemberStatus

type MemberStatus struct {
	Ip            string              `protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty"`
	Dc            string              `protobuf:"bytes,2,opt,name=dc,proto3" json:"dc,omitempty"`
	Status        MemberStatus_Status `protobuf:"varint,3,opt,name=status,proto3,enum=gsloc.services.gslb.v1.MemberStatus_Status" json:"status,omitempty"`
	FailureReason string              `protobuf:"bytes,4,opt,name=failure_reason,json=failureReason,proto3" json:"failure_reason,omitempty"`
	// contains filtered or unexported fields
}

func (*MemberStatus) Descriptor deprecated

func (*MemberStatus) Descriptor() ([]byte, []int)

Deprecated: Use MemberStatus.ProtoReflect.Descriptor instead.

func (*MemberStatus) GetDc

func (x *MemberStatus) GetDc() string

func (*MemberStatus) GetFailureReason

func (x *MemberStatus) GetFailureReason() string

func (*MemberStatus) GetIp

func (x *MemberStatus) GetIp() string

func (*MemberStatus) GetStatus

func (x *MemberStatus) GetStatus() MemberStatus_Status

func (*MemberStatus) ProtoMessage

func (*MemberStatus) ProtoMessage()

func (*MemberStatus) ProtoReflect

func (x *MemberStatus) ProtoReflect() protoreflect.Message

func (*MemberStatus) Reset

func (x *MemberStatus) Reset()

func (*MemberStatus) String

func (x *MemberStatus) String() string

func (*MemberStatus) Validate

func (m *MemberStatus) Validate() error

Validate checks the field values on MemberStatus with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MemberStatus) ValidateAll

func (m *MemberStatus) ValidateAll() error

ValidateAll checks the field values on MemberStatus with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MemberStatusMultiError, or nil if none found.

type MemberStatusMultiError

type MemberStatusMultiError []error

MemberStatusMultiError is an error wrapping multiple validation errors returned by MemberStatus.ValidateAll() if the designated constraints aren't met.

func (MemberStatusMultiError) AllErrors

func (m MemberStatusMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MemberStatusMultiError) Error

func (m MemberStatusMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type MemberStatusValidationError

type MemberStatusValidationError struct {
	// contains filtered or unexported fields
}

MemberStatusValidationError is the validation error returned by MemberStatus.Validate if the designated constraints aren't met.

func (MemberStatusValidationError) Cause

Cause function returns cause value.

func (MemberStatusValidationError) Error

Error satisfies the builtin error interface

func (MemberStatusValidationError) ErrorName

func (e MemberStatusValidationError) ErrorName() string

ErrorName returns error name.

func (MemberStatusValidationError) Field

Field function returns field value.

func (MemberStatusValidationError) Key

Key function returns key value.

func (MemberStatusValidationError) Reason

Reason function returns reason value.

type MemberStatus_Status

type MemberStatus_Status int32
const (
	MemberStatus_ONLINE       MemberStatus_Status = 0
	MemberStatus_OFFLINE      MemberStatus_Status = 1
	MemberStatus_CHECK_FAILED MemberStatus_Status = 2
)

func (MemberStatus_Status) Descriptor

func (MemberStatus_Status) Enum

func (MemberStatus_Status) EnumDescriptor deprecated

func (MemberStatus_Status) EnumDescriptor() ([]byte, []int)

Deprecated: Use MemberStatus_Status.Descriptor instead.

func (MemberStatus_Status) Number

func (MemberStatus_Status) String

func (x MemberStatus_Status) String() string

func (MemberStatus_Status) Type

type PluginHealthCheckInfo added in v0.6.0

type PluginHealthCheckInfo struct {
	Name        string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*PluginHealthCheckInfo) Descriptor deprecated added in v0.6.0

func (*PluginHealthCheckInfo) Descriptor() ([]byte, []int)

Deprecated: Use PluginHealthCheckInfo.ProtoReflect.Descriptor instead.

func (*PluginHealthCheckInfo) GetDescription added in v0.6.0

func (x *PluginHealthCheckInfo) GetDescription() string

func (*PluginHealthCheckInfo) GetName added in v0.6.0

func (x *PluginHealthCheckInfo) GetName() string

func (*PluginHealthCheckInfo) ProtoMessage added in v0.6.0

func (*PluginHealthCheckInfo) ProtoMessage()

func (*PluginHealthCheckInfo) ProtoReflect added in v0.6.0

func (x *PluginHealthCheckInfo) ProtoReflect() protoreflect.Message

func (*PluginHealthCheckInfo) Reset added in v0.6.0

func (x *PluginHealthCheckInfo) Reset()

func (*PluginHealthCheckInfo) String added in v0.6.0

func (x *PluginHealthCheckInfo) String() string

func (*PluginHealthCheckInfo) Validate added in v0.6.0

func (m *PluginHealthCheckInfo) Validate() error

Validate checks the field values on PluginHealthCheckInfo with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PluginHealthCheckInfo) ValidateAll added in v0.6.0

func (m *PluginHealthCheckInfo) ValidateAll() error

ValidateAll checks the field values on PluginHealthCheckInfo with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PluginHealthCheckInfoMultiError, or nil if none found.

type PluginHealthCheckInfoMultiError added in v0.6.0

type PluginHealthCheckInfoMultiError []error

PluginHealthCheckInfoMultiError is an error wrapping multiple validation errors returned by PluginHealthCheckInfo.ValidateAll() if the designated constraints aren't met.

func (PluginHealthCheckInfoMultiError) AllErrors added in v0.6.0

func (m PluginHealthCheckInfoMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PluginHealthCheckInfoMultiError) Error added in v0.6.0

Error returns a concatenation of all the error messages it wraps.

type PluginHealthCheckInfoValidationError added in v0.6.0

type PluginHealthCheckInfoValidationError struct {
	// contains filtered or unexported fields
}

PluginHealthCheckInfoValidationError is the validation error returned by PluginHealthCheckInfo.Validate if the designated constraints aren't met.

func (PluginHealthCheckInfoValidationError) Cause added in v0.6.0

Cause function returns cause value.

func (PluginHealthCheckInfoValidationError) Error added in v0.6.0

Error satisfies the builtin error interface

func (PluginHealthCheckInfoValidationError) ErrorName added in v0.6.0

ErrorName returns error name.

func (PluginHealthCheckInfoValidationError) Field added in v0.6.0

Field function returns field value.

func (PluginHealthCheckInfoValidationError) Key added in v0.6.0

Key function returns key value.

func (PluginHealthCheckInfoValidationError) Reason added in v0.6.0

Reason function returns reason value.

type SetEntryRequest

type SetEntryRequest struct {
	Entry       *v1.Entry        `protobuf:"bytes,1,opt,name=entry,proto3" json:"entry,omitempty"`
	Healthcheck *v11.HealthCheck `protobuf:"bytes,2,opt,name=healthcheck,proto3" json:"healthcheck,omitempty"`
	// contains filtered or unexported fields
}

func (*SetEntryRequest) Descriptor deprecated

func (*SetEntryRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetEntryRequest.ProtoReflect.Descriptor instead.

func (*SetEntryRequest) GetEntry

func (x *SetEntryRequest) GetEntry() *v1.Entry

func (*SetEntryRequest) GetHealthcheck

func (x *SetEntryRequest) GetHealthcheck() *v11.HealthCheck

func (*SetEntryRequest) ProtoMessage

func (*SetEntryRequest) ProtoMessage()

func (*SetEntryRequest) ProtoReflect

func (x *SetEntryRequest) ProtoReflect() protoreflect.Message

func (*SetEntryRequest) Reset

func (x *SetEntryRequest) Reset()

func (*SetEntryRequest) String

func (x *SetEntryRequest) String() string

func (*SetEntryRequest) Validate

func (m *SetEntryRequest) Validate() error

Validate checks the field values on SetEntryRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetEntryRequest) ValidateAll

func (m *SetEntryRequest) ValidateAll() error

ValidateAll checks the field values on SetEntryRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetEntryRequestMultiError, or nil if none found.

type SetEntryRequestMultiError

type SetEntryRequestMultiError []error

SetEntryRequestMultiError is an error wrapping multiple validation errors returned by SetEntryRequest.ValidateAll() if the designated constraints aren't met.

func (SetEntryRequestMultiError) AllErrors

func (m SetEntryRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetEntryRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetEntryRequestValidationError

type SetEntryRequestValidationError struct {
	// contains filtered or unexported fields
}

SetEntryRequestValidationError is the validation error returned by SetEntryRequest.Validate if the designated constraints aren't met.

func (SetEntryRequestValidationError) Cause

Cause function returns cause value.

func (SetEntryRequestValidationError) Error

Error satisfies the builtin error interface

func (SetEntryRequestValidationError) ErrorName

func (e SetEntryRequestValidationError) ErrorName() string

ErrorName returns error name.

func (SetEntryRequestValidationError) Field

Field function returns field value.

func (SetEntryRequestValidationError) Key

Key function returns key value.

func (SetEntryRequestValidationError) Reason

Reason function returns reason value.

type SetHealthCheckRequest

type SetHealthCheckRequest struct {
	Fqdn        string           `protobuf:"bytes,1,opt,name=fqdn,proto3" json:"fqdn,omitempty"`
	Healthcheck *v11.HealthCheck `protobuf:"bytes,2,opt,name=healthcheck,proto3" json:"healthcheck,omitempty"`
	// contains filtered or unexported fields
}

func (*SetHealthCheckRequest) Descriptor deprecated

func (*SetHealthCheckRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetHealthCheckRequest.ProtoReflect.Descriptor instead.

func (*SetHealthCheckRequest) GetFqdn

func (x *SetHealthCheckRequest) GetFqdn() string

func (*SetHealthCheckRequest) GetHealthcheck

func (x *SetHealthCheckRequest) GetHealthcheck() *v11.HealthCheck

func (*SetHealthCheckRequest) ProtoMessage

func (*SetHealthCheckRequest) ProtoMessage()

func (*SetHealthCheckRequest) ProtoReflect

func (x *SetHealthCheckRequest) ProtoReflect() protoreflect.Message

func (*SetHealthCheckRequest) Reset

func (x *SetHealthCheckRequest) Reset()

func (*SetHealthCheckRequest) String

func (x *SetHealthCheckRequest) String() string

func (*SetHealthCheckRequest) Validate

func (m *SetHealthCheckRequest) Validate() error

Validate checks the field values on SetHealthCheckRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetHealthCheckRequest) ValidateAll

func (m *SetHealthCheckRequest) ValidateAll() error

ValidateAll checks the field values on SetHealthCheckRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetHealthCheckRequestMultiError, or nil if none found.

type SetHealthCheckRequestMultiError

type SetHealthCheckRequestMultiError []error

SetHealthCheckRequestMultiError is an error wrapping multiple validation errors returned by SetHealthCheckRequest.ValidateAll() if the designated constraints aren't met.

func (SetHealthCheckRequestMultiError) AllErrors

func (m SetHealthCheckRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetHealthCheckRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetHealthCheckRequestValidationError

type SetHealthCheckRequestValidationError struct {
	// contains filtered or unexported fields
}

SetHealthCheckRequestValidationError is the validation error returned by SetHealthCheckRequest.Validate if the designated constraints aren't met.

func (SetHealthCheckRequestValidationError) Cause

Cause function returns cause value.

func (SetHealthCheckRequestValidationError) Error

Error satisfies the builtin error interface

func (SetHealthCheckRequestValidationError) ErrorName

ErrorName returns error name.

func (SetHealthCheckRequestValidationError) Field

Field function returns field value.

func (SetHealthCheckRequestValidationError) Key

Key function returns key value.

func (SetHealthCheckRequestValidationError) Reason

Reason function returns reason value.

type SetMemberRequest

type SetMemberRequest struct {
	Fqdn   string     `protobuf:"bytes,1,opt,name=fqdn,proto3" json:"fqdn,omitempty"`
	Member *v1.Member `protobuf:"bytes,2,opt,name=member,proto3" json:"member,omitempty"`
	// contains filtered or unexported fields
}

func (*SetMemberRequest) Descriptor deprecated

func (*SetMemberRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetMemberRequest.ProtoReflect.Descriptor instead.

func (*SetMemberRequest) GetFqdn

func (x *SetMemberRequest) GetFqdn() string

func (*SetMemberRequest) GetMember

func (x *SetMemberRequest) GetMember() *v1.Member

func (*SetMemberRequest) ProtoMessage

func (*SetMemberRequest) ProtoMessage()

func (*SetMemberRequest) ProtoReflect

func (x *SetMemberRequest) ProtoReflect() protoreflect.Message

func (*SetMemberRequest) Reset

func (x *SetMemberRequest) Reset()

func (*SetMemberRequest) String

func (x *SetMemberRequest) String() string

func (*SetMemberRequest) Validate

func (m *SetMemberRequest) Validate() error

Validate checks the field values on SetMemberRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetMemberRequest) ValidateAll

func (m *SetMemberRequest) ValidateAll() error

ValidateAll checks the field values on SetMemberRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetMemberRequestMultiError, or nil if none found.

type SetMemberRequestMultiError

type SetMemberRequestMultiError []error

SetMemberRequestMultiError is an error wrapping multiple validation errors returned by SetMemberRequest.ValidateAll() if the designated constraints aren't met.

func (SetMemberRequestMultiError) AllErrors

func (m SetMemberRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetMemberRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetMemberRequestValidationError

type SetMemberRequestValidationError struct {
	// contains filtered or unexported fields
}

SetMemberRequestValidationError is the validation error returned by SetMemberRequest.Validate if the designated constraints aren't met.

func (SetMemberRequestValidationError) Cause

Cause function returns cause value.

func (SetMemberRequestValidationError) Error

Error satisfies the builtin error interface

func (SetMemberRequestValidationError) ErrorName

ErrorName returns error name.

func (SetMemberRequestValidationError) Field

Field function returns field value.

func (SetMemberRequestValidationError) Key

Key function returns key value.

func (SetMemberRequestValidationError) Reason

Reason function returns reason value.

type SetMembersStatusRequest

type SetMembersStatusRequest struct {
	Prefix string      `protobuf:"bytes,1,opt,name=prefix,proto3" json:"prefix,omitempty"`
	Ip     string      `protobuf:"bytes,2,opt,name=ip,proto3" json:"ip,omitempty"`
	Dc     string      `protobuf:"bytes,3,opt,name=dc,proto3" json:"dc,omitempty"`
	Tags   []string    `protobuf:"bytes,4,rep,name=tags,proto3" json:"tags,omitempty"`
	Status MemberState `protobuf:"varint,5,opt,name=status,proto3,enum=gsloc.services.gslb.v1.MemberState" json:"status,omitempty"`
	DryRun bool        `protobuf:"varint,6,opt,name=dry_run,json=dryRun,proto3" json:"dry_run,omitempty"`
	// contains filtered or unexported fields
}

func (*SetMembersStatusRequest) Descriptor deprecated

func (*SetMembersStatusRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetMembersStatusRequest.ProtoReflect.Descriptor instead.

func (*SetMembersStatusRequest) GetDc

func (x *SetMembersStatusRequest) GetDc() string

func (*SetMembersStatusRequest) GetDryRun

func (x *SetMembersStatusRequest) GetDryRun() bool

func (*SetMembersStatusRequest) GetIp

func (x *SetMembersStatusRequest) GetIp() string

func (*SetMembersStatusRequest) GetPrefix

func (x *SetMembersStatusRequest) GetPrefix() string

func (*SetMembersStatusRequest) GetStatus

func (x *SetMembersStatusRequest) GetStatus() MemberState

func (*SetMembersStatusRequest) GetTags

func (x *SetMembersStatusRequest) GetTags() []string

func (*SetMembersStatusRequest) ProtoMessage

func (*SetMembersStatusRequest) ProtoMessage()

func (*SetMembersStatusRequest) ProtoReflect

func (x *SetMembersStatusRequest) ProtoReflect() protoreflect.Message

func (*SetMembersStatusRequest) Reset

func (x *SetMembersStatusRequest) Reset()

func (*SetMembersStatusRequest) String

func (x *SetMembersStatusRequest) String() string

func (*SetMembersStatusRequest) Validate

func (m *SetMembersStatusRequest) Validate() error

Validate checks the field values on SetMembersStatusRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetMembersStatusRequest) ValidateAll

func (m *SetMembersStatusRequest) ValidateAll() error

ValidateAll checks the field values on SetMembersStatusRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetMembersStatusRequestMultiError, or nil if none found.

type SetMembersStatusRequestMultiError

type SetMembersStatusRequestMultiError []error

SetMembersStatusRequestMultiError is an error wrapping multiple validation errors returned by SetMembersStatusRequest.ValidateAll() if the designated constraints aren't met.

func (SetMembersStatusRequestMultiError) AllErrors

func (m SetMembersStatusRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetMembersStatusRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetMembersStatusRequestValidationError

type SetMembersStatusRequestValidationError struct {
	// contains filtered or unexported fields
}

SetMembersStatusRequestValidationError is the validation error returned by SetMembersStatusRequest.Validate if the designated constraints aren't met.

func (SetMembersStatusRequestValidationError) Cause

Cause function returns cause value.

func (SetMembersStatusRequestValidationError) Error

Error satisfies the builtin error interface

func (SetMembersStatusRequestValidationError) ErrorName

ErrorName returns error name.

func (SetMembersStatusRequestValidationError) Field

Field function returns field value.

func (SetMembersStatusRequestValidationError) Key

Key function returns key value.

func (SetMembersStatusRequestValidationError) Reason

Reason function returns reason value.

type SetMembersStatusResponse

type SetMembersStatusResponse struct {
	Updated []*SetMembersStatusResponse_Info `protobuf:"bytes,1,rep,name=updated,proto3" json:"updated,omitempty"`
	// contains filtered or unexported fields
}

func (*SetMembersStatusResponse) Descriptor deprecated

func (*SetMembersStatusResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetMembersStatusResponse.ProtoReflect.Descriptor instead.

func (*SetMembersStatusResponse) GetUpdated

func (*SetMembersStatusResponse) ProtoMessage

func (*SetMembersStatusResponse) ProtoMessage()

func (*SetMembersStatusResponse) ProtoReflect

func (x *SetMembersStatusResponse) ProtoReflect() protoreflect.Message

func (*SetMembersStatusResponse) Reset

func (x *SetMembersStatusResponse) Reset()

func (*SetMembersStatusResponse) String

func (x *SetMembersStatusResponse) String() string

func (*SetMembersStatusResponse) Validate

func (m *SetMembersStatusResponse) Validate() error

Validate checks the field values on SetMembersStatusResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetMembersStatusResponse) ValidateAll

func (m *SetMembersStatusResponse) ValidateAll() error

ValidateAll checks the field values on SetMembersStatusResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetMembersStatusResponseMultiError, or nil if none found.

type SetMembersStatusResponseMultiError

type SetMembersStatusResponseMultiError []error

SetMembersStatusResponseMultiError is an error wrapping multiple validation errors returned by SetMembersStatusResponse.ValidateAll() if the designated constraints aren't met.

func (SetMembersStatusResponseMultiError) AllErrors

func (m SetMembersStatusResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetMembersStatusResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetMembersStatusResponseValidationError

type SetMembersStatusResponseValidationError struct {
	// contains filtered or unexported fields
}

SetMembersStatusResponseValidationError is the validation error returned by SetMembersStatusResponse.Validate if the designated constraints aren't met.

func (SetMembersStatusResponseValidationError) Cause

Cause function returns cause value.

func (SetMembersStatusResponseValidationError) Error

Error satisfies the builtin error interface

func (SetMembersStatusResponseValidationError) ErrorName

ErrorName returns error name.

func (SetMembersStatusResponseValidationError) Field

Field function returns field value.

func (SetMembersStatusResponseValidationError) Key

Key function returns key value.

func (SetMembersStatusResponseValidationError) Reason

Reason function returns reason value.

type SetMembersStatusResponse_Info

type SetMembersStatusResponse_Info struct {
	Fqdn string   `protobuf:"bytes,1,opt,name=fqdn,proto3" json:"fqdn,omitempty"`
	Ips  []string `protobuf:"bytes,2,rep,name=ips,proto3" json:"ips,omitempty"`
	// contains filtered or unexported fields
}

func (*SetMembersStatusResponse_Info) Descriptor deprecated

func (*SetMembersStatusResponse_Info) Descriptor() ([]byte, []int)

Deprecated: Use SetMembersStatusResponse_Info.ProtoReflect.Descriptor instead.

func (*SetMembersStatusResponse_Info) GetFqdn

func (*SetMembersStatusResponse_Info) GetIps

func (x *SetMembersStatusResponse_Info) GetIps() []string

func (*SetMembersStatusResponse_Info) ProtoMessage

func (*SetMembersStatusResponse_Info) ProtoMessage()

func (*SetMembersStatusResponse_Info) ProtoReflect

func (*SetMembersStatusResponse_Info) Reset

func (x *SetMembersStatusResponse_Info) Reset()

func (*SetMembersStatusResponse_Info) String

func (*SetMembersStatusResponse_Info) Validate

func (m *SetMembersStatusResponse_Info) Validate() error

Validate checks the field values on SetMembersStatusResponse_Info with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SetMembersStatusResponse_Info) ValidateAll

func (m *SetMembersStatusResponse_Info) ValidateAll() error

ValidateAll checks the field values on SetMembersStatusResponse_Info with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetMembersStatusResponse_InfoMultiError, or nil if none found.

type SetMembersStatusResponse_InfoMultiError

type SetMembersStatusResponse_InfoMultiError []error

SetMembersStatusResponse_InfoMultiError is an error wrapping multiple validation errors returned by SetMembersStatusResponse_Info.ValidateAll() if the designated constraints aren't met.

func (SetMembersStatusResponse_InfoMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (SetMembersStatusResponse_InfoMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SetMembersStatusResponse_InfoValidationError

type SetMembersStatusResponse_InfoValidationError struct {
	// contains filtered or unexported fields
}

SetMembersStatusResponse_InfoValidationError is the validation error returned by SetMembersStatusResponse_Info.Validate if the designated constraints aren't met.

func (SetMembersStatusResponse_InfoValidationError) Cause

Cause function returns cause value.

func (SetMembersStatusResponse_InfoValidationError) Error

Error satisfies the builtin error interface

func (SetMembersStatusResponse_InfoValidationError) ErrorName

ErrorName returns error name.

func (SetMembersStatusResponse_InfoValidationError) Field

Field function returns field value.

func (SetMembersStatusResponse_InfoValidationError) Key

Key function returns key value.

func (SetMembersStatusResponse_InfoValidationError) Reason

Reason function returns reason value.

type UnimplementedGSLBServer

type UnimplementedGSLBServer struct {
}

UnimplementedGSLBServer must be embedded to have forward compatible implementations.

func (UnimplementedGSLBServer) DeleteEntry

func (UnimplementedGSLBServer) DeleteMember

func (UnimplementedGSLBServer) GetEntry

func (UnimplementedGSLBServer) GetEntryStatus

func (UnimplementedGSLBServer) GetHealthCheck

func (UnimplementedGSLBServer) GetMember

func (UnimplementedGSLBServer) ListDcs

func (UnimplementedGSLBServer) ListEntries

func (UnimplementedGSLBServer) ListEntriesStatus added in v0.4.0

func (UnimplementedGSLBServer) ListMembers

func (UnimplementedGSLBServer) ListPluginHealthChecks added in v0.6.0

func (UnimplementedGSLBServer) SetEntry

func (UnimplementedGSLBServer) SetHealthCheck

func (UnimplementedGSLBServer) SetMember

type UnsafeGSLBServer

type UnsafeGSLBServer interface {
	// contains filtered or unexported methods
}

UnsafeGSLBServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to GSLBServer will result in compilation errors.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL