site

package
v0.0.0-...-e47837b Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	SiteType_name = map[int32]string{
		0: "SITE_TYPE_UNSPECIFIED",
		1: "SITE_TYPE_DATA_CENTER",
		2: "SITE_TYPE_CLOUD",
		3: "SITE_TYPE_BRANCH",
		4: "SITE_TYPE_CONNECTIVITY",
		5: "SITE_TYPE_CUSTOMER",
		6: "SITE_TYPE_OTHER",
	}
	SiteType_value = map[string]int32{
		"SITE_TYPE_UNSPECIFIED":  0,
		"SITE_TYPE_DATA_CENTER":  1,
		"SITE_TYPE_CLOUD":        2,
		"SITE_TYPE_BRANCH":       3,
		"SITE_TYPE_CONNECTIVITY": 4,
		"SITE_TYPE_CUSTOMER":     5,
		"SITE_TYPE_OTHER":        6,
	}
)

Enum value maps for SiteType.

View Source
var File_kentik_site_v202211_site_proto protoreflect.FileDescriptor
View Source
var SiteService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "kentik.site.v202211.SiteService",
	HandlerType: (*SiteServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListSites",
			Handler:    _SiteService_ListSites_Handler,
		},
		{
			MethodName: "GetSite",
			Handler:    _SiteService_GetSite_Handler,
		},
		{
			MethodName: "CreateSite",
			Handler:    _SiteService_CreateSite_Handler,
		},
		{
			MethodName: "UpdateSite",
			Handler:    _SiteService_UpdateSite_Handler,
		},
		{
			MethodName: "DeleteSite",
			Handler:    _SiteService_DeleteSite_Handler,
		},
		{
			MethodName: "ListSiteMarkets",
			Handler:    _SiteService_ListSiteMarkets_Handler,
		},
		{
			MethodName: "GetSiteMarket",
			Handler:    _SiteService_GetSiteMarket_Handler,
		},
		{
			MethodName: "CreateSiteMarket",
			Handler:    _SiteService_CreateSiteMarket_Handler,
		},
		{
			MethodName: "UpdateSiteMarket",
			Handler:    _SiteService_UpdateSiteMarket_Handler,
		},
		{
			MethodName: "DeleteSiteMarket",
			Handler:    _SiteService_DeleteSiteMarket_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "kentik/site/v202211/site.proto",
}

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

Functions

func RegisterSiteServiceServer

func RegisterSiteServiceServer(s grpc.ServiceRegistrar, srv SiteServiceServer)

Types

type CreateSiteMarketRequest

type CreateSiteMarketRequest struct {
	SiteMarket *SiteMarket `protobuf:"bytes,1,opt,name=site_market,json=siteMarket,proto3" json:"site_market,omitempty"`
	// contains filtered or unexported fields
}

{{.Name}}

func (*CreateSiteMarketRequest) Descriptor deprecated

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

Deprecated: Use CreateSiteMarketRequest.ProtoReflect.Descriptor instead.

func (*CreateSiteMarketRequest) GetSiteMarket

func (x *CreateSiteMarketRequest) GetSiteMarket() *SiteMarket

func (*CreateSiteMarketRequest) ProtoMessage

func (*CreateSiteMarketRequest) ProtoMessage()

func (*CreateSiteMarketRequest) ProtoReflect

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

func (*CreateSiteMarketRequest) Reset

func (x *CreateSiteMarketRequest) Reset()

func (*CreateSiteMarketRequest) String

func (x *CreateSiteMarketRequest) String() string

type CreateSiteMarketResponse

type CreateSiteMarketResponse struct {
	SiteMarket *SiteMarket `protobuf:"bytes,1,opt,name=site_market,json=siteMarket,proto3" json:"site_market,omitempty"`
	// contains filtered or unexported fields
}

{{.Name}}

func (*CreateSiteMarketResponse) Descriptor deprecated

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

Deprecated: Use CreateSiteMarketResponse.ProtoReflect.Descriptor instead.

