delegate

package
v1.0.3 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_delegate_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AssumeRole

type AssumeRole struct {
	Name         string `protobuf:"bytes,1,opt,name=name,proto3" form:"name" json:"name,omitempty" query:"name"`
	AccountId    string `protobuf:"bytes,2,opt,name=accountId,proto3" form:"accountId" json:"accountId,omitempty" query:"accountId"`
	AssumeUserId string `protobuf:"bytes,3,opt,name=assumeUserId,proto3" form:"assumeUserId" json:"assumeUserId,omitempty" query:"assumeUserId"`
	Type         int64  `protobuf:"varint,4,opt,name=type,proto3" form:"type" json:"type,omitempty" query:"type"`
	CreateTime   int64  `protobuf:"varint,5,opt,name=createTime,proto3" form:"createTime" json:"createTime,omitempty" query:"createTime"`
	UpdateTime   int64  `protobuf:"varint,6,opt,name=updateTime,proto3" form:"updateTime" json:"updateTime,omitempty" query:"updateTime"`
	// contains filtered or unexported fields
}

func (*AssumeRole) Descriptor deprecated

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

Deprecated: Use AssumeRole.ProtoReflect.Descriptor instead.

func (*AssumeRole) GetAccountId

func (x *AssumeRole) GetAccountId() string

func (*AssumeRole) GetAssumeUserId

func (x *AssumeRole) GetAssumeUserId() string

func (*AssumeRole) GetCreateTime

func (x *AssumeRole) GetCreateTime() int64

func (*AssumeRole) GetName

func (x *AssumeRole) GetName() string

func (*AssumeRole) GetType

func (x *AssumeRole) GetType() int64

func (*AssumeRole) GetUpdateTime

func (x *AssumeRole) GetUpdateTime() int64

func (*AssumeRole) ProtoMessage

func (*AssumeRole) ProtoMessage()

func (*AssumeRole) ProtoReflect

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

func (*AssumeRole) Reset

func (x *AssumeRole) Reset()

func (*AssumeRole) String

func (x *AssumeRole) String() string

type CheckDelegateExistRequest

type CheckDelegateExistRequest struct {
	Name      string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" query:"name"`
	AccountId string `protobuf:"bytes,2,opt,name=accountId,proto3" json:"accountId,omitempty" query:"accountId"`
	// contains filtered or unexported fields
}

func (*CheckDelegateExistRequest) Descriptor deprecated

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

Deprecated: Use CheckDelegateExistRequest.ProtoReflect.Descriptor instead.

func (*CheckDelegateExistRequest) GetAccountId

func (x *CheckDelegateExistRequest) GetAccountId() string

func (*CheckDelegateExistRequest) GetName

func (x *CheckDelegateExistRequest) GetName() string

func (*CheckDelegateExistRequest) ProtoMessage

func (*CheckDelegateExistRequest) ProtoMessage()

func (*CheckDelegateExistRequest) ProtoReflect

func (*CheckDelegateExistRequest) Reset

func (x *CheckDelegateExistRequest) Reset()

func (*CheckDelegateExistRequest) String

func (x *CheckDelegateExistRequest) String() string

type CheckDelegateExistResponse

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

func (*CheckDelegateExistResponse) Descriptor deprecated

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

Deprecated: Use CheckDelegateExistResponse.ProtoReflect.Descriptor instead.

func (*CheckDelegateExistResponse) ProtoMessage

func (*CheckDelegateExistResponse) ProtoMessage()

func (*CheckDelegateExistResponse) ProtoReflect

func (*CheckDelegateExistResponse) Reset

func (x *CheckDelegateExistResponse) Reset()

func (*CheckDelegateExistResponse) String

func (x *CheckDelegateExistResponse) String() string

type CreateAutomateDelegateRoleRequest

