unified

package
v0.0.0-...-0763949 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2017 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const Default_CCloud_ClientBeginFileUpload_Request_PlatformsToSync uint32 = 4294967295
View Source
const Default_CCredentials_GetSteamGuardDetails_Request_IncludeNewAuthentications bool = true
View Source
const Default_CPublishedFile_GetChangeHistory_Request_Language int32 = 0
View Source
const Default_CPublishedFile_GetDetails_Request_Language int32 = 0
View Source
const Default_CPublishedFile_GetUserFiles_Request_CacheMaxAgeSeconds uint32 = 0
View Source
const Default_CPublishedFile_GetUserFiles_Request_Language int32 = 0
View Source
const Default_CPublishedFile_GetUserFiles_Request_Numperpage uint32 = 1
View Source
const Default_CPublishedFile_GetUserFiles_Request_Page uint32 = 1
View Source
const Default_CPublishedFile_GetUserFiles_Request_ReturnKvTags bool = true
View Source
const Default_CPublishedFile_GetUserFiles_Request_ReturnMetadata bool = false
View Source
const Default_CPublishedFile_GetUserFiles_Request_ReturnShortDescription bool = true
View Source
const Default_CPublishedFile_GetUserFiles_Request_ReturnVoteData bool = true
View Source
const Default_CPublishedFile_GetUserFiles_Request_Sortmethod string = "lastupdated"
View Source
const Default_CPublishedFile_GetUserFiles_Request_Type string = "myfiles"
View Source
const Default_CPublishedFile_QueryFiles_Request_CacheMaxAgeSeconds uint32 = 0
View Source
const Default_CPublishedFile_QueryFiles_Request_Language int32 = 0
View Source
const Default_CPublishedFile_QueryFiles_Request_MatchAllTags bool = true
View Source
const Default_CPublishedFile_QueryFiles_Request_Numperpage uint32 = 1
View Source
const Default_CPublishedFile_QueryFiles_Request_ReturnMetadata bool = false
View Source
const Default_CPublishedFile_RefreshVotingQueue_Request_MatchAllTags bool = true
View Source
const Default_PublishedFileDetails_Language int32 = 0

Variables

View Source
var EProtoExecutionSite_name = map[int32]string{
	0: "k_EProtoExecutionSiteUnknown",
	2: "k_EProtoExecutionSiteSteamClient",
}
View Source
var EProtoExecutionSite_value = map[string]int32{
	"k_EProtoExecutionSiteUnknown":     0,
	"k_EProtoExecutionSiteSteamClient": 2,
}
View Source
var E_Description = &proto.ExtensionDesc{
	ExtendedType:  (*google_protobuf.FieldOptions)(nil),
	ExtensionType: (*string)(nil),
	Field:         50000,
	Name:          "description",
	Tag:           "bytes,50000,opt,name=description",
}
View Source
var E_EnumDescription = &proto.ExtensionDesc{
	ExtendedType:  (*google_protobuf.EnumOptions)(nil),
	ExtensionType: (*string)(nil),
	Field:         50000,
	Name:          "enum_description",
	Tag:           "bytes,50000,opt,name=enum_description",
}
View Source
var E_EnumValueDescription = &proto.ExtensionDesc{
	ExtendedType:  (*google_protobuf.EnumValueOptions)(nil),
	ExtensionType: (*string)(nil),
	Field:         50000,
	Name:          "enum_value_description",
	Tag:           "bytes,50000,opt,name=enum_value_description",
}
View Source
var E_MethodDescription = &proto.ExtensionDesc{
	ExtendedType:  (*google_protobuf.MethodOptions)(nil),
	ExtensionType: (*string)(nil),
	Field:         50000,
	Name:          "method_description",
	Tag:           "bytes,50000,opt,name=method_description",
}
View Source
var E_ServiceDescription = &proto.ExtensionDesc{
	ExtendedType:  (*google_protobuf.ServiceOptions)(nil),
	ExtensionType: (*string)(nil),
	Field:         50000,
	Name:          "service_description",
	Tag:           "bytes,50000,opt,name=service_description",
}
View Source
var E_ServiceExecutionSite = &proto.ExtensionDesc{
	ExtendedType:  (*google_protobuf.ServiceOptions)(nil),
	ExtensionType: (*EProtoExecutionSite)(nil),
	Field:         50008,
	Name:          "service_execution_site",
	Tag:           "varint,50008,opt,name=service_execution_site,enum=EProtoExecutionSite,def=0",
}
View Source
var PublishedFileDetails_EPublishedFileForSaleStatus_name = map[int32]string{
	0: "k_PFFSS_NotForSale",
	1: "k_PFFSS_PendingApproval",
	2: "k_PFFSS_ApprovedForSale",
	3: "k_PFFSS_RejectedForSale",
	4: "k_PFFSS_NoLongerForSale",
	5: "k_PFFSS_TentativeApproval",
}
View Source
var PublishedFileDetails_EPublishedFileForSaleStatus_value = map[string]int32{
	"k_PFFSS_NotForSale":        0,
	"k_PFFSS_PendingApproval":   1,
	"k_PFFSS_ApprovedForSale":   2,
	"k_PFFSS_RejectedForSale":   3,
	"k_PFFSS_NoLongerForSale":   4,
	"k_PFFSS_TentativeApproval": 5,
}

Functions

This section is empty.

Types

type CClientSystemInfo

type CClientSystemInfo struct {
	Cpu                *CClientSystemInfo_CPU       `protobuf:"bytes,1,opt,name=cpu" json:"cpu,omitempty"`
	VideoCard          *CClientSystemInfo_VideoCard `protobuf:"bytes,2,opt,name=video_card" json:"video_card,omitempty"`
	OperatingSystem    *string                      `protobuf:"bytes,3,opt,name=operating_system" json:"operating_system,omitempty"`
	Os_64Bit           *bool                        `protobuf:"varint,4,opt,name=os_64bit" json:"os_64bit,omitempty"`
	SystemRamMb        *int32                       `protobuf:"varint,5,opt,name=system_ram_mb" json:"system_ram_mb,omitempty"`
	AudioDevice        *string                      `protobuf:"bytes,6,opt,name=audio_device" json:"audio_device,omitempty"`
	AudioDriverVersion *string                      `protobuf:"bytes,7,opt,name=audio_driver_version" json:"audio_driver_version,omitempty"`
	XXX_unrecognized   []byte                       `json:"-"`
}

func (*CClientSystemInfo) Descriptor

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

func (*CClientSystemInfo) GetAudioDevice

func (m *CClientSystemInfo) GetAudioDevice() string

func (*CClientSystemInfo) GetAudioDriverVersion

func (m *CClientSystemInfo) GetAudioDriverVersion() string

func (*CClientSystemInfo) GetCpu

func (*CClientSystemInfo) GetOperatingSystem

func (m *CClientSystemInfo) GetOperatingSystem() string

func (*CClientSystemInfo) GetOs_64Bit

func (m *CClientSystemInfo) GetOs_64Bit() bool

func (*CClientSystemInfo) GetSystemRamMb

func (m *CClientSystemInfo) GetSystemRamMb() int32

func (*CClientSystemInfo) GetVideoCard

func (*CClientSystemInfo) ProtoMessage

func (*CClientSystemInfo) ProtoMessage()

func (*CClientSystemInfo) Reset

func (m *CClientSystemInfo) Reset()

func (*CClientSystemInfo) String

func (m *CClientSystemInfo) String() string

type CClientSystemInfo_CPU

type CClientSystemInfo_CPU struct {
	SpeedMhz           *int32  `protobuf:"varint,1,opt,name=speed_mhz" json:"speed_mhz,omitempty"`
	Vendor             *string `protobuf:"bytes,2,opt,name=vendor" json:"vendor,omitempty"`
	LogicalProcessors  *int32  `protobuf:"varint,3,opt,name=logical_processors" json:"logical_processors,omitempty"`
	PhysicalProcessors *int32  `protobuf:"varint,4,opt,name=physical_processors" json:"physical_processors,omitempty"`
	Hyperthreading     *bool   `protobuf:"varint,5,opt,name=hyperthreading" json:"hyperthreading,omitempty"`
	Fcmov              *bool   `protobuf:"varint,6,opt,name=fcmov" json:"fcmov,omitempty"`
	Sse2               *bool   `protobuf:"varint,7,opt,name=sse2" json:"sse2,omitempty"`
	Sse3               *bool   `protobuf:"varint,8,opt,name=sse3" json:"sse3,omitempty"`
	Ssse3              *bool   `protobuf:"varint,9,opt,name=ssse3" json:"ssse3,omitempty"`
	Sse4A              *bool   `protobuf:"varint,10,opt,name=sse4a" json:"sse4a,omitempty"`
	Sse41              *bool   `protobuf:"varint,11,opt,name=sse41" json:"sse41,omitempty"`
	Sse42              *bool   `protobuf:"varint,12,opt,name=sse42" json:"sse42,omitempty"`
	XXX_unrecognized   []byte  `json:"-"`
}

func (*CClientSystemInfo_CPU) Descriptor

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

func (*CClientSystemInfo_CPU) GetFcmov

func (m *CClientSystemInfo_CPU) GetFcmov() bool

func (*CClientSystemInfo_CPU) GetHyperthreading

func (m *CClientSystemInfo_CPU) GetHyperthreading() bool

func (*CClientSystemInfo_CPU) GetLogicalProcessors

func (m *CClientSystemInfo_CPU) GetLogicalProcessors() int32

func (*CClientSystemInfo_CPU) GetPhysicalProcessors

func (m *CClientSystemInfo_CPU) GetPhysicalProcessors() int32

func (*CClientSystemInfo_CPU) GetSpeedMhz

func (m *CClientSystemInfo_CPU) GetSpeedMhz() int32

func (*CClientSystemInfo_CPU) GetSse2

func (m *CClientSystemInfo_CPU) GetSse2() bool

func (*CClientSystemInfo_CPU) GetSse3

func (m *CClientSystemInfo_CPU) GetSse3() bool

func (*CClientSystemInfo_CPU) GetSse41

func (m *CClientSystemInfo_CPU) GetSse41() bool

func (*CClientSystemInfo_CPU) GetSse42

func (m *CClientSystemInfo_CPU) GetSse42() bool

func (*CClientSystemInfo_CPU) GetSse4A

func (m *CClientSystemInfo_CPU) GetSse4A() bool

func (*CClientSystemInfo_CPU) GetSsse3

func (m *CClientSystemInfo_CPU) GetSsse3() bool

func (*CClientSystemInfo_CPU) GetVendor

func (m *CClientSystemInfo_CPU) GetVendor() string

func (*CClientSystemInfo_CPU) ProtoMessage

func (*CClientSystemInfo_CPU) ProtoMessage()

func (*CClientSystemInfo_CPU) Reset

func (m *CClientSystemInfo_CPU) Reset()

func (*CClientSystemInfo_CPU) String

func (m *CClientSystemInfo_CPU) String() string

type CClientSystemInfo_VideoCard

type CClientSystemInfo_VideoCard struct {
	Driver           *string `protobuf:"bytes,1,opt,name=driver" json:"driver,omitempty"`
	DriverVersion    *string `protobuf:"bytes,2,opt,name=driver_version" json:"driver_version,omitempty"`
	DriverDate       *uint32 `protobuf:"varint,3,opt,name=driver_date" json:"driver_date,omitempty"`
	DirectxVersion   *string `protobuf:"bytes,4,opt,name=directx_version" json:"directx_version,omitempty"`
	OpenglVersion    *string `protobuf:"bytes,5,opt,name=opengl_version" json:"opengl_version,omitempty"`
	Vendorid         *int32  `protobuf:"varint,6,opt,name=vendorid" json:"vendorid,omitempty"`
	Deviceid         *int32  `protobuf:"varint,7,opt,name=deviceid" json:"deviceid,omitempty"`
	VramMb           *int32  `protobuf:"varint,8,opt,name=vram_mb" json:"vram_mb,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CClientSystemInfo_VideoCard) Descriptor

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

func (*CClientSystemInfo_VideoCard) GetDeviceid

func (m *CClientSystemInfo_VideoCard) GetDeviceid() int32

func (*CClientSystemInfo_VideoCard) GetDirectxVersion

func (m *CClientSystemInfo_VideoCard) GetDirectxVersion() string

func (*CClientSystemInfo_VideoCard) GetDriver

func (m *CClientSystemInfo_VideoCard) GetDriver() string

func (*CClientSystemInfo_VideoCard) GetDriverDate

func (m *CClientSystemInfo_VideoCard) GetDriverDate() uint32

func (*CClientSystemInfo_VideoCard) GetDriverVersion

func (m *CClientSystemInfo_VideoCard) GetDriverVersion() string

func (*CClientSystemInfo_VideoCard) GetOpenglVersion

func (m *CClientSystemInfo_VideoCard) GetOpenglVersion() string

func (*CClientSystemInfo_VideoCard) GetVendorid

func (m *CClientSystemInfo_VideoCard) GetVendorid() int32

func (*CClientSystemInfo_VideoCard) GetVramMb

func (m *CClientSystemInfo_VideoCard) GetVramMb() int32

func (*CClientSystemInfo_VideoCard) ProtoMessage

func (*CClientSystemInfo_VideoCard) ProtoMessage()

func (*CClientSystemInfo_VideoCard) Reset

func (m *CClientSystemInfo_VideoCard) Reset()

func (*CClientSystemInfo_VideoCard) String

func (m *CClientSystemInfo_VideoCard) String() string

type CCloud_BeginHTTPUpload_Request

type CCloud_BeginHTTPUpload_Request struct {
	Appid                *uint32  `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	FileSize             *uint32  `protobuf:"varint,2,opt,name=file_size" json:"file_size,omitempty"`
	Filename             *string  `protobuf:"bytes,3,opt,name=filename" json:"filename,omitempty"`
	FileSha              *string  `protobuf:"bytes,4,opt,name=file_sha" json:"file_sha,omitempty"`
	IsPublic             *bool    `protobuf:"varint,5,opt,name=is_public" json:"is_public,omitempty"`
	PlatformsToSync      []string `protobuf:"bytes,6,rep,name=platforms_to_sync" json:"platforms_to_sync,omitempty"`
	RequestHeadersNames  []string `protobuf:"bytes,7,rep,name=request_headers_names" json:"request_headers_names,omitempty"`
	RequestHeadersValues []string `protobuf:"bytes,8,rep,name=request_headers_values" json:"request_headers_values,omitempty"`
	XXX_unrecognized     []byte   `json:"-"`
}

func (*CCloud_BeginHTTPUpload_Request) Descriptor

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

func (*CCloud_BeginHTTPUpload_Request) GetAppid

func (m *CCloud_BeginHTTPUpload_Request) GetAppid() uint32

func (*CCloud_BeginHTTPUpload_Request) GetFileSha

func (m *CCloud_BeginHTTPUpload_Request) GetFileSha() string

func (*CCloud_BeginHTTPUpload_Request) GetFileSize

func (m *CCloud_BeginHTTPUpload_Request) GetFileSize() uint32

func (*CCloud_BeginHTTPUpload_Request) GetFilename

func (m *CCloud_BeginHTTPUpload_Request) GetFilename() string

func (*CCloud_BeginHTTPUpload_Request) GetIsPublic

func (m *CCloud_BeginHTTPUpload_Request) GetIsPublic() bool

func (*CCloud_BeginHTTPUpload_Request) GetPlatformsToSync

func (m *CCloud_BeginHTTPUpload_Request) GetPlatformsToSync() []string

func (*CCloud_BeginHTTPUpload_Request) GetRequestHeadersNames

func (m *CCloud_BeginHTTPUpload_Request) GetRequestHeadersNames() []string

func (*CCloud_BeginHTTPUpload_Request) GetRequestHeadersValues

func (m *CCloud_BeginHTTPUpload_Request) GetRequestHeadersValues() []string

func (*CCloud_BeginHTTPUpload_Request) ProtoMessage

func (*CCloud_BeginHTTPUpload_Request) ProtoMessage()

func (*CCloud_BeginHTTPUpload_Request) Reset

func (m *CCloud_BeginHTTPUpload_Request) Reset()

func (*CCloud_BeginHTTPUpload_Request) String

type CCloud_BeginHTTPUpload_Response

type CCloud_BeginHTTPUpload_Response struct {
	Ugcid            *uint64                                        `protobuf:"fixed64,1,opt,name=ugcid" json:"ugcid,omitempty"`
	Timestamp        *uint32                                        `protobuf:"fixed32,2,opt,name=timestamp" json:"timestamp,omitempty"`
	UrlHost          *string                                        `protobuf:"bytes,3,opt,name=url_host" json:"url_host,omitempty"`
	UrlPath          *string                                        `protobuf:"bytes,4,opt,name=url_path" json:"url_path,omitempty"`
	UseHttps         *bool                                          `protobuf:"varint,5,opt,name=use_https" json:"use_https,omitempty"`
	RequestHeaders   []*CCloud_BeginHTTPUpload_Response_HTTPHeaders `protobuf:"bytes,6,rep,name=request_headers" json:"request_headers,omitempty"`
	XXX_unrecognized []byte                                         `json:"-"`
}

func (*CCloud_BeginHTTPUpload_Response) Descriptor

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

func (*CCloud_BeginHTTPUpload_Response) GetRequestHeaders

func (*CCloud_BeginHTTPUpload_Response) GetTimestamp

func (m *CCloud_BeginHTTPUpload_Response) GetTimestamp() uint32

func (*CCloud_BeginHTTPUpload_Response) GetUgcid

func (*CCloud_BeginHTTPUpload_Response) GetUrlHost

func (m *CCloud_BeginHTTPUpload_Response) GetUrlHost() string

func (*CCloud_BeginHTTPUpload_Response) GetUrlPath

func (m *CCloud_BeginHTTPUpload_Response) GetUrlPath() string

func (*CCloud_BeginHTTPUpload_Response) GetUseHttps

func (m *CCloud_BeginHTTPUpload_Response) GetUseHttps() bool

func (*CCloud_BeginHTTPUpload_Response) ProtoMessage

func (*CCloud_BeginHTTPUpload_Response) ProtoMessage()

func (*CCloud_BeginHTTPUpload_Response) Reset

func (*CCloud_BeginHTTPUpload_Response) String

type CCloud_BeginHTTPUpload_Response_HTTPHeaders

type CCloud_BeginHTTPUpload_Response_HTTPHeaders struct {
	Name             *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Value            *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCloud_BeginHTTPUpload_Response_HTTPHeaders) Descriptor

func (*CCloud_BeginHTTPUpload_Response_HTTPHeaders) GetName

func (*CCloud_BeginHTTPUpload_Response_HTTPHeaders) GetValue

func (*CCloud_BeginHTTPUpload_Response_HTTPHeaders) ProtoMessage

func (*CCloud_BeginHTTPUpload_Response_HTTPHeaders) Reset

func (*CCloud_BeginHTTPUpload_Response_HTTPHeaders) String

type CCloud_CDNReport_Notification