func (*CreateSiteMarketResponse) GetSiteMarket

func (x *CreateSiteMarketResponse) GetSiteMarket() *SiteMarket

func (*CreateSiteMarketResponse) ProtoMessage

func (*CreateSiteMarketResponse) ProtoMessage()

func (*CreateSiteMarketResponse) ProtoReflect

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

func (*CreateSiteMarketResponse) Reset

func (x *CreateSiteMarketResponse) Reset()

func (*CreateSiteMarketResponse) String

func (x *CreateSiteMarketResponse) String() string

type CreateSiteRequest

type CreateSiteRequest struct {
	Site *Site `protobuf:"bytes,1,opt,name=site,proto3" json:"site,omitempty"`
	// contains filtered or unexported fields
}

{{.Name}}

func (*CreateSiteRequest) Descriptor deprecated

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

Deprecated: Use CreateSiteRequest.ProtoReflect.Descriptor instead.

func (*CreateSiteRequest) GetSite

func (x *CreateSiteRequest) GetSite() *Site

func (*CreateSiteRequest) ProtoMessage

func (*CreateSiteRequest) ProtoMessage()

func (*CreateSiteRequest) ProtoReflect

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

func (*CreateSiteRequest) Reset

func (x *CreateSiteRequest) Reset()

func (*CreateSiteRequest) String

func (x *CreateSiteRequest) String() string

type CreateSiteResponse

type CreateSiteResponse struct {
	Site *Site `protobuf:"bytes,1,opt,name=site,proto3" json:"site,omitempty"`
	// contains filtered or unexported fields
}

{{.Name}}

func (*CreateSiteResponse) Descriptor deprecated

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

Deprecated: Use CreateSiteResponse.ProtoReflect.Descriptor instead.

func (*CreateSiteResponse) GetSite

func (x *CreateSiteResponse) GetSite() *Site

func (*CreateSiteResponse) ProtoMessage

func (*CreateSiteResponse) ProtoMessage()

func (*CreateSiteResponse) ProtoReflect

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

func (*CreateSiteResponse) Reset

func (x *CreateSiteResponse) Reset()

func (*CreateSiteResponse) String

func (x *CreateSiteResponse) String() string

type DeleteSiteMarketRequest

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

{{.Name}}

func (*DeleteSiteMarketRequest) Descriptor deprecated

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

Deprecated: Use DeleteSiteMarketRequest.ProtoReflect.Descriptor instead.

func (*DeleteSiteMarketRequest) GetId

func (x *DeleteSiteMarketRequest) GetId() string

func (*DeleteSiteMarketRequest) ProtoMessage

func (*DeleteSiteMarketRequest) ProtoMessage()

func (*DeleteSiteMarketRequest) ProtoReflect

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

func (*DeleteSiteMarketRequest) Reset

func (x *DeleteSiteMarketRequest) Reset()

func (*DeleteSiteMarketRequest) String

func (x *DeleteSiteMarketRequest) String() string

type DeleteSiteMarketResponse

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

{{.Name}}

func (*DeleteSiteMarketResponse) Descriptor deprecated

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

Deprecated: Use DeleteSiteMarketResponse.ProtoReflect.Descriptor instead.

func (*DeleteSiteMarketResponse) ProtoMessage

func (*DeleteSiteMarketResponse) ProtoMessage()

func (*DeleteSiteMarketResponse) ProtoReflect

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

func (*DeleteSiteMarketResponse) Reset

func (x *DeleteSiteMarketResponse) Reset()

func (*DeleteSiteMarketResponse) String

func (x *DeleteSiteMarketResponse) String() string

type DeleteSiteRequest

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

{{.Name}}

func (*DeleteSiteRequest) Descriptor deprecated

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

Deprecated: Use DeleteSiteRequest.ProtoReflect.Descriptor instead.

func (*DeleteSiteRequest) GetId

func (x *DeleteSiteRequest) GetId() string

func (*DeleteSiteRequest) ProtoMessage

func (*DeleteSiteRequest) ProtoMessage()