type CreateAutomateDelegateRoleRequest struct {
	ClientToken string   `protobuf:"bytes,1,opt,name=ClientToken,proto3" form:"ClientToken" json:"ClientToken,omitempty"`
	AccountId   string   `protobuf:"bytes,2,opt,name=accountId,proto3" form:"accountId" json:"accountId,omitempty"`
	PolicyIds   []string `protobuf:"bytes,3,rep,name=policyIds,proto3" form:"policyIds" json:"policyIds,omitempty"`
	Name        string   `protobuf:"bytes,4,opt,name=name,proto3" form:"name" json:"name,omitempty"`
	Remark      string   `protobuf:"bytes,5,opt,name=remark,proto3" form:"remark" json:"remark,omitempty"`
	RangeType   string   `protobuf:"bytes,6,opt,name=rangeType,proto3" form:"rangeType" json:"rangeType,omitempty"`
	RegionIds   []string `protobuf:"bytes,7,rep,name=regionIds,proto3" form:"regionIds" json:"regionIds,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAutomateDelegateRoleRequest) Descriptor deprecated

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

Deprecated: Use CreateAutomateDelegateRoleRequest.ProtoReflect.Descriptor instead.

func (*CreateAutomateDelegateRoleRequest) GetAccountId

func (x *CreateAutomateDelegateRoleRequest) GetAccountId() string

func (*CreateAutomateDelegateRoleRequest) GetClientToken

func (x *CreateAutomateDelegateRoleRequest) GetClientToken() string

func (*CreateAutomateDelegateRoleRequest) GetName

func (*CreateAutomateDelegateRoleRequest) GetPolicyIds

func (x *CreateAutomateDelegateRoleRequest) GetPolicyIds() []string

func (*CreateAutomateDelegateRoleRequest) GetRangeType

func (x *CreateAutomateDelegateRoleRequest) GetRangeType() string

func (*CreateAutomateDelegateRoleRequest) GetRegionIds

func (x *CreateAutomateDelegateRoleRequest) GetRegionIds() []string

func (*CreateAutomateDelegateRoleRequest) GetRemark

func (*CreateAutomateDelegateRoleRequest) ProtoMessage

func (*CreateAutomateDelegateRoleRequest) ProtoMessage()

func (*CreateAutomateDelegateRoleRequest) ProtoReflect

func (*CreateAutomateDelegateRoleRequest) Reset

func (*CreateAutomateDelegateRoleRequest) String

type CreateAutomateDelegateRoleResponse

type CreateAutomateDelegateRoleResponse struct {
	Name            string    `protobuf:"bytes,1,opt,name=name,proto3" form:"name" json:"name,omitempty" query:"name"`
	AccountId       string    `protobuf:"bytes,2,opt,name=accountId,proto3" form:"accountId" json:"accountId,omitempty" query:"accountId"`
	AssumeAccountId string    `` /* 130-byte string literal not displayed */
	AssumeUserId    string    `protobuf:"bytes,4,opt,name=assumeUserId,proto3" form:"assumeUserId" json:"assumeUserId,omitempty" query:"assumeUserId"`
	PolicyList      []*Policy `protobuf:"bytes,5,rep,name=policyList,proto3" form:"policyList" json:"policyList,omitempty" query:"policyList"`
	// contains filtered or unexported fields
}

func (*CreateAutomateDelegateRoleResponse) Descriptor deprecated

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

Deprecated: Use CreateAutomateDelegateRoleResponse.ProtoReflect.Descriptor instead.

func (*CreateAutomateDelegateRoleResponse) GetAccountId

func (x *CreateAutomateDelegateRoleResponse) GetAccountId() string

func (*CreateAutomateDelegateRoleResponse) GetAssumeAccountId

func (x *CreateAutomateDelegateRoleResponse) GetAssumeAccountId() string

func (*CreateAutomateDelegateRoleResponse) GetAssumeUserId

func (x *CreateAutomateDelegateRoleResponse) GetAssumeUserId() string

func (*CreateAutomateDelegateRoleResponse) GetName

func (*CreateAutomateDelegateRoleResponse) GetPolicyList

func (x *CreateAutomateDelegateRoleResponse) GetPolicyList() []*Policy

func (*CreateAutomateDelegateRoleResponse) ProtoMessage

func (*CreateAutomateDelegateRoleResponse) ProtoMessage()

func (*CreateAutomateDelegateRoleResponse) ProtoReflect

func (*CreateAutomateDelegateRoleResponse) Reset

func (*CreateAutomateDelegateRoleResponse) String

type Policy

type Policy struct {
	Id                string `protobuf:"bytes,1,opt,name=id,proto3" form:"id" json:"id,omitempty" query:"id"`
	PolicyName        string `protobuf:"bytes,2,opt,name=policyName,proto3" form:"policyName" json:"policyName,omitempty" query:"policyName"`
	PolicyDescription string `` /* 138-byte string literal not displayed */
	PolicyContent     string `protobuf:"bytes,4,opt,name=policyContent,proto3" form:"policyContent" json:"policyContent,omitempty" query:"policyContent"`
	// contains filtered or unexported fields
}

func (*Policy) Descriptor deprecated

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

Deprecated: Use Policy.ProtoReflect.Descriptor instead.

func (*Policy) GetId

func (x *Policy) GetId() string

func (*Policy) GetPolicyContent

func (x *Policy) GetPolicyContent() string

func (*Policy) GetPolicyDescription

func (x *Policy) GetPolicyDescription() string

func (*Policy) GetPolicyName

func (x *Policy) GetPolicyName() string

func (*Policy) ProtoMessage

func (*Policy) ProtoMessage()

func (*Policy) ProtoReflect

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

func (*Policy) Reset

func (x *Policy) Reset()

func (*Policy) String

func (x *Policy) String() string

type ProjectPrivilegeMessageBoList added in v1.0.0

type ProjectPrivilegeMessageBoList struct {
	PolyId      string `protobuf:"bytes,1,opt,name=polyId,proto3" form:"polyId" json:"polyId,omitempty" query:"polyId"`
	PrivilegeId string `protobuf:"bytes,2,opt,name=privilegeId,proto3" form:"privilegeId" json:"privilegeId,omitempty" query:"privilegeId"`
	// contains filtered or unexported fields
}

func (*ProjectPrivilegeMessageBoList) Descriptor deprecated added in v1.0.0

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

Deprecated: Use ProjectPrivilegeMessageBoList.ProtoReflect.Descriptor instead.

func (*ProjectPrivilegeMessageBoList) GetPolyId added in v1.0.0

func (x *ProjectPrivilegeMessageBoList) GetPolyId() string

func (*ProjectPrivilegeMessageBoList) GetPrivilegeId added in v1.0.0

func (x *ProjectPrivilegeMessageBoList) GetPrivilegeId() string

func (*ProjectPrivilegeMessageBoList) ProtoMessage added in v1.0.0

func (*ProjectPrivilegeMessageBoList) ProtoMessage()

func (*ProjectPrivilegeMessageBoList) ProtoReflect added in v1.0.0

func (*ProjectPrivilegeMessageBoList) Reset added in v1.0.0

func (x *ProjectPrivilegeMessageBoList) Reset()

func (*ProjectPrivilegeMessageBoList) String added in v1.0.0

type QueryDelegateListRequest

type QueryDelegateListRequest struct {
	AccountId string `protobuf:"bytes,1,opt,name=accountId,proto3" json:"accountId,omitempty" query:"accountId"`
	Name      string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty" query:"name"`
	Type      string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty" query:"type"`
	// contains filtered or unexported fields
}

