domains

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Dec 14, 2024 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	VerificationStatus_name = map[int32]string{
		0: "VERIFICATION_STATUS_UNSPECIFIED",
		1: "PENDING",
		2: "VERIFIED",
		3: "FAILED",
	}
	VerificationStatus_value = map[string]int32{
		"VERIFICATION_STATUS_UNSPECIFIED": 0,
		"PENDING":                         1,
		"VERIFIED":                        2,
		"FAILED":                          3,
	}
)

Enum value maps for VerificationStatus.

View Source
var File_scalekit_v1_domains_domains_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CreateDomain

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

func (*CreateDomain) Descriptor deprecated

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

Deprecated: Use CreateDomain.ProtoReflect.Descriptor instead.

func (*CreateDomain) GetDomain

func (x *CreateDomain) GetDomain() string

func (*CreateDomain) ProtoMessage

func (*CreateDomain) ProtoMessage()

func (*CreateDomain) ProtoReflect

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

func (*CreateDomain) Reset

func (x *CreateDomain) Reset()

func (*CreateDomain) String

func (x *CreateDomain) String() string

type CreateDomainRequest

type CreateDomainRequest struct {

	// Types that are assignable to Identities:
	//
	//	*CreateDomainRequest_OrganizationId
	//	*CreateDomainRequest_ExternalId
	Identities   isCreateDomainRequest_Identities `protobuf_oneof:"identities"`
	ConnectionId *string                          `protobuf:"bytes,3,opt,name=connection_id,json=connectionId,proto3,oneof" json:"connection_id,omitempty"`
	Domain       *CreateDomain                    `protobuf:"bytes,4,opt,name=domain,proto3" json:"domain,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateDomainRequest) Descriptor deprecated

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

Deprecated: Use CreateDomainRequest.ProtoReflect.Descriptor instead.

func (*CreateDomainRequest) GetConnectionId

func (x *CreateDomainRequest) GetConnectionId() string

func (*CreateDomainRequest) GetDomain

func (x *CreateDomainRequest) GetDomain() *CreateDomain

func (*CreateDomainRequest) GetExternalId

func (x *CreateDomainRequest) GetExternalId() string

func (*CreateDomainRequest) GetIdentities

func (m *CreateDomainRequest) GetIdentities() isCreateDomainRequest_Identities

func (*CreateDomainRequest) GetOrganizationId

func (x *CreateDomainRequest) GetOrganizationId() string

func (*CreateDomainRequest) ProtoMessage

func (*CreateDomainRequest) ProtoMessage()

func (*CreateDomainRequest) ProtoReflect

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

func (*CreateDomainRequest) Reset

func (x *CreateDomainRequest) Reset()

func (*CreateDomainRequest) String

func (x *CreateDomainRequest) String() string

type CreateDomainRequest_ExternalId

type CreateDomainRequest_ExternalId struct {
	ExternalId string `protobuf:"bytes,2,opt,name=external_id,json=externalId,proto3,oneof"`
}

type CreateDomainRequest_OrganizationId

type CreateDomainRequest_OrganizationId struct {
	OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3,oneof"`
}

type CreateDomainResponse

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

func (*CreateDomainResponse) Descriptor deprecated

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

Deprecated: Use CreateDomainResponse.ProtoReflect.Descriptor instead.

func (*CreateDomainResponse) GetDomain

func (x *CreateDomainResponse) GetDomain() *Domain

func (*CreateDomainResponse) ProtoMessage

func (*CreateDomainResponse) ProtoMessage()

func (*CreateDomainResponse) ProtoReflect

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

func (*CreateDomainResponse) Reset

func (x *CreateDomainResponse) Reset()

func (*CreateDomainResponse) String

func (x *CreateDomainResponse) String() string

type DeleteDomainRequest

type DeleteDomainRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Types that are assignable to Identities:
	//
	//	*DeleteDomainRequest_OrganizationId
	//	*DeleteDomainRequest_ExternalId
	Identities   isDeleteDomainRequest_Identities `protobuf_oneof:"identities"`
	ConnectionId *string                          `protobuf:"bytes,4,opt,name=connection_id,json=connectionId,proto3,oneof" json:"connection_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteDomainRequest) Descriptor deprecated

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

Deprecated: Use DeleteDomainRequest.ProtoReflect.Descriptor instead.

func (*DeleteDomainRequest) GetConnectionId

func (x *DeleteDomainRequest) GetConnectionId() string

func (*DeleteDomainRequest) GetExternalId

func (x *DeleteDomainRequest) GetExternalId() string

func (*DeleteDomainRequest) GetId

func (x *DeleteDomainRequest) GetId() string

func (*DeleteDomainRequest) GetIdentities

func (m *DeleteDomainRequest) GetIdentities() isDeleteDomainRequest_Identities

func (*DeleteDomainRequest) GetOrganizationId

func (x *DeleteDomainRequest) GetOrganizationId() string

func (*DeleteDomainRequest) ProtoMessage

func (*DeleteDomainRequest) ProtoMessage()

func (*DeleteDomainRequest) ProtoReflect

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

func (*DeleteDomainRequest) Reset

func (x *DeleteDomainRequest) Reset()

func (*DeleteDomainRequest) String

func (x *DeleteDomainRequest) String() string

type DeleteDomainRequest_ExternalId

type DeleteDomainRequest_ExternalId struct {
	ExternalId string `protobuf:"bytes,3,opt,name=external_id,json=externalId,proto3,oneof"`
}

type DeleteDomainRequest_OrganizationId

type DeleteDomainRequest_OrganizationId struct {
	OrganizationId string `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3,oneof"`
}

type Domain

type Domain struct {
	Id                 string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Domain             string                 `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	EnvironmentId      string                 `protobuf:"bytes,3,opt,name=environment_id,json=environmentId,proto3" json:"environment_id,omitempty"`
	OrganizationId     string                 `protobuf:"bytes,4,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	ConnectionId       string                 `protobuf:"bytes,5,opt,name=connection_id,json=connectionId,proto3" json:"connection_id,omitempty"`
	TxtRecordKey       string                 `protobuf:"bytes,6,opt,name=txt_record_key,json=txtRecordKey,proto3" json:"txt_record_key,omitempty"`
	TxtRecordSecret    string                 `protobuf:"bytes,7,opt,name=txt_record_secret,json=txtRecordSecret,proto3" json:"txt_record_secret,omitempty"`
	VerificationStatus VerificationStatus     `` /* 160-byte string literal not displayed */
	CreateTime         *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	UpdateTime         *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	CreatedBy          *string                `protobuf:"bytes,11,opt,name=created_by,json=createdBy,proto3,oneof" json:"created_by,omitempty"`
	// contains filtered or unexported fields
}

func (*Domain) Descriptor deprecated

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

Deprecated: Use Domain.ProtoReflect.Descriptor instead.

func (*Domain) GetConnectionId

func (x *Domain) GetConnectionId() string

func (*Domain) GetCreateTime

func (x *Domain) GetCreateTime() *timestamppb.Timestamp

func (*Domain) GetCreatedBy

func (x *Domain) GetCreatedBy() string

func (*Domain) GetDomain

func (x *Domain) GetDomain() string

func (*Domain) GetEnvironmentId

func (x *Domain) GetEnvironmentId() string

func (*Domain) GetId

func (x *Domain) GetId() string

func (*Domain) GetOrganizationId

func (x *Domain) GetOrganizationId() string

func (*Domain) GetTxtRecordKey

func (x *Domain) GetTxtRecordKey() string

func (*Domain) GetTxtRecordSecret

func (x *Domain) GetTxtRecordSecret() string

func (*Domain) GetUpdateTime

func (x *Domain) GetUpdateTime() *timestamppb.Timestamp