func (*DeleteSiteRequest) ProtoReflect

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

func (*DeleteSiteRequest) Reset

func (x *DeleteSiteRequest) Reset()

func (*DeleteSiteRequest) String

func (x *DeleteSiteRequest) String() string

type DeleteSiteResponse

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

{{.Name}}

func (*DeleteSiteResponse) Descriptor deprecated

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

Deprecated: Use DeleteSiteResponse.ProtoReflect.Descriptor instead.

func (*DeleteSiteResponse) ProtoMessage

func (*DeleteSiteResponse) ProtoMessage()

func (*DeleteSiteResponse) ProtoReflect

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

func (*DeleteSiteResponse) Reset

func (x *DeleteSiteResponse) Reset()

func (*DeleteSiteResponse) String

func (x *DeleteSiteResponse) String() string

type GetSiteMarketRequest

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

{{.Name}}

func (*GetSiteMarketRequest) Descriptor deprecated

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

Deprecated: Use GetSiteMarketRequest.ProtoReflect.Descriptor instead.

func (*GetSiteMarketRequest) GetId

func (x *GetSiteMarketRequest) GetId() string

func (*GetSiteMarketRequest) ProtoMessage

func (*GetSiteMarketRequest) ProtoMessage()

func (*GetSiteMarketRequest) ProtoReflect

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

func (*GetSiteMarketRequest) Reset

func (x *GetSiteMarketRequest) Reset()

func (*GetSiteMarketRequest) String

func (x *GetSiteMarketRequest) String() string

type GetSiteMarketResponse

type GetSiteMarketResponse struct {
	SiteMarket *SiteMarket `protobuf:"bytes,1,opt,name=site_market,json=siteMarket,proto3" json:"site_market,omitempty"`
	// contains filtered or unexported fields
}

{{.Name}}

func (*GetSiteMarketResponse) Descriptor deprecated

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

Deprecated: Use GetSiteMarketResponse.ProtoReflect.Descriptor instead.

func (*GetSiteMarketResponse) GetSiteMarket

func (x *GetSiteMarketResponse) GetSiteMarket() *SiteMarket

func (*GetSiteMarketResponse) ProtoMessage

func (*GetSiteMarketResponse) ProtoMessage()

func (*GetSiteMarketResponse) ProtoReflect

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

func (*GetSiteMarketResponse) Reset

func (x *GetSiteMarketResponse) Reset()

func (*GetSiteMarketResponse) String

func (x *GetSiteMarketResponse) String() string

type GetSiteRequest

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

{{.Name}}

func (*GetSiteRequest) Descriptor deprecated

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

Deprecated: Use GetSiteRequest.ProtoReflect.Descriptor instead.

func (*GetSiteRequest) GetId

func (x *GetSiteRequest) GetId() string

func (*GetSiteRequest) ProtoMessage

func (*GetSiteRequest) ProtoMessage()

func (*GetSiteRequest) ProtoReflect

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

func (*GetSiteRequest) Reset

func (x *GetSiteRequest) Reset()

func (*GetSiteRequest) String

func (x *GetSiteRequest) String() string

type GetSiteResponse

type GetSiteResponse struct {
	Site *Site `protobuf:"bytes,1,opt,name=site,proto3" json:"site,omitempty"`
	// contains filtered or unexported fields
}

{{.Name}}

func (*GetSiteResponse) Descriptor deprecated

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

Deprecated: Use GetSiteResponse.ProtoReflect.Descriptor instead.

func (*GetSiteResponse) GetSite

func (x *GetSiteResponse) GetSite() *Site

func (*GetSiteResponse) ProtoMessage

func (*GetSiteResponse) ProtoMessage()

func (*GetSiteResponse) ProtoReflect

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

func (*GetSiteResponse) Reset

func (x *GetSiteResponse) Reset()

func (*GetSiteResponse) String

func (x *GetSiteResponse) String() string

type Layer