type CCloud_CDNReport_Notification struct {
	Steamid          *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	Url              *string `protobuf:"bytes,2,opt,name=url" json:"url,omitempty"`
	Success          *bool   `protobuf:"varint,3,opt,name=success" json:"success,omitempty"`
	HttpStatusCode   *uint32 `protobuf:"varint,4,opt,name=http_status_code" json:"http_status_code,omitempty"`
	ExpectedBytes    *uint64 `protobuf:"varint,5,opt,name=expected_bytes" json:"expected_bytes,omitempty"`
	ReceivedBytes    *uint64 `protobuf:"varint,6,opt,name=received_bytes" json:"received_bytes,omitempty"`
	Duration         *uint32 `protobuf:"varint,7,opt,name=duration" json:"duration,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCloud_CDNReport_Notification) Descriptor

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

func (*CCloud_CDNReport_Notification) GetDuration

func (m *CCloud_CDNReport_Notification) GetDuration() uint32

func (*CCloud_CDNReport_Notification) GetExpectedBytes

func (m *CCloud_CDNReport_Notification) GetExpectedBytes() uint64

func (*CCloud_CDNReport_Notification) GetHttpStatusCode

func (m *CCloud_CDNReport_Notification) GetHttpStatusCode() uint32

func (*CCloud_CDNReport_Notification) GetReceivedBytes

func (m *CCloud_CDNReport_Notification) GetReceivedBytes() uint64

func (*CCloud_CDNReport_Notification) GetSteamid

func (m *CCloud_CDNReport_Notification) GetSteamid() uint64

func (*CCloud_CDNReport_Notification) GetSuccess

func (m *CCloud_CDNReport_Notification) GetSuccess() bool

func (*CCloud_CDNReport_Notification) GetUrl

func (*CCloud_CDNReport_Notification) ProtoMessage

func (*CCloud_CDNReport_Notification) ProtoMessage()

func (*CCloud_CDNReport_Notification) Reset

func (m *CCloud_CDNReport_Notification) Reset()

func (*CCloud_CDNReport_Notification) String

type CCloud_ClientBeginFileUpload_Request

type CCloud_ClientBeginFileUpload_Request struct {
	Appid            *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	FileSize         *uint32 `protobuf:"varint,2,opt,name=file_size" json:"file_size,omitempty"`
	RawFileSize      *uint32 `protobuf:"varint,3,opt,name=raw_file_size" json:"raw_file_size,omitempty"`
	FileSha          []byte  `protobuf:"bytes,4,opt,name=file_sha" json:"file_sha,omitempty"`
	TimeStamp        *uint64 `protobuf:"varint,5,opt,name=time_stamp" json:"time_stamp,omitempty"`
	Filename         *string `protobuf:"bytes,6,opt,name=filename" json:"filename,omitempty"`
	PlatformsToSync  *uint32 `protobuf:"varint,7,opt,name=platforms_to_sync,def=4294967295" json:"platforms_to_sync,omitempty"`
	CellId           *uint32 `protobuf:"varint,9,opt,name=cell_id" json:"cell_id,omitempty"`
	CanEncrypt       *bool   `protobuf:"varint,10,opt,name=can_encrypt" json:"can_encrypt,omitempty"`
	IsSharedFile     *bool   `protobuf:"varint,11,opt,name=is_shared_file" json:"is_shared_file,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCloud_ClientBeginFileUpload_Request) Descriptor

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

func (*CCloud_ClientBeginFileUpload_Request) GetAppid

func (*CCloud_ClientBeginFileUpload_Request) GetCanEncrypt

func (m *CCloud_ClientBeginFileUpload_Request) GetCanEncrypt() bool

func (*CCloud_ClientBeginFileUpload_Request) GetCellId

func (*CCloud_ClientBeginFileUpload_Request) GetFileSha

func (m *CCloud_ClientBeginFileUpload_Request) GetFileSha() []byte

func (*CCloud_ClientBeginFileUpload_Request) GetFileSize

func (*CCloud_ClientBeginFileUpload_Request) GetFilename

func (*CCloud_ClientBeginFileUpload_Request) GetIsSharedFile

func (m *CCloud_ClientBeginFileUpload_Request) GetIsSharedFile() bool

func (*CCloud_ClientBeginFileUpload_Request) GetPlatformsToSync

func (m *CCloud_ClientBeginFileUpload_Request) GetPlatformsToSync() uint32

func (*CCloud_ClientBeginFileUpload_Request) GetRawFileSize

func (m *CCloud_ClientBeginFileUpload_Request) GetRawFileSize() uint32

func (*CCloud_ClientBeginFileUpload_Request) GetTimeStamp

func (m *CCloud_ClientBeginFileUpload_Request) GetTimeStamp() uint64

func (*CCloud_ClientBeginFileUpload_Request) ProtoMessage

func (*CCloud_ClientBeginFileUpload_Request) ProtoMessage()

func (*CCloud_ClientBeginFileUpload_Request) Reset

func (*CCloud_ClientBeginFileUpload_Request) String

type CCloud_ClientBeginFileUpload_Response

type CCloud_ClientBeginFileUpload_Response struct {
	EncryptFile      *bool                                `protobuf:"varint,1,opt,name=encrypt_file" json:"encrypt_file,omitempty"`
	BlockRequests    []*ClientCloudFileUploadBlockDetails `protobuf:"bytes,2,rep,name=block_requests" json:"block_requests,omitempty"`
	XXX_unrecognized []byte                               `json:"-"`
}

func (*CCloud_ClientBeginFileUpload_Response) Descriptor

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

func (*CCloud_ClientBeginFileUpload_Response) GetBlockRequests

func (*CCloud_ClientBeginFileUpload_Response) GetEncryptFile

func (m *CCloud_ClientBeginFileUpload_Response) GetEncryptFile() bool

func (*CCloud_ClientBeginFileUpload_Response) ProtoMessage

func (*CCloud_ClientBeginFileUpload_Response) ProtoMessage()

func (*CCloud_ClientBeginFileUpload_Response) Reset

func (*CCloud_ClientBeginFileUpload_Response) String

type CCloud_ClientCommitFileUpload_Request

type CCloud_ClientCommitFileUpload_Request struct {
	TransferSucceeded *bool   `protobuf:"varint,1,opt,name=transfer_succeeded" json:"transfer_succeeded,omitempty"`
	Appid             *uint32 `protobuf:"varint,2,opt,name=appid" json:"appid,omitempty"`
	FileSha           []byte  `protobuf:"bytes,3,opt,name=file_sha" json:"file_sha,omitempty"`
	Filename          *string `protobuf:"bytes,4,opt,name=filename" json:"filename,omitempty"`
	XXX_unrecognized  []byte  `json:"-"`
}

func (*CCloud_ClientCommitFileUpload_Request) Descriptor

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

func (*CCloud_ClientCommitFileUpload_Request) GetAppid

func (*CCloud_ClientCommitFileUpload_Request) GetFileSha

func (m *CCloud_ClientCommitFileUpload_Request) GetFileSha() []byte

func (*CCloud_ClientCommitFileUpload_Request) GetFilename

func (*CCloud_ClientCommitFileUpload_Request) GetTransferSucceeded

func (m *CCloud_ClientCommitFileUpload_Request) GetTransferSucceeded() bool

func (*CCloud_ClientCommitFileUpload_Request) ProtoMessage

func (*CCloud_ClientCommitFileUpload_Request) ProtoMessage()

func (*CCloud_ClientCommitFileUpload_Request) Reset

func (*CCloud_ClientCommitFileUpload_Request) String

type CCloud_ClientCommitFileUpload_Response

type CCloud_ClientCommitFileUpload_Response struct {
	FileCommitted    *bool  `protobuf:"varint,1,opt,name=file_committed" json:"file_committed,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCloud_ClientCommitFileUpload_Response) Descriptor

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

func (*CCloud_ClientCommitFileUpload_Response) GetFileCommitted

func (m *CCloud_ClientCommitFileUpload_Response) GetFileCommitted() bool

func (*CCloud_ClientCommitFileUpload_Response) ProtoMessage

func (*CCloud_ClientCommitFileUpload_Response) Reset

func (*CCloud_ClientCommitFileUpload_Response) String

type CCloud_ClientDeleteFile_Request

type CCloud_ClientDeleteFile_Request struct {
	Appid            *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	Filename         *string `protobuf:"bytes,2,opt,name=filename" json:"filename,omitempty"`
	IsExplicitDelete *bool   `protobuf:"varint,3,opt,name=is_explicit_delete" json:"is_explicit_delete,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCloud_ClientDeleteFile_Request) Descriptor

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

func (*CCloud_ClientDeleteFile_Request) GetAppid

func (*CCloud_ClientDeleteFile_Request) GetFilename

func (m *CCloud_ClientDeleteFile_Request) GetFilename() string

func (*CCloud_ClientDeleteFile_Request) GetIsExplicitDelete

func (m *CCloud_ClientDeleteFile_Request) GetIsExplicitDelete() bool

func (*CCloud_ClientDeleteFile_Request) ProtoMessage

func (*CCloud_ClientDeleteFile_Request) ProtoMessage()

func (*CCloud_ClientDeleteFile_Request) Reset

func (*CCloud_ClientDeleteFile_Request) String

type CCloud_ClientDeleteFile_Response

type CCloud_ClientDeleteFile_Response struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CCloud_ClientDeleteFile_Response) Descriptor

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

func (*CCloud_ClientDeleteFile_Response) ProtoMessage

func (*CCloud_ClientDeleteFile_Response) ProtoMessage()

func (*CCloud_ClientDeleteFile_Response) Reset

func (*CCloud_ClientDeleteFile_Response) String

type CCloud_ClientFileDownload_Request

type CCloud_ClientFileDownload_Request struct {
	Appid            *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	Filename         *string `protobuf:"bytes,2,opt,name=filename" json:"filename,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCloud_ClientFileDownload_Request) Descriptor

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

func (*CCloud_ClientFileDownload_Request) GetAppid

func (*CCloud_ClientFileDownload_Request) GetFilename

func (m *CCloud_ClientFileDownload_Request) GetFilename() string

func (*CCloud_ClientFileDownload_Request) ProtoMessage

func (*CCloud_ClientFileDownload_Request) ProtoMessage()

func (*CCloud_ClientFileDownload_Request) Reset

func (*CCloud_ClientFileDownload_Request) String

type CCloud_ClientFileDownload_Response

type CCloud_ClientFileDownload_Response struct {
	Appid            *uint32                                           `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	FileSize         *uint32                                           `protobuf:"varint,2,opt,name=file_size" json:"file_size,omitempty"`
	RawFileSize      *uint32                                           `protobuf:"varint,3,opt,name=raw_file_size" json:"raw_file_size,omitempty"`
	ShaFile          []byte                                            `protobuf:"bytes,4,opt,name=sha_file" json:"sha_file,omitempty"`
	TimeStamp        *uint64                                           `protobuf:"varint,5,opt,name=time_stamp" json:"time_stamp,omitempty"`
	IsExplicitDelete *bool                                             `protobuf:"varint,6,opt,name=is_explicit_delete" json:"is_explicit_delete,omitempty"`
	UrlHost          *string                                           `protobuf:"bytes,7,opt,name=url_host" json:"url_host,omitempty"`
	UrlPath          *string                                           `protobuf:"bytes,8,opt,name=url_path" json:"url_path,omitempty"`
	UseHttps         *bool                                             `protobuf:"varint,9,opt,name=use_https" json:"use_https,omitempty"`
	RequestHeaders   []*CCloud_ClientFileDownload_Response_HTTPHeaders `protobuf:"bytes,10,rep,name=request_headers" json:"request_headers,omitempty"`
	Encrypted        *bool                                             `protobuf:"varint,11,opt,name=encrypted" json:"encrypted,omitempty"`
	XXX_unrecognized []byte                                            `json:"-"`
}

func (*CCloud_ClientFileDownload_Response) Descriptor

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

func (*CCloud_ClientFileDownload_Response) GetAppid

func (*CCloud_ClientFileDownload_Response) GetEncrypted

func (m *CCloud_ClientFileDownload_Response) GetEncrypted() bool

func (*CCloud_ClientFileDownload_Response) GetFileSize

func (m *CCloud_ClientFileDownload_Response) GetFileSize() uint32

func (*CCloud_ClientFileDownload_Response) GetIsExplicitDelete

func (m *CCloud_ClientFileDownload_Response) GetIsExplicitDelete() bool

func (*CCloud_ClientFileDownload_Response) GetRawFileSize

func (m *CCloud_ClientFileDownload_Response) GetRawFileSize() uint32

func (*CCloud_ClientFileDownload_Response) GetRequestHeaders

func (*CCloud_ClientFileDownload_Response) GetShaFile

func (m *CCloud_ClientFileDownload_Response) GetShaFile() []byte

func (*CCloud_ClientFileDownload_Response) GetTimeStamp

func (m *CCloud_ClientFileDownload_Response) GetTimeStamp() uint64

func (*CCloud_ClientFileDownload_Response) GetUrlHost

func (*CCloud_ClientFileDownload_Response) GetUrlPath

func (*CCloud_ClientFileDownload_Response) GetUseHttps

func (m *CCloud_ClientFileDownload_Response) GetUseHttps() bool

func (*CCloud_ClientFileDownload_Response) ProtoMessage

func (*CCloud_ClientFileDownload_Response) ProtoMessage()

func (*CCloud_ClientFileDownload_Response) Reset

func (*CCloud_ClientFileDownload_Response) String

type CCloud_ClientFileDownload_Response_HTTPHeaders

type CCloud_ClientFileDownload_Response_HTTPHeaders struct {
	Name             *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Value            *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCloud_ClientFileDownload_Response_HTTPHeaders) Descriptor

func (*CCloud_ClientFileDownload_Response_HTTPHeaders) GetName

func (*CCloud_ClientFileDownload_Response_HTTPHeaders) GetValue

func (*CCloud_ClientFileDownload_Response_HTTPHeaders) ProtoMessage

func (*CCloud_ClientFileDownload_Response_HTTPHeaders) Reset

func (*CCloud_ClientFileDownload_Response_HTTPHeaders) String

type CCloud_CommitHTTPUpload_Request

type CCloud_CommitHTTPUpload_Request struct {
	TransferSucceeded *bool   `protobuf:"varint,1,opt,name=transfer_succeeded" json:"transfer_succeeded,omitempty"`
	Appid             *uint32 `protobuf:"varint,2,opt,name=appid" json:"appid,omitempty"`
	FileSha           *string `protobuf:"bytes,3,opt,name=file_sha" json:"file_sha,omitempty"`
	Filename          *string `protobuf:"bytes,4,opt,name=filename" json:"filename,omitempty"`
	XXX_unrecognized  []byte  `json:"-"`
}

func (*CCloud_CommitHTTPUpload_Request) Descriptor

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

func (*CCloud_CommitHTTPUpload_Request) GetAppid

func (*CCloud_CommitHTTPUpload_Request) GetFileSha

func (m *CCloud_CommitHTTPUpload_Request) GetFileSha() string

func (*CCloud_CommitHTTPUpload_Request) GetFilename

func (m *CCloud_CommitHTTPUpload_Request) GetFilename() string

func (*CCloud_CommitHTTPUpload_Request) GetTransferSucceeded

func (m *CCloud_CommitHTTPUpload_Request) GetTransferSucceeded() bool

func (*CCloud_CommitHTTPUpload_Request) ProtoMessage

func (*CCloud_CommitHTTPUpload_Request) ProtoMessage()

func (*CCloud_CommitHTTPUpload_Request) Reset

func (*CCloud_CommitHTTPUpload_Request) String

type CCloud_CommitHTTPUpload_Response

type CCloud_CommitHTTPUpload_Response struct {
	FileCommitted    *bool  `protobuf:"varint,1,opt,name=file_committed" json:"file_committed,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCloud_CommitHTTPUpload_Response) Descriptor

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

func (*CCloud_CommitHTTPUpload_Response) GetFileCommitted

func (m *CCloud_CommitHTTPUpload_Response) GetFileCommitted() bool

func (*CCloud_CommitHTTPUpload_Response) ProtoMessage

func (*CCloud_CommitHTTPUpload_Response) ProtoMessage()

func (*CCloud_CommitHTTPUpload_Response) Reset

func (*CCloud_CommitHTTPUpload_Response) String

type CCloud_Delete_Request

type CCloud_Delete_Request struct {
	Filename         *string `protobuf:"bytes,1,opt,name=filename" json:"filename,omitempty"`
	Appid            *uint32 `protobuf:"varint,2,opt,name=appid" json:"appid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCloud_Delete_Request) Descriptor

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

func (*CCloud_Delete_Request) GetAppid

func (m *CCloud_Delete_Request) GetAppid() uint32

func (*CCloud_Delete_Request) GetFilename

func (m *CCloud_Delete_Request) GetFilename() string

func (*CCloud_Delete_Request) ProtoMessage

func (*CCloud_Delete_Request) ProtoMessage()

func (*CCloud_Delete_Request) Reset

func (m *CCloud_Delete_Request) Reset()

func (*CCloud_Delete_Request) String

func (m *CCloud_Delete_Request) String() string

type CCloud_Delete_Response

type CCloud_Delete_Response struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CCloud_Delete_Response) Descriptor

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

func (*CCloud_Delete_Response) ProtoMessage

func (*CCloud_Delete_Response) ProtoMessage()

func (*CCloud_Delete_Response) Reset

func (m *CCloud_Delete_Response) Reset()

func (*CCloud_Delete_Response) String

func (m *CCloud_Delete_Response) String() string

type CCloud_EnumerateUserFiles_Request

type CCloud_EnumerateUserFiles_Request struct {
	Appid            *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	ExtendedDetails  *bool   `protobuf:"varint,2,opt,name=extended_details" json:"extended_details,omitempty"`
	Count            *uint32 `protobuf:"varint,3,opt,name=count" json:"count,omitempty"`
	StartIndex       *uint32 `protobuf:"varint,4,opt,name=start_index" json:"start_index,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCloud_EnumerateUserFiles_Request) Descriptor

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

func (*CCloud_EnumerateUserFiles_Request) GetAppid

func (*CCloud_EnumerateUserFiles_Request) GetCount

func (*CCloud_EnumerateUserFiles_Request) GetExtendedDetails

func (m *CCloud_EnumerateUserFiles_Request) GetExtendedDetails() bool

func (*CCloud_EnumerateUserFiles_Request) GetStartIndex

func (m *CCloud_EnumerateUserFiles_Request) GetStartIndex() uint32

func (*CCloud_EnumerateUserFiles_Request) ProtoMessage

func (*CCloud_EnumerateUserFiles_Request) ProtoMessage()

func (*CCloud_EnumerateUserFiles_Request) Reset

func (*CCloud_EnumerateUserFiles_Request) String

type CCloud_EnumerateUserFiles_Response

type CCloud_EnumerateUserFiles_Response struct {
	Files            []*CCloud_UserFile `protobuf:"bytes,1,rep,name=files" json:"files,omitempty"`
	TotalFiles       *uint32            `protobuf:"varint,2,opt,name=total_files" json:"total_files,omitempty"`
	XXX_unrecognized []byte             `json:"-"`
}

func (*CCloud_EnumerateUserFiles_Response) Descriptor

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

func (*CCloud_EnumerateUserFiles_Response) GetFiles

func (*CCloud_EnumerateUserFiles_Response) GetTotalFiles

func (m *CCloud_EnumerateUserFiles_Response) GetTotalFiles() uint32

func (*CCloud_EnumerateUserFiles_Response) ProtoMessage

func (*CCloud_EnumerateUserFiles_Response) ProtoMessage()

func (*CCloud_EnumerateUserFiles_Response) Reset

func (*CCloud_EnumerateUserFiles_Response) String

type CCloud_ExternalStorageTransferReport_Notification

type CCloud_ExternalStorageTransferReport_Notification struct {
	Host             *string `protobuf:"bytes,1,opt,name=host" json:"host,omitempty"`
	Path             *string `protobuf:"bytes,2,opt,name=path" json:"path,omitempty"`
	IsUpload         *bool   `protobuf:"varint,3,opt,name=is_upload" json:"is_upload,omitempty"`
	Success          *bool   `protobuf:"varint,4,opt,name=success" json:"success,omitempty"`
	HttpStatusCode   *uint32 `protobuf:"varint,5,opt,name=http_status_code" json:"http_status_code,omitempty"`
	BytesExpected    *uint64 `protobuf:"varint,6,opt,name=bytes_expected" json:"bytes_expected,omitempty"`
	BytesActual      *uint64 `protobuf:"varint,7,opt,name=bytes_actual" json:"bytes_actual,omitempty"`
	DurationMs       *uint32 `protobuf:"varint,8,opt,name=duration_ms" json:"duration_ms,omitempty"`
	Cellid           *uint32 `protobuf:"varint,9,opt,name=cellid" json:"cellid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCloud_ExternalStorageTransferReport_Notification) Descriptor

func (*CCloud_ExternalStorageTransferReport_Notification) GetBytesActual

func (*CCloud_ExternalStorageTransferReport_Notification) GetBytesExpected

func (*CCloud_ExternalStorageTransferReport_Notification) GetCellid

func (*CCloud_ExternalStorageTransferReport_Notification) GetDurationMs

func (*CCloud_ExternalStorageTransferReport_Notification) GetHost

func (*CCloud_ExternalStorageTransferReport_Notification) GetHttpStatusCode

func (*CCloud_ExternalStorageTransferReport_Notification) GetIsUpload

func (*CCloud_ExternalStorageTransferReport_Notification) GetPath

func (*CCloud_ExternalStorageTransferReport_Notification) GetSuccess

func (*CCloud_ExternalStorageTransferReport_Notification) ProtoMessage

func (*CCloud_ExternalStorageTransferReport_Notification) Reset

func (*CCloud_ExternalStorageTransferReport_Notification) String

type CCloud_GetClientEncryptionKey_Request

type CCloud_GetClientEncryptionKey_Request struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CCloud_GetClientEncryptionKey_Request) Descriptor

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

func (*CCloud_GetClientEncryptionKey_Request) ProtoMessage

func (*CCloud_GetClientEncryptionKey_Request) ProtoMessage()

func (*CCloud_GetClientEncryptionKey_Request) Reset

func (*CCloud_GetClientEncryptionKey_Request) String

type CCloud_GetClientEncryptionKey_Response

type CCloud_GetClientEncryptionKey_Response struct {
	Key              []byte `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Crc              *int32 `protobuf:"varint,2,opt,name=crc" json:"crc,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCloud_GetClientEncryptionKey_Response) Descriptor

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

func (*CCloud_GetClientEncryptionKey_Response) GetCrc

func (*CCloud_GetClientEncryptionKey_Response) GetKey

func (*CCloud_GetClientEncryptionKey_Response) ProtoMessage

func (*CCloud_GetClientEncryptionKey_Response) Reset

func (*CCloud_GetClientEncryptionKey_Response) String

type CCloud_GetFileDetails_Request

type CCloud_GetFileDetails_Request struct {
	Ugcid            *uint64 `protobuf:"varint,1,opt,name=ugcid" json:"ugcid,omitempty"`
	Appid            *uint32 `protobuf:"varint,2,opt,name=appid" json:"appid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCloud_GetFileDetails_Request) Descriptor

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

func (*CCloud_GetFileDetails_Request) GetAppid

func (m *CCloud_GetFileDetails_Request) GetAppid() uint32

func (*CCloud_GetFileDetails_Request) GetUgcid

func (m *CCloud_GetFileDetails_Request) GetUgcid() uint64

func (*CCloud_GetFileDetails_Request) ProtoMessage

func (*CCloud_GetFileDetails_Request) ProtoMessage()

func (*CCloud_GetFileDetails_Request) Reset

func (m *CCloud_GetFileDetails_Request) Reset()

func (*CCloud_GetFileDetails_Request) String

type CCloud_GetFileDetails_Response

type CCloud_GetFileDetails_Response struct {
	Details          *CCloud_UserFile `protobuf:"bytes,1,opt,name=details" json:"details,omitempty"`
	XXX_unrecognized []byte           `json:"-"`
}

func (*CCloud_GetFileDetails_Response) Descriptor

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

func (*CCloud_GetFileDetails_Response) GetDetails

func (*CCloud_GetFileDetails_Response) ProtoMessage

func (*CCloud_GetFileDetails_Response) ProtoMessage()

func (*CCloud_GetFileDetails_Response) Reset

func (m *CCloud_GetFileDetails_Response) Reset()

func (*CCloud_GetFileDetails_Response) String

type CCloud_GetUploadServerInfo_Request

type CCloud_GetUploadServerInfo_Request struct {
	Appid            *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCloud_GetUploadServerInfo_Request) Descriptor

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

func (*CCloud_GetUploadServerInfo_Request) GetAppid

func (*CCloud_GetUploadServerInfo_Request) ProtoMessage

func (*CCloud_GetUploadServerInfo_Request) ProtoMessage()

func (*CCloud_GetUploadServerInfo_Request) Reset

func (*CCloud_GetUploadServerInfo_Request) String

type CCloud_GetUploadServerInfo_Response

type CCloud_GetUploadServerInfo_Response struct {
	ServerUrl        *string `protobuf:"bytes,1,opt,name=server_url" json:"server_url,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCloud_GetUploadServerInfo_Response) Descriptor

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

func (*CCloud_GetUploadServerInfo_Response) GetServerUrl

func (m *CCloud_GetUploadServerInfo_Response) GetServerUrl() string

func (*CCloud_GetUploadServerInfo_Response) ProtoMessage

func (*CCloud_GetUploadServerInfo_Response) ProtoMessage()

func (*CCloud_GetUploadServerInfo_Response) Reset

func (*CCloud_GetUploadServerInfo_Response) String

type CCloud_UserFile

type CCloud_UserFile struct {
	Appid            *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	Ugcid            *uint64 `protobuf:"varint,2,opt,name=ugcid" json:"ugcid,omitempty"`
	Filename         *string `protobuf:"bytes,3,opt,name=filename" json:"filename,omitempty"`
	Timestamp        *uint64 `protobuf:"varint,4,opt,name=timestamp" json:"timestamp,omitempty"`
	FileSize         *uint32 `protobuf:"varint,5,opt,name=file_size" json:"file_size,omitempty"`
	Url              *string `protobuf:"bytes,6,opt,name=url" json:"url,omitempty"`
	SteamidCreator   *uint64 `protobuf:"fixed64,7,opt,name=steamid_creator" json:"steamid_creator,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCloud_UserFile) Descriptor

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

func (*CCloud_UserFile) GetAppid

func (m *CCloud_UserFile) GetAppid() uint32

func (*CCloud_UserFile) GetFileSize

func (m *CCloud_UserFile) GetFileSize() uint32

func (*CCloud_UserFile) GetFilename

func (m *CCloud_UserFile) GetFilename() string

func (*CCloud_UserFile) GetSteamidCreator

func (m *CCloud_UserFile) GetSteamidCreator() uint64

func (*CCloud_UserFile) GetTimestamp

func (m *CCloud_UserFile) GetTimestamp() uint64

func (*CCloud_UserFile) GetUgcid

func (m *CCloud_UserFile) GetUgcid() uint64

func (*CCloud_UserFile) GetUrl

func (m *CCloud_UserFile) GetUrl() string

func (*CCloud_UserFile) ProtoMessage

func (*CCloud_UserFile) ProtoMessage()

func (*CCloud_UserFile) Reset

func (m *CCloud_UserFile) Reset()

func (*CCloud_UserFile) String

func (m *CCloud_UserFile) String() string

type CCredentials_AccountLockRequest_Request

type CCredentials_AccountLockRequest_Request struct {
	ParamString      *string `protobuf:"bytes,1,opt,name=param_string" json:"param_string,omitempty"`
	IpaddressActual  *uint32 `protobuf:"varint,2,opt,name=ipaddress_actual" json:"ipaddress_actual,omitempty"`
	QueryOnly        *bool   `protobuf:"varint,3,opt,name=query_only" json:"query_only,omitempty"`
	EmailMessageType *int32  `protobuf:"varint,4,opt,name=email_message_type" json:"email_message_type,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCredentials_AccountLockRequest_Request) Descriptor

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

func (*CCredentials_AccountLockRequest_Request) GetEmailMessageType

func (m *CCredentials_AccountLockRequest_Request) GetEmailMessageType() int32

func (*CCredentials_AccountLockRequest_Request) GetIpaddressActual

func (m *CCredentials_AccountLockRequest_Request) GetIpaddressActual() uint32

func (*CCredentials_AccountLockRequest_Request) GetParamString

func (m *CCredentials_AccountLockRequest_Request) GetParamString() string

func (*CCredentials_AccountLockRequest_Request) GetQueryOnly

func (*CCredentials_AccountLockRequest_Request) ProtoMessage

func (*CCredentials_AccountLockRequest_Request) Reset

func (*CCredentials_AccountLockRequest_Request) String

type CCredentials_AccountLockRequest_Response

type CCredentials_AccountLockRequest_Response struct {
	Success              *bool  `protobuf:"varint,1,opt,name=success" json:"success,omitempty"`
	AccountAlreadyLocked *bool  `protobuf:"varint,2,opt,name=account_already_locked" json:"account_already_locked,omitempty"`
	ExpiredLink          *bool  `protobuf:"varint,3,opt,name=expired_link" json:"expired_link,omitempty"`
	XXX_unrecognized     []byte `json:"-"`
}

func (*CCredentials_AccountLockRequest_Response) Descriptor

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

func (*CCredentials_AccountLockRequest_Response) GetAccountAlreadyLocked

func (m *CCredentials_AccountLockRequest_Response) GetAccountAlreadyLocked() bool
func (m *CCredentials_AccountLockRequest_Response) GetExpiredLink() bool

func (*CCredentials_AccountLockRequest_Response) GetSuccess

func (*CCredentials_AccountLockRequest_Response) ProtoMessage

func (*CCredentials_AccountLockRequest_Response) Reset

func (*CCredentials_AccountLockRequest_Response) String

type CCredentials_GetAccountAuthSecret_Request

type CCredentials_GetAccountAuthSecret_Request struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CCredentials_GetAccountAuthSecret_Request) Descriptor

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

func (*CCredentials_GetAccountAuthSecret_Request) ProtoMessage

func (*CCredentials_GetAccountAuthSecret_Request) Reset

func (*CCredentials_GetAccountAuthSecret_Request) String

type CCredentials_GetAccountAuthSecret_Response

type CCredentials_GetAccountAuthSecret_Response struct {
	SecretId         *int32 `protobuf:"varint,1,opt,name=secret_id" json:"secret_id,omitempty"`
	Secret           []byte `protobuf:"bytes,2,opt,name=secret" json:"secret,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCredentials_GetAccountAuthSecret_Response) Descriptor

func (*CCredentials_GetAccountAuthSecret_Response) GetSecret

func (*CCredentials_GetAccountAuthSecret_Response) GetSecretId

func (*CCredentials_GetAccountAuthSecret_Response) ProtoMessage

func (*CCredentials_GetAccountAuthSecret_Response) Reset

func (*CCredentials_GetAccountAuthSecret_Response) String

type CCredentials_GetSteamGuardDetails_Request

type CCredentials_GetSteamGuardDetails_Request struct {
	IncludeNewAuthentications *bool   `protobuf:"varint,1,opt,name=include_new_authentications,def=1" json:"include_new_authentications,omitempty"`
	Webcookie                 *string `protobuf:"bytes,2,opt,name=webcookie" json:"webcookie,omitempty"`
	TimestampMinimumWanted    *uint32 `protobuf:"fixed32,3,opt,name=timestamp_minimum_wanted" json:"timestamp_minimum_wanted,omitempty"`
	Ipaddress                 *int32  `protobuf:"varint,4,opt,name=ipaddress" json:"ipaddress,omitempty"`
	XXX_unrecognized          []byte  `json:"-"`
}

func (*CCredentials_GetSteamGuardDetails_Request) Descriptor

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

func (*CCredentials_GetSteamGuardDetails_Request) GetIncludeNewAuthentications

func (m *CCredentials_GetSteamGuardDetails_Request) GetIncludeNewAuthentications() bool

func (*CCredentials_GetSteamGuardDetails_Request) GetIpaddress

func (*CCredentials_GetSteamGuardDetails_Request) GetTimestampMinimumWanted

func (m *CCredentials_GetSteamGuardDetails_Request) GetTimestampMinimumWanted() uint32

func (*CCredentials_GetSteamGuardDetails_Request) GetWebcookie

func (*CCredentials_GetSteamGuardDetails_Request) ProtoMessage

func (*CCredentials_GetSteamGuardDetails_Request) Reset

func (*CCredentials_GetSteamGuardDetails_Request) String

type CCredentials_GetSteamGuardDetails_Response

type CCredentials_GetSteamGuardDetails_Response struct {
	IsSteamguardEnabled                                   *bool                                                           `protobuf:"varint,1,opt,name=is_steamguard_enabled" json:"is_steamguard_enabled,omitempty"`
	TimestampSteamguardEnabled                            *uint32                                                         `protobuf:"fixed32,2,opt,name=timestamp_steamguard_enabled" json:"timestamp_steamguard_enabled,omitempty"`
	DeprecatedNewauthentication                           []*CCredentials_GetSteamGuardDetails_Response_NewAuthentication `protobuf:"bytes,3,rep,name=deprecated_newauthentication" json:"deprecated_newauthentication,omitempty"`
	DeprecatedMachineNameUserchosen                       *string                                                         `protobuf:"bytes,4,opt,name=deprecated_machine_name_userchosen" json:"deprecated_machine_name_userchosen,omitempty"`
	DeprecatedTimestampMachineSteamguardEnabled           *uint32                                                         `` /* 142-byte string literal not displayed */
	DeprecatedAuthenticationExistsFromGeolocBeforeMintime *bool                                                           `` /* 165-byte string literal not displayed */
	DeprecatedMachineId                                   *uint64                                                         `protobuf:"varint,7,opt,name=deprecated_machine_id" json:"deprecated_machine_id,omitempty"`
	SessionData                                           []*CCredentials_GetSteamGuardDetails_Response_SessionData       `protobuf:"bytes,8,rep,name=session_data" json:"session_data,omitempty"`
	IsTwofactorEnabled                                    *bool                                                           `protobuf:"varint,9,opt,name=is_twofactor_enabled" json:"is_twofactor_enabled,omitempty"`
	TimestampTwofactorEnabled                             *uint32                                                         `protobuf:"fixed32,10,opt,name=timestamp_twofactor_enabled" json:"timestamp_twofactor_enabled,omitempty"`
	IsPhoneVerified                                       *bool                                                           `protobuf:"varint,11,opt,name=is_phone_verified" json:"is_phone_verified,omitempty"`
	XXX_unrecognized                                      []byte                                                          `json:"-"`
}

func (*CCredentials_GetSteamGuardDetails_Response) Descriptor

func (*CCredentials_GetSteamGuardDetails_Response) GetDeprecatedAuthenticationExistsFromGeolocBeforeMintime

func (m *CCredentials_GetSteamGuardDetails_Response) GetDeprecatedAuthenticationExistsFromGeolocBeforeMintime() bool

func (*CCredentials_GetSteamGuardDetails_Response) GetDeprecatedMachineId

func (m *CCredentials_GetSteamGuardDetails_Response) GetDeprecatedMachineId() uint64

func (*CCredentials_GetSteamGuardDetails_Response) GetDeprecatedMachineNameUserchosen

func (m *CCredentials_GetSteamGuardDetails_Response) GetDeprecatedMachineNameUserchosen() string

func (*CCredentials_GetSteamGuardDetails_Response) GetDeprecatedNewauthentication

func (*CCredentials_GetSteamGuardDetails_Response) GetDeprecatedTimestampMachineSteamguardEnabled

func (m *CCredentials_GetSteamGuardDetails_Response) GetDeprecatedTimestampMachineSteamguardEnabled() uint32

func (*CCredentials_GetSteamGuardDetails_Response) GetIsPhoneVerified

func (m *CCredentials_GetSteamGuardDetails_Response) GetIsPhoneVerified() bool

func (*CCredentials_GetSteamGuardDetails_Response) GetIsSteamguardEnabled

func (m *CCredentials_GetSteamGuardDetails_Response) GetIsSteamguardEnabled() bool

func (*CCredentials_GetSteamGuardDetails_Response) GetIsTwofactorEnabled

func (m *CCredentials_GetSteamGuardDetails_Response) GetIsTwofactorEnabled() bool

func (*CCredentials_GetSteamGuardDetails_Response) GetSessionData

func (*CCredentials_GetSteamGuardDetails_Response) GetTimestampSteamguardEnabled

func (m *CCredentials_GetSteamGuardDetails_Response) GetTimestampSteamguardEnabled() uint32

func (*CCredentials_GetSteamGuardDetails_Response) GetTimestampTwofactorEnabled

func (m *CCredentials_GetSteamGuardDetails_Response) GetTimestampTwofactorEnabled() uint32

func (*CCredentials_GetSteamGuardDetails_Response) ProtoMessage

func (*CCredentials_GetSteamGuardDetails_Response) Reset

func (*CCredentials_GetSteamGuardDetails_Response) String

type CCredentials_GetSteamGuardDetails_Response_NewAuthentication

type CCredentials_GetSteamGuardDetails_Response_NewAuthentication struct {
	TimestampSteamguardEnabled *uint32 `protobuf:"fixed32,1,opt,name=timestamp_steamguard_enabled" json:"timestamp_steamguard_enabled,omitempty"`
	IsWebCookie                *bool   `protobuf:"varint,2,opt,name=is_web_cookie" json:"is_web_cookie,omitempty"`
	Ipaddress                  *int32  `protobuf:"varint,3,opt,name=ipaddress" json:"ipaddress,omitempty"`
	GeolocInfo                 *string `protobuf:"bytes,4,opt,name=geoloc_info" json:"geoloc_info,omitempty"`
	IsRemembered               *bool   `protobuf:"varint,5,opt,name=is_remembered" json:"is_remembered,omitempty"`
	MachineNameUserSupplied    *string `protobuf:"bytes,6,opt,name=machine_name_user_supplied" json:"machine_name_user_supplied,omitempty"`
	Status                     *int32  `protobuf:"varint,7,opt,name=status" json:"status,omitempty"`
	XXX_unrecognized           []byte  `json:"-"`
}

func (*CCredentials_GetSteamGuardDetails_Response_NewAuthentication) Descriptor

func (*CCredentials_GetSteamGuardDetails_Response_NewAuthentication) GetGeolocInfo

func (*CCredentials_GetSteamGuardDetails_Response_NewAuthentication) GetIpaddress

func (*CCredentials_GetSteamGuardDetails_Response_NewAuthentication) GetIsRemembered

func (*CCredentials_GetSteamGuardDetails_Response_NewAuthentication) GetIsWebCookie

func (*CCredentials_GetSteamGuardDetails_Response_NewAuthentication) GetMachineNameUserSupplied

func (*CCredentials_GetSteamGuardDetails_Response_NewAuthentication) GetStatus

func (*CCredentials_GetSteamGuardDetails_Response_NewAuthentication) GetTimestampSteamguardEnabled

func (m *CCredentials_GetSteamGuardDetails_Response_NewAuthentication) GetTimestampSteamguardEnabled() uint32

func (*CCredentials_GetSteamGuardDetails_Response_NewAuthentication) ProtoMessage

func (*CCredentials_GetSteamGuardDetails_Response_NewAuthentication) Reset

func (*CCredentials_GetSteamGuardDetails_Response_NewAuthentication) String

type CCredentials_GetSteamGuardDetails_Response_SessionData

type CCredentials_GetSteamGuardDetails_Response_SessionData struct {
	MachineId                                   *uint64                                                         `protobuf:"varint,1,opt,name=machine_id" json:"machine_id,omitempty"`
	MachineNameUserchosen                       *string                                                         `protobuf:"bytes,2,opt,name=machine_name_userchosen" json:"machine_name_userchosen,omitempty"`
	TimestampMachineSteamguardEnabled           *uint32                                                         `protobuf:"fixed32,3,opt,name=timestamp_machine_steamguard_enabled" json:"timestamp_machine_steamguard_enabled,omitempty"`
	AuthenticationExistsFromGeolocBeforeMintime *bool                                                           `` /* 143-byte string literal not displayed */
	Newauthentication                           []*CCredentials_GetSteamGuardDetails_Response_NewAuthentication `protobuf:"bytes,5,rep,name=newauthentication" json:"newauthentication,omitempty"`
	AuthenticationExistsFromSameIpBeforeMintime *bool                                                           `` /* 145-byte string literal not displayed */
	PublicIpv4                                  *uint32                                                         `protobuf:"varint,7,opt,name=public_ipv4" json:"public_ipv4,omitempty"`
	XXX_unrecognized                            []byte                                                          `json:"-"`
}

func (*CCredentials_GetSteamGuardDetails_Response_SessionData) Descriptor

func (*CCredentials_GetSteamGuardDetails_Response_SessionData) GetAuthenticationExistsFromGeolocBeforeMintime

func (m *CCredentials_GetSteamGuardDetails_Response_SessionData) GetAuthenticationExistsFromGeolocBeforeMintime() bool

func (*CCredentials_GetSteamGuardDetails_Response_SessionData) GetAuthenticationExistsFromSameIpBeforeMintime

func (m *CCredentials_GetSteamGuardDetails_Response_SessionData) GetAuthenticationExistsFromSameIpBeforeMintime() bool

func (*CCredentials_GetSteamGuardDetails_Response_SessionData) GetMachineId

func (*CCredentials_GetSteamGuardDetails_Response_SessionData) GetMachineNameUserchosen

func (m *CCredentials_GetSteamGuardDetails_Response_SessionData) GetMachineNameUserchosen() string

func (*CCredentials_GetSteamGuardDetails_Response_SessionData) GetNewauthentication

func (*CCredentials_GetSteamGuardDetails_Response_SessionData) GetPublicIpv4

func (*CCredentials_GetSteamGuardDetails_Response_SessionData) GetTimestampMachineSteamguardEnabled

func (m *CCredentials_GetSteamGuardDetails_Response_SessionData) GetTimestampMachineSteamguardEnabled() uint32

func (*CCredentials_GetSteamGuardDetails_Response_SessionData) ProtoMessage

func (*CCredentials_GetSteamGuardDetails_Response_SessionData) Reset

func (*CCredentials_GetSteamGuardDetails_Response_SessionData) String

type CCredentials_LastCredentialChangeTime_Request

type CCredentials_LastCredentialChangeTime_Request struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CCredentials_LastCredentialChangeTime_Request) Descriptor

func (*CCredentials_LastCredentialChangeTime_Request) ProtoMessage

func (*CCredentials_LastCredentialChangeTime_Request) Reset

func (*CCredentials_LastCredentialChangeTime_Request) String

type CCredentials_LastCredentialChangeTime_Response

type CCredentials_LastCredentialChangeTime_Response struct {
	TimestampLastPasswordChange *uint32 `protobuf:"fixed32,1,opt,name=timestamp_last_password_change" json:"timestamp_last_password_change,omitempty"`
	TimestampLastEmailChange    *uint32 `protobuf:"fixed32,2,opt,name=timestamp_last_email_change" json:"timestamp_last_email_change,omitempty"`
	TimestampLastPasswordReset  *uint32 `protobuf:"fixed32,3,opt,name=timestamp_last_password_reset" json:"timestamp_last_password_reset,omitempty"`
	XXX_unrecognized            []byte  `json:"-"`
}

func (*CCredentials_LastCredentialChangeTime_Response) Descriptor

func (*CCredentials_LastCredentialChangeTime_Response) GetTimestampLastEmailChange

func (m *CCredentials_LastCredentialChangeTime_Response) GetTimestampLastEmailChange() uint32

func (*CCredentials_LastCredentialChangeTime_Response) GetTimestampLastPasswordChange

func (m *CCredentials_LastCredentialChangeTime_Response) GetTimestampLastPasswordChange() uint32

func (*CCredentials_LastCredentialChangeTime_Response) GetTimestampLastPasswordReset

func (m *CCredentials_LastCredentialChangeTime_Response) GetTimestampLastPasswordReset() uint32

func (*CCredentials_LastCredentialChangeTime_Response) ProtoMessage

func (*CCredentials_LastCredentialChangeTime_Response) Reset

func (*CCredentials_LastCredentialChangeTime_Response) String

type CCredentials_NewMachineNotificationDialog_Request

type CCredentials_NewMachineNotificationDialog_Request struct {
	IsApproved       *bool  `protobuf:"varint,1,opt,name=is_approved" json:"is_approved,omitempty"`
	IsWizardComplete *bool  `protobuf:"varint,2,opt,name=is_wizard_complete" json:"is_wizard_complete,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCredentials_NewMachineNotificationDialog_Request) Descriptor

func (*CCredentials_NewMachineNotificationDialog_Request) GetIsApproved

func (*CCredentials_NewMachineNotificationDialog_Request) GetIsWizardComplete

func (*CCredentials_NewMachineNotificationDialog_Request) ProtoMessage

func (*CCredentials_NewMachineNotificationDialog_Request) Reset

func (*CCredentials_NewMachineNotificationDialog_Request) String

type CCredentials_NewMachineNotificationDialog_Response

type CCredentials_NewMachineNotificationDialog_Response struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CCredentials_NewMachineNotificationDialog_Response) Descriptor

func (*CCredentials_NewMachineNotificationDialog_Response) ProtoMessage

func (*CCredentials_NewMachineNotificationDialog_Response) Reset

func (*CCredentials_NewMachineNotificationDialog_Response) String

type CCredentials_SteamGuardPhishingReport_Request

type CCredentials_SteamGuardPhishingReport_Request struct {
	ParamString      *string `protobuf:"bytes,1,opt,name=param_string" json:"param_string,omitempty"`
	IpaddressActual  *uint32 `protobuf:"varint,2,opt,name=ipaddress_actual" json:"ipaddress_actual,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCredentials_SteamGuardPhishingReport_Request) Descriptor

func (*CCredentials_SteamGuardPhishingReport_Request) GetIpaddressActual

func (m *CCredentials_SteamGuardPhishingReport_Request) GetIpaddressActual() uint32

func (*CCredentials_SteamGuardPhishingReport_Request) GetParamString

func (*CCredentials_SteamGuardPhishingReport_Request) ProtoMessage

func (*CCredentials_SteamGuardPhishingReport_Request) Reset

func (*CCredentials_SteamGuardPhishingReport_Request) String

type CCredentials_SteamGuardPhishingReport_Response

type CCredentials_SteamGuardPhishingReport_Response struct {
	IpaddressLoginattempt   *uint32 `protobuf:"varint,1,opt,name=ipaddress_loginattempt" json:"ipaddress_loginattempt,omitempty"`
	CountrynameLoginattempt *string `protobuf:"bytes,2,opt,name=countryname_loginattempt" json:"countryname_loginattempt,omitempty"`
	StatenameLoginattempt   *string `protobuf:"bytes,3,opt,name=statename_loginattempt" json:"statename_loginattempt,omitempty"`
	CitynameLoginattempt    *string `protobuf:"bytes,4,opt,name=cityname_loginattempt" json:"cityname_loginattempt,omitempty"`
	IpaddressActual         *uint32 `protobuf:"varint,5,opt,name=ipaddress_actual" json:"ipaddress_actual,omitempty"`
	CountrynameActual       *string `protobuf:"bytes,6,opt,name=countryname_actual" json:"countryname_actual,omitempty"`
	StatenameActual         *string `protobuf:"bytes,7,opt,name=statename_actual" json:"statename_actual,omitempty"`
	CitynameActual          *string `protobuf:"bytes,8,opt,name=cityname_actual" json:"cityname_actual,omitempty"`
	SteamguardCode          *string `protobuf:"bytes,9,opt,name=steamguard_code" json:"steamguard_code,omitempty"`
	XXX_unrecognized        []byte  `json:"-"`
}

func (*CCredentials_SteamGuardPhishingReport_Response) Descriptor

func (*CCredentials_SteamGuardPhishingReport_Response) GetCitynameActual

func (*CCredentials_SteamGuardPhishingReport_Response) GetCitynameLoginattempt

func (m *CCredentials_SteamGuardPhishingReport_Response) GetCitynameLoginattempt() string

func (*CCredentials_SteamGuardPhishingReport_Response) GetCountrynameActual

func (m *CCredentials_SteamGuardPhishingReport_Response) GetCountrynameActual() string

func (*CCredentials_SteamGuardPhishingReport_Response) GetCountrynameLoginattempt

func (m *CCredentials_SteamGuardPhishingReport_Response) GetCountrynameLoginattempt() string

func (*CCredentials_SteamGuardPhishingReport_Response) GetIpaddressActual

func (*CCredentials_SteamGuardPhishingReport_Response) GetIpaddressLoginattempt

func (m *CCredentials_SteamGuardPhishingReport_Response) GetIpaddressLoginattempt() uint32

func (*CCredentials_SteamGuardPhishingReport_Response) GetStatenameActual

func (*CCredentials_SteamGuardPhishingReport_Response) GetStatenameLoginattempt

func (m *CCredentials_SteamGuardPhishingReport_Response) GetStatenameLoginattempt() string

func (*CCredentials_SteamGuardPhishingReport_Response) GetSteamguardCode

func (*CCredentials_SteamGuardPhishingReport_Response) ProtoMessage

func (*CCredentials_SteamGuardPhishingReport_Response) Reset

func (*CCredentials_SteamGuardPhishingReport_Response) String

type CCredentials_TestAvailablePassword_Request

type CCredentials_TestAvailablePassword_Request struct {
	Password          *string `protobuf:"bytes,1,opt,name=password" json:"password,omitempty"`
	ShaDigestPassword []byte  `protobuf:"bytes,2,opt,name=sha_digest_password" json:"sha_digest_password,omitempty"`
	AccountName       *string `protobuf:"bytes,3,opt,name=account_name" json:"account_name,omitempty"`
	XXX_unrecognized  []byte  `json:"-"`
}

func (*CCredentials_TestAvailablePassword_Request) Descriptor

func (*CCredentials_TestAvailablePassword_Request) GetAccountName

func (*CCredentials_TestAvailablePassword_Request) GetPassword

func (*CCredentials_TestAvailablePassword_Request) GetShaDigestPassword

func (m *CCredentials_TestAvailablePassword_Request) GetShaDigestPassword() []byte

func (*CCredentials_TestAvailablePassword_Request) ProtoMessage

func (*CCredentials_TestAvailablePassword_Request) Reset

func (*CCredentials_TestAvailablePassword_Request) String

type CCredentials_TestAvailablePassword_Response

type CCredentials_TestAvailablePassword_Response struct {
	IsValid          *bool  `protobuf:"varint,3,opt,name=is_valid" json:"is_valid,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCredentials_TestAvailablePassword_Response) Descriptor

func (*CCredentials_TestAvailablePassword_Response) GetIsValid

func (*CCredentials_TestAvailablePassword_Response) ProtoMessage

func (*CCredentials_TestAvailablePassword_Response) Reset

func (*CCredentials_TestAvailablePassword_Response) String

type CCredentials_ValidateEmailAddress_Request

type CCredentials_ValidateEmailAddress_Request struct {
	Stoken           *string `protobuf:"bytes,1,opt,name=stoken" json:"stoken,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CCredentials_ValidateEmailAddress_Request) Descriptor

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

func (*CCredentials_ValidateEmailAddress_Request) GetStoken

func (*CCredentials_ValidateEmailAddress_Request) ProtoMessage

func (*CCredentials_ValidateEmailAddress_Request) Reset

func (*CCredentials_ValidateEmailAddress_Request) String

type CCredentials_ValidateEmailAddress_Response

type CCredentials_ValidateEmailAddress_Response struct {
	WasValidated     *bool  `protobuf:"varint,1,opt,name=was_validated" json:"was_validated,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CCredentials_ValidateEmailAddress_Response) Descriptor

func (*CCredentials_ValidateEmailAddress_Response) GetWasValidated

func (m *CCredentials_ValidateEmailAddress_Response) GetWasValidated() bool

func (*CCredentials_ValidateEmailAddress_Response) ProtoMessage

func (*CCredentials_ValidateEmailAddress_Response) Reset

func (*CCredentials_ValidateEmailAddress_Response) String

type CDeviceAuth_AcceptAuthorizationRequest_Request

type CDeviceAuth_AcceptAuthorizationRequest_Request struct {
	Steamid          *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	AuthDeviceToken  *uint64 `protobuf:"fixed64,2,opt,name=auth_device_token" json:"auth_device_token,omitempty"`
	AuthCode         *uint64 `protobuf:"fixed64,3,opt,name=auth_code" json:"auth_code,omitempty"`
	FromSteamid      *uint64 `protobuf:"fixed64,4,opt,name=from_steamid" json:"from_steamid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CDeviceAuth_AcceptAuthorizationRequest_Request) Descriptor

func (*CDeviceAuth_AcceptAuthorizationRequest_Request) GetAuthCode

func (*CDeviceAuth_AcceptAuthorizationRequest_Request) GetAuthDeviceToken

func (*CDeviceAuth_AcceptAuthorizationRequest_Request) GetFromSteamid

func (*CDeviceAuth_AcceptAuthorizationRequest_Request) GetSteamid

func (*CDeviceAuth_AcceptAuthorizationRequest_Request) ProtoMessage

func (*CDeviceAuth_AcceptAuthorizationRequest_Request) Reset

func (*CDeviceAuth_AcceptAuthorizationRequest_Request) String

type CDeviceAuth_AcceptAuthorizationRequest_Response

type CDeviceAuth_AcceptAuthorizationRequest_Response struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CDeviceAuth_AcceptAuthorizationRequest_Response) Descriptor

func (*CDeviceAuth_AcceptAuthorizationRequest_Response) ProtoMessage

func (*CDeviceAuth_AcceptAuthorizationRequest_Response) Reset

func (*CDeviceAuth_AcceptAuthorizationRequest_Response) String

type CDeviceAuth_AddAuthorizedBorrowers_Request

type CDeviceAuth_AddAuthorizedBorrowers_Request struct {
	Steamid          *uint64  `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	SteamidBorrower  []uint64 `protobuf:"fixed64,2,rep,name=steamid_borrower" json:"steamid_borrower,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CDeviceAuth_AddAuthorizedBorrowers_Request) Descriptor

func (*CDeviceAuth_AddAuthorizedBorrowers_Request) GetSteamid

func (*CDeviceAuth_AddAuthorizedBorrowers_Request) GetSteamidBorrower

func (m *CDeviceAuth_AddAuthorizedBorrowers_Request) GetSteamidBorrower() []uint64

func (*CDeviceAuth_AddAuthorizedBorrowers_Request) ProtoMessage

func (*CDeviceAuth_AddAuthorizedBorrowers_Request) Reset

func (*CDeviceAuth_AddAuthorizedBorrowers_Request) String

type CDeviceAuth_AddAuthorizedBorrowers_Response

type CDeviceAuth_AddAuthorizedBorrowers_Response struct {
	SecondsToWait    *int32 `protobuf:"varint,1,opt,name=seconds_to_wait" json:"seconds_to_wait,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CDeviceAuth_AddAuthorizedBorrowers_Response) Descriptor

func (*CDeviceAuth_AddAuthorizedBorrowers_Response) GetSecondsToWait

func (m *CDeviceAuth_AddAuthorizedBorrowers_Response) GetSecondsToWait() int32

func (*CDeviceAuth_AddAuthorizedBorrowers_Response) ProtoMessage

func (*CDeviceAuth_AddAuthorizedBorrowers_Response) Reset

func (*CDeviceAuth_AddAuthorizedBorrowers_Response) String

type CDeviceAuth_AuthorizeRemoteDevice_Request

type CDeviceAuth_AuthorizeRemoteDevice_Request struct {
	Steamid          *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	AuthDeviceToken  *uint64 `protobuf:"fixed64,2,opt,name=auth_device_token" json:"auth_device_token,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CDeviceAuth_AuthorizeRemoteDevice_Request) Descriptor

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

func (*CDeviceAuth_AuthorizeRemoteDevice_Request) GetAuthDeviceToken

func (m *CDeviceAuth_AuthorizeRemoteDevice_Request) GetAuthDeviceToken() uint64

func (*CDeviceAuth_AuthorizeRemoteDevice_Request) GetSteamid

func (*CDeviceAuth_AuthorizeRemoteDevice_Request) ProtoMessage

func (*CDeviceAuth_AuthorizeRemoteDevice_Request) Reset

func (*CDeviceAuth_AuthorizeRemoteDevice_Request) String

type CDeviceAuth_AuthorizeRemoteDevice_Response

type CDeviceAuth_AuthorizeRemoteDevice_Response struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CDeviceAuth_AuthorizeRemoteDevice_Response) Descriptor

func (*CDeviceAuth_AuthorizeRemoteDevice_Response) ProtoMessage

func (*CDeviceAuth_AuthorizeRemoteDevice_Response) Reset

func (*CDeviceAuth_AuthorizeRemoteDevice_Response) String

type CDeviceAuth_DeauthorizeRemoteDevice_Request

type CDeviceAuth_DeauthorizeRemoteDevice_Request struct {
	Steamid          *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	AuthDeviceToken  *uint64 `protobuf:"fixed64,2,opt,name=auth_device_token" json:"auth_device_token,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CDeviceAuth_DeauthorizeRemoteDevice_Request) Descriptor

func (*CDeviceAuth_DeauthorizeRemoteDevice_Request) GetAuthDeviceToken

func (m *CDeviceAuth_DeauthorizeRemoteDevice_Request) GetAuthDeviceToken() uint64

func (*CDeviceAuth_DeauthorizeRemoteDevice_Request) GetSteamid

func (*CDeviceAuth_DeauthorizeRemoteDevice_Request) ProtoMessage

func (*CDeviceAuth_DeauthorizeRemoteDevice_Request) Reset

func (*CDeviceAuth_DeauthorizeRemoteDevice_Request) String

type CDeviceAuth_DeauthorizeRemoteDevice_Response

type CDeviceAuth_DeauthorizeRemoteDevice_Response struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CDeviceAuth_DeauthorizeRemoteDevice_Response) Descriptor

func (*CDeviceAuth_DeauthorizeRemoteDevice_Response) ProtoMessage

func (*CDeviceAuth_DeauthorizeRemoteDevice_Response) Reset

func (*CDeviceAuth_DeauthorizeRemoteDevice_Response) String

type CDeviceAuth_GetAuthorizedBorrowers_Request

type CDeviceAuth_GetAuthorizedBorrowers_Request struct {
	Steamid          *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	IncludeCanceled  *bool   `protobuf:"varint,2,opt,name=include_canceled" json:"include_canceled,omitempty"`
	IncludePending   *bool   `protobuf:"varint,3,opt,name=include_pending" json:"include_pending,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CDeviceAuth_GetAuthorizedBorrowers_Request) Descriptor

func (*CDeviceAuth_GetAuthorizedBorrowers_Request) GetIncludeCanceled

func (m *CDeviceAuth_GetAuthorizedBorrowers_Request) GetIncludeCanceled() bool

func (*CDeviceAuth_GetAuthorizedBorrowers_Request) GetIncludePending

func (m *CDeviceAuth_GetAuthorizedBorrowers_Request) GetIncludePending() bool

func (*CDeviceAuth_GetAuthorizedBorrowers_Request) GetSteamid

func (*CDeviceAuth_GetAuthorizedBorrowers_Request) ProtoMessage

func (*CDeviceAuth_GetAuthorizedBorrowers_Request) Reset

func (*CDeviceAuth_GetAuthorizedBorrowers_Request) String

type CDeviceAuth_GetAuthorizedBorrowers_Response

type CDeviceAuth_GetAuthorizedBorrowers_Response struct {
	Borrowers        []*CDeviceAuth_GetAuthorizedBorrowers_Response_Borrower `protobuf:"bytes,1,rep,name=borrowers" json:"borrowers,omitempty"`
	XXX_unrecognized []byte                                                  `json:"-"`
}

func (*CDeviceAuth_GetAuthorizedBorrowers_Response) Descriptor

func (*CDeviceAuth_GetAuthorizedBorrowers_Response) GetBorrowers

func (*CDeviceAuth_GetAuthorizedBorrowers_Response) ProtoMessage

func (*CDeviceAuth_GetAuthorizedBorrowers_Response) Reset

func (*CDeviceAuth_GetAuthorizedBorrowers_Response) String

type CDeviceAuth_GetAuthorizedBorrowers_Response_Borrower

type CDeviceAuth_GetAuthorizedBorrowers_Response_Borrower struct {
	Steamid          *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	IsPending        *bool   `protobuf:"varint,2,opt,name=is_pending" json:"is_pending,omitempty"`
	IsCanceled       *bool   `protobuf:"varint,3,opt,name=is_canceled" json:"is_canceled,omitempty"`
	TimeCreated      *uint32 `protobuf:"varint,4,opt,name=time_created" json:"time_created,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CDeviceAuth_GetAuthorizedBorrowers_Response_Borrower) Descriptor

func (*CDeviceAuth_GetAuthorizedBorrowers_Response_Borrower) GetIsCanceled

func (*CDeviceAuth_GetAuthorizedBorrowers_Response_Borrower) GetIsPending

func (*CDeviceAuth_GetAuthorizedBorrowers_Response_Borrower) GetSteamid

func (*CDeviceAuth_GetAuthorizedBorrowers_Response_Borrower) GetTimeCreated

func (*CDeviceAuth_GetAuthorizedBorrowers_Response_Borrower) ProtoMessage

func (*CDeviceAuth_GetAuthorizedBorrowers_Response_Borrower) Reset

func (*CDeviceAuth_GetAuthorizedBorrowers_Response_Borrower) String

type CDeviceAuth_GetOwnAuthorizedDevices_Request

type CDeviceAuth_GetOwnAuthorizedDevices_Request struct {
	Steamid          *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	IncludeCanceled  *bool   `protobuf:"varint,2,opt,name=include_canceled" json:"include_canceled,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CDeviceAuth_GetOwnAuthorizedDevices_Request) Descriptor

func (*CDeviceAuth_GetOwnAuthorizedDevices_Request) GetIncludeCanceled

func (m *CDeviceAuth_GetOwnAuthorizedDevices_Request) GetIncludeCanceled() bool

func (*CDeviceAuth_GetOwnAuthorizedDevices_Request) GetSteamid

func (*CDeviceAuth_GetOwnAuthorizedDevices_Request) ProtoMessage

func (*CDeviceAuth_GetOwnAuthorizedDevices_Request) Reset

func (*CDeviceAuth_GetOwnAuthorizedDevices_Request) String

type CDeviceAuth_GetOwnAuthorizedDevices_Response

type CDeviceAuth_GetOwnAuthorizedDevices_Response struct {
	Devices          []*CDeviceAuth_GetOwnAuthorizedDevices_Response_Device `protobuf:"bytes,1,rep,name=devices" json:"devices,omitempty"`
	XXX_unrecognized []byte                                                 `json:"-"`
}

func (*CDeviceAuth_GetOwnAuthorizedDevices_Response) Descriptor

func (*CDeviceAuth_GetOwnAuthorizedDevices_Response) GetDevices

func (*CDeviceAuth_GetOwnAuthorizedDevices_Response) ProtoMessage

func (*CDeviceAuth_GetOwnAuthorizedDevices_Response) Reset

func (*CDeviceAuth_GetOwnAuthorizedDevices_Response) String

type CDeviceAuth_GetOwnAuthorizedDevices_Response_Device

type CDeviceAuth_GetOwnAuthorizedDevices_Response_Device struct {
	AuthDeviceToken  *uint64 `protobuf:"fixed64,1,opt,name=auth_device_token" json:"auth_device_token,omitempty"`
	DeviceName       *string `protobuf:"bytes,2,opt,name=device_name" json:"device_name,omitempty"`
	IsPending        *bool   `protobuf:"varint,3,opt,name=is_pending" json:"is_pending,omitempty"`
	IsCanceled       *bool   `protobuf:"varint,4,opt,name=is_canceled" json:"is_canceled,omitempty"`
	LastTimeUsed     *uint32 `protobuf:"varint,5,opt,name=last_time_used" json:"last_time_used,omitempty"`
	LastBorrowerId   *uint64 `protobuf:"fixed64,6,opt,name=last_borrower_id" json:"last_borrower_id,omitempty"`
	LastAppPlayed    *uint32 `protobuf:"varint,7,opt,name=last_app_played" json:"last_app_played,omitempty"`
	IsLimited        *bool   `protobuf:"varint,8,opt,name=is_limited" json:"is_limited,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CDeviceAuth_GetOwnAuthorizedDevices_Response_Device) Descriptor

func (*CDeviceAuth_GetOwnAuthorizedDevices_Response_Device) GetAuthDeviceToken

func (*CDeviceAuth_GetOwnAuthorizedDevices_Response_Device) GetDeviceName

func (*CDeviceAuth_GetOwnAuthorizedDevices_Response_Device) GetIsCanceled

func (*CDeviceAuth_GetOwnAuthorizedDevices_Response_Device) GetIsLimited

func (*CDeviceAuth_GetOwnAuthorizedDevices_Response_Device) GetIsPending

func (*CDeviceAuth_GetOwnAuthorizedDevices_Response_Device) GetLastAppPlayed

func (*CDeviceAuth_GetOwnAuthorizedDevices_Response_Device) GetLastBorrowerId

func (*CDeviceAuth_GetOwnAuthorizedDevices_Response_Device) GetLastTimeUsed

func (*CDeviceAuth_GetOwnAuthorizedDevices_Response_Device) ProtoMessage

func (*CDeviceAuth_GetOwnAuthorizedDevices_Response_Device) Reset

func (*CDeviceAuth_GetOwnAuthorizedDevices_Response_Device) String

type CDeviceAuth_GetUsedAuthorizedDevices_Request

type CDeviceAuth_GetUsedAuthorizedDevices_Request struct {
	Steamid          *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CDeviceAuth_GetUsedAuthorizedDevices_Request) Descriptor

func (*CDeviceAuth_GetUsedAuthorizedDevices_Request) GetSteamid

func (*CDeviceAuth_GetUsedAuthorizedDevices_Request) ProtoMessage

func (*CDeviceAuth_GetUsedAuthorizedDevices_Request) Reset

func (*CDeviceAuth_GetUsedAuthorizedDevices_Request) String

type CDeviceAuth_GetUsedAuthorizedDevices_Response

type CDeviceAuth_GetUsedAuthorizedDevices_Response struct {
	Devices          []*CDeviceAuth_GetUsedAuthorizedDevices_Response_Device `protobuf:"bytes,1,rep,name=devices" json:"devices,omitempty"`
	XXX_unrecognized []byte                                                  `json:"-"`
}

func (*CDeviceAuth_GetUsedAuthorizedDevices_Response) Descriptor

func (*CDeviceAuth_GetUsedAuthorizedDevices_Response) GetDevices

func (*CDeviceAuth_GetUsedAuthorizedDevices_Response) ProtoMessage

func (*CDeviceAuth_GetUsedAuthorizedDevices_Response) Reset

func (*CDeviceAuth_GetUsedAuthorizedDevices_Response) String

type CDeviceAuth_GetUsedAuthorizedDevices_Response_Device

type CDeviceAuth_GetUsedAuthorizedDevices_Response_Device struct {
	AuthDeviceToken  *uint64 `protobuf:"fixed64,1,opt,name=auth_device_token" json:"auth_device_token,omitempty"`
	DeviceName       *string `protobuf:"bytes,2,opt,name=device_name" json:"device_name,omitempty"`
	OwnerSteamid     *uint64 `protobuf:"fixed64,3,opt,name=owner_steamid" json:"owner_steamid,omitempty"`
	LastTimeUsed     *uint32 `protobuf:"varint,4,opt,name=last_time_used" json:"last_time_used,omitempty"`
	LastAppPlayed    *uint32 `protobuf:"varint,5,opt,name=last_app_played" json:"last_app_played,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CDeviceAuth_GetUsedAuthorizedDevices_Response_Device) Descriptor

func (*CDeviceAuth_GetUsedAuthorizedDevices_Response_Device) GetAuthDeviceToken

func (*CDeviceAuth_GetUsedAuthorizedDevices_Response_Device) GetDeviceName

func (*CDeviceAuth_GetUsedAuthorizedDevices_Response_Device) GetLastAppPlayed

func (*CDeviceAuth_GetUsedAuthorizedDevices_Response_Device) GetLastTimeUsed

func (*CDeviceAuth_GetUsedAuthorizedDevices_Response_Device) GetOwnerSteamid

func (*CDeviceAuth_GetUsedAuthorizedDevices_Response_Device) ProtoMessage

func (*CDeviceAuth_GetUsedAuthorizedDevices_Response_Device) Reset

func (*CDeviceAuth_GetUsedAuthorizedDevices_Response_Device) String

type CDeviceAuth_RemoveAuthorizedBorrowers_Request

type CDeviceAuth_RemoveAuthorizedBorrowers_Request struct {
	Steamid          *uint64  `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	SteamidBorrower  []uint64 `protobuf:"fixed64,2,rep,name=steamid_borrower" json:"steamid_borrower,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CDeviceAuth_RemoveAuthorizedBorrowers_Request) Descriptor

func (*CDeviceAuth_RemoveAuthorizedBorrowers_Request) GetSteamid

func (*CDeviceAuth_RemoveAuthorizedBorrowers_Request) GetSteamidBorrower

func (m *CDeviceAuth_RemoveAuthorizedBorrowers_Request) GetSteamidBorrower() []uint64

func (*CDeviceAuth_RemoveAuthorizedBorrowers_Request) ProtoMessage

func (*CDeviceAuth_RemoveAuthorizedBorrowers_Request) Reset

func (*CDeviceAuth_RemoveAuthorizedBorrowers_Request) String

type CDeviceAuth_RemoveAuthorizedBorrowers_Response

type CDeviceAuth_RemoveAuthorizedBorrowers_Response struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CDeviceAuth_RemoveAuthorizedBorrowers_Response) Descriptor

func (*CDeviceAuth_RemoveAuthorizedBorrowers_Response) ProtoMessage

func (*CDeviceAuth_RemoveAuthorizedBorrowers_Response) Reset

func (*CDeviceAuth_RemoveAuthorizedBorrowers_Response) String

type CGameNotifications_CreateSession_Request

type CGameNotifications_CreateSession_Request struct {
	Appid            *uint32                           `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	Context          *uint64                           `protobuf:"varint,2,opt,name=context" json:"context,omitempty"`
	Title            *CGameNotifications_LocalizedText `protobuf:"bytes,3,opt,name=title" json:"title,omitempty"`
	Users            []*CGameNotifications_UserStatus  `protobuf:"bytes,4,rep,name=users" json:"users,omitempty"`
	Steamid          *uint64                           `protobuf:"fixed64,5,opt,name=steamid" json:"steamid,omitempty"`
	XXX_unrecognized []byte                            `json:"-"`
}

func (*CGameNotifications_CreateSession_Request) Descriptor

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

func (*CGameNotifications_CreateSession_Request) GetAppid

func (*CGameNotifications_CreateSession_Request) GetContext

func (*CGameNotifications_CreateSession_Request) GetSteamid

func (*CGameNotifications_CreateSession_Request) GetTitle

func (*CGameNotifications_CreateSession_Request) GetUsers

func (*CGameNotifications_CreateSession_Request) ProtoMessage

func (*CGameNotifications_CreateSession_Request) Reset

func (*CGameNotifications_CreateSession_Request) String

type CGameNotifications_CreateSession_Response

type CGameNotifications_CreateSession_Response struct {
	Sessionid        *uint64 `protobuf:"varint,1,opt,name=sessionid" json:"sessionid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CGameNotifications_CreateSession_Response) Descriptor

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

func (*CGameNotifications_CreateSession_Response) GetSessionid

func (*CGameNotifications_CreateSession_Response) ProtoMessage

func (*CGameNotifications_CreateSession_Response) Reset

func (*CGameNotifications_CreateSession_Response) String

type CGameNotifications_DeleteSession_Request

type CGameNotifications_DeleteSession_Request struct {
	Sessionid        *uint64 `protobuf:"varint,1,opt,name=sessionid" json:"sessionid,omitempty"`
	Appid            *uint32 `protobuf:"varint,2,opt,name=appid" json:"appid,omitempty"`
	Steamid          *uint64 `protobuf:"fixed64,3,opt,name=steamid" json:"steamid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CGameNotifications_DeleteSession_Request) Descriptor

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

func (*CGameNotifications_DeleteSession_Request) GetAppid

func (*CGameNotifications_DeleteSession_Request) GetSessionid

func (*CGameNotifications_DeleteSession_Request) GetSteamid

func (*CGameNotifications_DeleteSession_Request) ProtoMessage

func (*CGameNotifications_DeleteSession_Request) Reset

func (*CGameNotifications_DeleteSession_Request) String

type CGameNotifications_DeleteSession_Response

type CGameNotifications_DeleteSession_Response struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CGameNotifications_DeleteSession_Response) Descriptor

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

func (*CGameNotifications_DeleteSession_Response) ProtoMessage

func (*CGameNotifications_DeleteSession_Response) Reset

func (*CGameNotifications_DeleteSession_Response) String

type CGameNotifications_EnumerateSessions_Request

type CGameNotifications_EnumerateSessions_Request struct {
	Appid                  *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	IncludeAllUserMessages *bool   `protobuf:"varint,3,opt,name=include_all_user_messages" json:"include_all_user_messages,omitempty"`
	IncludeAuthUserMessage *bool   `protobuf:"varint,4,opt,name=include_auth_user_message" json:"include_auth_user_message,omitempty"`
	Language               *string `protobuf:"bytes,5,opt,name=language" json:"language,omitempty"`
	XXX_unrecognized       []byte  `json:"-"`
}

func (*CGameNotifications_EnumerateSessions_Request) Descriptor

func (*CGameNotifications_EnumerateSessions_Request) GetAppid

func (*CGameNotifications_EnumerateSessions_Request) GetIncludeAllUserMessages

func (m *CGameNotifications_EnumerateSessions_Request) GetIncludeAllUserMessages() bool

func (*CGameNotifications_EnumerateSessions_Request) GetIncludeAuthUserMessage

func (m *CGameNotifications_EnumerateSessions_Request) GetIncludeAuthUserMessage() bool

func (*CGameNotifications_EnumerateSessions_Request) GetLanguage

func (*CGameNotifications_EnumerateSessions_Request) ProtoMessage

func (*CGameNotifications_EnumerateSessions_Request) Reset

func (*CGameNotifications_EnumerateSessions_Request) String

type CGameNotifications_EnumerateSessions_Response

type CGameNotifications_EnumerateSessions_Response struct {
	Sessions         []*CGameNotifications_Session `protobuf:"bytes,1,rep,name=sessions" json:"sessions,omitempty"`
	XXX_unrecognized []byte                        `json:"-"`
}

func (*CGameNotifications_EnumerateSessions_Response) Descriptor

func (*CGameNotifications_EnumerateSessions_Response) GetSessions

func (*CGameNotifications_EnumerateSessions_Response) ProtoMessage

func (*CGameNotifications_EnumerateSessions_Response) Reset

func (*CGameNotifications_EnumerateSessions_Response) String

type CGameNotifications_GetSessionDetails_Request

type CGameNotifications_GetSessionDetails_Request struct {
	Sessions         []*CGameNotifications_GetSessionDetails_Request_RequestedSession `protobuf:"bytes,1,rep,name=sessions" json:"sessions,omitempty"`
	Appid            *uint32                                                          `protobuf:"varint,2,opt,name=appid" json:"appid,omitempty"`
	Language         *string                                                          `protobuf:"bytes,3,opt,name=language" json:"language,omitempty"`
	XXX_unrecognized []byte                                                           `json:"-"`
}

func (*CGameNotifications_GetSessionDetails_Request) Descriptor

func (*CGameNotifications_GetSessionDetails_Request) GetAppid

func (*CGameNotifications_GetSessionDetails_Request) GetLanguage

func (*CGameNotifications_GetSessionDetails_Request) GetSessions

func (*CGameNotifications_GetSessionDetails_Request) ProtoMessage

func (*CGameNotifications_GetSessionDetails_Request) Reset

func (*CGameNotifications_GetSessionDetails_Request) String

type CGameNotifications_GetSessionDetails_Request_RequestedSession

type CGameNotifications_GetSessionDetails_Request_RequestedSession struct {
	Sessionid              *uint64 `protobuf:"varint,1,opt,name=sessionid" json:"sessionid,omitempty"`
	IncludeAuthUserMessage *bool   `protobuf:"varint,3,opt,name=include_auth_user_message" json:"include_auth_user_message,omitempty"`
	XXX_unrecognized       []byte  `json:"-"`
}

func (*CGameNotifications_GetSessionDetails_Request_RequestedSession) Descriptor

func (*CGameNotifications_GetSessionDetails_Request_RequestedSession) GetIncludeAuthUserMessage

func (*CGameNotifications_GetSessionDetails_Request_RequestedSession) GetSessionid

func (*CGameNotifications_GetSessionDetails_Request_RequestedSession) ProtoMessage

func (*CGameNotifications_GetSessionDetails_Request_RequestedSession) Reset

func (*CGameNotifications_GetSessionDetails_Request_RequestedSession) String

type CGameNotifications_GetSessionDetails_Response

type CGameNotifications_GetSessionDetails_Response struct {
	Sessions         []*CGameNotifications_Session `protobuf:"bytes,1,rep,name=sessions" json:"sessions,omitempty"`
	XXX_unrecognized []byte                        `json:"-"`
}

func (*CGameNotifications_GetSessionDetails_Response) Descriptor

func (*CGameNotifications_GetSessionDetails_Response) GetSessions

func (*CGameNotifications_GetSessionDetails_Response) ProtoMessage

func (*CGameNotifications_GetSessionDetails_Response) Reset

func (*CGameNotifications_GetSessionDetails_Response) String

type CGameNotifications_LocalizedText

type CGameNotifications_LocalizedText struct {
	Token            *string                        `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
	Variables        []*CGameNotifications_Variable `protobuf:"bytes,2,rep,name=variables" json:"variables,omitempty"`
	RenderedText     *string                        `protobuf:"bytes,3,opt,name=rendered_text" json:"rendered_text,omitempty"`
	XXX_unrecognized []byte                         `json:"-"`
}

func (*CGameNotifications_LocalizedText) Descriptor

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

func (*CGameNotifications_LocalizedText) GetRenderedText

func (m *CGameNotifications_LocalizedText) GetRenderedText() string

func (*CGameNotifications_LocalizedText) GetToken

func (*CGameNotifications_LocalizedText) GetVariables

func (*CGameNotifications_LocalizedText) ProtoMessage

func (*CGameNotifications_LocalizedText) ProtoMessage()

func (*CGameNotifications_LocalizedText) Reset

func (*CGameNotifications_LocalizedText) String

type CGameNotifications_OnNotificationsRequested_Notification

type CGameNotifications_OnNotificationsRequested_Notification struct {
	Steamid          *uint64 `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	Appid            *uint32 `protobuf:"varint,2,opt,name=appid" json:"appid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CGameNotifications_OnNotificationsRequested_Notification) Descriptor

func (*CGameNotifications_OnNotificationsRequested_Notification) GetAppid

func (*CGameNotifications_OnNotificationsRequested_Notification) GetSteamid

func (*CGameNotifications_OnNotificationsRequested_Notification) ProtoMessage

func (*CGameNotifications_OnNotificationsRequested_Notification) Reset

func (*CGameNotifications_OnNotificationsRequested_Notification) String

type CGameNotifications_OnUserStatusChanged_Notification

type CGameNotifications_OnUserStatusChanged_Notification struct {
	Steamid          *uint64                        `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	Sessionid        *uint64                        `protobuf:"varint,2,opt,name=sessionid" json:"sessionid,omitempty"`
	Appid            *uint32                        `protobuf:"varint,3,opt,name=appid" json:"appid,omitempty"`
	Status           *CGameNotifications_UserStatus `protobuf:"bytes,4,opt,name=status" json:"status,omitempty"`
	Removed          *bool                          `protobuf:"varint,5,opt,name=removed" json:"removed,omitempty"`
	XXX_unrecognized []byte                         `json:"-"`
}

func (*CGameNotifications_OnUserStatusChanged_Notification) Descriptor

func (*CGameNotifications_OnUserStatusChanged_Notification) GetAppid

func (*CGameNotifications_OnUserStatusChanged_Notification) GetRemoved

func (*CGameNotifications_OnUserStatusChanged_Notification) GetSessionid

func (*CGameNotifications_OnUserStatusChanged_Notification) GetStatus

func (*CGameNotifications_OnUserStatusChanged_Notification) GetSteamid

func (*CGameNotifications_OnUserStatusChanged_Notification) ProtoMessage

func (*CGameNotifications_OnUserStatusChanged_Notification) Reset

func (*CGameNotifications_OnUserStatusChanged_Notification) String

type CGameNotifications_Session

type CGameNotifications_Session struct {
	Sessionid        *uint64                           `protobuf:"varint,1,opt,name=sessionid" json:"sessionid,omitempty"`
	Appid            *uint64                           `protobuf:"varint,2,opt,name=appid" json:"appid,omitempty"`
	Context          *uint64                           `protobuf:"varint,3,opt,name=context" json:"context,omitempty"`
	Title            *CGameNotifications_LocalizedText `protobuf:"bytes,4,opt,name=title" json:"title,omitempty"`
	TimeCreated      *uint32                           `protobuf:"varint,5,opt,name=time_created" json:"time_created,omitempty"`
	TimeUpdated      *uint32                           `protobuf:"varint,6,opt,name=time_updated" json:"time_updated,omitempty"`
	UserStatus       []*CGameNotifications_UserStatus  `protobuf:"bytes,7,rep,name=user_status" json:"user_status,omitempty"`
	XXX_unrecognized []byte                            `json:"-"`
}

func (*CGameNotifications_Session) Descriptor

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

func (*CGameNotifications_Session) GetAppid

func (m *CGameNotifications_Session) GetAppid() uint64

func (*CGameNotifications_Session) GetContext

func (m *CGameNotifications_Session) GetContext() uint64

func (*CGameNotifications_Session) GetSessionid

func (m *CGameNotifications_Session) GetSessionid() uint64

func (*CGameNotifications_Session) GetTimeCreated

func (m *CGameNotifications_Session) GetTimeCreated() uint32

func (*CGameNotifications_Session) GetTimeUpdated

func (m *CGameNotifications_Session) GetTimeUpdated() uint32

func (*CGameNotifications_Session) GetTitle

func (*CGameNotifications_Session) GetUserStatus

func (*CGameNotifications_Session) ProtoMessage

func (*CGameNotifications_Session) ProtoMessage()

func (*CGameNotifications_Session) Reset

func (m *CGameNotifications_Session) Reset()

func (*CGameNotifications_Session) String

func (m *CGameNotifications_Session) String() string

type CGameNotifications_UpdateNotificationSettings_Request

type CGameNotifications_UpdateNotificationSettings_Request struct {
	GameNotificationSettings []*GameNotificationSettings `protobuf:"bytes,1,rep,name=game_notification_settings" json:"game_notification_settings,omitempty"`
	XXX_unrecognized         []byte                      `json:"-"`
}

func (*CGameNotifications_UpdateNotificationSettings_Request) Descriptor

func (*CGameNotifications_UpdateNotificationSettings_Request) GetGameNotificationSettings

func (*CGameNotifications_UpdateNotificationSettings_Request) ProtoMessage

func (*CGameNotifications_UpdateNotificationSettings_Request) Reset

func (*CGameNotifications_UpdateNotificationSettings_Request) String

type CGameNotifications_UpdateNotificationSettings_Response

type CGameNotifications_UpdateNotificationSettings_Response struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CGameNotifications_UpdateNotificationSettings_Response) Descriptor

func (*CGameNotifications_UpdateNotificationSettings_Response) ProtoMessage

func (*CGameNotifications_UpdateNotificationSettings_Response) Reset

func (*CGameNotifications_UpdateNotificationSettings_Response) String

type CGameNotifications_UpdateSession_Request

type CGameNotifications_UpdateSession_Request struct {
	Sessionid        *uint64                           `protobuf:"varint,1,opt,name=sessionid" json:"sessionid,omitempty"`
	Appid            *uint32                           `protobuf:"varint,2,opt,name=appid" json:"appid,omitempty"`
	Title            *CGameNotifications_LocalizedText `protobuf:"bytes,3,opt,name=title" json:"title,omitempty"`
	Users            []*CGameNotifications_UserStatus  `protobuf:"bytes,4,rep,name=users" json:"users,omitempty"`
	Steamid          *uint64                           `protobuf:"fixed64,6,opt,name=steamid" json:"steamid,omitempty"`
	XXX_unrecognized []byte                            `json:"-"`
}

func (*CGameNotifications_UpdateSession_Request) Descriptor

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

func (*CGameNotifications_UpdateSession_Request) GetAppid

func (*CGameNotifications_UpdateSession_Request) GetSessionid

func (*CGameNotifications_UpdateSession_Request) GetSteamid

func (*CGameNotifications_UpdateSession_Request) GetTitle

func (*CGameNotifications_UpdateSession_Request) GetUsers

func (*CGameNotifications_UpdateSession_Request) ProtoMessage

func (*CGameNotifications_UpdateSession_Request) Reset

func (*CGameNotifications_UpdateSession_Request) String

type CGameNotifications_UpdateSession_Response

type CGameNotifications_UpdateSession_Response struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CGameNotifications_UpdateSession_Response) Descriptor

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

func (*CGameNotifications_UpdateSession_Response) ProtoMessage

func (*CGameNotifications_UpdateSession_Response) Reset

func (*CGameNotifications_UpdateSession_Response) String

type CGameNotifications_UserStatus

type CGameNotifications_UserStatus struct {
	Steamid          *uint64                           `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	State            *string                           `protobuf:"bytes,2,opt,name=state" json:"state,omitempty"`
	Title            *CGameNotifications_LocalizedText `protobuf:"bytes,3,opt,name=title" json:"title,omitempty"`
	Message          *CGameNotifications_LocalizedText `protobuf:"bytes,4,opt,name=message" json:"message,omitempty"`
	XXX_unrecognized []byte                            `json:"-"`
}

func (*CGameNotifications_UserStatus) Descriptor

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

func (*CGameNotifications_UserStatus) GetMessage

func (*CGameNotifications_UserStatus) GetState

func (m *CGameNotifications_UserStatus) GetState() string

func (*CGameNotifications_UserStatus) GetSteamid

func (m *CGameNotifications_UserStatus) GetSteamid() uint64

func (*CGameNotifications_UserStatus) GetTitle

func (*CGameNotifications_UserStatus) ProtoMessage

func (*CGameNotifications_UserStatus) ProtoMessage()

func (*CGameNotifications_UserStatus) Reset

func (m *CGameNotifications_UserStatus) Reset()

func (*CGameNotifications_UserStatus) String

type CGameNotifications_Variable

type CGameNotifications_Variable struct {
	Key              *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Value            *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CGameNotifications_Variable) Descriptor

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

func (*CGameNotifications_Variable) GetKey

func (m *CGameNotifications_Variable) GetKey() string

func (*CGameNotifications_Variable) GetValue

func (m *CGameNotifications_Variable) GetValue() string

func (*CGameNotifications_Variable) ProtoMessage

func (*CGameNotifications_Variable) ProtoMessage()

func (*CGameNotifications_Variable) Reset

func (m *CGameNotifications_Variable) Reset()

func (*CGameNotifications_Variable) String

func (m *CGameNotifications_Variable) String() string

type COffline_GetOfflineLogonTicket_Request

type COffline_GetOfflineLogonTicket_Request struct {
	Priority         *uint32 `protobuf:"varint,1,opt,name=priority" json:"priority,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*COffline_GetOfflineLogonTicket_Request) Descriptor

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

func (*COffline_GetOfflineLogonTicket_Request) GetPriority

func (*COffline_GetOfflineLogonTicket_Request) ProtoMessage

func (*COffline_GetOfflineLogonTicket_Request) Reset

func (*COffline_GetOfflineLogonTicket_Request) String

type COffline_GetOfflineLogonTicket_Response

type COffline_GetOfflineLogonTicket_Response struct {
	SerializedTicket []byte `protobuf:"bytes,1,opt,name=serialized_ticket" json:"serialized_ticket,omitempty"`
	Signature        []byte `protobuf:"bytes,2,opt,name=signature" json:"signature,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*COffline_GetOfflineLogonTicket_Response) Descriptor

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

func (*COffline_GetOfflineLogonTicket_Response) GetSerializedTicket

func (m *COffline_GetOfflineLogonTicket_Response) GetSerializedTicket() []byte

func (*COffline_GetOfflineLogonTicket_Response) GetSignature

func (m *COffline_GetOfflineLogonTicket_Response) GetSignature() []byte

func (*COffline_GetOfflineLogonTicket_Response) ProtoMessage

func (*COffline_GetOfflineLogonTicket_Response) Reset

func (*COffline_GetOfflineLogonTicket_Response) String

type COffline_GetUnsignedOfflineLogonTicket_Request

type COffline_GetUnsignedOfflineLogonTicket_Request struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*COffline_GetUnsignedOfflineLogonTicket_Request) Descriptor

func (*COffline_GetUnsignedOfflineLogonTicket_Request) ProtoMessage

func (*COffline_GetUnsignedOfflineLogonTicket_Request) Reset

func (*COffline_GetUnsignedOfflineLogonTicket_Request) String

type COffline_GetUnsignedOfflineLogonTicket_Response

type COffline_GetUnsignedOfflineLogonTicket_Response struct {
	Ticket           *COffline_OfflineLogonTicket `protobuf:"bytes,1,opt,name=ticket" json:"ticket,omitempty"`
	XXX_unrecognized []byte                       `json:"-"`
}

func (*COffline_GetUnsignedOfflineLogonTicket_Response) Descriptor

func (*COffline_GetUnsignedOfflineLogonTicket_Response) GetTicket

func (*COffline_GetUnsignedOfflineLogonTicket_Response) ProtoMessage

func (*COffline_GetUnsignedOfflineLogonTicket_Response) Reset

func (*COffline_GetUnsignedOfflineLogonTicket_Response) String

type COffline_OfflineLogonTicket

type COffline_OfflineLogonTicket struct {
	Accountid           *uint32 `protobuf:"varint,1,opt,name=accountid" json:"accountid,omitempty"`
	Rtime32CreationTime *uint32 `protobuf:"fixed32,2,opt,name=rtime32_creation_time" json:"rtime32_creation_time,omitempty"`
	XXX_unrecognized    []byte  `json:"-"`
}

func (*COffline_OfflineLogonTicket) Descriptor

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

func (*COffline_OfflineLogonTicket) GetAccountid

func (m *COffline_OfflineLogonTicket) GetAccountid() uint32

func (*COffline_OfflineLogonTicket) GetRtime32CreationTime

func (m *COffline_OfflineLogonTicket) GetRtime32CreationTime() uint32

func (*COffline_OfflineLogonTicket) ProtoMessage

func (*COffline_OfflineLogonTicket) ProtoMessage()

func (*COffline_OfflineLogonTicket) Reset

func (m *COffline_OfflineLogonTicket) Reset()

func (*COffline_OfflineLogonTicket) String

func (m *COffline_OfflineLogonTicket) String() string

type CParental_DisableParentalSettings_Request

type CParental_DisableParentalSettings_Request struct {
	Password         *string `protobuf:"bytes,1,opt,name=password" json:"password,omitempty"`
	Steamid          *uint64 `protobuf:"fixed64,10,opt,name=steamid" json:"steamid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CParental_DisableParentalSettings_Request) Descriptor

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

func (*CParental_DisableParentalSettings_Request) GetPassword

func (*CParental_DisableParentalSettings_Request) GetSteamid

func (*CParental_DisableParentalSettings_Request) ProtoMessage

func (*CParental_DisableParentalSettings_Request) Reset

func (*CParental_DisableParentalSettings_Request) String

type CParental_DisableParentalSettings_Response

type CParental_DisableParentalSettings_Response struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CParental_DisableParentalSettings_Response) Descriptor

func (*CParental_DisableParentalSettings_Response) ProtoMessage

func (*CParental_DisableParentalSettings_Response) Reset

func (*CParental_DisableParentalSettings_Response) String

type CParental_DisableWithRecoveryCode_Request

type CParental_DisableWithRecoveryCode_Request struct {
	RecoveryCode     *uint32 `protobuf:"varint,1,opt,name=recovery_code" json:"recovery_code,omitempty"`
	Steamid          *uint64 `protobuf:"fixed64,10,opt,name=steamid" json:"steamid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CParental_DisableWithRecoveryCode_Request) Descriptor

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

func (*CParental_DisableWithRecoveryCode_Request) GetRecoveryCode

func (*CParental_DisableWithRecoveryCode_Request) GetSteamid

func (*CParental_DisableWithRecoveryCode_Request) ProtoMessage

func (*CParental_DisableWithRecoveryCode_Request) Reset

func (*CParental_DisableWithRecoveryCode_Request) String

type CParental_DisableWithRecoveryCode_Response

type CParental_DisableWithRecoveryCode_Response struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CParental_DisableWithRecoveryCode_Response) Descriptor

func (*CParental_DisableWithRecoveryCode_Response) ProtoMessage

func (*CParental_DisableWithRecoveryCode_Response) Reset

func (*CParental_DisableWithRecoveryCode_Response) String

type CParental_EnableParentalSettings_Request

type CParental_EnableParentalSettings_Request struct {
	Password         *string           `protobuf:"bytes,1,opt,name=password" json:"password,omitempty"`
	Settings         *ParentalSettings `protobuf:"bytes,2,opt,name=settings" json:"settings,omitempty"`
	Sessionid        *string           `protobuf:"bytes,3,opt,name=sessionid" json:"sessionid,omitempty"`
	Enablecode       *uint32           `protobuf:"varint,4,opt,name=enablecode" json:"enablecode,omitempty"`
	Steamid          *uint64           `protobuf:"fixed64,10,opt,name=steamid" json:"steamid,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*CParental_EnableParentalSettings_Request) Descriptor

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

func (*CParental_EnableParentalSettings_Request) GetEnablecode

func (*CParental_EnableParentalSettings_Request) GetPassword

func (*CParental_EnableParentalSettings_Request) GetSessionid

func (*CParental_EnableParentalSettings_Request) GetSettings

func (*CParental_EnableParentalSettings_Request) GetSteamid

func (*CParental_EnableParentalSettings_Request) ProtoMessage

func (*CParental_EnableParentalSettings_Request) Reset

func (*CParental_EnableParentalSettings_Request) String

type CParental_EnableParentalSettings_Response

type CParental_EnableParentalSettings_Response struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CParental_EnableParentalSettings_Response) Descriptor

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

func (*CParental_EnableParentalSettings_Response) ProtoMessage

func (*CParental_EnableParentalSettings_Response) Reset

func (*CParental_EnableParentalSettings_Response) String

type CParental_GetParentalSettings_Request

type CParental_GetParentalSettings_Request struct {
	Steamid          *uint64 `protobuf:"fixed64,10,opt,name=steamid" json:"steamid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CParental_GetParentalSettings_Request) Descriptor

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

func (*CParental_GetParentalSettings_Request) GetSteamid

func (*CParental_GetParentalSettings_Request) ProtoMessage

func (*CParental_GetParentalSettings_Request) ProtoMessage()

func (*CParental_GetParentalSettings_Request) Reset

func (*CParental_GetParentalSettings_Request) String

type CParental_GetParentalSettings_Response

type CParental_GetParentalSettings_Response struct {
	Settings         *ParentalSettings `protobuf:"bytes,1,opt,name=settings" json:"settings,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*CParental_GetParentalSettings_Response) Descriptor

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

func (*CParental_GetParentalSettings_Response) GetSettings

func (*CParental_GetParentalSettings_Response) ProtoMessage

func (*CParental_GetParentalSettings_Response) Reset

func (*CParental_GetParentalSettings_Response) String

type CParental_GetSignedParentalSettings_Request

type CParental_GetSignedParentalSettings_Request struct {
	Priority         *uint32 `protobuf:"varint,1,opt,name=priority" json:"priority,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CParental_GetSignedParentalSettings_Request) Descriptor

func (*CParental_GetSignedParentalSettings_Request) GetPriority

func (*CParental_GetSignedParentalSettings_Request) ProtoMessage

func (*CParental_GetSignedParentalSettings_Request) Reset

func (*CParental_GetSignedParentalSettings_Request) String

type CParental_GetSignedParentalSettings_Response

type CParental_GetSignedParentalSettings_Response struct {
	SerializedSettings []byte `protobuf:"bytes,1,opt,name=serialized_settings" json:"serialized_settings,omitempty"`
	Signature          []byte `protobuf:"bytes,2,opt,name=signature" json:"signature,omitempty"`
	XXX_unrecognized   []byte `json:"-"`
}

func (*CParental_GetSignedParentalSettings_Response) Descriptor

func (*CParental_GetSignedParentalSettings_Response) GetSerializedSettings

func (m *CParental_GetSignedParentalSettings_Response) GetSerializedSettings() []byte

func (*CParental_GetSignedParentalSettings_Response) GetSignature

func (*CParental_GetSignedParentalSettings_Response) ProtoMessage

func (*CParental_GetSignedParentalSettings_Response) Reset

func (*CParental_GetSignedParentalSettings_Response) String

type CParental_LockClient_Request

type CParental_LockClient_Request struct {
	Session          *string `protobuf:"bytes,1,opt,name=session" json:"session,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CParental_LockClient_Request) Descriptor

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

func (*CParental_LockClient_Request) GetSession

func (m *CParental_LockClient_Request) GetSession() string

func (*CParental_LockClient_Request) ProtoMessage

func (*CParental_LockClient_Request) ProtoMessage()

func (*CParental_LockClient_Request) Reset

func (m *CParental_LockClient_Request) Reset()

func (*CParental_LockClient_Request) String

type CParental_LockClient_Response

type CParental_LockClient_Response struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CParental_LockClient_Response) Descriptor

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

func (*CParental_LockClient_Response) ProtoMessage

func (*CParental_LockClient_Response) ProtoMessage()

func (*CParental_LockClient_Response) Reset

func (m *CParental_LockClient_Response) Reset()

func (*CParental_LockClient_Response) String

type CParental_ParentalLock_Notification

type CParental_ParentalLock_Notification struct {
	Sessionid        *string `protobuf:"bytes,1,opt,name=sessionid" json:"sessionid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CParental_ParentalLock_Notification) Descriptor

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

func (*CParental_ParentalLock_Notification) GetSessionid

func (m *CParental_ParentalLock_Notification) GetSessionid() string

func (*CParental_ParentalLock_Notification) ProtoMessage

func (*CParental_ParentalLock_Notification) ProtoMessage()

func (*CParental_ParentalLock_Notification) Reset

func (*CParental_ParentalLock_Notification) String

type CParental_ParentalSettingsChange_Notification

type CParental_ParentalSettingsChange_Notification struct {
	SerializedSettings []byte  `protobuf:"bytes,1,opt,name=serialized_settings" json:"serialized_settings,omitempty"`
	Signature          []byte  `protobuf:"bytes,2,opt,name=signature" json:"signature,omitempty"`
	Password           *string `protobuf:"bytes,3,opt,name=password" json:"password,omitempty"`
	Sessionid          *string `protobuf:"bytes,4,opt,name=sessionid" json:"sessionid,omitempty"`
	XXX_unrecognized   []byte  `json:"-"`
}

func (*CParental_ParentalSettingsChange_Notification) Descriptor

func (*CParental_ParentalSettingsChange_Notification) GetPassword

func (*CParental_ParentalSettingsChange_Notification) GetSerializedSettings

func (m *CParental_ParentalSettingsChange_Notification) GetSerializedSettings() []byte

func (*CParental_ParentalSettingsChange_Notification) GetSessionid

func (*CParental_ParentalSettingsChange_Notification) GetSignature

func (*CParental_ParentalSettingsChange_Notification) ProtoMessage

func (*CParental_ParentalSettingsChange_Notification) Reset

func (*CParental_ParentalSettingsChange_Notification) String

type CParental_ParentalUnlock_Notification

type CParental_ParentalUnlock_Notification struct {
	Password         *string `protobuf:"bytes,1,opt,name=password" json:"password,omitempty"`
	Sessionid        *string `protobuf:"bytes,2,opt,name=sessionid" json:"sessionid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CParental_ParentalUnlock_Notification) Descriptor

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

func (*CParental_ParentalUnlock_Notification) GetPassword

func (*CParental_ParentalUnlock_Notification) GetSessionid

func (*CParental_ParentalUnlock_Notification) ProtoMessage

func (*CParental_ParentalUnlock_Notification) ProtoMessage()

func (*CParental_ParentalUnlock_Notification) Reset

func (*CParental_ParentalUnlock_Notification) String

type CParental_RequestRecoveryCode_Request

type CParental_RequestRecoveryCode_Request struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CParental_RequestRecoveryCode_Request) Descriptor

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

func (*CParental_RequestRecoveryCode_Request) ProtoMessage

func (*CParental_RequestRecoveryCode_Request) ProtoMessage()

func (*CParental_RequestRecoveryCode_Request) Reset

func (*CParental_RequestRecoveryCode_Request) String

type CParental_RequestRecoveryCode_Response

type CParental_RequestRecoveryCode_Response struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CParental_RequestRecoveryCode_Response) Descriptor

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

func (*CParental_RequestRecoveryCode_Response) ProtoMessage

func (*CParental_RequestRecoveryCode_Response) Reset

func (*CParental_RequestRecoveryCode_Response) String

type CParental_SetParentalSettings_Request

type CParental_SetParentalSettings_Request struct {
	Password         *string           `protobuf:"bytes,1,opt,name=password" json:"password,omitempty"`
	Settings         *ParentalSettings `protobuf:"bytes,2,opt,name=settings" json:"settings,omitempty"`
	NewPassword      *string           `protobuf:"bytes,3,opt,name=new_password" json:"new_password,omitempty"`
	Sessionid        *string           `protobuf:"bytes,4,opt,name=sessionid" json:"sessionid,omitempty"`
	Steamid          *uint64           `protobuf:"fixed64,10,opt,name=steamid" json:"steamid,omitempty"`
	XXX_unrecognized []byte            `json:"-"`
}

func (*CParental_SetParentalSettings_Request) Descriptor

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

func (*CParental_SetParentalSettings_Request) GetNewPassword

func (m *CParental_SetParentalSettings_Request) GetNewPassword() string

func (*CParental_SetParentalSettings_Request) GetPassword

func (*CParental_SetParentalSettings_Request) GetSessionid

func (*CParental_SetParentalSettings_Request) GetSettings

func (*CParental_SetParentalSettings_Request) GetSteamid

func (*CParental_SetParentalSettings_Request) ProtoMessage

func (*CParental_SetParentalSettings_Request) ProtoMessage()

func (*CParental_SetParentalSettings_Request) Reset

func (*CParental_SetParentalSettings_Request) String

type CParental_SetParentalSettings_Response

type CParental_SetParentalSettings_Response struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CParental_SetParentalSettings_Response) Descriptor

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

func (*CParental_SetParentalSettings_Response) ProtoMessage

func (*CParental_SetParentalSettings_Response) Reset

func (*CParental_SetParentalSettings_Response) String

type CParental_ValidatePassword_Request

type CParental_ValidatePassword_Request struct {
	Password            *string `protobuf:"bytes,1,opt,name=password" json:"password,omitempty"`
	Session             *string `protobuf:"bytes,2,opt,name=session" json:"session,omitempty"`
	SendUnlockOnSuccess *bool   `protobuf:"varint,3,opt,name=send_unlock_on_success" json:"send_unlock_on_success,omitempty"`
	XXX_unrecognized    []byte  `json:"-"`
}

func (*CParental_ValidatePassword_Request) Descriptor

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

func (*CParental_ValidatePassword_Request) GetPassword

func (m *CParental_ValidatePassword_Request) GetPassword() string

func (*CParental_ValidatePassword_Request) GetSendUnlockOnSuccess

func (m *CParental_ValidatePassword_Request) GetSendUnlockOnSuccess() bool

func (*CParental_ValidatePassword_Request) GetSession

func (*CParental_ValidatePassword_Request) ProtoMessage

func (*CParental_ValidatePassword_Request) ProtoMessage()

func (*CParental_ValidatePassword_Request) Reset

func (*CParental_ValidatePassword_Request) String

type CParental_ValidatePassword_Response

type CParental_ValidatePassword_Response struct {
	Token            *string `protobuf:"bytes,1,opt,name=token" json:"token,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CParental_ValidatePassword_Response) Descriptor

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

func (*CParental_ValidatePassword_Response) GetToken

func (*CParental_ValidatePassword_Response) ProtoMessage

func (*CParental_ValidatePassword_Response) ProtoMessage()

func (*CParental_ValidatePassword_Response) Reset

func (*CParental_ValidatePassword_Response) String

type CParental_ValidateToken_Request

type CParental_ValidateToken_Request struct {
	UnlockToken      *string `protobuf:"bytes,1,opt,name=unlock_token" json:"unlock_token,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CParental_ValidateToken_Request) Descriptor

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

func (*CParental_ValidateToken_Request) GetUnlockToken

func (m *CParental_ValidateToken_Request) GetUnlockToken() string

func (*CParental_ValidateToken_Request) ProtoMessage

func (*CParental_ValidateToken_Request) ProtoMessage()

func (*CParental_ValidateToken_Request) Reset

func (*CParental_ValidateToken_Request) String

type CParental_ValidateToken_Response

type CParental_ValidateToken_Response struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CParental_ValidateToken_Response) Descriptor

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

func (*CParental_ValidateToken_Response) ProtoMessage

func (*CParental_ValidateToken_Response) ProtoMessage()

func (*CParental_ValidateToken_Response) Reset

func (*CParental_ValidateToken_Response) String

type CPartnerApps_Download_Request

type CPartnerApps_Download_Request struct {
	FileId           *string `protobuf:"bytes,1,opt,name=file_id" json:"file_id,omitempty"`
	AppId            *int32  `protobuf:"varint,2,opt,name=app_id" json:"app_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CPartnerApps_Download_Request) Descriptor

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

func (*CPartnerApps_Download_Request) GetAppId

func (m *CPartnerApps_Download_Request) GetAppId() int32

func (*CPartnerApps_Download_Request) GetFileId

func (m *CPartnerApps_Download_Request) GetFileId() string

func (*CPartnerApps_Download_Request) ProtoMessage

func (*CPartnerApps_Download_Request) ProtoMessage()

func (*CPartnerApps_Download_Request) Reset

func (m *CPartnerApps_Download_Request) Reset()

func (*CPartnerApps_Download_Request) String

type CPartnerApps_Download_Response

type CPartnerApps_Download_Response struct {
	DownloadUrl      *string `protobuf:"bytes,1,opt,name=download_url" json:"download_url,omitempty"`
	AppId            *int32  `protobuf:"varint,2,opt,name=app_id" json:"app_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CPartnerApps_Download_Response) Descriptor

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

func (*CPartnerApps_Download_Response) GetAppId

func (m *CPartnerApps_Download_Response) GetAppId() int32

func (*CPartnerApps_Download_Response) GetDownloadUrl

func (m *CPartnerApps_Download_Response) GetDownloadUrl() string

func (*CPartnerApps_Download_Response) ProtoMessage

func (*CPartnerApps_Download_Response) ProtoMessage()

func (*CPartnerApps_Download_Response) Reset

func (m *CPartnerApps_Download_Response) Reset()

func (*CPartnerApps_Download_Response) String

type CPartnerApps_ExistingDRMUpload

type CPartnerApps_ExistingDRMUpload struct {
	FileId           *string `protobuf:"bytes,1,opt,name=file_id" json:"file_id,omitempty"`
	AppId            *uint32 `protobuf:"varint,2,opt,name=app_id" json:"app_id,omitempty"`
	ActorId          *int32  `protobuf:"varint,3,opt,name=actor_id" json:"actor_id,omitempty"`
	SuppliedName     *string `protobuf:"bytes,5,opt,name=supplied_name" json:"supplied_name,omitempty"`
	Flags            *uint32 `protobuf:"varint,6,opt,name=flags" json:"flags,omitempty"`
	ModType          *string `protobuf:"bytes,7,opt,name=mod_type" json:"mod_type,omitempty"`
	Timestamp        *uint32 `protobuf:"fixed32,8,opt,name=timestamp" json:"timestamp,omitempty"`
	OrigFileId       *string `protobuf:"bytes,9,opt,name=orig_file_id" json:"orig_file_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CPartnerApps_ExistingDRMUpload) Descriptor

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

func (*CPartnerApps_ExistingDRMUpload) GetActorId

func (m *CPartnerApps_ExistingDRMUpload) GetActorId() int32

func (*CPartnerApps_ExistingDRMUpload) GetAppId

func (m *CPartnerApps_ExistingDRMUpload) GetAppId() uint32

func (*CPartnerApps_ExistingDRMUpload) GetFileId

func (m *CPartnerApps_ExistingDRMUpload) GetFileId() string

func (*CPartnerApps_ExistingDRMUpload) GetFlags

func (m *CPartnerApps_ExistingDRMUpload) GetFlags() uint32

func (*CPartnerApps_ExistingDRMUpload) GetModType

func (m *CPartnerApps_ExistingDRMUpload) GetModType() string

func (*CPartnerApps_ExistingDRMUpload) GetOrigFileId

func (m *CPartnerApps_ExistingDRMUpload) GetOrigFileId() string

func (*CPartnerApps_ExistingDRMUpload) GetSuppliedName

func (m *CPartnerApps_ExistingDRMUpload) GetSuppliedName() string

func (*CPartnerApps_ExistingDRMUpload) GetTimestamp

func (m *CPartnerApps_ExistingDRMUpload) GetTimestamp() uint32

func (*CPartnerApps_ExistingDRMUpload) ProtoMessage

func (*CPartnerApps_ExistingDRMUpload) ProtoMessage()

func (*CPartnerApps_ExistingDRMUpload) Reset

func (m *CPartnerApps_ExistingDRMUpload) Reset()

func (*CPartnerApps_ExistingDRMUpload) String

type CPartnerApps_FindDRMUploads_Request

type CPartnerApps_FindDRMUploads_Request struct {
	AppId            *int32 `protobuf:"varint,1,opt,name=app_id" json:"app_id,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CPartnerApps_FindDRMUploads_Request) Descriptor

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

func (*CPartnerApps_FindDRMUploads_Request) GetAppId

func (*CPartnerApps_FindDRMUploads_Request) ProtoMessage

func (*CPartnerApps_FindDRMUploads_Request) ProtoMessage()

func (*CPartnerApps_FindDRMUploads_Request) Reset

func (*CPartnerApps_FindDRMUploads_Request) String

type CPartnerApps_FindDRMUploads_Response

type CPartnerApps_FindDRMUploads_Response struct {
	Uploads          []*CPartnerApps_ExistingDRMUpload `protobuf:"bytes,1,rep,name=uploads" json:"uploads,omitempty"`
	XXX_unrecognized []byte                            `json:"-"`
}

func (*CPartnerApps_FindDRMUploads_Response) Descriptor

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

func (*CPartnerApps_FindDRMUploads_Response) GetUploads

func (*CPartnerApps_FindDRMUploads_Response) ProtoMessage

func (*CPartnerApps_FindDRMUploads_Response) ProtoMessage()

func (*CPartnerApps_FindDRMUploads_Response) Reset

func (*CPartnerApps_FindDRMUploads_Response) String

type CPartnerApps_FinishUploadKVSign_Response

type CPartnerApps_FinishUploadKVSign_Response struct {
	SignedInstallscript *string `protobuf:"bytes,1,opt,name=signed_installscript" json:"signed_installscript,omitempty"`
	XXX_unrecognized    []byte  `json:"-"`
}

func (*CPartnerApps_FinishUploadKVSign_Response) Descriptor

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

func (*CPartnerApps_FinishUploadKVSign_Response) GetSignedInstallscript

func (m *CPartnerApps_FinishUploadKVSign_Response) GetSignedInstallscript() string

func (*CPartnerApps_FinishUploadKVSign_Response) ProtoMessage

func (*CPartnerApps_FinishUploadKVSign_Response) Reset

func (*CPartnerApps_FinishUploadKVSign_Response) String

type CPartnerApps_FinishUploadLegacyDRM_Request

type CPartnerApps_FinishUploadLegacyDRM_Request struct {
	UploadToken      *uint64 `protobuf:"varint,1,opt,name=upload_token" json:"upload_token,omitempty"`
	RoutingId        *uint64 `protobuf:"varint,2,opt,name=routing_id" json:"routing_id,omitempty"`
	AppId            *uint32 `protobuf:"varint,3,opt,name=app_id" json:"app_id,omitempty"`
	Flags            *uint32 `protobuf:"varint,4,opt,name=flags" json:"flags,omitempty"`
	ToolName         *string `protobuf:"bytes,5,opt,name=tool_name" json:"tool_name,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CPartnerApps_FinishUploadLegacyDRM_Request) Descriptor

func (*CPartnerApps_FinishUploadLegacyDRM_Request) GetAppId

func (*CPartnerApps_FinishUploadLegacyDRM_Request) GetFlags

func (*CPartnerApps_FinishUploadLegacyDRM_Request) GetRoutingId

func (*CPartnerApps_FinishUploadLegacyDRM_Request) GetToolName

func (*CPartnerApps_FinishUploadLegacyDRM_Request) GetUploadToken

func (*CPartnerApps_FinishUploadLegacyDRM_Request) ProtoMessage

func (*CPartnerApps_FinishUploadLegacyDRM_Request) Reset

func (*CPartnerApps_FinishUploadLegacyDRM_Request) String

type CPartnerApps_FinishUploadLegacyDRM_Response

type CPartnerApps_FinishUploadLegacyDRM_Response struct {
	FileId           *string `protobuf:"bytes,1,opt,name=file_id" json:"file_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CPartnerApps_FinishUploadLegacyDRM_Response) Descriptor

func (*CPartnerApps_FinishUploadLegacyDRM_Response) GetFileId

func (*CPartnerApps_FinishUploadLegacyDRM_Response) ProtoMessage

func (*CPartnerApps_FinishUploadLegacyDRM_Response) Reset

func (*CPartnerApps_FinishUploadLegacyDRM_Response) String

type CPartnerApps_FinishUpload_Request

type CPartnerApps_FinishUpload_Request struct {
	UploadToken      *uint64 `protobuf:"varint,1,opt,name=upload_token" json:"upload_token,omitempty"`
	RoutingId        *uint64 `protobuf:"varint,2,opt,name=routing_id" json:"routing_id,omitempty"`
	AppId            *uint32 `protobuf:"varint,3,opt,name=app_id" json:"app_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CPartnerApps_FinishUpload_Request) Descriptor

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

func (*CPartnerApps_FinishUpload_Request) GetAppId

func (*CPartnerApps_FinishUpload_Request) GetRoutingId

func (m *CPartnerApps_FinishUpload_Request) GetRoutingId() uint64

func (*CPartnerApps_FinishUpload_Request) GetUploadToken

func (m *CPartnerApps_FinishUpload_Request) GetUploadToken() uint64

func (*CPartnerApps_FinishUpload_Request) ProtoMessage

func (*CPartnerApps_FinishUpload_Request) ProtoMessage()

func (*CPartnerApps_FinishUpload_Request) Reset

func (*CPartnerApps_FinishUpload_Request) String

type CPartnerApps_FinishUpload_Response

type CPartnerApps_FinishUpload_Response struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CPartnerApps_FinishUpload_Response) Descriptor

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

func (*CPartnerApps_FinishUpload_Response) ProtoMessage

func (*CPartnerApps_FinishUpload_Response) ProtoMessage()

func (*CPartnerApps_FinishUpload_Response) Reset

func (*CPartnerApps_FinishUpload_Response) String

type CPartnerApps_RequestUploadToken_Request

type CPartnerApps_RequestUploadToken_Request struct {
	Filename         *string `protobuf:"bytes,1,opt,name=filename" json:"filename,omitempty"`
	Appid            *uint32 `protobuf:"varint,2,opt,name=appid" json:"appid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CPartnerApps_RequestUploadToken_Request) Descriptor

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

func (*CPartnerApps_RequestUploadToken_Request) GetAppid

func (*CPartnerApps_RequestUploadToken_Request) GetFilename

func (*CPartnerApps_RequestUploadToken_Request) ProtoMessage

func (*CPartnerApps_RequestUploadToken_Request) Reset

func (*CPartnerApps_RequestUploadToken_Request) String

type CPartnerApps_RequestUploadToken_Response

type CPartnerApps_RequestUploadToken_Response struct {
	UploadToken      *uint64 `protobuf:"varint,1,opt,name=upload_token" json:"upload_token,omitempty"`
	Location         *string `protobuf:"bytes,2,opt,name=location" json:"location,omitempty"`
	RoutingId        *uint64 `protobuf:"varint,3,opt,name=routing_id" json:"routing_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CPartnerApps_RequestUploadToken_Response) Descriptor

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

func (*CPartnerApps_RequestUploadToken_Response) GetLocation

func (*CPartnerApps_RequestUploadToken_Response) GetRoutingId

func (*CPartnerApps_RequestUploadToken_Response) GetUploadToken

func (*CPartnerApps_RequestUploadToken_Response) ProtoMessage

func (*CPartnerApps_RequestUploadToken_Response) Reset

func (*CPartnerApps_RequestUploadToken_Response) String

type CPlayerClient_GetSystemInformation_Request

type CPlayerClient_GetSystemInformation_Request struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CPlayerClient_GetSystemInformation_Request) Descriptor

func (*CPlayerClient_GetSystemInformation_Request) ProtoMessage

func (*CPlayerClient_GetSystemInformation_Request) Reset

func (*CPlayerClient_GetSystemInformation_Request) String

type CPlayerClient_GetSystemInformation_Response

type CPlayerClient_GetSystemInformation_Response struct {
	SystemInfo       *CClientSystemInfo `protobuf:"bytes,1,opt,name=system_info" json:"system_info,omitempty"`
	XXX_unrecognized []byte             `json:"-"`
}

func (*CPlayerClient_GetSystemInformation_Response) Descriptor

func (*CPlayerClient_GetSystemInformation_Response) GetSystemInfo

func (*CPlayerClient_GetSystemInformation_Response) ProtoMessage

func (*CPlayerClient_GetSystemInformation_Response) Reset

func (*CPlayerClient_GetSystemInformation_Response) String

type CPlayer_AcceptSSA_Request

type CPlayer_AcceptSSA_Request struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CPlayer_AcceptSSA_Request) Descriptor

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

func (*CPlayer_AcceptSSA_Request) ProtoMessage

func (*CPlayer_AcceptSSA_Request) ProtoMessage()

func (*CPlayer_AcceptSSA_Request) Reset

func (m *CPlayer_AcceptSSA_Request) Reset()

func (*CPlayer_AcceptSSA_Request) String

func (m *CPlayer_AcceptSSA_Request) String() string

type CPlayer_AcceptSSA_Response

type CPlayer_AcceptSSA_Response struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CPlayer_AcceptSSA_Response) Descriptor

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

func (*CPlayer_AcceptSSA_Response) ProtoMessage

func (*CPlayer_AcceptSSA_Response) ProtoMessage()

func (*CPlayer_AcceptSSA_Response) Reset

func (m *CPlayer_AcceptSSA_Response) Reset()

func (*CPlayer_AcceptSSA_Response) String

func (m *CPlayer_AcceptSSA_Response) String() string

type CPlayer_GetGameBadgeLevels_Request

type CPlayer_GetGameBadgeLevels_Request struct {
	Appid            *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CPlayer_GetGameBadgeLevels_Request) Descriptor

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

func (*CPlayer_GetGameBadgeLevels_Request) GetAppid

func (*CPlayer_GetGameBadgeLevels_Request) ProtoMessage

func (*CPlayer_GetGameBadgeLevels_Request) ProtoMessage()

func (*CPlayer_GetGameBadgeLevels_Request) Reset

func (*CPlayer_GetGameBadgeLevels_Request) String

type CPlayer_GetGameBadgeLevels_Response

type CPlayer_GetGameBadgeLevels_Response struct {
	PlayerLevel      *uint32                                      `protobuf:"varint,1,opt,name=player_level" json:"player_level,omitempty"`
	Badges           []*CPlayer_GetGameBadgeLevels_Response_Badge `protobuf:"bytes,2,rep,name=badges" json:"badges,omitempty"`
	XXX_unrecognized []byte                                       `json:"-"`
}

func (*CPlayer_GetGameBadgeLevels_Response) Descriptor

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

func (*CPlayer_GetGameBadgeLevels_Response) GetBadges

func (*CPlayer_GetGameBadgeLevels_Response) GetPlayerLevel

func (m *CPlayer_GetGameBadgeLevels_Response) GetPlayerLevel() uint32

func (*CPlayer_GetGameBadgeLevels_Response) ProtoMessage

func (*CPlayer_GetGameBadgeLevels_Response) ProtoMessage()

func (*CPlayer_GetGameBadgeLevels_Response) Reset

func (*CPlayer_GetGameBadgeLevels_Response) String

type CPlayer_GetGameBadgeLevels_Response_Badge

type CPlayer_GetGameBadgeLevels_Response_Badge struct {
	Level            *int32  `protobuf:"varint,1,opt,name=level" json:"level,omitempty"`
	Series           *int32  `protobuf:"varint,2,opt,name=series" json:"series,omitempty"`
	BorderColor      *uint32 `protobuf:"varint,3,opt,name=border_color" json:"border_color,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CPlayer_GetGameBadgeLevels_Response_Badge) Descriptor

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

func (*CPlayer_GetGameBadgeLevels_Response_Badge) GetBorderColor

func (*CPlayer_GetGameBadgeLevels_Response_Badge) GetLevel

func (*CPlayer_GetGameBadgeLevels_Response_Badge) GetSeries

func (*CPlayer_GetGameBadgeLevels_Response_Badge) ProtoMessage

func (*CPlayer_GetGameBadgeLevels_Response_Badge) Reset

func (*CPlayer_GetGameBadgeLevels_Response_Badge) String

type CPlayer_GetLastPlayedTimes_Request

type CPlayer_GetLastPlayedTimes_Request struct {
	MinLastPlayed    *uint32 `protobuf:"varint,1,opt,name=min_last_played" json:"min_last_played,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CPlayer_GetLastPlayedTimes_Request) Descriptor

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

func (*CPlayer_GetLastPlayedTimes_Request) GetMinLastPlayed

func (m *CPlayer_GetLastPlayedTimes_Request) GetMinLastPlayed() uint32

func (*CPlayer_GetLastPlayedTimes_Request) ProtoMessage

func (*CPlayer_GetLastPlayedTimes_Request) ProtoMessage()

func (*CPlayer_GetLastPlayedTimes_Request) Reset

func (*CPlayer_GetLastPlayedTimes_Request) String

type CPlayer_GetLastPlayedTimes_Response

type CPlayer_GetLastPlayedTimes_Response struct {
	Games            []*CPlayer_GetLastPlayedTimes_Response_Game `protobuf:"bytes,1,rep,name=games" json:"games,omitempty"`
	XXX_unrecognized []byte                                      `json:"-"`
}

func (*CPlayer_GetLastPlayedTimes_Response) Descriptor

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

func (*CPlayer_GetLastPlayedTimes_Response) GetGames

func (*CPlayer_GetLastPlayedTimes_Response) ProtoMessage

func (*CPlayer_GetLastPlayedTimes_Response) ProtoMessage()

func (*CPlayer_GetLastPlayedTimes_Response) Reset

func (*CPlayer_GetLastPlayedTimes_Response) String

type CPlayer_GetLastPlayedTimes_Response_Game

type CPlayer_GetLastPlayedTimes_Response_Game struct {
	Appid            *int32  `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	LastPlaytime     *uint32 `protobuf:"varint,2,opt,name=last_playtime" json:"last_playtime,omitempty"`
	Playtime_2Weeks  *int32  `protobuf:"varint,3,opt,name=playtime_2weeks" json:"playtime_2weeks,omitempty"`
	PlaytimeForever  *int32  `protobuf:"varint,4,opt,name=playtime_forever" json:"playtime_forever,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CPlayer_GetLastPlayedTimes_Response_Game) Descriptor

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

func (*CPlayer_GetLastPlayedTimes_Response_Game) GetAppid

func (*CPlayer_GetLastPlayedTimes_Response_Game) GetLastPlaytime

func (m *CPlayer_GetLastPlayedTimes_Response_Game) GetLastPlaytime() uint32

func (*CPlayer_GetLastPlayedTimes_Response_Game) GetPlaytimeForever

func (m *CPlayer_GetLastPlayedTimes_Response_Game) GetPlaytimeForever() int32

func (*CPlayer_GetLastPlayedTimes_Response_Game) GetPlaytime_2Weeks

func (m *CPlayer_GetLastPlayedTimes_Response_Game) GetPlaytime_2Weeks() int32

func (*CPlayer_GetLastPlayedTimes_Response_Game) ProtoMessage

func (*CPlayer_GetLastPlayedTimes_Response_Game) Reset

func (*CPlayer_GetLastPlayedTimes_Response_Game) String

type CPlayer_LastPlayedTimes_Notification

type CPlayer_LastPlayedTimes_Notification struct {
	Games            []*CPlayer_GetLastPlayedTimes_Response_Game `protobuf:"bytes,1,rep,name=games" json:"games,omitempty"`
	XXX_unrecognized []byte                                      `json:"-"`
}

func (*CPlayer_LastPlayedTimes_Notification) Descriptor

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

func (*CPlayer_LastPlayedTimes_Notification) GetGames

func (*CPlayer_LastPlayedTimes_Notification) ProtoMessage

func (*CPlayer_LastPlayedTimes_Notification) ProtoMessage()

func (*CPlayer_LastPlayedTimes_Notification) Reset

func (*CPlayer_LastPlayedTimes_Notification) String

type CPublishedFile_CanSubscribe_Request

type CPublishedFile_CanSubscribe_Request struct {
	Publishedfileid  *uint64 `protobuf:"varint,1,opt,name=publishedfileid" json:"publishedfileid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CPublishedFile_CanSubscribe_Request) Descriptor

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

func (*CPublishedFile_CanSubscribe_Request) GetPublishedfileid

func (m *CPublishedFile_CanSubscribe_Request) GetPublishedfileid() uint64

func (*CPublishedFile_CanSubscribe_Request) ProtoMessage

func (*CPublishedFile_CanSubscribe_Request) ProtoMessage()

func (*CPublishedFile_CanSubscribe_Request) Reset

func (*CPublishedFile_CanSubscribe_Request) String

type CPublishedFile_CanSubscribe_Response

type CPublishedFile_CanSubscribe_Response struct {
	CanSubscribe     *bool  `protobuf:"varint,1,opt,name=can_subscribe" json:"can_subscribe,omitempty"`
	XXX_unrecognized []byte `json:"-"`
}

func (*CPublishedFile_CanSubscribe_Response) Descriptor

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

func (*CPublishedFile_CanSubscribe_Response) GetCanSubscribe

func (m *CPublishedFile_CanSubscribe_Response) GetCanSubscribe() bool

func (*CPublishedFile_CanSubscribe_Response) ProtoMessage

func (*CPublishedFile_CanSubscribe_Response) ProtoMessage()

func (*CPublishedFile_CanSubscribe_Response) Reset

func (*CPublishedFile_CanSubscribe_Response) String

type CPublishedFile_GetChangeHistoryEntry_Request

type CPublishedFile_GetChangeHistoryEntry_Request struct {
	Publishedfileid  *uint64 `protobuf:"fixed64,1,opt,name=publishedfileid" json:"publishedfileid,omitempty"`
	Timestamp        *uint32 `protobuf:"varint,2,opt,name=timestamp" json:"timestamp,omitempty"`
	Language         *int32  `protobuf:"varint,3,opt,name=language" json:"language,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CPublishedFile_GetChangeHistoryEntry_Request) Descriptor

func (*CPublishedFile_GetChangeHistoryEntry_Request) GetLanguage

func (*CPublishedFile_GetChangeHistoryEntry_Request) GetPublishedfileid

func (m *CPublishedFile_GetChangeHistoryEntry_Request) GetPublishedfileid() uint64

func (*CPublishedFile_GetChangeHistoryEntry_Request) GetTimestamp

func (*CPublishedFile_GetChangeHistoryEntry_Request) ProtoMessage

func (*CPublishedFile_GetChangeHistoryEntry_Request) Reset

func (*CPublishedFile_GetChangeHistoryEntry_Request) String

type CPublishedFile_GetChangeHistoryEntry_Response

type CPublishedFile_GetChangeHistoryEntry_Response struct {
	ChangeDescription *string `protobuf:"bytes,1,opt,name=change_description" json:"change_description,omitempty"`
	Language          *int32  `protobuf:"varint,2,opt,name=language" json:"language,omitempty"`
	XXX_unrecognized  []byte  `json:"-"`
}

func (*CPublishedFile_GetChangeHistoryEntry_Response) Descriptor

func (*CPublishedFile_GetChangeHistoryEntry_Response) GetChangeDescription

func (m *CPublishedFile_GetChangeHistoryEntry_Response) GetChangeDescription() string

func (*CPublishedFile_GetChangeHistoryEntry_Response) GetLanguage

func (*CPublishedFile_GetChangeHistoryEntry_Response) ProtoMessage

func (*CPublishedFile_GetChangeHistoryEntry_Response) Reset

func (*CPublishedFile_GetChangeHistoryEntry_Response) String

type CPublishedFile_GetChangeHistory_Request

type CPublishedFile_GetChangeHistory_Request struct {
	Publishedfileid  *uint64 `protobuf:"fixed64,1,opt,name=publishedfileid" json:"publishedfileid,omitempty"`
	TotalOnly        *bool   `protobuf:"varint,2,opt,name=total_only" json:"total_only,omitempty"`
	Startindex       *uint32 `protobuf:"varint,3,opt,name=startindex" json:"startindex,omitempty"`
	Count            *uint32 `protobuf:"varint,4,opt,name=count" json:"count,omitempty"`
	Language         *int32  `protobuf:"varint,5,opt,name=language,def=0" json:"language,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CPublishedFile_GetChangeHistory_Request) Descriptor

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

func (*CPublishedFile_GetChangeHistory_Request) GetCount

func (*CPublishedFile_GetChangeHistory_Request) GetLanguage

func (*CPublishedFile_GetChangeHistory_Request) GetPublishedfileid

func (m *CPublishedFile_GetChangeHistory_Request) GetPublishedfileid() uint64

func (*CPublishedFile_GetChangeHistory_Request) GetStartindex

func (*CPublishedFile_GetChangeHistory_Request) GetTotalOnly

func (*CPublishedFile_GetChangeHistory_Request) ProtoMessage

func (*CPublishedFile_GetChangeHistory_Request) Reset

func (*CPublishedFile_GetChangeHistory_Request) String

type CPublishedFile_GetChangeHistory_Response

type CPublishedFile_GetChangeHistory_Response struct {
	Changes          []*CPublishedFile_GetChangeHistory_Response_ChangeLog `protobuf:"bytes,1,rep,name=changes" json:"changes,omitempty"`
	Total            *uint32                                               `protobuf:"varint,2,opt,name=total" json:"total,omitempty"`
	XXX_unrecognized []byte                                                `json:"-"`
}

func (*CPublishedFile_GetChangeHistory_Response) Descriptor

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

func (*CPublishedFile_GetChangeHistory_Response) GetChanges

func (*CPublishedFile_GetChangeHistory_Response) GetTotal

func (*CPublishedFile_GetChangeHistory_Response) ProtoMessage

func (*CPublishedFile_GetChangeHistory_Response) Reset

func (*CPublishedFile_GetChangeHistory_Response) String

type CPublishedFile_GetChangeHistory_Response_ChangeLog

type CPublishedFile_GetChangeHistory_Response_ChangeLog struct {
	Timestamp         *uint32 `protobuf:"varint,1,opt,name=timestamp" json:"timestamp,omitempty"`
	ChangeDescription *string `protobuf:"bytes,2,opt,name=change_description" json:"change_description,omitempty"`
	Language          *int32  `protobuf:"varint,3,opt,name=language" json:"language,omitempty"`
	XXX_unrecognized  []byte  `json:"-"`
}

func (*CPublishedFile_GetChangeHistory_Response_ChangeLog) Descriptor

func (*CPublishedFile_GetChangeHistory_Response_ChangeLog) GetChangeDescription

func (*CPublishedFile_GetChangeHistory_Response_ChangeLog) GetLanguage

func (*CPublishedFile_GetChangeHistory_Response_ChangeLog) GetTimestamp

func (*CPublishedFile_GetChangeHistory_Response_ChangeLog) ProtoMessage

func (*CPublishedFile_GetChangeHistory_Response_ChangeLog) Reset

func (*CPublishedFile_GetChangeHistory_Response_ChangeLog) String

type CPublishedFile_GetDetails_Request

type CPublishedFile_GetDetails_Request struct {
	Publishedfileids          []uint64 `protobuf:"fixed64,1,rep,name=publishedfileids" json:"publishedfileids,omitempty"`
	Includetags               *bool    `protobuf:"varint,2,opt,name=includetags" json:"includetags,omitempty"`
	Includeadditionalpreviews *bool    `protobuf:"varint,3,opt,name=includeadditionalpreviews" json:"includeadditionalpreviews,omitempty"`
	Includechildren           *bool    `protobuf:"varint,4,opt,name=includechildren" json:"includechildren,omitempty"`
	Includekvtags             *bool    `protobuf:"varint,5,opt,name=includekvtags" json:"includekvtags,omitempty"`
	Includevotes              *bool    `protobuf:"varint,6,opt,name=includevotes" json:"includevotes,omitempty"`
	ShortDescription          *bool    `protobuf:"varint,8,opt,name=short_description" json:"short_description,omitempty"`
	Includeforsaledata        *bool    `protobuf:"varint,10,opt,name=includeforsaledata" json:"includeforsaledata,omitempty"`
	Includemetadata           *bool    `protobuf:"varint,11,opt,name=includemetadata" json:"includemetadata,omitempty"`
	Language                  *int32   `protobuf:"varint,12,opt,name=language,def=0" json:"language,omitempty"`
	XXX_unrecognized          []byte   `json:"-"`
}

func (*CPublishedFile_GetDetails_Request) Descriptor

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

func (*CPublishedFile_GetDetails_Request) GetIncludeadditionalpreviews

func (m *CPublishedFile_GetDetails_Request) GetIncludeadditionalpreviews() bool

func (*CPublishedFile_GetDetails_Request) GetIncludechildren

func (m *CPublishedFile_GetDetails_Request) GetIncludechildren() bool

func (*CPublishedFile_GetDetails_Request) GetIncludeforsaledata

func (m *CPublishedFile_GetDetails_Request) GetIncludeforsaledata() bool

func (*CPublishedFile_GetDetails_Request) GetIncludekvtags

func (m *CPublishedFile_GetDetails_Request) GetIncludekvtags() bool

func (*CPublishedFile_GetDetails_Request) GetIncludemetadata

func (m *CPublishedFile_GetDetails_Request) GetIncludemetadata() bool

func (*CPublishedFile_GetDetails_Request) GetIncludetags

func (m *CPublishedFile_GetDetails_Request) GetIncludetags() bool

func (*CPublishedFile_GetDetails_Request) GetIncludevotes

func (m *CPublishedFile_GetDetails_Request) GetIncludevotes() bool

func (*CPublishedFile_GetDetails_Request) GetLanguage

func (m *CPublishedFile_GetDetails_Request) GetLanguage() int32

func (*CPublishedFile_GetDetails_Request) GetPublishedfileids

func (m *CPublishedFile_GetDetails_Request) GetPublishedfileids() []uint64

func (*CPublishedFile_GetDetails_Request) GetShortDescription

func (m *CPublishedFile_GetDetails_Request) GetShortDescription() bool

func (*CPublishedFile_GetDetails_Request) ProtoMessage

func (*CPublishedFile_GetDetails_Request) ProtoMessage()

func (*CPublishedFile_GetDetails_Request) Reset

func (*CPublishedFile_GetDetails_Request) String

type CPublishedFile_GetDetails_Response

type CPublishedFile_GetDetails_Response struct {
	Publishedfiledetails []*PublishedFileDetails `protobuf:"bytes,1,rep,name=publishedfiledetails" json:"publishedfiledetails,omitempty"`
	XXX_unrecognized     []byte                  `json:"-"`
}

func (*CPublishedFile_GetDetails_Response) Descriptor

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

func (*CPublishedFile_GetDetails_Response) GetPublishedfiledetails

func (m *CPublishedFile_GetDetails_Response) GetPublishedfiledetails() []*PublishedFileDetails

func (*CPublishedFile_GetDetails_Response) ProtoMessage

func (*CPublishedFile_GetDetails_Response) ProtoMessage()

func (*CPublishedFile_GetDetails_Response) Reset

func (*CPublishedFile_GetDetails_Response) String

type CPublishedFile_GetItemInfo_Request

type CPublishedFile_GetItemInfo_Request struct {
	AppId            *uint32                                            `protobuf:"varint,1,opt,name=app_id" json:"app_id,omitempty"`
	LastTimeUpdated  *uint32                                            `protobuf:"varint,2,opt,name=last_time_updated" json:"last_time_updated,omitempty"`
	WorkshopItems    []*CPublishedFile_GetItemInfo_Request_WorkshopItem `protobuf:"bytes,3,rep,name=workshop_items" json:"workshop_items,omitempty"`
	XXX_unrecognized []byte                                             `json:"-"`
}

func (*CPublishedFile_GetItemInfo_Request) Descriptor

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

func (*CPublishedFile_GetItemInfo_Request) GetAppId

func (*CPublishedFile_GetItemInfo_Request) GetLastTimeUpdated

func (m *CPublishedFile_GetItemInfo_Request) GetLastTimeUpdated() uint32

func (*CPublishedFile_GetItemInfo_Request) GetWorkshopItems

func (*CPublishedFile_GetItemInfo_Request) ProtoMessage

func (*CPublishedFile_GetItemInfo_Request) ProtoMessage()

func (*CPublishedFile_GetItemInfo_Request) Reset

func (*CPublishedFile_GetItemInfo_Request) String

type CPublishedFile_GetItemInfo_Request_WorkshopItem

type CPublishedFile_GetItemInfo_Request_WorkshopItem struct {
	PublishedFileId  *uint64 `protobuf:"fixed64,1,opt,name=published_file_id" json:"published_file_id,omitempty"`
	TimeUpdated      *uint32 `protobuf:"varint,2,opt,name=time_updated" json:"time_updated,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CPublishedFile_GetItemInfo_Request_WorkshopItem) Descriptor

func (*CPublishedFile_GetItemInfo_Request_WorkshopItem) GetPublishedFileId

func (*CPublishedFile_GetItemInfo_Request_WorkshopItem) GetTimeUpdated

func (*CPublishedFile_GetItemInfo_Request_WorkshopItem) ProtoMessage

func (*CPublishedFile_GetItemInfo_Request_WorkshopItem) Reset

func (*CPublishedFile_GetItemInfo_Request_WorkshopItem) String

type CPublishedFile_GetItemInfo_Response

type CPublishedFile_GetItemInfo_Response struct {
	UpdateTime       *uint32                                                 `protobuf:"varint,1,opt,name=update_time" json:"update_time,omitempty"`
	WorkshopItems    []*CPublishedFile_GetItemInfo_Response_WorkshopItemInfo `protobuf:"bytes,2,rep,name=workshop_items" json:"workshop_items,omitempty"`
	XXX_unrecognized []byte                                                  `json:"-"`
}

func (*CPublishedFile_GetItemInfo_Response) Descriptor

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

func (*CPublishedFile_GetItemInfo_Response) GetUpdateTime

func (m *CPublishedFile_GetItemInfo_Response) GetUpdateTime() uint32

func (*CPublishedFile_GetItemInfo_Response) GetWorkshopItems

func (*CPublishedFile_GetItemInfo_Response) ProtoMessage

func (*CPublishedFile_GetItemInfo_Response) ProtoMessage()

func (*CPublishedFile_GetItemInfo_Response) Reset

func (*CPublishedFile_GetItemInfo_Response) String

type CPublishedFile_GetItemInfo_Response_WorkshopItemInfo

type CPublishedFile_GetItemInfo_Response_WorkshopItemInfo struct {
	PublishedFileId  *uint64 `protobuf:"fixed64,1,opt,name=published_file_id" json:"published_file_id,omitempty"`
	TimeUpdated      *uint32 `protobuf:"varint,2,opt,name=time_updated" json:"time_updated,omitempty"`
	ManifestId       *uint64 `protobuf:"fixed64,3,opt,name=manifest_id" json:"manifest_id,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CPublishedFile_GetItemInfo_Response_WorkshopItemInfo) Descriptor

func (*CPublishedFile_GetItemInfo_Response_WorkshopItemInfo) GetManifestId

func (*CPublishedFile_GetItemInfo_Response_WorkshopItemInfo) GetPublishedFileId

func (*CPublishedFile_GetItemInfo_Response_WorkshopItemInfo) GetTimeUpdated

func (*CPublishedFile_GetItemInfo_Response_WorkshopItemInfo) ProtoMessage

func (*CPublishedFile_GetItemInfo_Response_WorkshopItemInfo) Reset

func (*CPublishedFile_GetItemInfo_Response_WorkshopItemInfo) String

type CPublishedFile_GetUserFiles_Request

type CPublishedFile_GetUserFiles_Request struct {
	Steamid                *uint64                                      `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	Appid                  *uint32                                      `protobuf:"varint,2,opt,name=appid" json:"appid,omitempty"`
	Page                   *uint32                                      `protobuf:"varint,4,opt,name=page,def=1" json:"page,omitempty"`
	Numperpage             *uint32                                      `protobuf:"varint,5,opt,name=numperpage,def=1" json:"numperpage,omitempty"`
	Type                   *string                                      `protobuf:"bytes,6,opt,name=type,def=myfiles" json:"type,omitempty"`
	Sortmethod             *string                                      `protobuf:"bytes,7,opt,name=sortmethod,def=lastupdated" json:"sortmethod,omitempty"`
	Privacy                *uint32                                      `protobuf:"varint,9,opt,name=privacy" json:"privacy,omitempty"`
	Requiredtags           []string                                     `protobuf:"bytes,10,rep,name=requiredtags" json:"requiredtags,omitempty"`
	Excludedtags           []string                                     `protobuf:"bytes,11,rep,name=excludedtags" json:"excludedtags,omitempty"`
	RequiredKvTags         []*CPublishedFile_GetUserFiles_Request_KVTag `protobuf:"bytes,30,rep,name=required_kv_tags" json:"required_kv_tags,omitempty"`
	Filetype               *uint32                                      `protobuf:"varint,14,opt,name=filetype" json:"filetype,omitempty"`
	CreatorAppid           *uint32                                      `protobuf:"varint,15,opt,name=creator_appid" json:"creator_appid,omitempty"`
	MatchCloudFilename     *string                                      `protobuf:"bytes,16,opt,name=match_cloud_filename" json:"match_cloud_filename,omitempty"`
	CacheMaxAgeSeconds     *uint32                                      `protobuf:"varint,27,opt,name=cache_max_age_seconds,def=0" json:"cache_max_age_seconds,omitempty"`
	Language               *int32                                       `protobuf:"varint,29,opt,name=language,def=0" json:"language,omitempty"`
	Totalonly              *bool                                        `protobuf:"varint,17,opt,name=totalonly" json:"totalonly,omitempty"`
	IdsOnly                *bool                                        `protobuf:"varint,18,opt,name=ids_only" json:"ids_only,omitempty"`
	ReturnVoteData         *bool                                        `protobuf:"varint,19,opt,name=return_vote_data,def=1" json:"return_vote_data,omitempty"`
	ReturnTags             *bool                                        `protobuf:"varint,20,opt,name=return_tags" json:"return_tags,omitempty"`
	ReturnKvTags           *bool                                        `protobuf:"varint,21,opt,name=return_kv_tags,def=1" json:"return_kv_tags,omitempty"`
	ReturnPreviews         *bool                                        `protobuf:"varint,22,opt,name=return_previews" json:"return_previews,omitempty"`
	ReturnChildren         *bool                                        `protobuf:"varint,23,opt,name=return_children" json:"return_children,omitempty"`
	ReturnShortDescription *bool                                        `protobuf:"varint,24,opt,name=return_short_description,def=1" json:"return_short_description,omitempty"`
	ReturnForSaleData      *bool                                        `protobuf:"varint,26,opt,name=return_for_sale_data" json:"return_for_sale_data,omitempty"`
	ReturnMetadata         *bool                                        `protobuf:"varint,28,opt,name=return_metadata,def=0" json:"return_metadata,omitempty"`
	XXX_unrecognized       []byte                                       `json:"-"`
}

func (*CPublishedFile_GetUserFiles_Request) Descriptor

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

func (*CPublishedFile_GetUserFiles_Request) GetAppid

func (*CPublishedFile_GetUserFiles_Request) GetCacheMaxAgeSeconds

func (m *CPublishedFile_GetUserFiles_Request) GetCacheMaxAgeSeconds() uint32

func (*CPublishedFile_GetUserFiles_Request) GetCreatorAppid

func (m *CPublishedFile_GetUserFiles_Request) GetCreatorAppid() uint32

func (*CPublishedFile_GetUserFiles_Request) GetExcludedtags

func (m *CPublishedFile_GetUserFiles_Request) GetExcludedtags() []string

func (*CPublishedFile_GetUserFiles_Request) GetFiletype

func (*CPublishedFile_GetUserFiles_Request) GetIdsOnly

func (m *CPublishedFile_GetUserFiles_Request) GetIdsOnly() bool

func (*CPublishedFile_GetUserFiles_Request) GetLanguage

func (m *CPublishedFile_GetUserFiles_Request) GetLanguage() int32

func (*CPublishedFile_GetUserFiles_Request) GetMatchCloudFilename

func (m *CPublishedFile_GetUserFiles_Request) GetMatchCloudFilename() string

func (*CPublishedFile_GetUserFiles_Request) GetNumperpage

func (m *CPublishedFile_GetUserFiles_Request) GetNumperpage() uint32

func (*CPublishedFile_GetUserFiles_Request) GetPage

func (*CPublishedFile_GetUserFiles_Request) GetPrivacy

func (*CPublishedFile_GetUserFiles_Request) GetRequiredKvTags

func (*CPublishedFile_GetUserFiles_Request) GetRequiredtags

func (m *CPublishedFile_GetUserFiles_Request) GetRequiredtags() []string

func (*CPublishedFile_GetUserFiles_Request) GetReturnChildren

func (m *CPublishedFile_GetUserFiles_Request) GetReturnChildren() bool

func (*CPublishedFile_GetUserFiles_Request) GetReturnForSaleData

func (m *CPublishedFile_GetUserFiles_Request) GetReturnForSaleData() bool

func (*CPublishedFile_GetUserFiles_Request) GetReturnKvTags

func (m *CPublishedFile_GetUserFiles_Request) GetReturnKvTags() bool

func (*CPublishedFile_GetUserFiles_Request) GetReturnMetadata

func (m *CPublishedFile_GetUserFiles_Request) GetReturnMetadata() bool

func (*CPublishedFile_GetUserFiles_Request) GetReturnPreviews

func (m *CPublishedFile_GetUserFiles_Request) GetReturnPreviews() bool

func (*CPublishedFile_GetUserFiles_Request) GetReturnShortDescription

func (m *CPublishedFile_GetUserFiles_Request) GetReturnShortDescription() bool

func (*CPublishedFile_GetUserFiles_Request) GetReturnTags

func (m *CPublishedFile_GetUserFiles_Request) GetReturnTags() bool

func (*CPublishedFile_GetUserFiles_Request) GetReturnVoteData

func (m *CPublishedFile_GetUserFiles_Request) GetReturnVoteData() bool

func (*CPublishedFile_GetUserFiles_Request) GetSortmethod

func (m *CPublishedFile_GetUserFiles_Request) GetSortmethod() string

func (*CPublishedFile_GetUserFiles_Request) GetSteamid

func (*CPublishedFile_GetUserFiles_Request) GetTotalonly

func (m *CPublishedFile_GetUserFiles_Request) GetTotalonly() bool

func (*CPublishedFile_GetUserFiles_Request) GetType

func (*CPublishedFile_GetUserFiles_Request) ProtoMessage

func (*CPublishedFile_GetUserFiles_Request) ProtoMessage()

func (*CPublishedFile_GetUserFiles_Request) Reset

func (*CPublishedFile_GetUserFiles_Request) String

type CPublishedFile_GetUserFiles_Request_KVTag

type CPublishedFile_GetUserFiles_Request_KVTag struct {
	Key              *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Value            *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CPublishedFile_GetUserFiles_Request_KVTag) Descriptor

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

func (*CPublishedFile_GetUserFiles_Request_KVTag) GetKey

func (*CPublishedFile_GetUserFiles_Request_KVTag) GetValue

func (*CPublishedFile_GetUserFiles_Request_KVTag) ProtoMessage

func (*CPublishedFile_GetUserFiles_Request_KVTag) Reset

func (*CPublishedFile_GetUserFiles_Request_KVTag) String

type CPublishedFile_GetUserFiles_Response

type CPublishedFile_GetUserFiles_Response struct {
	Total                *uint32                                     `protobuf:"varint,1,opt,name=total" json:"total,omitempty"`
	Startindex           *uint32                                     `protobuf:"varint,2,opt,name=startindex" json:"startindex,omitempty"`
	Publishedfiledetails []*PublishedFileDetails                     `protobuf:"bytes,3,rep,name=publishedfiledetails" json:"publishedfiledetails,omitempty"`
	Apps                 []*CPublishedFile_GetUserFiles_Response_App `protobuf:"bytes,4,rep,name=apps" json:"apps,omitempty"`
	XXX_unrecognized     []byte                                      `json:"-"`
}

func (*CPublishedFile_GetUserFiles_Response) Descriptor

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

func (*CPublishedFile_GetUserFiles_Response) GetApps

func (*CPublishedFile_GetUserFiles_Response) GetPublishedfiledetails

func (m *CPublishedFile_GetUserFiles_Response) GetPublishedfiledetails() []*PublishedFileDetails

func (*CPublishedFile_GetUserFiles_Response) GetStartindex

func (m *CPublishedFile_GetUserFiles_Response) GetStartindex() uint32

func (*CPublishedFile_GetUserFiles_Response) GetTotal

func (*CPublishedFile_GetUserFiles_Response) ProtoMessage

func (*CPublishedFile_GetUserFiles_Response) ProtoMessage()

func (*CPublishedFile_GetUserFiles_Response) Reset

func (*CPublishedFile_GetUserFiles_Response) String

type CPublishedFile_GetUserFiles_Response_App

type CPublishedFile_GetUserFiles_Response_App struct {
	Appid            *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	Name             *string `protobuf:"bytes,2,opt,name=name" json:"name,omitempty"`
	Shortcutid       *uint32 `protobuf:"varint,3,opt,name=shortcutid" json:"shortcutid,omitempty"`
	Private          *bool   `protobuf:"varint,4,opt,name=private" json:"private,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CPublishedFile_GetUserFiles_Response_App) Descriptor

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

func (*CPublishedFile_GetUserFiles_Response_App) GetAppid

func (*CPublishedFile_GetUserFiles_Response_App) GetName

func (*CPublishedFile_GetUserFiles_Response_App) GetPrivate

func (*CPublishedFile_GetUserFiles_Response_App) GetShortcutid

func (*CPublishedFile_GetUserFiles_Response_App) ProtoMessage

func (*CPublishedFile_GetUserFiles_Response_App) Reset

func (*CPublishedFile_GetUserFiles_Response_App) String

type CPublishedFile_Publish_Request

type CPublishedFile_Publish_Request struct {
	Appid                *uint32  `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	ConsumerAppid        *uint32  `protobuf:"varint,2,opt,name=consumer_appid" json:"consumer_appid,omitempty"`
	Cloudfilename        *string  `protobuf:"bytes,3,opt,name=cloudfilename" json:"cloudfilename,omitempty"`
	PreviewCloudfilename *string  `protobuf:"bytes,4,opt,name=preview_cloudfilename" json:"preview_cloudfilename,omitempty"`
	Title                *string  `protobuf:"bytes,5,opt,name=title" json:"title,omitempty"`
	FileDescription      *string  `protobuf:"bytes,6,opt,name=file_description" json:"file_description,omitempty"`
	FileType             *uint32  `protobuf:"varint,7,opt,name=file_type" json:"file_type,omitempty"`
	ConsumerShortcutName *string  `protobuf:"bytes,8,opt,name=consumer_shortcut_name" json:"consumer_shortcut_name,omitempty"`
	YoutubeUsername      *string  `protobuf:"bytes,9,opt,name=youtube_username" json:"youtube_username,omitempty"`
	YoutubeVideoid       *string  `protobuf:"bytes,10,opt,name=youtube_videoid" json:"youtube_videoid,omitempty"`
	Visibility           *uint32  `protobuf:"varint,11,opt,name=visibility" json:"visibility,omitempty"`
	RedirectUri          *string  `protobuf:"bytes,12,opt,name=redirect_uri" json:"redirect_uri,omitempty"`
	Tags                 []string `protobuf:"bytes,13,rep,name=tags" json:"tags,omitempty"`
	CollectionType       *string  `protobuf:"bytes,14,opt,name=collection_type" json:"collection_type,omitempty"`
	GameType             *string  `protobuf:"bytes,15,opt,name=game_type" json:"game_type,omitempty"`
	Url                  *string  `protobuf:"bytes,16,opt,name=url" json:"url,omitempty"`
	XXX_unrecognized     []byte   `json:"-"`
}

func (*CPublishedFile_Publish_Request) Descriptor

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

func (*CPublishedFile_Publish_Request) GetAppid

func (m *CPublishedFile_Publish_Request) GetAppid() uint32

func (*CPublishedFile_Publish_Request) GetCloudfilename

func (m *CPublishedFile_Publish_Request) GetCloudfilename() string

func (*CPublishedFile_Publish_Request) GetCollectionType

func (m *CPublishedFile_Publish_Request) GetCollectionType() string

func (*CPublishedFile_Publish_Request) GetConsumerAppid

func (m *CPublishedFile_Publish_Request) GetConsumerAppid() uint32

func (*CPublishedFile_Publish_Request) GetConsumerShortcutName

func (m *CPublishedFile_Publish_Request) GetConsumerShortcutName() string

func (*CPublishedFile_Publish_Request) GetFileDescription

func (m *CPublishedFile_Publish_Request) GetFileDescription() string

func (*CPublishedFile_Publish_Request) GetFileType

func (m *CPublishedFile_Publish_Request) GetFileType() uint32

func (*CPublishedFile_Publish_Request) GetGameType

func (m *CPublishedFile_Publish_Request) GetGameType() string

func (*CPublishedFile_Publish_Request) GetPreviewCloudfilename

func (m *CPublishedFile_Publish_Request) GetPreviewCloudfilename() string

func (*CPublishedFile_Publish_Request) GetRedirectUri

func (m *CPublishedFile_Publish_Request) GetRedirectUri() string

func (*CPublishedFile_Publish_Request) GetTags

func (m *CPublishedFile_Publish_Request) GetTags() []string

func (*CPublishedFile_Publish_Request) GetTitle

func (m *CPublishedFile_Publish_Request) GetTitle() string

func (*CPublishedFile_Publish_Request) GetUrl

func (*CPublishedFile_Publish_Request) GetVisibility

func (m *CPublishedFile_Publish_Request) GetVisibility() uint32

func (*CPublishedFile_Publish_Request) GetYoutubeUsername

func (m *CPublishedFile_Publish_Request) GetYoutubeUsername() string

func (*CPublishedFile_Publish_Request) GetYoutubeVideoid

func (m *CPublishedFile_Publish_Request) GetYoutubeVideoid() string

func (*CPublishedFile_Publish_Request) ProtoMessage

func (*CPublishedFile_Publish_Request) ProtoMessage()

func (*CPublishedFile_Publish_Request) Reset

func (m *CPublishedFile_Publish_Request) Reset()

func (*CPublishedFile_Publish_Request) String

type CPublishedFile_Publish_Response

type CPublishedFile_Publish_Response struct {
	Publishedfileid  *uint64 `protobuf:"varint,1,opt,name=publishedfileid" json:"publishedfileid,omitempty"`
	RedirectUri      *string `protobuf:"bytes,2,opt,name=redirect_uri" json:"redirect_uri,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CPublishedFile_Publish_Response) Descriptor

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

func (*CPublishedFile_Publish_Response) GetPublishedfileid

func (m *CPublishedFile_Publish_Response) GetPublishedfileid() uint64

func (*CPublishedFile_Publish_Response) GetRedirectUri

func (m *CPublishedFile_Publish_Response) GetRedirectUri() string

func (*CPublishedFile_Publish_Response) ProtoMessage

func (*CPublishedFile_Publish_Response) ProtoMessage()

func (*CPublishedFile_Publish_Response) Reset

func (*CPublishedFile_Publish_Response) String

type CPublishedFile_QueryFiles_Request

type CPublishedFile_QueryFiles_Request struct {
	QueryType              *uint32                                    `protobuf:"varint,1,opt,name=query_type" json:"query_type,omitempty"`
	Page                   *uint32                                    `protobuf:"varint,2,opt,name=page" json:"page,omitempty"`
	Numperpage             *uint32                                    `protobuf:"varint,3,opt,name=numperpage,def=1" json:"numperpage,omitempty"`
	CreatorAppid           *uint32                                    `protobuf:"varint,4,opt,name=creator_appid" json:"creator_appid,omitempty"`
	Appid                  *uint32                                    `protobuf:"varint,5,opt,name=appid" json:"appid,omitempty"`
	Requiredtags           []string                                   `protobuf:"bytes,6,rep,name=requiredtags" json:"requiredtags,omitempty"`
	Excludedtags           []string                                   `protobuf:"bytes,7,rep,name=excludedtags" json:"excludedtags,omitempty"`
	MatchAllTags           *bool                                      `protobuf:"varint,8,opt,name=match_all_tags,def=1" json:"match_all_tags,omitempty"`
	RequiredFlags          []string                                   `protobuf:"bytes,9,rep,name=required_flags" json:"required_flags,omitempty"`
	OmittedFlags           []string                                   `protobuf:"bytes,10,rep,name=omitted_flags" json:"omitted_flags,omitempty"`
	SearchText             *string                                    `protobuf:"bytes,11,opt,name=search_text" json:"search_text,omitempty"`
	Filetype               *uint32                                    `protobuf:"varint,12,opt,name=filetype" json:"filetype,omitempty"`
	ChildPublishedfileid   *uint64                                    `protobuf:"fixed64,13,opt,name=child_publishedfileid" json:"child_publishedfileid,omitempty"`
	Days                   *uint32                                    `protobuf:"varint,14,opt,name=days" json:"days,omitempty"`
	IncludeRecentVotesOnly *bool                                      `protobuf:"varint,15,opt,name=include_recent_votes_only" json:"include_recent_votes_only,omitempty"`
	CacheMaxAgeSeconds     *uint32                                    `protobuf:"varint,31,opt,name=cache_max_age_seconds,def=0" json:"cache_max_age_seconds,omitempty"`
	Language               *int32                                     `protobuf:"varint,33,opt,name=language,def=0" json:"language,omitempty"`
	RequiredKvTags         []*CPublishedFile_QueryFiles_Request_KVTag `protobuf:"bytes,34,rep,name=required_kv_tags" json:"required_kv_tags,omitempty"`
	Totalonly              *bool                                      `protobuf:"varint,16,opt,name=totalonly" json:"totalonly,omitempty"`
	ReturnVoteData         *bool                                      `protobuf:"varint,17,opt,name=return_vote_data" json:"return_vote_data,omitempty"`
	ReturnTags             *bool                                      `protobuf:"varint,18,opt,name=return_tags" json:"return_tags,omitempty"`
	ReturnKvTags           *bool                                      `protobuf:"varint,19,opt,name=return_kv_tags" json:"return_kv_tags,omitempty"`
	ReturnPreviews         *bool                                      `protobuf:"varint,20,opt,name=return_previews" json:"return_previews,omitempty"`
	ReturnChildren         *bool                                      `protobuf:"varint,21,opt,name=return_children" json:"return_children,omitempty"`
	ReturnShortDescription *bool                                      `protobuf:"varint,22,opt,name=return_short_description" json:"return_short_description,omitempty"`
	ReturnForSaleData      *bool                                      `protobuf:"varint,30,opt,name=return_for_sale_data" json:"return_for_sale_data,omitempty"`
	ReturnMetadata         *bool                                      `protobuf:"varint,32,opt,name=return_metadata,def=0" json:"return_metadata,omitempty"`
	XXX_unrecognized       []byte                                     `json:"-"`
}

func (*CPublishedFile_QueryFiles_Request) Descriptor

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

func (*CPublishedFile_QueryFiles_Request) GetAppid

func (*CPublishedFile_QueryFiles_Request) GetCacheMaxAgeSeconds

func (m *CPublishedFile_QueryFiles_Request) GetCacheMaxAgeSeconds() uint32

func (*CPublishedFile_QueryFiles_Request) GetChildPublishedfileid

func (m *CPublishedFile_QueryFiles_Request) GetChildPublishedfileid() uint64

func (*CPublishedFile_QueryFiles_Request) GetCreatorAppid

func (m *CPublishedFile_QueryFiles_Request) GetCreatorAppid() uint32

func (*CPublishedFile_QueryFiles_Request) GetDays

func (*CPublishedFile_QueryFiles_Request) GetExcludedtags

func (m *CPublishedFile_QueryFiles_Request) GetExcludedtags() []string

func (*CPublishedFile_QueryFiles_Request) GetFiletype

func (m *CPublishedFile_QueryFiles_Request) GetFiletype() uint32

func (*CPublishedFile_QueryFiles_Request) GetIncludeRecentVotesOnly

func (m *CPublishedFile_QueryFiles_Request) GetIncludeRecentVotesOnly() bool

func (*CPublishedFile_QueryFiles_Request) GetLanguage

func (m *CPublishedFile_QueryFiles_Request) GetLanguage() int32

func (*CPublishedFile_QueryFiles_Request) GetMatchAllTags

func (m *CPublishedFile_QueryFiles_Request) GetMatchAllTags() bool

func (*CPublishedFile_QueryFiles_Request) GetNumperpage

func (m *CPublishedFile_QueryFiles_Request) GetNumperpage() uint32

func (*CPublishedFile_QueryFiles_Request) GetOmittedFlags

func (m *CPublishedFile_QueryFiles_Request) GetOmittedFlags() []string

func (*CPublishedFile_QueryFiles_Request) GetPage

func (*CPublishedFile_QueryFiles_Request) GetQueryType

func (m *CPublishedFile_QueryFiles_Request) GetQueryType() uint32

func (*CPublishedFile_QueryFiles_Request) GetRequiredFlags

func (m *CPublishedFile_QueryFiles_Request) GetRequiredFlags() []string

func (*CPublishedFile_QueryFiles_Request) GetRequiredKvTags

func (*CPublishedFile_QueryFiles_Request) GetRequiredtags

func (m *CPublishedFile_QueryFiles_Request) GetRequiredtags() []string

func (*CPublishedFile_QueryFiles_Request) GetReturnChildren

func (m *CPublishedFile_QueryFiles_Request) GetReturnChildren() bool

func (*CPublishedFile_QueryFiles_Request) GetReturnForSaleData

func (m *CPublishedFile_QueryFiles_Request) GetReturnForSaleData() bool

func (*CPublishedFile_QueryFiles_Request) GetReturnKvTags

func (m *CPublishedFile_QueryFiles_Request) GetReturnKvTags() bool

func (*CPublishedFile_QueryFiles_Request) GetReturnMetadata

func (m *CPublishedFile_QueryFiles_Request) GetReturnMetadata() bool

func (*CPublishedFile_QueryFiles_Request) GetReturnPreviews

func (m *CPublishedFile_QueryFiles_Request) GetReturnPreviews() bool

func (*CPublishedFile_QueryFiles_Request) GetReturnShortDescription

func (m *CPublishedFile_QueryFiles_Request) GetReturnShortDescription() bool

func (*CPublishedFile_QueryFiles_Request) GetReturnTags

func (m *CPublishedFile_QueryFiles_Request) GetReturnTags() bool

func (*CPublishedFile_QueryFiles_Request) GetReturnVoteData

func (m *CPublishedFile_QueryFiles_Request) GetReturnVoteData() bool

func (*CPublishedFile_QueryFiles_Request) GetSearchText

func (m *CPublishedFile_QueryFiles_Request) GetSearchText() string

func (*CPublishedFile_QueryFiles_Request) GetTotalonly

func (m *CPublishedFile_QueryFiles_Request) GetTotalonly() bool

func (*CPublishedFile_QueryFiles_Request) ProtoMessage

func (*CPublishedFile_QueryFiles_Request) ProtoMessage()

func (*CPublishedFile_QueryFiles_Request) Reset

func (*CPublishedFile_QueryFiles_Request) String

type CPublishedFile_QueryFiles_Request_KVTag

type CPublishedFile_QueryFiles_Request_KVTag struct {
	Key              *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Value            *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CPublishedFile_QueryFiles_Request_KVTag) Descriptor

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

func (*CPublishedFile_QueryFiles_Request_KVTag) GetKey

func (*CPublishedFile_QueryFiles_Request_KVTag) GetValue

func (*CPublishedFile_QueryFiles_Request_KVTag) ProtoMessage

func (*CPublishedFile_QueryFiles_Request_KVTag) Reset

func (*CPublishedFile_QueryFiles_Request_KVTag) String

type CPublishedFile_QueryFiles_Response

type CPublishedFile_QueryFiles_Response struct {
	Total                *uint32                 `protobuf:"varint,1,opt,name=total" json:"total,omitempty"`
	Publishedfiledetails []*PublishedFileDetails `protobuf:"bytes,2,rep,name=publishedfiledetails" json:"publishedfiledetails,omitempty"`
	XXX_unrecognized     []byte                  `json:"-"`
}

func (*CPublishedFile_QueryFiles_Response) Descriptor

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

func (*CPublishedFile_QueryFiles_Response) GetPublishedfiledetails

func (m *CPublishedFile_QueryFiles_Response) GetPublishedfiledetails() []*PublishedFileDetails

func (*CPublishedFile_QueryFiles_Response) GetTotal

func (*CPublishedFile_QueryFiles_Response) ProtoMessage

func (*CPublishedFile_QueryFiles_Response) ProtoMessage()

func (*CPublishedFile_QueryFiles_Response) Reset

func (*CPublishedFile_QueryFiles_Response) String

type CPublishedFile_RefreshVotingQueue_Request

type CPublishedFile_RefreshVotingQueue_Request struct {
	Appid            *uint32  `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	MatchingFileType *uint32  `protobuf:"varint,2,opt,name=matching_file_type" json:"matching_file_type,omitempty"`
	Tags             []string `protobuf:"bytes,3,rep,name=tags" json:"tags,omitempty"`
	MatchAllTags     *bool    `protobuf:"varint,4,opt,name=match_all_tags,def=1" json:"match_all_tags,omitempty"`
	ExcludedTags     []string `protobuf:"bytes,5,rep,name=excluded_tags" json:"excluded_tags,omitempty"`
	DesiredQueueSize *uint32  `protobuf:"varint,6,opt,name=desired_queue_size" json:"desired_queue_size,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CPublishedFile_RefreshVotingQueue_Request) Descriptor

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

func (*CPublishedFile_RefreshVotingQueue_Request) GetAppid

func (*CPublishedFile_RefreshVotingQueue_Request) GetDesiredQueueSize

func (m *CPublishedFile_RefreshVotingQueue_Request) GetDesiredQueueSize() uint32

func (*CPublishedFile_RefreshVotingQueue_Request) GetExcludedTags

func (m *CPublishedFile_RefreshVotingQueue_Request) GetExcludedTags() []string

func (*CPublishedFile_RefreshVotingQueue_Request) GetMatchAllTags

func (m *CPublishedFile_RefreshVotingQueue_Request) GetMatchAllTags() bool

func (*CPublishedFile_RefreshVotingQueue_Request) GetMatchingFileType

func (m *CPublishedFile_RefreshVotingQueue_Request) GetMatchingFileType() uint32

func (*CPublishedFile_RefreshVotingQueue_Request) GetTags

func (*CPublishedFile_RefreshVotingQueue_Request) ProtoMessage

func (*CPublishedFile_RefreshVotingQueue_Request) Reset

func (*CPublishedFile_RefreshVotingQueue_Request) String

type CPublishedFile_RefreshVotingQueue_Response

type CPublishedFile_RefreshVotingQueue_Response struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CPublishedFile_RefreshVotingQueue_Response) Descriptor

func (*CPublishedFile_RefreshVotingQueue_Response) ProtoMessage

func (*CPublishedFile_RefreshVotingQueue_Response) Reset

func (*CPublishedFile_RefreshVotingQueue_Response) String

type CPublishedFile_Subscribe_Request

type CPublishedFile_Subscribe_Request struct {
	Publishedfileid  *uint64 `protobuf:"varint,1,opt,name=publishedfileid" json:"publishedfileid,omitempty"`
	ListType         *uint32 `protobuf:"varint,2,opt,name=list_type" json:"list_type,omitempty"`
	Appid            *int32  `protobuf:"varint,3,opt,name=appid" json:"appid,omitempty"`
	NotifyClient     *bool   `protobuf:"varint,4,opt,name=notify_client" json:"notify_client,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CPublishedFile_Subscribe_Request) Descriptor

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

func (*CPublishedFile_Subscribe_Request) GetAppid

func (*CPublishedFile_Subscribe_Request) GetListType

func (m *CPublishedFile_Subscribe_Request) GetListType() uint32

func (*CPublishedFile_Subscribe_Request) GetNotifyClient

func (m *CPublishedFile_Subscribe_Request) GetNotifyClient() bool

func (*CPublishedFile_Subscribe_Request) GetPublishedfileid

func (m *CPublishedFile_Subscribe_Request) GetPublishedfileid() uint64

func (*CPublishedFile_Subscribe_Request) ProtoMessage

func (*CPublishedFile_Subscribe_Request) ProtoMessage()

func (*CPublishedFile_Subscribe_Request) Reset

func (*CPublishedFile_Subscribe_Request) String

type CPublishedFile_Subscribe_Response

type CPublishedFile_Subscribe_Response struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CPublishedFile_Subscribe_Response) Descriptor

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

func (*CPublishedFile_Subscribe_Response) ProtoMessage

func (*CPublishedFile_Subscribe_Response) ProtoMessage()

func (*CPublishedFile_Subscribe_Response) Reset

func (*CPublishedFile_Subscribe_Response) String

type CPublishedFile_Unsubscribe_Request

type CPublishedFile_Unsubscribe_Request struct {
	Publishedfileid  *uint64 `protobuf:"varint,1,opt,name=publishedfileid" json:"publishedfileid,omitempty"`
	ListType         *uint32 `protobuf:"varint,2,opt,name=list_type" json:"list_type,omitempty"`
	Appid            *int32  `protobuf:"varint,3,opt,name=appid" json:"appid,omitempty"`
	NotifyClient     *bool   `protobuf:"varint,4,opt,name=notify_client" json:"notify_client,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*CPublishedFile_Unsubscribe_Request) Descriptor

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

func (*CPublishedFile_Unsubscribe_Request) GetAppid

func (*CPublishedFile_Unsubscribe_Request) GetListType

func (m *CPublishedFile_Unsubscribe_Request) GetListType() uint32

func (*CPublishedFile_Unsubscribe_Request) GetNotifyClient

func (m *CPublishedFile_Unsubscribe_Request) GetNotifyClient() bool

func (*CPublishedFile_Unsubscribe_Request) GetPublishedfileid

func (m *CPublishedFile_Unsubscribe_Request) GetPublishedfileid() uint64

func (*CPublishedFile_Unsubscribe_Request) ProtoMessage

func (*CPublishedFile_Unsubscribe_Request) ProtoMessage()

func (*CPublishedFile_Unsubscribe_Request) Reset

func (*CPublishedFile_Unsubscribe_Request) String

type CPublishedFile_Unsubscribe_Response

type CPublishedFile_Unsubscribe_Response struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CPublishedFile_Unsubscribe_Response) Descriptor

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

func (*CPublishedFile_Unsubscribe_Response) ProtoMessage

func (*CPublishedFile_Unsubscribe_Response) ProtoMessage()

func (*CPublishedFile_Unsubscribe_Response) Reset

func (*CPublishedFile_Unsubscribe_Response) String

type CPublishedFile_Update_Request

type CPublishedFile_Update_Request struct {
	Appid            *uint32  `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	Publishedfileid  *uint64  `protobuf:"fixed64,2,opt,name=publishedfileid" json:"publishedfileid,omitempty"`
	Title            *string  `protobuf:"bytes,3,opt,name=title" json:"title,omitempty"`
	FileDescription  *string  `protobuf:"bytes,4,opt,name=file_description" json:"file_description,omitempty"`
	Visibility       *uint32  `protobuf:"varint,5,opt,name=visibility" json:"visibility,omitempty"`
	Tags             []string `protobuf:"bytes,6,rep,name=tags" json:"tags,omitempty"`
	Filename         *string  `protobuf:"bytes,7,opt,name=filename" json:"filename,omitempty"`
	PreviewFilename  *string  `protobuf:"bytes,8,opt,name=preview_filename" json:"preview_filename,omitempty"`
	ImageWidth       *uint32  `protobuf:"varint,15,opt,name=image_width" json:"image_width,omitempty"`
	ImageHeight      *uint32  `protobuf:"varint,16,opt,name=image_height" json:"image_height,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*CPublishedFile_Update_Request) Descriptor

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

func (*CPublishedFile_Update_Request) GetAppid

func (m *CPublishedFile_Update_Request) GetAppid() uint32

func (*CPublishedFile_Update_Request) GetFileDescription

func (m *CPublishedFile_Update_Request) GetFileDescription() string

func (*CPublishedFile_Update_Request) GetFilename

func (m *CPublishedFile_Update_Request) GetFilename() string

func (*CPublishedFile_Update_Request) GetImageHeight

func (m *CPublishedFile_Update_Request) GetImageHeight() uint32

func (*CPublishedFile_Update_Request) GetImageWidth

func (m *CPublishedFile_Update_Request) GetImageWidth() uint32

func (*CPublishedFile_Update_Request) GetPreviewFilename

func (m *CPublishedFile_Update_Request) GetPreviewFilename() string

func (*CPublishedFile_Update_Request) GetPublishedfileid

func (m *CPublishedFile_Update_Request) GetPublishedfileid() uint64

func (*CPublishedFile_Update_Request) GetTags

func (m *CPublishedFile_Update_Request) GetTags() []string

func (*CPublishedFile_Update_Request) GetTitle

func (m *CPublishedFile_Update_Request) GetTitle() string

func (*CPublishedFile_Update_Request) GetVisibility

func (m *CPublishedFile_Update_Request) GetVisibility() uint32

func (*CPublishedFile_Update_Request) ProtoMessage

func (*CPublishedFile_Update_Request) ProtoMessage()

func (*CPublishedFile_Update_Request) Reset

func (m *CPublishedFile_Update_Request) Reset()

func (*CPublishedFile_Update_Request) String

type CPublishedFile_Update_Response

type CPublishedFile_Update_Response struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*CPublishedFile_Update_Response) Descriptor

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

func (*CPublishedFile_Update_Response) ProtoMessage

func (*CPublishedFile_Update_Response) ProtoMessage()

func (*CPublishedFile_Update_Response) Reset

func (m *CPublishedFile_Update_Response) Reset()

func (*CPublishedFile_Update_Response) String

type ClientCloudFileUploadBlockDetails

type ClientCloudFileUploadBlockDetails struct {
	UrlHost          *string                                          `protobuf:"bytes,1,opt,name=url_host" json:"url_host,omitempty"`
	UrlPath          *string                                          `protobuf:"bytes,2,opt,name=url_path" json:"url_path,omitempty"`
	UseHttps         *bool                                            `protobuf:"varint,3,opt,name=use_https" json:"use_https,omitempty"`
	HttpMethod       *int32                                           `protobuf:"varint,4,opt,name=http_method" json:"http_method,omitempty"`
	RequestHeaders   []*ClientCloudFileUploadBlockDetails_HTTPHeaders `protobuf:"bytes,5,rep,name=request_headers" json:"request_headers,omitempty"`
	BlockOffset      *uint64                                          `protobuf:"varint,6,opt,name=block_offset" json:"block_offset,omitempty"`
	BlockLength      *uint32                                          `protobuf:"varint,7,opt,name=block_length" json:"block_length,omitempty"`
	ExplicitBodyData []byte                                           `protobuf:"bytes,8,opt,name=explicit_body_data" json:"explicit_body_data,omitempty"`
	MayParallelize   *bool                                            `protobuf:"varint,9,opt,name=may_parallelize" json:"may_parallelize,omitempty"`
	XXX_unrecognized []byte                                           `json:"-"`
}

func (*ClientCloudFileUploadBlockDetails) Descriptor

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

func (*ClientCloudFileUploadBlockDetails) GetBlockLength

func (m *ClientCloudFileUploadBlockDetails) GetBlockLength() uint32

func (*ClientCloudFileUploadBlockDetails) GetBlockOffset

func (m *ClientCloudFileUploadBlockDetails) GetBlockOffset() uint64

func (*ClientCloudFileUploadBlockDetails) GetExplicitBodyData

func (m *ClientCloudFileUploadBlockDetails) GetExplicitBodyData() []byte

func (*ClientCloudFileUploadBlockDetails) GetHttpMethod

func (m *ClientCloudFileUploadBlockDetails) GetHttpMethod() int32

func (*ClientCloudFileUploadBlockDetails) GetMayParallelize

func (m *ClientCloudFileUploadBlockDetails) GetMayParallelize() bool

func (*ClientCloudFileUploadBlockDetails) GetRequestHeaders

func (*ClientCloudFileUploadBlockDetails) GetUrlHost

func (m *ClientCloudFileUploadBlockDetails) GetUrlHost() string

func (*ClientCloudFileUploadBlockDetails) GetUrlPath

func (m *ClientCloudFileUploadBlockDetails) GetUrlPath() string

func (*ClientCloudFileUploadBlockDetails) GetUseHttps

func (m *ClientCloudFileUploadBlockDetails) GetUseHttps() bool

func (*ClientCloudFileUploadBlockDetails) ProtoMessage

func (*ClientCloudFileUploadBlockDetails) ProtoMessage()

func (*ClientCloudFileUploadBlockDetails) Reset

func (*ClientCloudFileUploadBlockDetails) String

type ClientCloudFileUploadBlockDetails_HTTPHeaders

type ClientCloudFileUploadBlockDetails_HTTPHeaders struct {
	Name             *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Value            *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*ClientCloudFileUploadBlockDetails_HTTPHeaders) Descriptor

func (*ClientCloudFileUploadBlockDetails_HTTPHeaders) GetName

func (*ClientCloudFileUploadBlockDetails_HTTPHeaders) GetValue

func (*ClientCloudFileUploadBlockDetails_HTTPHeaders) ProtoMessage

func (*ClientCloudFileUploadBlockDetails_HTTPHeaders) Reset

func (*ClientCloudFileUploadBlockDetails_HTTPHeaders) String

type EProtoExecutionSite

type EProtoExecutionSite int32
const (
	EProtoExecutionSite_k_EProtoExecutionSiteUnknown     EProtoExecutionSite = 0
	EProtoExecutionSite_k_EProtoExecutionSiteSteamClient EProtoExecutionSite = 2
)

func (EProtoExecutionSite) Enum

func (EProtoExecutionSite) EnumDescriptor

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

func (EProtoExecutionSite) String

func (x EProtoExecutionSite) String() string

func (*EProtoExecutionSite) UnmarshalJSON

func (x *EProtoExecutionSite) UnmarshalJSON(data []byte) error

type GameNotificationSettings

type GameNotificationSettings struct {
	Appid              *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	AllowNotifications *bool   `protobuf:"varint,2,opt,name=allow_notifications" json:"allow_notifications,omitempty"`
	XXX_unrecognized   []byte  `json:"-"`
}

func (*GameNotificationSettings) Descriptor

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

func (*GameNotificationSettings) GetAllowNotifications

func (m *GameNotificationSettings) GetAllowNotifications() bool

func (*GameNotificationSettings) GetAppid

func (m *GameNotificationSettings) GetAppid() uint32

func (*GameNotificationSettings) ProtoMessage

func (*GameNotificationSettings) ProtoMessage()

func (*GameNotificationSettings) Reset

func (m *GameNotificationSettings) Reset()

func (*GameNotificationSettings) String

func (m *GameNotificationSettings) String() string

type NoResponse

type NoResponse struct {
	XXX_unrecognized []byte `json:"-"`
}

func (*NoResponse) Descriptor

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

func (*NoResponse) ProtoMessage

func (*NoResponse) ProtoMessage()

func (*NoResponse) Reset

func (m *NoResponse) Reset()

func (*NoResponse) String

func (m *NoResponse) String() string

type ParentalApp

type ParentalApp struct {
	Appid            *uint32 `protobuf:"varint,1,opt,name=appid" json:"appid,omitempty"`
	IsAllowed        *bool   `protobuf:"varint,2,opt,name=is_allowed" json:"is_allowed,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*ParentalApp) Descriptor

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

func (*ParentalApp) GetAppid

func (m *ParentalApp) GetAppid() uint32

func (*ParentalApp) GetIsAllowed

func (m *ParentalApp) GetIsAllowed() bool

func (*ParentalApp) ProtoMessage

func (*ParentalApp) ProtoMessage()

func (*ParentalApp) Reset

func (m *ParentalApp) Reset()

func (*ParentalApp) String

func (m *ParentalApp) String() string

type ParentalSettings

type ParentalSettings struct {
	Steamid                *uint64        `protobuf:"fixed64,1,opt,name=steamid" json:"steamid,omitempty"`
	ApplistBaseId          *uint32        `protobuf:"varint,2,opt,name=applist_base_id" json:"applist_base_id,omitempty"`
	ApplistBaseDescription *string        `protobuf:"bytes,3,opt,name=applist_base_description" json:"applist_base_description,omitempty"`
	ApplistBase            []*ParentalApp `protobuf:"bytes,4,rep,name=applist_base" json:"applist_base,omitempty"`
	ApplistCustom          []*ParentalApp `protobuf:"bytes,5,rep,name=applist_custom" json:"applist_custom,omitempty"`
	Passwordhashtype       *uint32        `protobuf:"varint,6,opt,name=passwordhashtype" json:"passwordhashtype,omitempty"`
	Salt                   []byte         `protobuf:"bytes,7,opt,name=salt" json:"salt,omitempty"`
	Passwordhash           []byte         `protobuf:"bytes,8,opt,name=passwordhash" json:"passwordhash,omitempty"`
	IsEnabled              *bool          `protobuf:"varint,9,opt,name=is_enabled" json:"is_enabled,omitempty"`
	EnabledFeatures        *uint32        `protobuf:"varint,10,opt,name=enabled_features" json:"enabled_features,omitempty"`
	RecoveryEmail          *string        `protobuf:"bytes,11,opt,name=recovery_email" json:"recovery_email,omitempty"`
	XXX_unrecognized       []byte         `json:"-"`
}

func (*ParentalSettings) Descriptor

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

func (*ParentalSettings) GetApplistBase

func (m *ParentalSettings) GetApplistBase() []*ParentalApp

func (*ParentalSettings) GetApplistBaseDescription

func (m *ParentalSettings) GetApplistBaseDescription() string

func (*ParentalSettings) GetApplistBaseId

func (m *ParentalSettings) GetApplistBaseId() uint32

func (*ParentalSettings) GetApplistCustom

func (m *ParentalSettings) GetApplistCustom() []*ParentalApp

func (*ParentalSettings) GetEnabledFeatures

func (m *ParentalSettings) GetEnabledFeatures() uint32

func (*ParentalSettings) GetIsEnabled

func (m *ParentalSettings) GetIsEnabled() bool

func (*ParentalSettings) GetPasswordhash

func (m *ParentalSettings) GetPasswordhash() []byte

func (*ParentalSettings) GetPasswordhashtype

func (m *ParentalSettings) GetPasswordhashtype() uint32

func (*ParentalSettings) GetRecoveryEmail

func (m *ParentalSettings) GetRecoveryEmail() string

func (*ParentalSettings) GetSalt

func (m *ParentalSettings) GetSalt() []byte

func (*ParentalSettings) GetSteamid

func (m *ParentalSettings) GetSteamid() uint64

func (*ParentalSettings) ProtoMessage

func (*ParentalSettings) ProtoMessage()

func (*ParentalSettings) Reset

func (m *ParentalSettings) Reset()

func (*ParentalSettings) String

func (m *ParentalSettings) String() string

type PublishedFileDetails

type PublishedFileDetails struct {
	Result                *uint32                           `protobuf:"varint,1,opt,name=result" json:"result,omitempty"`
	Publishedfileid       *uint64                           `protobuf:"varint,2,opt,name=publishedfileid" json:"publishedfileid,omitempty"`
	Creator               *uint64                           `protobuf:"fixed64,3,opt,name=creator" json:"creator,omitempty"`
	CreatorAppid          *uint32                           `protobuf:"varint,4,opt,name=creator_appid" json:"creator_appid,omitempty"`
	ConsumerAppid         *uint32                           `protobuf:"varint,5,opt,name=consumer_appid" json:"consumer_appid,omitempty"`
	ConsumerShortcutid    *uint32                           `protobuf:"varint,6,opt,name=consumer_shortcutid" json:"consumer_shortcutid,omitempty"`
	Filename              *string                           `protobuf:"bytes,7,opt,name=filename" json:"filename,omitempty"`
	FileSize              *uint64                           `protobuf:"varint,8,opt,name=file_size" json:"file_size,omitempty"`
	PreviewFileSize       *uint64                           `protobuf:"varint,9,opt,name=preview_file_size" json:"preview_file_size,omitempty"`
	FileUrl               *string                           `protobuf:"bytes,10,opt,name=file_url" json:"file_url,omitempty"`
	PreviewUrl            *string                           `protobuf:"bytes,11,opt,name=preview_url" json:"preview_url,omitempty"`
	Youtubevideoid        *string                           `protobuf:"bytes,12,opt,name=youtubevideoid" json:"youtubevideoid,omitempty"`
	Url                   *string                           `protobuf:"bytes,13,opt,name=url" json:"url,omitempty"`
	HcontentFile          *uint64                           `protobuf:"fixed64,14,opt,name=hcontent_file" json:"hcontent_file,omitempty"`
	HcontentPreview       *uint64                           `protobuf:"fixed64,15,opt,name=hcontent_preview" json:"hcontent_preview,omitempty"`
	Title                 *string                           `protobuf:"bytes,16,opt,name=title" json:"title,omitempty"`
	FileDescription       *string                           `protobuf:"bytes,17,opt,name=file_description" json:"file_description,omitempty"`
	ShortDescription      *string                           `protobuf:"bytes,18,opt,name=short_description" json:"short_description,omitempty"`
	TimeCreated           *uint32                           `protobuf:"varint,19,opt,name=time_created" json:"time_created,omitempty"`
	TimeUpdated           *uint32                           `protobuf:"varint,20,opt,name=time_updated" json:"time_updated,omitempty"`
	Visibility            *uint32                           `protobuf:"varint,21,opt,name=visibility" json:"visibility,omitempty"`
	Flags                 *uint32                           `protobuf:"varint,22,opt,name=flags" json:"flags,omitempty"`
	WorkshopFile          *bool                             `protobuf:"varint,23,opt,name=workshop_file" json:"workshop_file,omitempty"`
	WorkshopAccepted      *bool                             `protobuf:"varint,24,opt,name=workshop_accepted" json:"workshop_accepted,omitempty"`
	ShowSubscribeAll      *bool                             `protobuf:"varint,25,opt,name=show_subscribe_all" json:"show_subscribe_all,omitempty"`
	NumCommentsDeveloper  *int32                            `protobuf:"varint,26,opt,name=num_comments_developer" json:"num_comments_developer,omitempty"`
	NumCommentsPublic     *int32                            `protobuf:"varint,27,opt,name=num_comments_public" json:"num_comments_public,omitempty"`
	Banned                *bool                             `protobuf:"varint,28,opt,name=banned" json:"banned,omitempty"`
	BanReason             *string                           `protobuf:"bytes,29,opt,name=ban_reason" json:"ban_reason,omitempty"`
	Banner                *uint64                           `protobuf:"fixed64,30,opt,name=banner" json:"banner,omitempty"`
	CanBeDeleted          *bool                             `protobuf:"varint,31,opt,name=can_be_deleted" json:"can_be_deleted,omitempty"`
	Incompatible          *bool                             `protobuf:"varint,32,opt,name=incompatible" json:"incompatible,omitempty"`
	AppName               *string                           `protobuf:"bytes,33,opt,name=app_name" json:"app_name,omitempty"`
	FileType              *uint32                           `protobuf:"varint,34,opt,name=file_type" json:"file_type,omitempty"`
	CanSubscribe          *bool                             `protobuf:"varint,35,opt,name=can_subscribe" json:"can_subscribe,omitempty"`
	Subscriptions         *uint32                           `protobuf:"varint,36,opt,name=subscriptions" json:"subscriptions,omitempty"`
	Favorited             *uint32                           `protobuf:"varint,37,opt,name=favorited" json:"favorited,omitempty"`
	Followers             *uint32                           `protobuf:"varint,38,opt,name=followers" json:"followers,omitempty"`
	LifetimeSubscriptions *uint32                           `protobuf:"varint,39,opt,name=lifetime_subscriptions" json:"lifetime_subscriptions,omitempty"`
	LifetimeFavorited     *uint32                           `protobuf:"varint,40,opt,name=lifetime_favorited" json:"lifetime_favorited,omitempty"`
	LifetimeFollowers     *uint32                           `protobuf:"varint,41,opt,name=lifetime_followers" json:"lifetime_followers,omitempty"`
	Views                 *uint32                           `protobuf:"varint,42,opt,name=views" json:"views,omitempty"`
	ImageWidth            *uint32                           `protobuf:"varint,43,opt,name=image_width" json:"image_width,omitempty"`
	ImageHeight           *uint32                           `protobuf:"varint,44,opt,name=image_height" json:"image_height,omitempty"`
	ImageUrl              *string                           `protobuf:"bytes,45,opt,name=image_url" json:"image_url,omitempty"`
	SpoilerTag            *bool                             `protobuf:"varint,46,opt,name=spoiler_tag" json:"spoiler_tag,omitempty"`
	Shortcutid            *uint32                           `protobuf:"varint,47,opt,name=shortcutid" json:"shortcutid,omitempty"`
	Shortcutname          *string                           `protobuf:"bytes,48,opt,name=shortcutname" json:"shortcutname,omitempty"`
	NumChildren           *uint32                           `protobuf:"varint,49,opt,name=num_children" json:"num_children,omitempty"`
	NumReports            *uint32                           `protobuf:"varint,50,opt,name=num_reports" json:"num_reports,omitempty"`
	Previews              []*PublishedFileDetails_Preview   `protobuf:"bytes,51,rep,name=previews" json:"previews,omitempty"`
	Tags                  []*PublishedFileDetails_Tag       `protobuf:"bytes,52,rep,name=tags" json:"tags,omitempty"`
	Children              []*PublishedFileDetails_Child     `protobuf:"bytes,53,rep,name=children" json:"children,omitempty"`
	Kvtags                []*PublishedFileDetails_KVTag     `protobuf:"bytes,54,rep,name=kvtags" json:"kvtags,omitempty"`
	VoteData              *PublishedFileDetails_VoteData    `protobuf:"bytes,55,opt,name=vote_data" json:"vote_data,omitempty"`
	TimeSubscribed        *uint32                           `protobuf:"varint,56,opt,name=time_subscribed" json:"time_subscribed,omitempty"`
	ForSaleData           *PublishedFileDetails_ForSaleData `protobuf:"bytes,57,opt,name=for_sale_data" json:"for_sale_data,omitempty"`
	Metadata              *string                           `protobuf:"bytes,58,opt,name=metadata" json:"metadata,omitempty"`
	IncompatibleActor     *uint64                           `protobuf:"fixed64,59,opt,name=incompatible_actor" json:"incompatible_actor,omitempty"`
	IncompatibleTimestamp *uint32                           `protobuf:"varint,60,opt,name=incompatible_timestamp" json:"incompatible_timestamp,omitempty"`
	Language              *int32                            `protobuf:"varint,61,opt,name=language,def=0" json:"language,omitempty"`
	XXX_unrecognized      []byte                            `json:"-"`
}

func (*PublishedFileDetails) Descriptor

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

func (*PublishedFileDetails) GetAppName

func (m *PublishedFileDetails) GetAppName() string

func (*PublishedFileDetails) GetBanReason

func (m *PublishedFileDetails) GetBanReason() string

func (*PublishedFileDetails) GetBanned

func (m *PublishedFileDetails) GetBanned() bool

func (*PublishedFileDetails) GetBanner

func (m *PublishedFileDetails) GetBanner() uint64

func (*PublishedFileDetails) GetCanBeDeleted

func (m *PublishedFileDetails) GetCanBeDeleted() bool

func (*PublishedFileDetails) GetCanSubscribe

func (m *PublishedFileDetails) GetCanSubscribe() bool

func (*PublishedFileDetails) GetChildren

func (*PublishedFileDetails) GetConsumerAppid

func (m *PublishedFileDetails) GetConsumerAppid() uint32

func (*PublishedFileDetails) GetConsumerShortcutid

func (m *PublishedFileDetails) GetConsumerShortcutid() uint32

func (*PublishedFileDetails) GetCreator

func (m *PublishedFileDetails) GetCreator() uint64

func (*PublishedFileDetails) GetCreatorAppid

func (m *PublishedFileDetails) GetCreatorAppid() uint32

func (*PublishedFileDetails) GetFavorited

func (m *PublishedFileDetails) GetFavorited() uint32

func (*PublishedFileDetails) GetFileDescription

func (m *PublishedFileDetails) GetFileDescription() string

func (*PublishedFileDetails) GetFileSize

func (m *PublishedFileDetails) GetFileSize() uint64

func (*PublishedFileDetails) GetFileType

func (m *PublishedFileDetails) GetFileType() uint32

func (*PublishedFileDetails) GetFileUrl

func (m *PublishedFileDetails) GetFileUrl() string

func (*PublishedFileDetails) GetFilename

func (m *PublishedFileDetails) GetFilename() string

func (*PublishedFileDetails) GetFlags

func (m *PublishedFileDetails) GetFlags() uint32

func (*PublishedFileDetails) GetFollowers

func (m *PublishedFileDetails) GetFollowers() uint32

func (*PublishedFileDetails) GetForSaleData

func (*PublishedFileDetails) GetHcontentFile

func (m *PublishedFileDetails) GetHcontentFile() uint64

func (*PublishedFileDetails) GetHcontentPreview

func (m *PublishedFileDetails) GetHcontentPreview() uint64

func (*PublishedFileDetails) GetImageHeight

func (m *PublishedFileDetails) GetImageHeight() uint32

func (*PublishedFileDetails) GetImageUrl

func (m *PublishedFileDetails) GetImageUrl() string

func (*PublishedFileDetails) GetImageWidth

func (m *PublishedFileDetails) GetImageWidth() uint32

func (*PublishedFileDetails) GetIncompatible

func (m *PublishedFileDetails) GetIncompatible() bool

func (*PublishedFileDetails) GetIncompatibleActor

func (m *PublishedFileDetails) GetIncompatibleActor() uint64

func (*PublishedFileDetails) GetIncompatibleTimestamp

func (m *PublishedFileDetails) GetIncompatibleTimestamp() uint32

func (*PublishedFileDetails) GetKvtags

func (*PublishedFileDetails) GetLanguage

func (m *PublishedFileDetails) GetLanguage() int32

func (*PublishedFileDetails) GetLifetimeFavorited

func (m *PublishedFileDetails) GetLifetimeFavorited() uint32

func (*PublishedFileDetails) GetLifetimeFollowers

func (m *PublishedFileDetails) GetLifetimeFollowers() uint32

func (*PublishedFileDetails) GetLifetimeSubscriptions

func (m *PublishedFileDetails) GetLifetimeSubscriptions() uint32

func (*PublishedFileDetails) GetMetadata

func (m *PublishedFileDetails) GetMetadata() string

func (*PublishedFileDetails) GetNumChildren

func (m *PublishedFileDetails) GetNumChildren() uint32

func (*PublishedFileDetails) GetNumCommentsDeveloper

func (m *PublishedFileDetails) GetNumCommentsDeveloper() int32

func (*PublishedFileDetails) GetNumCommentsPublic

func (m *PublishedFileDetails) GetNumCommentsPublic() int32

func (*PublishedFileDetails) GetNumReports

func (m *PublishedFileDetails) GetNumReports() uint32

func (*PublishedFileDetails) GetPreviewFileSize

func (m *PublishedFileDetails) GetPreviewFileSize() uint64

func (*PublishedFileDetails) GetPreviewUrl

func (m *PublishedFileDetails) GetPreviewUrl() string

func (*PublishedFileDetails) GetPreviews

func (*PublishedFileDetails) GetPublishedfileid

func (m *PublishedFileDetails) GetPublishedfileid() uint64

func (*PublishedFileDetails) GetResult

func (m *PublishedFileDetails) GetResult() uint32

func (*PublishedFileDetails) GetShortDescription

func (m *PublishedFileDetails) GetShortDescription() string

func (*PublishedFileDetails) GetShortcutid

func (m *PublishedFileDetails) GetShortcutid() uint32

func (*PublishedFileDetails) GetShortcutname

func (m *PublishedFileDetails) GetShortcutname() string

func (*PublishedFileDetails) GetShowSubscribeAll

func (m *PublishedFileDetails) GetShowSubscribeAll() bool

func (*PublishedFileDetails) GetSpoilerTag

func (m *PublishedFileDetails) GetSpoilerTag() bool

func (*PublishedFileDetails) GetSubscriptions

func (m *PublishedFileDetails) GetSubscriptions() uint32

func (*PublishedFileDetails) GetTags

func (*PublishedFileDetails) GetTimeCreated

func (m *PublishedFileDetails) GetTimeCreated() uint32

func (*PublishedFileDetails) GetTimeSubscribed

func (m *PublishedFileDetails) GetTimeSubscribed() uint32

func (*PublishedFileDetails) GetTimeUpdated

func (m *PublishedFileDetails) GetTimeUpdated() uint32

func (*PublishedFileDetails) GetTitle

func (m *PublishedFileDetails) GetTitle() string

func (*PublishedFileDetails) GetUrl

func (m *PublishedFileDetails) GetUrl() string

func (*PublishedFileDetails) GetViews

func (m *PublishedFileDetails) GetViews() uint32

func (*PublishedFileDetails) GetVisibility

func (m *PublishedFileDetails) GetVisibility() uint32

func (*PublishedFileDetails) GetVoteData

func (*PublishedFileDetails) GetWorkshopAccepted

func (m *PublishedFileDetails) GetWorkshopAccepted() bool

func (*PublishedFileDetails) GetWorkshopFile

func (m *PublishedFileDetails) GetWorkshopFile() bool

func (*PublishedFileDetails) GetYoutubevideoid

func (m *PublishedFileDetails) GetYoutubevideoid() string

func (*PublishedFileDetails) ProtoMessage

func (*PublishedFileDetails) ProtoMessage()

func (*PublishedFileDetails) Reset

func (m *PublishedFileDetails) Reset()

func (*PublishedFileDetails) String

func (m *PublishedFileDetails) String() string

type PublishedFileDetails_Child

type PublishedFileDetails_Child struct {
	Publishedfileid  *uint64 `protobuf:"varint,1,opt,name=publishedfileid" json:"publishedfileid,omitempty"`
	Sortorder        *uint32 `protobuf:"varint,2,opt,name=sortorder" json:"sortorder,omitempty"`
	FileType         *uint32 `protobuf:"varint,3,opt,name=file_type" json:"file_type,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*PublishedFileDetails_Child) Descriptor

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

func (*PublishedFileDetails_Child) GetFileType

func (m *PublishedFileDetails_Child) GetFileType() uint32

func (*PublishedFileDetails_Child) GetPublishedfileid

func (m *PublishedFileDetails_Child) GetPublishedfileid() uint64

func (*PublishedFileDetails_Child) GetSortorder

func (m *PublishedFileDetails_Child) GetSortorder() uint32

func (*PublishedFileDetails_Child) ProtoMessage

func (*PublishedFileDetails_Child) ProtoMessage()

func (*PublishedFileDetails_Child) Reset

func (m *PublishedFileDetails_Child) Reset()

func (*PublishedFileDetails_Child) String

func (m *PublishedFileDetails_Child) String() string

type PublishedFileDetails_EPublishedFileForSaleStatus

type PublishedFileDetails_EPublishedFileForSaleStatus int32
const (
	PublishedFileDetails_k_PFFSS_NotForSale        PublishedFileDetails_EPublishedFileForSaleStatus = 0
	PublishedFileDetails_k_PFFSS_PendingApproval   PublishedFileDetails_EPublishedFileForSaleStatus = 1
	PublishedFileDetails_k_PFFSS_ApprovedForSale   PublishedFileDetails_EPublishedFileForSaleStatus = 2
	PublishedFileDetails_k_PFFSS_RejectedForSale   PublishedFileDetails_EPublishedFileForSaleStatus = 3
	PublishedFileDetails_k_PFFSS_NoLongerForSale   PublishedFileDetails_EPublishedFileForSaleStatus = 4
	PublishedFileDetails_k_PFFSS_TentativeApproval PublishedFileDetails_EPublishedFileForSaleStatus = 5
)
const Default_PublishedFileDetails_ForSaleData_Estatus PublishedFileDetails_EPublishedFileForSaleStatus = PublishedFileDetails_k_PFFSS_NotForSale

func (PublishedFileDetails_EPublishedFileForSaleStatus) Enum

func (PublishedFileDetails_EPublishedFileForSaleStatus) EnumDescriptor

func (PublishedFileDetails_EPublishedFileForSaleStatus) String

func (*PublishedFileDetails_EPublishedFileForSaleStatus) UnmarshalJSON

type PublishedFileDetails_ForSaleData

type PublishedFileDetails_ForSaleData struct {
	IsForSale             *bool                                             `protobuf:"varint,1,opt,name=is_for_sale" json:"is_for_sale,omitempty"`
	PriceCategory         *uint32                                           `protobuf:"varint,2,opt,name=price_category" json:"price_category,omitempty"`
	Estatus               *PublishedFileDetails_EPublishedFileForSaleStatus `protobuf:"varint,3,opt,name=estatus,enum=PublishedFileDetails_EPublishedFileForSaleStatus,def=0" json:"estatus,omitempty"`
	PriceCategoryFloor    *uint32                                           `protobuf:"varint,4,opt,name=price_category_floor" json:"price_category_floor,omitempty"`
	PriceIsPayWhatYouWant *bool                                             `protobuf:"varint,5,opt,name=price_is_pay_what_you_want" json:"price_is_pay_what_you_want,omitempty"`
	DiscountPercentage    *uint32                                           `protobuf:"varint,6,opt,name=discount_percentage" json:"discount_percentage,omitempty"`
	XXX_unrecognized      []byte                                            `json:"-"`
}

func (*PublishedFileDetails_ForSaleData) Descriptor

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

func (*PublishedFileDetails_ForSaleData) GetDiscountPercentage

func (m *PublishedFileDetails_ForSaleData) GetDiscountPercentage() uint32

func (*PublishedFileDetails_ForSaleData) GetEstatus

func (*PublishedFileDetails_ForSaleData) GetIsForSale

func (m *PublishedFileDetails_ForSaleData) GetIsForSale() bool

func (*PublishedFileDetails_ForSaleData) GetPriceCategory

func (m *PublishedFileDetails_ForSaleData) GetPriceCategory() uint32

func (*PublishedFileDetails_ForSaleData) GetPriceCategoryFloor

func (m *PublishedFileDetails_ForSaleData) GetPriceCategoryFloor() uint32

func (*PublishedFileDetails_ForSaleData) GetPriceIsPayWhatYouWant

func (m *PublishedFileDetails_ForSaleData) GetPriceIsPayWhatYouWant() bool

func (*PublishedFileDetails_ForSaleData) ProtoMessage

func (*PublishedFileDetails_ForSaleData) ProtoMessage()

func (*PublishedFileDetails_ForSaleData) Reset

func (*PublishedFileDetails_ForSaleData) String

type PublishedFileDetails_KVTag

type PublishedFileDetails_KVTag struct {
	Key              *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
	Value            *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*PublishedFileDetails_KVTag) Descriptor

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

func (*PublishedFileDetails_KVTag) GetKey

func (m *PublishedFileDetails_KVTag) GetKey() string

func (*PublishedFileDetails_KVTag) GetValue

func (m *PublishedFileDetails_KVTag) GetValue() string

func (*PublishedFileDetails_KVTag) ProtoMessage

func (*PublishedFileDetails_KVTag) ProtoMessage()

func (*PublishedFileDetails_KVTag) Reset

func (m *PublishedFileDetails_KVTag) Reset()

func (*PublishedFileDetails_KVTag) String

func (m *PublishedFileDetails_KVTag) String() string

type PublishedFileDetails_Preview

type PublishedFileDetails_Preview struct {
	Previewid        *uint64 `protobuf:"varint,1,opt,name=previewid" json:"previewid,omitempty"`
	Sortorder        *uint32 `protobuf:"varint,2,opt,name=sortorder" json:"sortorder,omitempty"`
	Url              *string `protobuf:"bytes,3,opt,name=url" json:"url,omitempty"`
	Size             *uint32 `protobuf:"varint,4,opt,name=size" json:"size,omitempty"`
	Filename         *string `protobuf:"bytes,5,opt,name=filename" json:"filename,omitempty"`
	Youtubevideoid   *string `protobuf:"bytes,6,opt,name=youtubevideoid" json:"youtubevideoid,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*PublishedFileDetails_Preview) Descriptor

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

func (*PublishedFileDetails_Preview) GetFilename

func (m *PublishedFileDetails_Preview) GetFilename() string

func (*PublishedFileDetails_Preview) GetPreviewid

func (m *PublishedFileDetails_Preview) GetPreviewid() uint64

func (*PublishedFileDetails_Preview) GetSize

func (m *PublishedFileDetails_Preview) GetSize() uint32

func (*PublishedFileDetails_Preview) GetSortorder

func (m *PublishedFileDetails_Preview) GetSortorder() uint32

func (*PublishedFileDetails_Preview) GetUrl

func (*PublishedFileDetails_Preview) GetYoutubevideoid

func (m *PublishedFileDetails_Preview) GetYoutubevideoid() string

func (*PublishedFileDetails_Preview) ProtoMessage

func (*PublishedFileDetails_Preview) ProtoMessage()

func (*PublishedFileDetails_Preview) Reset

func (m *PublishedFileDetails_Preview) Reset()

func (*PublishedFileDetails_Preview) String

type PublishedFileDetails_Tag

type PublishedFileDetails_Tag struct {
	Tag              *string `protobuf:"bytes,1,opt,name=tag" json:"tag,omitempty"`
	Adminonly        *bool   `protobuf:"varint,2,opt,name=adminonly" json:"adminonly,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

func (*PublishedFileDetails_Tag) Descriptor

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

func (*PublishedFileDetails_Tag) GetAdminonly

func (m *PublishedFileDetails_Tag) GetAdminonly() bool

func (*PublishedFileDetails_Tag) GetTag

func (m *PublishedFileDetails_Tag) GetTag() string

func (*PublishedFileDetails_Tag) ProtoMessage

func (*PublishedFileDetails_Tag) ProtoMessage()

func (*PublishedFileDetails_Tag) Reset

func (m *PublishedFileDetails_Tag) Reset()

func (*PublishedFileDetails_Tag) String

func (m *PublishedFileDetails_Tag) String() string

type PublishedFileDetails_VoteData

type PublishedFileDetails_VoteData struct {
	Score            *float32 `protobuf:"fixed32,1,opt,name=score" json:"score,omitempty"`
	VotesUp          *uint32  `protobuf:"varint,2,opt,name=votes_up" json:"votes_up,omitempty"`
	VotesDown        *uint32  `protobuf:"varint,3,opt,name=votes_down" json:"votes_down,omitempty"`
	XXX_unrecognized []byte   `json:"-"`
}

func (*PublishedFileDetails_VoteData) Descriptor

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

func (*PublishedFileDetails_VoteData) GetScore

func (m *PublishedFileDetails_VoteData) GetScore() float32

func (*PublishedFileDetails_VoteData) GetVotesDown

func (m *PublishedFileDetails_VoteData) GetVotesDown() uint32

func (*PublishedFileDetails_VoteData) GetVotesUp

func (m *PublishedFileDetails_VoteData) GetVotesUp() uint32

func (*PublishedFileDetails_VoteData) ProtoMessage

func (*PublishedFileDetails_VoteData) ProtoMessage()

func (*PublishedFileDetails_VoteData) Reset

func (m *PublishedFileDetails_VoteData) Reset()

func (*PublishedFileDetails_VoteData) String

Jump to

Keyboard shortcuts

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