func (*Domain) GetVerificationStatus

func (x *Domain) GetVerificationStatus() VerificationStatus

func (*Domain) ProtoMessage

func (*Domain) ProtoMessage()

func (*Domain) ProtoReflect

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

func (*Domain) Reset

func (x *Domain) Reset()

func (*Domain) String

func (x *Domain) String() string

type GetDomainRequest

type GetDomainRequest struct {

	// Types that are assignable to Identities:
	//
	//	*GetDomainRequest_OrganizationId
	//	*GetDomainRequest_ExternalId
	Identities isGetDomainRequest_Identities `protobuf_oneof:"identities"`
	Id         string                        `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDomainRequest) Descriptor deprecated

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

Deprecated: Use GetDomainRequest.ProtoReflect.Descriptor instead.

func (*GetDomainRequest) GetExternalId

func (x *GetDomainRequest) GetExternalId() string

func (*GetDomainRequest) GetId

func (x *GetDomainRequest) GetId() string

func (*GetDomainRequest) GetIdentities

func (m *GetDomainRequest) GetIdentities() isGetDomainRequest_Identities

func (*GetDomainRequest) GetOrganizationId

func (x *GetDomainRequest) GetOrganizationId() string

func (*GetDomainRequest) ProtoMessage

func (*GetDomainRequest) ProtoMessage()

func (*GetDomainRequest) ProtoReflect

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

func (*GetDomainRequest) Reset

func (x *GetDomainRequest) Reset()

func (*GetDomainRequest) String

func (x *GetDomainRequest) String() string

type GetDomainRequest_ExternalId

type GetDomainRequest_ExternalId struct {
	ExternalId string `protobuf:"bytes,2,opt,name=external_id,json=externalId,proto3,oneof"`
}

type GetDomainRequest_OrganizationId

type GetDomainRequest_OrganizationId struct {
	OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3,oneof"`
}

type GetDomainResponse

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

func (*GetDomainResponse) Descriptor deprecated

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

Deprecated: Use GetDomainResponse.ProtoReflect.Descriptor instead.

func (*GetDomainResponse) GetDomain

func (x *GetDomainResponse) GetDomain() *Domain

func (*GetDomainResponse) ProtoMessage

func (*GetDomainResponse) ProtoMessage()

func (*GetDomainResponse) ProtoReflect

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

func (*GetDomainResponse) Reset

func (x *GetDomainResponse) Reset()

func (*GetDomainResponse) String

func (x *GetDomainResponse) String() string

type ListAuthorizedDomainRequest

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

func (*ListAuthorizedDomainRequest) Descriptor deprecated

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

Deprecated: Use ListAuthorizedDomainRequest.ProtoReflect.Descriptor instead.

func (*ListAuthorizedDomainRequest) GetOrigin

func (x *ListAuthorizedDomainRequest) GetOrigin() string

func (*ListAuthorizedDomainRequest) ProtoMessage

func (*ListAuthorizedDomainRequest) ProtoMessage()

func (*ListAuthorizedDomainRequest) ProtoReflect

func (*ListAuthorizedDomainRequest) Reset

func (x *ListAuthorizedDomainRequest) Reset()

func (*ListAuthorizedDomainRequest) String

func (x *ListAuthorizedDomainRequest) String() string

type ListAuthorizedDomainResponse

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

func (*ListAuthorizedDomainResponse) Descriptor deprecated

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

Deprecated: Use ListAuthorizedDomainResponse.ProtoReflect.Descriptor instead.

func (*ListAuthorizedDomainResponse) GetDomains

func (x *ListAuthorizedDomainResponse) GetDomains() []string

func (*ListAuthorizedDomainResponse) ProtoMessage

func (*ListAuthorizedDomainResponse) ProtoMessage()

func (*ListAuthorizedDomainResponse) ProtoReflect

func (*ListAuthorizedDomainResponse) Reset

func (x *ListAuthorizedDomainResponse) Reset()