type Layer struct {
	Name      string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	DeviceIds []string `protobuf:"bytes,2,rep,name=device_ids,json=deviceIds,proto3" json:"device_ids,omitempty"`
	// contains filtered or unexported fields
}

{{.Name}}

func (*Layer) Descriptor deprecated

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

Deprecated: Use Layer.ProtoReflect.Descriptor instead.

func (*Layer) GetDeviceIds

func (x *Layer) GetDeviceIds() []string

func (*Layer) GetName

func (x *Layer) GetName() string

func (*Layer) ProtoMessage

func (*Layer) ProtoMessage()

func (*Layer) ProtoReflect

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

func (*Layer) Reset

func (x *Layer) Reset()

func (*Layer) String

func (x *Layer) String() string

type LayerSet

type LayerSet struct {
	Layers []*Layer `protobuf:"bytes,1,rep,name=layers,proto3" json:"layers,omitempty"`
	// contains filtered or unexported fields
}

{{.Name}}

func (*LayerSet) Descriptor deprecated

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

Deprecated: Use LayerSet.ProtoReflect.Descriptor instead.

func (*LayerSet) GetLayers

func (x *LayerSet) GetLayers() []*Layer

func (*LayerSet) ProtoMessage

func (*LayerSet) ProtoMessage()

func (*LayerSet) ProtoReflect

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

func (*LayerSet) Reset

func (x *LayerSet) Reset()

func (*LayerSet) String

func (x *LayerSet) String() string

type ListSiteMarketsRequest

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

{{.Name}}

func (*ListSiteMarketsRequest) Descriptor deprecated

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

Deprecated: Use ListSiteMarketsRequest.ProtoReflect.Descriptor instead.

func (*ListSiteMarketsRequest) ProtoMessage

func (*ListSiteMarketsRequest) ProtoMessage()

func (*ListSiteMarketsRequest) ProtoReflect

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

func (*ListSiteMarketsRequest) Reset

func (x *ListSiteMarketsRequest) Reset()

func (*ListSiteMarketsRequest) String

func (x *ListSiteMarketsRequest) String() string

type ListSiteMarketsResponse

type ListSiteMarketsResponse struct {
	SiteMarkets  []*SiteMarket `protobuf:"bytes,1,rep,name=site_markets,json=siteMarkets,proto3" json:"site_markets,omitempty"`
	InvalidCount uint32        `protobuf:"varint,2,opt,name=invalid_count,json=invalidCount,proto3" json:"invalid_count,omitempty"`
	// contains filtered or unexported fields
}

{{.Name}}

func (*ListSiteMarketsResponse) Descriptor deprecated

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

Deprecated: Use ListSiteMarketsResponse.ProtoReflect.Descriptor instead.

func (*ListSiteMarketsResponse) GetInvalidCount

func (x *ListSiteMarketsResponse) GetInvalidCount() uint32

func (*ListSiteMarketsResponse) GetSiteMarkets

func (x *ListSiteMarketsResponse) GetSiteMarkets() []*SiteMarket

func (*ListSiteMarketsResponse) ProtoMessage

func (*ListSiteMarketsResponse) ProtoMessage()

func (*ListSiteMarketsResponse) ProtoReflect

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

func (*ListSiteMarketsResponse) Reset

func (x *ListSiteMarketsResponse) Reset()

func (*ListSiteMarketsResponse) String

func (x *ListSiteMarketsResponse) String() string

type ListSitesRequest

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

{{.Name}}

func (*ListSitesRequest) Descriptor deprecated

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

Deprecated: Use ListSitesRequest.ProtoReflect.Descriptor instead.

func (*ListSitesRequest) ProtoMessage

func (*ListSitesRequest) ProtoMessage()

func (*ListSitesRequest) ProtoReflect

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

func (*ListSitesRequest) Reset

func (x *ListSitesRequest) Reset()

func (*ListSitesRequest) String

func (x *ListSitesRequest) String() string

type ListSitesResponse