func (*QueryDelegateListRequest) Descriptor deprecated

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

Deprecated: Use QueryDelegateListRequest.ProtoReflect.Descriptor instead.

func (*QueryDelegateListRequest) GetAccountId

func (x *QueryDelegateListRequest) GetAccountId() string

func (*QueryDelegateListRequest) GetName

func (x *QueryDelegateListRequest) GetName() string

func (*QueryDelegateListRequest) GetType

func (x *QueryDelegateListRequest) GetType() string

func (*QueryDelegateListRequest) ProtoMessage

func (*QueryDelegateListRequest) ProtoMessage()

func (*QueryDelegateListRequest) ProtoReflect

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

func (*QueryDelegateListRequest) Reset

func (x *QueryDelegateListRequest) Reset()

func (*QueryDelegateListRequest) String

func (x *QueryDelegateListRequest) String() string

type QueryDelegateListResponse

type QueryDelegateListResponse struct {
	Result []*AssumeRole `protobuf:"bytes,1,rep,name=Result,proto3" form:"Result" json:"Result,omitempty" query:"Result"`
	// contains filtered or unexported fields
}

func (*QueryDelegateListResponse) Descriptor deprecated

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

Deprecated: Use QueryDelegateListResponse.ProtoReflect.Descriptor instead.