func (*ListAuthorizedDomainResponse) String

type ListDomainRequest

type ListDomainRequest struct {

	// Types that are assignable to Identities:
	//
	//	*ListDomainRequest_OrganizationId
	//	*ListDomainRequest_ExternalId
	Identities   isListDomainRequest_Identities `protobuf_oneof:"identities"`
	ConnectionId *string                        `protobuf:"bytes,3,opt,name=connection_id,json=connectionId,proto3,oneof" json:"connection_id,omitempty"`
	Include      *string                        `protobuf:"bytes,4,opt,name=include,proto3,oneof" json:"include,omitempty"`
	PageSize     *wrapperspb.Int32Value         `protobuf:"bytes,5,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageNumber   *wrapperspb.Int32Value         `protobuf:"bytes,6,opt,name=page_number,json=pageNumber,proto3" json:"page_number,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDomainRequest) Descriptor deprecated

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

Deprecated: Use ListDomainRequest.ProtoReflect.Descriptor instead.

func (*ListDomainRequest) GetConnectionId

func (x *ListDomainRequest) GetConnectionId() string

func (*ListDomainRequest) GetExternalId

func (x *ListDomainRequest) GetExternalId() string

func (*ListDomainRequest) GetIdentities

func (m *ListDomainRequest) GetIdentities() isListDomainRequest_Identities

func (*ListDomainRequest) GetInclude

func (x *ListDomainRequest) GetInclude() string

func (*ListDomainRequest) GetOrganizationId

func (x *ListDomainRequest) GetOrganizationId() string

func (*ListDomainRequest) GetPageNumber

func (x *ListDomainRequest) GetPageNumber() *wrapperspb.Int32Value

func (*ListDomainRequest) GetPageSize

func (x *ListDomainRequest) GetPageSize() *wrapperspb.Int32Value

func (*ListDomainRequest) ProtoMessage

func (*ListDomainRequest) ProtoMessage()

func (*ListDomainRequest) ProtoReflect

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

func (*ListDomainRequest) Reset

func (x *ListDomainRequest) Reset()

func (*ListDomainRequest) String

func (x *ListDomainRequest) String() string

type ListDomainRequest_ExternalId

type ListDomainRequest_ExternalId struct {
	ExternalId string `protobuf:"bytes,2,opt,name=external_id,json=externalId,proto3,oneof"`
}

type ListDomainRequest_OrganizationId

type ListDomainRequest_OrganizationId struct {
	OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3,oneof"`
}

type ListDomainResponse

type ListDomainResponse struct {
	PageSize   int32     `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageNumber int32     `protobuf:"varint,2,opt,name=page_number,json=pageNumber,proto3" json:"page_number,omitempty"`
	Domains    []*Domain `protobuf:"bytes,3,rep,name=domains,proto3" json:"domains,omitempty"`
	// contains filtered or unexported fields
}

func (*ListDomainResponse) Descriptor deprecated

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

Deprecated: Use ListDomainResponse.ProtoReflect.Descriptor instead.

func (*ListDomainResponse) GetDomains

func (x *ListDomainResponse) GetDomains() []*Domain

func (*ListDomainResponse) GetPageNumber

func (x *ListDomainResponse) GetPageNumber() int32

func (*ListDomainResponse) GetPageSize

func (x *ListDomainResponse) GetPageSize() int32

func (*ListDomainResponse) ProtoMessage

func (*ListDomainResponse) ProtoMessage()

func (*ListDomainResponse) ProtoReflect

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

func (*ListDomainResponse) Reset

func (x *ListDomainResponse) Reset()

func (*ListDomainResponse) String

func (x *ListDomainResponse) String() string

type UpdateDomain

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

func (*UpdateDomain) Descriptor deprecated

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

Deprecated: Use UpdateDomain.ProtoReflect.Descriptor instead.

func (*UpdateDomain) ProtoMessage

func (*UpdateDomain) ProtoMessage()

func (*UpdateDomain) ProtoReflect

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

func (*UpdateDomain) Reset

func (x *UpdateDomain) Reset()

func (*UpdateDomain) String

func (x *UpdateDomain) String() string

type UpdateDomainRequest

type UpdateDomainRequest struct {

	// Types that are assignable to Identities:
	//
	//	*UpdateDomainRequest_OrganizationId
	//	*UpdateDomainRequest_ExternalId
	Identities   isUpdateDomainRequest_Identities `protobuf_oneof:"identities"`
	ConnectionId *string                          `protobuf:"bytes,3,opt,name=connection_id,json=connectionId,proto3,oneof" json:"connection_id,omitempty"`
	Id           string                           `protobuf:"bytes,4,opt,name=id,proto3" json:"id,omitempty"`
	Domain       *UpdateDomain                    `protobuf:"bytes,5,opt,name=domain,proto3" json:"domain,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateDomainRequest) Descriptor deprecated

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

Deprecated: Use UpdateDomainRequest.ProtoReflect.Descriptor instead.

func (*UpdateDomainRequest) GetConnectionId

func (x *UpdateDomainRequest) GetConnectionId() string

func (*UpdateDomainRequest) GetDomain

func (x *UpdateDomainRequest) GetDomain() *UpdateDomain

func (*UpdateDomainRequest) GetExternalId

func (x *UpdateDomainRequest) GetExternalId() string

func (*UpdateDomainRequest) GetId

func (x *UpdateDomainRequest) GetId() string

func (*UpdateDomainRequest) GetIdentities

func (m *UpdateDomainRequest) GetIdentities() isUpdateDomainRequest_Identities

func (*UpdateDomainRequest) GetOrganizationId

func (x *UpdateDomainRequest) GetOrganizationId() string

func (*UpdateDomainRequest) ProtoMessage

func (*UpdateDomainRequest) ProtoMessage()

func (*UpdateDomainRequest) ProtoReflect

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

func (*UpdateDomainRequest) Reset

func (x *UpdateDomainRequest) Reset()

func (*UpdateDomainRequest) String

func (x *UpdateDomainRequest) String() string

type UpdateDomainRequest_ExternalId

type UpdateDomainRequest_ExternalId struct {
	ExternalId string `protobuf:"bytes,2,opt,name=external_id,json=externalId,proto3,oneof"`
}

type UpdateDomainRequest_OrganizationId

type UpdateDomainRequest_OrganizationId struct {
	OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3,oneof"`
}

type UpdateDomainResponse

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

func (*UpdateDomainResponse) Descriptor deprecated

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

Deprecated: Use UpdateDomainResponse.ProtoReflect.Descriptor instead.

func (*UpdateDomainResponse) GetDomain

func (x *UpdateDomainResponse) GetDomain() *Domain

func (*UpdateDomainResponse) ProtoMessage

func (*UpdateDomainResponse) ProtoMessage()

func (*UpdateDomainResponse) ProtoReflect

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

func (*UpdateDomainResponse) Reset

func (x *UpdateDomainResponse) Reset()

func (*UpdateDomainResponse) String

func (x *UpdateDomainResponse) String() string

type VerificationStatus

type VerificationStatus int32
const (
	VerificationStatus_VERIFICATION_STATUS_UNSPECIFIED VerificationStatus = 0
	VerificationStatus_PENDING                         VerificationStatus = 1
	VerificationStatus_VERIFIED                        VerificationStatus = 2
	VerificationStatus_FAILED                          VerificationStatus = 3
)

func (VerificationStatus) Descriptor

func (VerificationStatus) Enum

func (VerificationStatus) EnumDescriptor deprecated

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

Deprecated: Use VerificationStatus.Descriptor instead.

func (VerificationStatus) Number

func (VerificationStatus) String

func (x VerificationStatus) String() string

func (VerificationStatus) Type

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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