type ListSitesResponse struct {
	Sites        []*Site `protobuf:"bytes,1,rep,name=sites,proto3" json:"sites,omitempty"`
	InvalidCount uint32  `protobuf:"varint,2,opt,name=invalid_count,json=invalidCount,proto3" json:"invalid_count,omitempty"`
	// contains filtered or unexported fields
}

{{.Name}}

func (*ListSitesResponse) Descriptor deprecated

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

Deprecated: Use ListSitesResponse.ProtoReflect.Descriptor instead.

func (*ListSitesResponse) GetInvalidCount

func (x *ListSitesResponse) GetInvalidCount() uint32

func (*ListSitesResponse) GetSites

func (x *ListSitesResponse) GetSites() []*Site

func (*ListSitesResponse) ProtoMessage

func (*ListSitesResponse) ProtoMessage()

func (*ListSitesResponse) ProtoReflect

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

func (*ListSitesResponse) Reset

func (x *ListSitesResponse) Reset()

func (*ListSitesResponse) String

func (x *ListSitesResponse) String() string

type PeeringDBSiteMapping

type PeeringDBSiteMapping struct {
	Id             string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	SiteId         string                 `protobuf:"bytes,2,opt,name=site_id,json=siteId,proto3" json:"site_id,omitempty"`
	PeeringdbFacId string                 `protobuf:"bytes,3,opt,name=peeringdb_fac_id,json=peeringdbFacId,proto3" json:"peeringdb_fac_id,omitempty"`
	Edate          *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=edate,proto3" json:"edate,omitempty"`
	Cdate          *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=cdate,proto3" json:"cdate,omitempty"`
	CompanyId      string                 `protobuf:"bytes,6,opt,name=company_id,json=companyId,proto3" json:"company_id,omitempty"`
	// contains filtered or unexported fields
}

func (*PeeringDBSiteMapping) Descriptor deprecated

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

Deprecated: Use PeeringDBSiteMapping.ProtoReflect.Descriptor instead.

func (*PeeringDBSiteMapping) GetCdate

func (*PeeringDBSiteMapping) GetCompanyId

func (x *PeeringDBSiteMapping) GetCompanyId() string

func (*PeeringDBSiteMapping) GetEdate

func (*PeeringDBSiteMapping) GetId

func (x *PeeringDBSiteMapping) GetId() string

func (*PeeringDBSiteMapping) GetPeeringdbFacId

func (x *PeeringDBSiteMapping) GetPeeringdbFacId() string

func (*PeeringDBSiteMapping) GetSiteId

func (x *PeeringDBSiteMapping) GetSiteId() string

func (*PeeringDBSiteMapping) ProtoMessage

func (*PeeringDBSiteMapping) ProtoMessage()

func (*PeeringDBSiteMapping) ProtoReflect

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

func (*PeeringDBSiteMapping) Reset

func (x *PeeringDBSiteMapping) Reset()

func (*PeeringDBSiteMapping) String

func (x *PeeringDBSiteMapping) String() string

type PostalAddress

type PostalAddress struct {
	Address    string `protobuf:"bytes,1,opt,name=address,proto3" json:"address,omitempty"`
	City       string `protobuf:"bytes,2,opt,name=city,proto3" json:"city,omitempty"`
	Region     string `protobuf:"bytes,3,opt,name=region,proto3" json:"region,omitempty"`
	PostalCode string `protobuf:"bytes,4,opt,name=postal_code,json=postalCode,proto3" json:"postal_code,omitempty"`
	Country    string `protobuf:"bytes,5,opt,name=country,proto3" json:"country,omitempty"`
	// contains filtered or unexported fields
}

{{.Name}}

func (*PostalAddress) Descriptor deprecated

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

Deprecated: Use PostalAddress.ProtoReflect.Descriptor instead.

func (*PostalAddress) GetAddress

func (x *PostalAddress) GetAddress() string

func (*PostalAddress) GetCity

func (x *PostalAddress) GetCity() string

func (*PostalAddress) GetCountry

func (x *PostalAddress) GetCountry() string

func (*PostalAddress) GetPostalCode

func (x *PostalAddress) GetPostalCode() string