func (*QueryDelegateListResponse) GetResult

func (x *QueryDelegateListResponse) GetResult() []*AssumeRole

func (*QueryDelegateListResponse) ProtoMessage

func (*QueryDelegateListResponse) ProtoMessage()

func (*QueryDelegateListResponse) ProtoReflect

func (*QueryDelegateListResponse) Reset

func (x *QueryDelegateListResponse) Reset()

func (*QueryDelegateListResponse) String

func (x *QueryDelegateListResponse) String() string

type QueryTmpTicketRequest added in v1.0.3

type QueryTmpTicketRequest struct {
	Ticket    string `protobuf:"bytes,1,opt,name=ticket,proto3" form:"ticket" json:"ticket,omitempty" query:"ticket"`
	UserId    string `protobuf:"bytes,2,opt,name=userId,proto3" form:"userId" json:"userId,omitempty" query:"userId"`
	ValidTime string `protobuf:"bytes,3,opt,name=validTime,proto3" form:"validTime" json:"validTime,omitempty" query:"validTime"`
	// contains filtered or unexported fields
}

func (*QueryTmpTicketRequest) Descriptor deprecated added in v1.0.3

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

Deprecated: Use QueryTmpTicketRequest.ProtoReflect.Descriptor instead.

func (*QueryTmpTicketRequest) GetTicket added in v1.0.3

func (x *QueryTmpTicketRequest) GetTicket() string

func (*QueryTmpTicketRequest) GetUserId added in v1.0.3

func (x *QueryTmpTicketRequest) GetUserId() string

func (*QueryTmpTicketRequest) GetValidTime added in v1.0.3

func (x *QueryTmpTicketRequest) GetValidTime() string

func (*QueryTmpTicketRequest) ProtoMessage added in v1.0.3

func (*QueryTmpTicketRequest) ProtoMessage()

func (*QueryTmpTicketRequest) ProtoReflect added in v1.0.3

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

func (*QueryTmpTicketRequest) Reset added in v1.0.3

func (x *QueryTmpTicketRequest) Reset()

func (*QueryTmpTicketRequest) String added in v1.0.3

func (x *QueryTmpTicketRequest) String() string

type QueryTmpTicketResponse added in v1.0.3

type QueryTmpTicketResponse struct {
	Ak         string `protobuf:"bytes,1,opt,name=ak,proto3" form:"ak" json:"ak,omitempty" query:"ak"`
	Sk         string `protobuf:"bytes,2,opt,name=sk,proto3" form:"sk" json:"sk,omitempty" query:"sk"`
	AccountId  string `protobuf:"bytes,3,opt,name=accountId,proto3" form:"accountId" json:"accountId,omitempty" query:"accountId"`
	UserId     string `protobuf:"bytes,4,opt,name=userId,proto3" form:"userId" json:"userId,omitempty" query:"userId"`
	ExpireTime int64  `protobuf:"varint,5,opt,name=expireTime,proto3" form:"expireTime" json:"expireTime,omitempty" query:"expireTime"`
	Ticket     string `protobuf:"bytes,6,opt,name=ticket,proto3" form:"ticket" json:"ticket,omitempty" query:"ticket"`
	RootUserId string `protobuf:"bytes,7,opt,name=rootUserId,proto3" form:"rootUserId" json:"rootUserId,omitempty" query:"rootUserId"`
	// contains filtered or unexported fields
}

func (*QueryTmpTicketResponse) Descriptor deprecated added in v1.0.3

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

Deprecated: Use QueryTmpTicketResponse.ProtoReflect.Descriptor instead.

func (*QueryTmpTicketResponse) GetAccountId added in v1.0.3

func (x *QueryTmpTicketResponse) GetAccountId() string

func (*QueryTmpTicketResponse) GetAk added in v1.0.3

func (x *QueryTmpTicketResponse) GetAk() string

func (*QueryTmpTicketResponse) GetExpireTime added in v1.0.3

func (x *QueryTmpTicketResponse) GetExpireTime() int64

func (*QueryTmpTicketResponse) GetRootUserId added in v1.0.3

