Documentation ¶
Index ¶
- Variables
- type ContentEnabled
- type ContentItems
- type Credentials
- func (*Credentials) Descriptor() ([]byte, []int)deprecated
- func (x *Credentials) GetClientId() string
- func (x *Credentials) GetClientSecret() string
- func (x *Credentials) GetTenantSpecificUrl() string
- func (*Credentials) ProtoMessage()
- func (x *Credentials) ProtoReflect() protoreflect.Message
- func (x *Credentials) Reset()
- func (x *Credentials) String() string
- type DownloadContentItem
- func (*DownloadContentItem) Descriptor() ([]byte, []int)deprecated
- func (x *DownloadContentItem) GetId() string
- func (*DownloadContentItem) ProtoMessage()
- func (x *DownloadContentItem) ProtoReflect() protoreflect.Message
- func (x *DownloadContentItem) Reset()
- func (x *DownloadContentItem) String() string
- type InstallContentItem
- func (*InstallContentItem) Descriptor() ([]byte, []int)deprecated
- func (x *InstallContentItem) GetId() string
- func (x *InstallContentItem) GetRequestUser() string
- func (*InstallContentItem) ProtoMessage()
- func (x *InstallContentItem) ProtoReflect() protoreflect.Message
- func (x *InstallContentItem) Reset()
- func (x *InstallContentItem) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_external_cds_request_root_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ContentEnabled ¶
type ContentEnabled struct {
// contains filtered or unexported fields
}
func (*ContentEnabled) Descriptor
deprecated
func (*ContentEnabled) Descriptor() ([]byte, []int)
Deprecated: Use ContentEnabled.ProtoReflect.Descriptor instead.
func (*ContentEnabled) ProtoMessage ¶
func (*ContentEnabled) ProtoMessage()
func (*ContentEnabled) ProtoReflect ¶
func (x *ContentEnabled) ProtoReflect() protoreflect.Message
func (*ContentEnabled) Reset ¶
func (x *ContentEnabled) Reset()
func (*ContentEnabled) String ¶
func (x *ContentEnabled) String() string
type ContentItems ¶
type ContentItems struct {
// contains filtered or unexported fields
}
func (*ContentItems) Descriptor
deprecated
func (*ContentItems) Descriptor() ([]byte, []int)
Deprecated: Use ContentItems.ProtoReflect.Descriptor instead.
func (*ContentItems) ProtoMessage ¶
func (*ContentItems) ProtoMessage()
func (*ContentItems) ProtoReflect ¶
func (x *ContentItems) ProtoReflect() protoreflect.Message
func (*ContentItems) Reset ¶
func (x *ContentItems) Reset()
func (*ContentItems) String ¶
func (x *ContentItems) String() string
type Credentials ¶
type Credentials struct { ClientId string `protobuf:"bytes,1,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"` ClientSecret string `protobuf:"bytes,2,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"` TenantSpecificUrl string `protobuf:"bytes,3,opt,name=tenant_specific_url,json=tenantSpecificUrl,proto3" json:"tenant_specific_url,omitempty"` // contains filtered or unexported fields }
func (*Credentials) Descriptor
deprecated
func (*Credentials) Descriptor() ([]byte, []int)
Deprecated: Use Credentials.ProtoReflect.Descriptor instead.
func (*Credentials) GetClientId ¶
func (x *Credentials) GetClientId() string
func (*Credentials) GetClientSecret ¶
func (x *Credentials) GetClientSecret() string
func (*Credentials) GetTenantSpecificUrl ¶
func (x *Credentials) GetTenantSpecificUrl() string
func (*Credentials) ProtoMessage ¶
func (*Credentials) ProtoMessage()
func (*Credentials) ProtoReflect ¶
func (x *Credentials) ProtoReflect() protoreflect.Message
func (*Credentials) Reset ¶
func (x *Credentials) Reset()
func (*Credentials) String ¶
func (x *Credentials) String() string
type DownloadContentItem ¶
type DownloadContentItem struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*DownloadContentItem) Descriptor
deprecated
func (*DownloadContentItem) Descriptor() ([]byte, []int)
Deprecated: Use DownloadContentItem.ProtoReflect.Descriptor instead.
func (*DownloadContentItem) GetId ¶
func (x *DownloadContentItem) GetId() string
func (*DownloadContentItem) ProtoMessage ¶
func (*DownloadContentItem) ProtoMessage()
func (*DownloadContentItem) ProtoReflect ¶
func (x *DownloadContentItem) ProtoReflect() protoreflect.Message
func (*DownloadContentItem) Reset ¶
func (x *DownloadContentItem) Reset()
func (*DownloadContentItem) String ¶
func (x *DownloadContentItem) String() string
type InstallContentItem ¶
type InstallContentItem struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` RequestUser string `protobuf:"bytes,2,opt,name=request_user,json=requestUser,proto3" json:"request_user,omitempty"` // contains filtered or unexported fields }
func (*InstallContentItem) Descriptor
deprecated
func (*InstallContentItem) Descriptor() ([]byte, []int)
Deprecated: Use InstallContentItem.ProtoReflect.Descriptor instead.
func (*InstallContentItem) GetId ¶
func (x *InstallContentItem) GetId() string
func (*InstallContentItem) GetRequestUser ¶
func (x *InstallContentItem) GetRequestUser() string
func (*InstallContentItem) ProtoMessage ¶
func (*InstallContentItem) ProtoMessage()
func (*InstallContentItem) ProtoReflect ¶
func (x *InstallContentItem) ProtoReflect() protoreflect.Message
func (*InstallContentItem) Reset ¶
func (x *InstallContentItem) Reset()
func (*InstallContentItem) String ¶
func (x *InstallContentItem) String() string
Click to show internal directories.
Click to hide internal directories.