func (*PostalAddress) GetRegion

func (x *PostalAddress) GetRegion() string

func (*PostalAddress) ProtoMessage

func (*PostalAddress) ProtoMessage()

func (*PostalAddress) ProtoReflect

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

func (*PostalAddress) Reset

func (x *PostalAddress) Reset()

func (*PostalAddress) String

func (x *PostalAddress) String() string

type Site

type Site struct {
	Id                    string                       `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title                 string                       `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Lat                   float64                      `protobuf:"fixed64,4,opt,name=lat,proto3" json:"lat,omitempty"`
	Lon                   float64                      `protobuf:"fixed64,5,opt,name=lon,proto3" json:"lon,omitempty"`
	PostalAddress         *PostalAddress               `protobuf:"bytes,6,opt,name=postal_address,json=postalAddress,proto3" json:"postal_address,omitempty"`
	Type                  SiteType                     `protobuf:"varint,7,opt,name=type,proto3,enum=kentik.site.v202211.SiteType" json:"type,omitempty"`
	AddressClassification *SiteIpAddressClassification `protobuf:"bytes,8,opt,name=address_classification,json=addressClassification,proto3" json:"address_classification,omitempty"`
	Architecture          []*LayerSet                  `protobuf:"bytes,9,rep,name=architecture,proto3" json:"architecture,omitempty"`
	SiteMarket            string                       `protobuf:"bytes,10,opt,name=site_market,json=siteMarket,proto3" json:"site_market,omitempty"`
	PeeringdbSiteMapping  string                       `protobuf:"bytes,11,opt,name=peeringdb_site_mapping,json=peeringdbSiteMapping,proto3" json:"peeringdb_site_mapping,omitempty"`
	// contains filtered or unexported fields
}

{{.Name}}

func (*Site) Descriptor deprecated

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

Deprecated: Use Site.ProtoReflect.Descriptor instead.

func (*Site) GetAddressClassification

func (x *Site) GetAddressClassification() *SiteIpAddressClassification

func (*Site) GetArchitecture

func (x *Site) GetArchitecture() []*LayerSet

func (*Site) GetId

func (x *Site) GetId() string

func (*Site) GetLat

func (x *Site) GetLat() float64

func (*Site) GetLon

func (x *Site) GetLon() float64

func (*Site) GetPeeringdbSiteMapping

func (x *Site) GetPeeringdbSiteMapping() string

func (*Site) GetPostalAddress

func (x *Site) GetPostalAddress() *PostalAddress

func (*Site) GetSiteMarket

func (x *Site) GetSiteMarket() string

func (*Site) GetTitle

func (x *Site) GetTitle() string

func (*Site) GetType

func (x *Site) GetType() SiteType

func (*Site) ProtoMessage

func (*Site) ProtoMessage()

func (*Site) ProtoReflect

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

func (*Site) Reset

func (x *Site) Reset()

func (*Site) String

func (x *Site) String() string

type SiteIpAddressClassification

type SiteIpAddressClassification struct {
	InfrastructureNetworks []string `` /* 127-byte string literal not displayed */
	UserAccessNetworks     []string `protobuf:"bytes,2,rep,name=user_access_networks,json=userAccessNetworks,proto3" json:"user_access_networks,omitempty"`
	OtherNetworks          []string `protobuf:"bytes,3,rep,name=other_networks,json=otherNetworks,proto3" json:"other_networks,omitempty"`
	// contains filtered or unexported fields
}

{{.Name}}

func (*SiteIpAddressClassification) Descriptor deprecated

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

Deprecated: Use SiteIpAddressClassification.ProtoReflect.Descriptor instead.

func (*SiteIpAddressClassification) GetInfrastructureNetworks

func (x *SiteIpAddressClassification) GetInfrastructureNetworks() []string

func (*SiteIpAddressClassification) GetOtherNetworks

func (x *SiteIpAddressClassification) GetOtherNetworks() []string

func (*SiteIpAddressClassification) GetUserAccessNetworks