func (x *QueryTmpTicketResponse) GetRootUserId() string

func (*QueryTmpTicketResponse) GetSk added in v1.0.3

func (x *QueryTmpTicketResponse) GetSk() string

func (*QueryTmpTicketResponse) GetTicket added in v1.0.3

func (x *QueryTmpTicketResponse) GetTicket() string

func (*QueryTmpTicketResponse) GetUserId added in v1.0.3

func (x *QueryTmpTicketResponse) GetUserId() string

func (*QueryTmpTicketResponse) ProtoMessage added in v1.0.3

func (*QueryTmpTicketResponse) ProtoMessage()

func (*QueryTmpTicketResponse) ProtoReflect added in v1.0.3

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

func (*QueryTmpTicketResponse) Reset added in v1.0.3

func (x *QueryTmpTicketResponse) Reset()

func (*QueryTmpTicketResponse) String added in v1.0.3

func (x *QueryTmpTicketResponse) String() string

type SetEpGroupRequest added in v1.0.0

type SetEpGroupRequest struct {
	Id        string `protobuf:"bytes,1,opt,name=id,proto3" form:"id" json:"id,omitempty"`
	ProjectId string `protobuf:"bytes,2,opt,name=projectId,proto3" form:"projectId" json:"projectId,omitempty"`
	PloyIds   string `protobuf:"bytes,3,opt,name=ployIds,proto3" form:"ployIds" json:"ployIds,omitempty"`
	Value     string `protobuf:"bytes,4,opt,name=value,proto3" form:"value" json:"value,omitempty"`
	AccountId string `protobuf:"bytes,5,opt,name=accountId,proto3" form:"accountId" json:"accountId,omitempty"`
	// contains filtered or unexported fields
}

func (*SetEpGroupRequest) Descriptor deprecated added in v1.0.0

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

Deprecated: Use SetEpGroupRequest.ProtoReflect.Descriptor instead.

func (*SetEpGroupRequest) GetAccountId added in v1.0.0

func (x *SetEpGroupRequest) GetAccountId() string

func (*SetEpGroupRequest) GetId added in v1.0.0

func (x *SetEpGroupRequest) GetId() string

func (*SetEpGroupRequest) GetPloyIds added in v1.0.0

func (x *SetEpGroupRequest) GetPloyIds() string

func (*SetEpGroupRequest) GetProjectId added in v1.0.0

func (x *SetEpGroupRequest) GetProjectId() string

func (*SetEpGroupRequest) GetValue added in v1.0.0

func (x *SetEpGroupRequest) GetValue() string

func (*SetEpGroupRequest) ProtoMessage added in v1.0.0

func (*SetEpGroupRequest) ProtoMessage()

func (*SetEpGroupRequest) ProtoReflect added in v1.0.0

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

func (*SetEpGroupRequest) Reset added in v1.0.0

func (x *SetEpGroupRequest) Reset()

func (*SetEpGroupRequest) String added in v1.0.0

func (x *SetEpGroupRequest) String() string

type SetEpGroupResponse added in v1.0.0