func (x *SiteIpAddressClassification) GetUserAccessNetworks() []string

func (*SiteIpAddressClassification) ProtoMessage

func (*SiteIpAddressClassification) ProtoMessage()

func (*SiteIpAddressClassification) ProtoReflect

func (*SiteIpAddressClassification) Reset

func (x *SiteIpAddressClassification) Reset()

func (*SiteIpAddressClassification) String

func (x *SiteIpAddressClassification) String() string

type SiteMarket

type SiteMarket 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"`
	Description   string                 `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	NumberOfSites uint32                 `protobuf:"varint,4,opt,name=number_of_sites,json=numberOfSites,proto3" json:"number_of_sites,omitempty"`
	Cdate         *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=cdate,proto3" json:"cdate,omitempty"`
	Edate         *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=edate,proto3" json:"edate,omitempty"`
	// contains filtered or unexported fields
}

{{.Name}}

func (*SiteMarket) Descriptor deprecated

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

Deprecated: Use SiteMarket.ProtoReflect.Descriptor instead.

func (*SiteMarket) GetCdate

func (x *SiteMarket) GetCdate() *timestamppb.Timestamp

func (*SiteMarket) GetDescription

func (x *SiteMarket) GetDescription() string

func (*SiteMarket) GetEdate

func (x *SiteMarket) GetEdate() *timestamppb.Timestamp

func (*SiteMarket) GetId

func (x *SiteMarket) GetId() string

func (*SiteMarket) GetName

func (x *SiteMarket) GetName() string

func (*SiteMarket) GetNumberOfSites

func (x *SiteMarket) GetNumberOfSites() uint32

func (*SiteMarket) ProtoMessage

func (*SiteMarket) ProtoMessage()

func (*SiteMarket) ProtoReflect

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

func (*SiteMarket) Reset

func (x *SiteMarket) Reset()

func (*SiteMarket) String

func (x *SiteMarket) String() string

type SiteServiceClient

SiteServiceClient is the client API for SiteService 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.

type SiteServiceServer

SiteServiceServer is the server API for SiteService service. All implementations should embed UnimplementedSiteServiceServer for forward compatibility

type SiteType

type SiteType int32

{{.Name}}

const (
	// Invalid value.
	SiteType_SITE_TYPE_UNSPECIFIED SiteType = 0
	// Data center site type.
	SiteType_SITE_TYPE_DATA_CENTER SiteType = 1
	// Cloud site type.
	SiteType_SITE_TYPE_CLOUD SiteType = 2
	// Branch office site type.
	SiteType_SITE_TYPE_BRANCH SiteType = 3
	// Connectivity/PoP site type.
	SiteType_SITE_TYPE_CONNECTIVITY SiteType = 4
	// Customer/partner site type.
	SiteType_SITE_TYPE_CUSTOMER SiteType = 5
	// Other site type.
	SiteType_SITE_TYPE_OTHER SiteType = 6
)

func (SiteType) Descriptor

func (SiteType) Descriptor() protoreflect.EnumDescriptor

func (SiteType) Enum

func (x SiteType) Enum() *SiteType

func (SiteType) EnumDescriptor deprecated

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

Deprecated: Use SiteType.Descriptor instead.

func (SiteType) Number

func (x SiteType) Number() protoreflect.EnumNumber

func (SiteType) String

func (x SiteType) String() string

func (SiteType) Type

type UnimplementedSiteServiceServer

type UnimplementedSiteServiceServer struct {
}

UnimplementedSiteServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedSiteServiceServer) CreateSite

func (UnimplementedSiteServiceServer) CreateSiteMarket

func (UnimplementedSiteServiceServer) DeleteSite

func (UnimplementedSiteServiceServer) DeleteSiteMarket

func (UnimplementedSiteServiceServer) GetSite

func (UnimplementedSiteServiceServer) GetSiteMarket

func (UnimplementedSiteServiceServer) ListSiteMarkets

func (UnimplementedSiteServiceServer) ListSites

func (UnimplementedSiteServiceServer) UpdateSite

func (UnimplementedSiteServiceServer) UpdateSiteMarket

type UnsafeSiteServiceServer

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

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

type UpdateSiteMarketRequest

type UpdateSiteMarketRequest struct {
	SiteMarket *SiteMarket `protobuf:"bytes,1,opt,name=site_market,json=siteMarket,proto3" json:"site_market,omitempty"`
	// contains filtered or unexported fields
}

{{.Name}}

func (*UpdateSiteMarketRequest) Descriptor deprecated

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

Deprecated: Use UpdateSiteMarketRequest.ProtoReflect.Descriptor instead.

func (*UpdateSiteMarketRequest) GetSiteMarket

func (x *UpdateSiteMarketRequest) GetSiteMarket() *SiteMarket

func (*UpdateSiteMarketRequest) ProtoMessage

func (*UpdateSiteMarketRequest) ProtoMessage()

func (*UpdateSiteMarketRequest) ProtoReflect

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

func (*UpdateSiteMarketRequest) Reset

func (x *UpdateSiteMarketRequest) Reset()

func (*UpdateSiteMarketRequest) String

func (x *UpdateSiteMarketRequest) String() string

type UpdateSiteMarketResponse

type UpdateSiteMarketResponse struct {
	SiteMarket *SiteMarket `protobuf:"bytes,1,opt,name=site_market,json=siteMarket,proto3" json:"site_market,omitempty"`
	// contains filtered or unexported fields
}

{{.Name}}

func (*UpdateSiteMarketResponse) Descriptor deprecated

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

Deprecated: Use UpdateSiteMarketResponse.ProtoReflect.Descriptor instead.

func (*UpdateSiteMarketResponse) GetSiteMarket

func (x *UpdateSiteMarketResponse) GetSiteMarket() *SiteMarket

func (*UpdateSiteMarketResponse) ProtoMessage

func (*UpdateSiteMarketResponse) ProtoMessage()

func (*UpdateSiteMarketResponse) ProtoReflect

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

func (*UpdateSiteMarketResponse) Reset

func (x *UpdateSiteMarketResponse) Reset()

func (*UpdateSiteMarketResponse) String

func (x *UpdateSiteMarketResponse) String() string

type UpdateSiteRequest

type UpdateSiteRequest struct {
	Site *Site `protobuf:"bytes,1,opt,name=site,proto3" json:"site,omitempty"`
	// contains filtered or unexported fields
}

{{.Name}}

func (*UpdateSiteRequest) Descriptor deprecated

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

Deprecated: Use UpdateSiteRequest.ProtoReflect.Descriptor instead.

func (*UpdateSiteRequest) GetSite

func (x *UpdateSiteRequest) GetSite() *Site

func (*UpdateSiteRequest) ProtoMessage

func (*UpdateSiteRequest) ProtoMessage()

func (*UpdateSiteRequest) ProtoReflect

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

func (*UpdateSiteRequest) Reset

func (x *UpdateSiteRequest) Reset()

func (*UpdateSiteRequest) String

func (x *UpdateSiteRequest) String() string

type UpdateSiteResponse

type UpdateSiteResponse struct {
	Site *Site `protobuf:"bytes,1,opt,name=site,proto3" json:"site,omitempty"`
	// contains filtered or unexported fields
}

{{.Name}}

func (*UpdateSiteResponse) Descriptor deprecated

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

Deprecated: Use UpdateSiteResponse.ProtoReflect.Descriptor instead.

func (*UpdateSiteResponse) GetSite

func (x *UpdateSiteResponse) GetSite() *Site

func (*UpdateSiteResponse) ProtoMessage

func (*UpdateSiteResponse) ProtoMessage()

func (*UpdateSiteResponse) ProtoReflect

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

func (*UpdateSiteResponse) Reset

func (x *UpdateSiteResponse) Reset()

func (*UpdateSiteResponse) String

func (x *UpdateSiteResponse) String() string

Jump to

Keyboard shortcuts

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