type SetEpGroupResponse struct {
	ProjectPrivilegeMessageBoList []*ProjectPrivilegeMessageBoList `` /* 186-byte string literal not displayed */
	EntProjectObjRelId            string                           `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SetEpGroupResponse) Descriptor deprecated added in v1.0.0

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

Deprecated: Use SetEpGroupResponse.ProtoReflect.Descriptor instead.

func (*SetEpGroupResponse) GetEntProjectObjRelId added in v1.0.0

func (x *SetEpGroupResponse) GetEntProjectObjRelId() string

func (*SetEpGroupResponse) GetProjectPrivilegeMessageBoList added in v1.0.0

func (x *SetEpGroupResponse) GetProjectPrivilegeMessageBoList() []*ProjectPrivilegeMessageBoList

func (*SetEpGroupResponse) ProtoMessage added in v1.0.0

func (*SetEpGroupResponse) ProtoMessage()

func (*SetEpGroupResponse) ProtoReflect added in v1.0.0

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

func (*SetEpGroupResponse) Reset added in v1.0.0

func (x *SetEpGroupResponse) Reset()

func (*SetEpGroupResponse) String added in v1.0.0

func (x *SetEpGroupResponse) String() string

type SwitchDelegateRequest

type SwitchDelegateRequest struct {
	ClientToken  string `protobuf:"bytes,1,opt,name=ClientToken,proto3" form:"ClientToken" json:"ClientToken,omitempty"`
	Name         string `protobuf:"bytes,2,opt,name=name,proto3" form:"name" json:"name,omitempty"`
	AssumeUserId string `protobuf:"bytes,3,opt,name=assumeUserId,proto3" form:"assumeUserId" json:"assumeUserId,omitempty"`
	AccountId    string `protobuf:"bytes,4,opt,name=accountId,proto3" form:"accountId" json:"accountId,omitempty"`
	ValidTime    int32  `protobuf:"varint,5,opt,name=validTime,proto3" form:"validTime" json:"validTime,omitempty"`
	SupportS3    bool   `protobuf:"varint,6,opt,name=supportS3,proto3" form:"supportS3" json:"supportS3,omitempty"`
	// contains filtered or unexported fields
}

func (*SwitchDelegateRequest) Descriptor deprecated

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

Deprecated: Use SwitchDelegateRequest.ProtoReflect.Descriptor instead.

func (*SwitchDelegateRequest) GetAccountId

func (x *SwitchDelegateRequest) GetAccountId() string

func (*SwitchDelegateRequest) GetAssumeUserId

func (x *SwitchDelegateRequest) GetAssumeUserId() string

func (*SwitchDelegateRequest) GetClientToken

func (x *SwitchDelegateRequest) GetClientToken() string

func (*SwitchDelegateRequest) GetName

func (x *SwitchDelegateRequest) GetName() string

func (*SwitchDelegateRequest) GetSupportS3 added in v0.2.6

func (x *SwitchDelegateRequest) GetSupportS3() bool

func (*SwitchDelegateRequest) GetValidTime

func (x *SwitchDelegateRequest) GetValidTime() int32

func (*SwitchDelegateRequest) ProtoMessage

func (*SwitchDelegateRequest) ProtoMessage()

func (*SwitchDelegateRequest) ProtoReflect

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

func (*SwitchDelegateRequest) Reset

func (x *SwitchDelegateRequest) Reset()

func (*SwitchDelegateRequest) String

func (x *SwitchDelegateRequest) String() string

type SwitchDelegateResponse

type SwitchDelegateResponse struct {
	AppId      string `protobuf:"bytes,1,opt,name=appId,proto3" form:"appId" json:"appId,omitempty" query:"appId"`
	AppKey     string `protobuf:"bytes,2,opt,name=appKey,proto3" form:"appKey" json:"appKey,omitempty" query:"appKey"`
	ExpireTime int64  `protobuf:"varint,3,opt,name=expireTime,proto3" form:"expireTime" json:"expireTime,omitempty" query:"expireTime"`
	Token      string `protobuf:"bytes,4,opt,name=token,proto3" form:"token" json:"token,omitempty" query:"token"`
	// contains filtered or unexported fields
}

func (*SwitchDelegateResponse) Descriptor deprecated

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

Deprecated: Use SwitchDelegateResponse.ProtoReflect.Descriptor instead.

func (*SwitchDelegateResponse) GetAppId added in v0.2.6

func (x *SwitchDelegateResponse) GetAppId() string

func (*SwitchDelegateResponse) GetAppKey added in v0.2.6

func (x *SwitchDelegateResponse) GetAppKey() string

func (*SwitchDelegateResponse) GetExpireTime added in v0.2.6

func (x *SwitchDelegateResponse) GetExpireTime() int64

func (*SwitchDelegateResponse) GetToken added in v0.2.6

func (x *SwitchDelegateResponse) GetToken() string

func (*SwitchDelegateResponse) ProtoMessage

func (*SwitchDelegateResponse) ProtoMessage()

func (*SwitchDelegateResponse) ProtoReflect

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

func (*SwitchDelegateResponse) Reset

func (x *SwitchDelegateResponse) Reset()

func (*SwitchDelegateResponse) String

func (x *SwitchDelegateResponse) String() string

Jump to

Keyboard shortcuts

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