gpproto

package
v0.0.7 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2022 License: MIT Imports: 4 Imported by: 1

Documentation

Index

Constants

View Source
const (
	Default_DeviceConfigurationProto_MaxApkDownloadSizeMb = int32(50)
	Default_DeviceConfigurationProto_LowRamDevice         = int32(0)
	Default_DeviceConfigurationProto_TotalMemoryBytes     = int64(8354971648)
	Default_DeviceConfigurationProto_MaxNumOf_CPUCores    = int32(8)
	Default_DeviceConfigurationProto_Unknown28            = int32(0)
	Default_DeviceConfigurationProto_Unknown30            = int32(4)
)

Default values for DeviceConfigurationProto fields.

View Source
const (
	Default_AndroidAppDeliveryData_ServerInitiated = bool(true)
)

Default values for AndroidAppDeliveryData fields.

View Source
const (
	Default_AndroidAppPatchData_PatchFormat = int32(1)
)

Default values for AndroidAppPatchData fields.

View Source
const (
	Default_AndroidCheckinRequest_Id = int64(0)
)

Default values for AndroidCheckinRequest fields.

View Source
const (
	Default_AppDetails_VariesWithDevice = bool(true)
)

Default values for AppDetails fields.

View Source
const (
	Default_BulkDetailsRequest_IncludeChildDocs = bool(true)
)

Default values for BulkDetailsRequest fields.

View Source
const (
	Default_DeliveryResponse_Status = int32(1)
)

Default values for DeliveryResponse fields.

View Source
const (
	Default_DetailsResponse_EnableReviews = bool(true)
)

Default values for DetailsResponse fields.

View Source
const (
	Default_DirectPurchase_OfferType = int32(1)
)

Default values for DirectPurchase fields.

View Source
const (
	Default_DocId_Type = int32(1)
)

Default values for DocId fields.

View Source
const (
	Default_Offer_OfferType = int32(1)
)

Default values for Offer fields.

Variables

View Source
var File_GooglePlay_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Address

type Address struct {
	Name                *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	AddressLine1        *string `protobuf:"bytes,2,opt,name=addressLine1" json:"addressLine1,omitempty"`
	AddressLine2        *string `protobuf:"bytes,3,opt,name=addressLine2" json:"addressLine2,omitempty"`
	City                *string `protobuf:"bytes,4,opt,name=city" json:"city,omitempty"`
	State               *string `protobuf:"bytes,5,opt,name=state" json:"state,omitempty"`
	PostalCode          *string `protobuf:"bytes,6,opt,name=postalCode" json:"postalCode,omitempty"`
	PostalCountry       *string `protobuf:"bytes,7,opt,name=postalCountry" json:"postalCountry,omitempty"`
	DependentLocality   *string `protobuf:"bytes,8,opt,name=dependentLocality" json:"dependentLocality,omitempty"`
	SortingCode         *string `protobuf:"bytes,9,opt,name=sortingCode" json:"sortingCode,omitempty"`
	LanguageCode        *string `protobuf:"bytes,10,opt,name=languageCode" json:"languageCode,omitempty"`
	PhoneNumber         *string `protobuf:"bytes,11,opt,name=phoneNumber" json:"phoneNumber,omitempty"`
	DeprecatedIsReduced *bool   `protobuf:"varint,12,opt,name=deprecatedIsReduced" json:"deprecatedIsReduced,omitempty"`
	FirstName           *string `protobuf:"bytes,13,opt,name=firstName" json:"firstName,omitempty"`
	LastName            *string `protobuf:"bytes,14,opt,name=lastName" json:"lastName,omitempty"`
	Email               *string `protobuf:"bytes,15,opt,name=email" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*Address) Descriptor deprecated

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

Deprecated: Use Address.ProtoReflect.Descriptor instead.

func (*Address) GetAddressLine1

func (x *Address) GetAddressLine1() string

func (*Address) GetAddressLine2

func (x *Address) GetAddressLine2() string

func (*Address) GetCity

func (x *Address) GetCity() string

func (*Address) GetDependentLocality

func (x *Address) GetDependentLocality() string

func (*Address) GetDeprecatedIsReduced

func (x *Address) GetDeprecatedIsReduced() bool

func (*Address) GetEmail

func (x *Address) GetEmail() string

func (*Address) GetFirstName

func (x *Address) GetFirstName() string

func (*Address) GetLanguageCode

func (x *Address) GetLanguageCode() string

func (*Address) GetLastName

func (x *Address) GetLastName() string

func (*Address) GetName

func (x *Address) GetName() string

func (*Address) GetPhoneNumber

func (x *Address) GetPhoneNumber() string

func (*Address) GetPostalCode

func (x *Address) GetPostalCode() string

func (*Address) GetPostalCountry

func (x *Address) GetPostalCountry() string

func (*Address) GetSortingCode

func (x *Address) GetSortingCode() string

func (*Address) GetState

func (x *Address) GetState() string

func (*Address) ProtoMessage

func (*Address) ProtoMessage()

func (*Address) ProtoReflect

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

func (*Address) Reset

func (x *Address) Reset()

func (*Address) String

func (x *Address) String() string

type AddressChallenge

type AddressChallenge struct {
	ResponseAddressParam    *string                 `protobuf:"bytes,1,opt,name=responseAddressParam" json:"responseAddressParam,omitempty"`
	ResponseCheckboxesParam *string                 `protobuf:"bytes,2,opt,name=responseCheckboxesParam" json:"responseCheckboxesParam,omitempty"`
	Title                   *string                 `protobuf:"bytes,3,opt,name=title" json:"title,omitempty"`
	DescriptionHtml         *string                 `protobuf:"bytes,4,opt,name=descriptionHtml" json:"descriptionHtml,omitempty"`
	Checkbox                []*FormCheckbox         `protobuf:"bytes,5,rep,name=checkbox" json:"checkbox,omitempty"`
	Address                 *Address                `protobuf:"bytes,6,opt,name=address" json:"address,omitempty"`
	ErrorInputField         []*InputValidationError `protobuf:"bytes,7,rep,name=errorInputField" json:"errorInputField,omitempty"`
	ErrorHtml               *string                 `protobuf:"bytes,8,opt,name=errorHtml" json:"errorHtml,omitempty"`
	RequiredField           []int32                 `protobuf:"varint,9,rep,name=requiredField" json:"requiredField,omitempty"`
	SupportedCountry        []*Country              `protobuf:"bytes,10,rep,name=supportedCountry" json:"supportedCountry,omitempty"`
	// contains filtered or unexported fields
}

func (*AddressChallenge) Descriptor deprecated

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

Deprecated: Use AddressChallenge.ProtoReflect.Descriptor instead.

func (*AddressChallenge) GetAddress

func (x *AddressChallenge) GetAddress() *Address

func (*AddressChallenge) GetCheckbox

func (x *AddressChallenge) GetCheckbox() []*FormCheckbox

func (*AddressChallenge) GetDescriptionHtml

func (x *AddressChallenge) GetDescriptionHtml() string

func (*AddressChallenge) GetErrorHtml

func (x *AddressChallenge) GetErrorHtml() string

func (*AddressChallenge) GetErrorInputField

func (x *AddressChallenge) GetErrorInputField() []*InputValidationError

func (*AddressChallenge) GetRequiredField

func (x *AddressChallenge) GetRequiredField() []int32

func (*AddressChallenge) GetResponseAddressParam

func (x *AddressChallenge) GetResponseAddressParam() string

func (*AddressChallenge) GetResponseCheckboxesParam

func (x *AddressChallenge) GetResponseCheckboxesParam() string

func (*AddressChallenge) GetSupportedCountry

func (x *AddressChallenge) GetSupportedCountry() []*Country

func (*AddressChallenge) GetTitle

func (x *AddressChallenge) GetTitle() string

func (*AddressChallenge) ProtoMessage

func (*AddressChallenge) ProtoMessage()

func (*AddressChallenge) ProtoReflect

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

func (*AddressChallenge) Reset

func (x *AddressChallenge) Reset()

func (*AddressChallenge) String

func (x *AddressChallenge) String() string

type AndroidAppDeliveryData

type AndroidAppDeliveryData struct {
	DownloadSize                  *int64               `protobuf:"varint,1,opt,name=downloadSize" json:"downloadSize,omitempty"`
	Sha1                          *string              `protobuf:"bytes,2,opt,name=sha1" json:"sha1,omitempty"`
	DownloadUrl                   *string              `protobuf:"bytes,3,opt,name=downloadUrl" json:"downloadUrl,omitempty"`
	AdditionalFile                []*AppFileMetadata   `protobuf:"bytes,4,rep,name=additionalFile" json:"additionalFile,omitempty"`
	DownloadAuthCookie            []*HttpCookie        `protobuf:"bytes,5,rep,name=downloadAuthCookie" json:"downloadAuthCookie,omitempty"`
	ForwardLocked                 *bool                `protobuf:"varint,6,opt,name=forwardLocked" json:"forwardLocked,omitempty"`
	RefundTimeout                 *int64               `protobuf:"varint,7,opt,name=refundTimeout" json:"refundTimeout,omitempty"`
	ServerInitiated               *bool                `protobuf:"varint,8,opt,name=serverInitiated,def=1" json:"serverInitiated,omitempty"`
	PostInstallRefundWindowMillis *int64               `protobuf:"varint,9,opt,name=postInstallRefundWindowMillis" json:"postInstallRefundWindowMillis,omitempty"`
	ImmediateStartNeeded          *bool                `protobuf:"varint,10,opt,name=immediateStartNeeded" json:"immediateStartNeeded,omitempty"`
	PatchData                     *AndroidAppPatchData `protobuf:"bytes,11,opt,name=patchData" json:"patchData,omitempty"`
	EncryptionParams              *EncryptionParams    `protobuf:"bytes,12,opt,name=encryptionParams" json:"encryptionParams,omitempty"`
	CompressedDownloadUrl         *string              `protobuf:"bytes,13,opt,name=compressedDownloadUrl" json:"compressedDownloadUrl,omitempty"`
	CompressedSize                *int64               `protobuf:"varint,14,opt,name=compressedSize" json:"compressedSize,omitempty"`
	SplitDeliveryData             []*SplitDeliveryData `protobuf:"bytes,15,rep,name=splitDeliveryData" json:"splitDeliveryData,omitempty"`
	InstallLocation               *int32               `protobuf:"varint,16,opt,name=installLocation" json:"installLocation,omitempty"`
	Type                          *int64               `protobuf:"varint,17,opt,name=type" json:"type,omitempty"`
	CompressedAppData             *CompressedAppData   `protobuf:"bytes,18,opt,name=compressedAppData" json:"compressedAppData,omitempty"`
	Sha256                        *string              `protobuf:"bytes,19,opt,name=sha256" json:"sha256,omitempty"`
	// contains filtered or unexported fields
}

func (*AndroidAppDeliveryData) Descriptor deprecated

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

Deprecated: Use AndroidAppDeliveryData.ProtoReflect.Descriptor instead.

func (*AndroidAppDeliveryData) GetAdditionalFile

func (x *AndroidAppDeliveryData) GetAdditionalFile() []*AppFileMetadata

func (*AndroidAppDeliveryData) GetCompressedAppData

func (x *AndroidAppDeliveryData) GetCompressedAppData() *CompressedAppData

func (*AndroidAppDeliveryData) GetCompressedDownloadUrl

func (x *AndroidAppDeliveryData) GetCompressedDownloadUrl() string

func (*AndroidAppDeliveryData) GetCompressedSize

func (x *AndroidAppDeliveryData) GetCompressedSize() int64

func (*AndroidAppDeliveryData) GetDownloadAuthCookie

func (x *AndroidAppDeliveryData) GetDownloadAuthCookie() []*HttpCookie

func (*AndroidAppDeliveryData) GetDownloadSize

func (x *AndroidAppDeliveryData) GetDownloadSize() int64

func (*AndroidAppDeliveryData) GetDownloadUrl

func (x *AndroidAppDeliveryData) GetDownloadUrl() string

func (*AndroidAppDeliveryData) GetEncryptionParams

func (x *AndroidAppDeliveryData) GetEncryptionParams() *EncryptionParams

func (*AndroidAppDeliveryData) GetForwardLocked

func (x *AndroidAppDeliveryData) GetForwardLocked() bool

func (*AndroidAppDeliveryData) GetImmediateStartNeeded

func (x *AndroidAppDeliveryData) GetImmediateStartNeeded() bool

func (*AndroidAppDeliveryData) GetInstallLocation

func (x *AndroidAppDeliveryData) GetInstallLocation() int32

func (*AndroidAppDeliveryData) GetPatchData

func (x *AndroidAppDeliveryData) GetPatchData() *AndroidAppPatchData

func (*AndroidAppDeliveryData) GetPostInstallRefundWindowMillis

func (x *AndroidAppDeliveryData) GetPostInstallRefundWindowMillis() int64

func (*AndroidAppDeliveryData) GetRefundTimeout

func (x *AndroidAppDeliveryData) GetRefundTimeout() int64

func (*AndroidAppDeliveryData) GetServerInitiated

func (x *AndroidAppDeliveryData) GetServerInitiated() bool

func (*AndroidAppDeliveryData) GetSha1

func (x *AndroidAppDeliveryData) GetSha1() string

func (*AndroidAppDeliveryData) GetSha256

func (x *AndroidAppDeliveryData) GetSha256() string

func (*AndroidAppDeliveryData) GetSplitDeliveryData

func (x *AndroidAppDeliveryData) GetSplitDeliveryData() []*SplitDeliveryData

func (*AndroidAppDeliveryData) GetType

func (x *AndroidAppDeliveryData) GetType() int64

func (*AndroidAppDeliveryData) ProtoMessage

func (*AndroidAppDeliveryData) ProtoMessage()

func (*AndroidAppDeliveryData) ProtoReflect

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

func (*AndroidAppDeliveryData) Reset

func (x *AndroidAppDeliveryData) Reset()

func (*AndroidAppDeliveryData) String

func (x *AndroidAppDeliveryData) String() string

type AndroidAppPatchData

type AndroidAppPatchData struct {
	BaseVersionCode *int32  `protobuf:"varint,1,opt,name=baseVersionCode" json:"baseVersionCode,omitempty"`
	BaseSha1        *string `protobuf:"bytes,2,opt,name=baseSha1" json:"baseSha1,omitempty"`
	DownloadUrl     *string `protobuf:"bytes,3,opt,name=downloadUrl" json:"downloadUrl,omitempty"`
	PatchFormat     *int32  `protobuf:"varint,4,opt,name=patchFormat,def=1" json:"patchFormat,omitempty"`
	MaxPatchSize    *int64  `protobuf:"varint,5,opt,name=maxPatchSize" json:"maxPatchSize,omitempty"`
	// contains filtered or unexported fields
}

func (*AndroidAppPatchData) Descriptor deprecated

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

Deprecated: Use AndroidAppPatchData.ProtoReflect.Descriptor instead.

func (*AndroidAppPatchData) GetBaseSha1

func (x *AndroidAppPatchData) GetBaseSha1() string

func (*AndroidAppPatchData) GetBaseVersionCode

func (x *AndroidAppPatchData) GetBaseVersionCode() int32

func (*AndroidAppPatchData) GetDownloadUrl

func (x *AndroidAppPatchData) GetDownloadUrl() string

func (*AndroidAppPatchData) GetMaxPatchSize

func (x *AndroidAppPatchData) GetMaxPatchSize() int64

func (*AndroidAppPatchData) GetPatchFormat

func (x *AndroidAppPatchData) GetPatchFormat() int32

func (*AndroidAppPatchData) ProtoMessage

func (*AndroidAppPatchData) ProtoMessage()

func (*AndroidAppPatchData) ProtoReflect

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

func (*AndroidAppPatchData) Reset

func (x *AndroidAppPatchData) Reset()

func (*AndroidAppPatchData) String

func (x *AndroidAppPatchData) String() string

type AndroidBuildProto

type AndroidBuildProto struct {
	Id             *string `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"`
	Product        *string `protobuf:"bytes,2,opt,name=product" json:"product,omitempty"`
	Carrier        *string `protobuf:"bytes,3,opt,name=carrier" json:"carrier,omitempty"`
	Radio          *string `protobuf:"bytes,4,opt,name=radio" json:"radio,omitempty"`
	Bootloader     *string `protobuf:"bytes,5,opt,name=bootloader" json:"bootloader,omitempty"`
	Client         *string `protobuf:"bytes,6,opt,name=client" json:"client,omitempty"`
	Timestamp      *int64  `protobuf:"varint,7,opt,name=timestamp" json:"timestamp,omitempty"`
	GoogleServices *int32  `protobuf:"varint,8,opt,name=googleServices" json:"googleServices,omitempty"`
	Device         *string `protobuf:"bytes,9,opt,name=device" json:"device,omitempty"`
	SdkVersion     *int32  `protobuf:"varint,10,opt,name=sdkVersion" json:"sdkVersion,omitempty"`
	Model          *string `protobuf:"bytes,11,opt,name=model" json:"model,omitempty"`
	Manufacturer   *string `protobuf:"bytes,12,opt,name=manufacturer" json:"manufacturer,omitempty"`
	BuildProduct   *string `protobuf:"bytes,13,opt,name=buildProduct" json:"buildProduct,omitempty"`
	OtaInstalled   *bool   `protobuf:"varint,14,opt,name=otaInstalled" json:"otaInstalled,omitempty"`
	// contains filtered or unexported fields
}

func (*AndroidBuildProto) Descriptor deprecated

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

Deprecated: Use AndroidBuildProto.ProtoReflect.Descriptor instead.

func (*AndroidBuildProto) GetBootloader

func (x *AndroidBuildProto) GetBootloader() string

func (*AndroidBuildProto) GetBuildProduct

func (x *AndroidBuildProto) GetBuildProduct() string

func (*AndroidBuildProto) GetCarrier

func (x *AndroidBuildProto) GetCarrier() string

func (*AndroidBuildProto) GetClient

func (x *AndroidBuildProto) GetClient() string

func (*AndroidBuildProto) GetDevice

func (x *AndroidBuildProto) GetDevice() string

func (*AndroidBuildProto) GetGoogleServices

func (x *AndroidBuildProto) GetGoogleServices() int32

func (*AndroidBuildProto) GetId

func (x *AndroidBuildProto) GetId() string

func (*AndroidBuildProto) GetManufacturer

func (x *AndroidBuildProto) GetManufacturer() string

func (*AndroidBuildProto) GetModel

func (x *AndroidBuildProto) GetModel() string

func (*AndroidBuildProto) GetOtaInstalled

func (x *AndroidBuildProto) GetOtaInstalled() bool

func (*AndroidBuildProto) GetProduct

func (x *AndroidBuildProto) GetProduct() string

func (*AndroidBuildProto) GetRadio

func (x *AndroidBuildProto) GetRadio() string

func (*AndroidBuildProto) GetSdkVersion

func (x *AndroidBuildProto) GetSdkVersion() int32

func (*AndroidBuildProto) GetTimestamp

func (x *AndroidBuildProto) GetTimestamp() int64

func (*AndroidBuildProto) ProtoMessage

func (*AndroidBuildProto) ProtoMessage()

func (*AndroidBuildProto) ProtoReflect

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

func (*AndroidBuildProto) Reset

func (x *AndroidBuildProto) Reset()

func (*AndroidBuildProto) String

func (x *AndroidBuildProto) String() string

type AndroidCheckinProto

type AndroidCheckinProto struct {
	Build           *AndroidBuildProto   `protobuf:"bytes,1,opt,name=build" json:"build,omitempty"`
	LastCheckinMsec *int64               `protobuf:"varint,2,opt,name=lastCheckinMsec" json:"lastCheckinMsec,omitempty"`
	Event           []*AndroidEventProto `protobuf:"bytes,3,rep,name=event" json:"event,omitempty"`
	RequestedGroup  []string             `protobuf:"bytes,5,rep,name=requestedGroup" json:"requestedGroup,omitempty"`
	CellOperator    *string              `protobuf:"bytes,6,opt,name=cellOperator" json:"cellOperator,omitempty"`
	SimOperator     *string              `protobuf:"bytes,7,opt,name=simOperator" json:"simOperator,omitempty"`
	Roaming         *string              `protobuf:"bytes,8,opt,name=roaming" json:"roaming,omitempty"`
	UserNumber      *int32               `protobuf:"varint,9,opt,name=userNumber" json:"userNumber,omitempty"`
	// contains filtered or unexported fields
}

func (*AndroidCheckinProto) Descriptor deprecated

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

Deprecated: Use AndroidCheckinProto.ProtoReflect.Descriptor instead.

func (*AndroidCheckinProto) GetBuild

func (x *AndroidCheckinProto) GetBuild() *AndroidBuildProto

func (*AndroidCheckinProto) GetCellOperator

func (x *AndroidCheckinProto) GetCellOperator() string

func (*AndroidCheckinProto) GetEvent

func (x *AndroidCheckinProto) GetEvent() []*AndroidEventProto

func (*AndroidCheckinProto) GetLastCheckinMsec

func (x *AndroidCheckinProto) GetLastCheckinMsec() int64

func (*AndroidCheckinProto) GetRequestedGroup

func (x *AndroidCheckinProto) GetRequestedGroup() []string

func (*AndroidCheckinProto) GetRoaming

func (x *AndroidCheckinProto) GetRoaming() string

func (*AndroidCheckinProto) GetSimOperator

func (x *AndroidCheckinProto) GetSimOperator() string

func (*AndroidCheckinProto) GetUserNumber

func (x *AndroidCheckinProto) GetUserNumber() int32

func (*AndroidCheckinProto) ProtoMessage

func (*AndroidCheckinProto) ProtoMessage()

func (*AndroidCheckinProto) ProtoReflect

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

func (*AndroidCheckinProto) Reset

func (x *AndroidCheckinProto) Reset()

func (*AndroidCheckinProto) String

func (x *AndroidCheckinProto) String() string

type AndroidCheckinRequest

type AndroidCheckinRequest struct {
	Imei                *string                   `protobuf:"bytes,1,opt,name=imei" json:"imei,omitempty"`
	Id                  *int64                    `protobuf:"varint,2,opt,name=id,def=0" json:"id,omitempty"`
	Digest              *string                   `protobuf:"bytes,3,opt,name=digest" json:"digest,omitempty"`
	Checkin             *AndroidCheckinProto      `protobuf:"bytes,4,opt,name=checkin" json:"checkin,omitempty"`
	DesiredBuild        *string                   `protobuf:"bytes,5,opt,name=desiredBuild" json:"desiredBuild,omitempty"`
	Locale              *string                   `protobuf:"bytes,6,opt,name=locale" json:"locale,omitempty"`
	LoggingId           *int64                    `protobuf:"varint,7,opt,name=loggingId" json:"loggingId,omitempty"`
	MarketCheckin       *string                   `protobuf:"bytes,8,opt,name=marketCheckin" json:"marketCheckin,omitempty"`
	MacAddr             []string                  `protobuf:"bytes,9,rep,name=macAddr" json:"macAddr,omitempty"`
	Meid                *string                   `protobuf:"bytes,10,opt,name=meid" json:"meid,omitempty"`
	AccountCookie       []string                  `protobuf:"bytes,11,rep,name=accountCookie" json:"accountCookie,omitempty"`
	TimeZone            *string                   `protobuf:"bytes,12,opt,name=timeZone" json:"timeZone,omitempty"`
	SecurityToken       *uint64                   `protobuf:"fixed64,13,opt,name=securityToken" json:"securityToken,omitempty"`
	Version             *int32                    `protobuf:"varint,14,opt,name=version" json:"version,omitempty"`
	OtaCert             []string                  `protobuf:"bytes,15,rep,name=otaCert" json:"otaCert,omitempty"`
	SerialNumber        *string                   `protobuf:"bytes,16,opt,name=serialNumber" json:"serialNumber,omitempty"`
	Esn                 *string                   `protobuf:"bytes,17,opt,name=esn" json:"esn,omitempty"`
	DeviceConfiguration *DeviceConfigurationProto `protobuf:"bytes,18,opt,name=deviceConfiguration" json:"deviceConfiguration,omitempty"`
	MacAddrType         []string                  `protobuf:"bytes,19,rep,name=macAddrType" json:"macAddrType,omitempty"`
	Fragment            *int32                    `protobuf:"varint,20,opt,name=fragment" json:"fragment,omitempty"`
	UserName            *string                   `protobuf:"bytes,21,opt,name=userName" json:"userName,omitempty"`
	UserSerialNumber    *int32                    `protobuf:"varint,22,opt,name=userSerialNumber" json:"userSerialNumber,omitempty"`
	// contains filtered or unexported fields
}

func (*AndroidCheckinRequest) Descriptor deprecated

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

Deprecated: Use AndroidCheckinRequest.ProtoReflect.Descriptor instead.

func (*AndroidCheckinRequest) GetAccountCookie

func (x *AndroidCheckinRequest) GetAccountCookie() []string

func (*AndroidCheckinRequest) GetCheckin

func (x *AndroidCheckinRequest) GetCheckin() *AndroidCheckinProto

func (*AndroidCheckinRequest) GetDesiredBuild

func (x *AndroidCheckinRequest) GetDesiredBuild() string

func (*AndroidCheckinRequest) GetDeviceConfiguration

func (x *AndroidCheckinRequest) GetDeviceConfiguration() *DeviceConfigurationProto

func (*AndroidCheckinRequest) GetDigest

func (x *AndroidCheckinRequest) GetDigest() string

func (*AndroidCheckinRequest) GetEsn

func (x *AndroidCheckinRequest) GetEsn() string

func (*AndroidCheckinRequest) GetFragment

func (x *AndroidCheckinRequest) GetFragment() int32

func (*AndroidCheckinRequest) GetId

func (x *AndroidCheckinRequest) GetId() int64

func (*AndroidCheckinRequest) GetImei

func (x *AndroidCheckinRequest) GetImei() string

func (*AndroidCheckinRequest) GetLocale

func (x *AndroidCheckinRequest) GetLocale() string

func (*AndroidCheckinRequest) GetLoggingId

func (x *AndroidCheckinRequest) GetLoggingId() int64

func (*AndroidCheckinRequest) GetMacAddr

func (x *AndroidCheckinRequest) GetMacAddr() []string

func (*AndroidCheckinRequest) GetMacAddrType

func (x *AndroidCheckinRequest) GetMacAddrType() []string

func (*AndroidCheckinRequest) GetMarketCheckin

func (x *AndroidCheckinRequest) GetMarketCheckin() string

func (*AndroidCheckinRequest) GetMeid

func (x *AndroidCheckinRequest) GetMeid() string

func (*AndroidCheckinRequest) GetOtaCert

func (x *AndroidCheckinRequest) GetOtaCert() []string

func (*AndroidCheckinRequest) GetSecurityToken

func (x *AndroidCheckinRequest) GetSecurityToken() uint64

func (*AndroidCheckinRequest) GetSerialNumber

func (x *AndroidCheckinRequest) GetSerialNumber() string

func (*AndroidCheckinRequest) GetTimeZone

func (x *AndroidCheckinRequest) GetTimeZone() string

func (*AndroidCheckinRequest) GetUserName

func (x *AndroidCheckinRequest) GetUserName() string

func (*AndroidCheckinRequest) GetUserSerialNumber

func (x *AndroidCheckinRequest) GetUserSerialNumber() int32

func (*AndroidCheckinRequest) GetVersion

func (x *AndroidCheckinRequest) GetVersion() int32

func (*AndroidCheckinRequest) ProtoMessage

func (*AndroidCheckinRequest) ProtoMessage()

func (*AndroidCheckinRequest) ProtoReflect

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

func (*AndroidCheckinRequest) Reset

func (x *AndroidCheckinRequest) Reset()

func (*AndroidCheckinRequest) String

func (x *AndroidCheckinRequest) String() string

type AndroidCheckinResponse

type AndroidCheckinResponse struct {
	StatsOk                       *bool    `protobuf:"varint,1,opt,name=statsOk" json:"statsOk,omitempty"`
	TimeMsec                      *int64   `protobuf:"varint,3,opt,name=timeMsec" json:"timeMsec,omitempty"`
	Digest                        *string  `protobuf:"bytes,4,opt,name=digest" json:"digest,omitempty"`
	MarketOk                      *bool    `protobuf:"varint,6,opt,name=marketOk" json:"marketOk,omitempty"`
	AndroidId                     *uint64  `protobuf:"fixed64,7,opt,name=androidId" json:"androidId,omitempty"`
	SecurityToken                 *uint64  `protobuf:"fixed64,8,opt,name=securityToken" json:"securityToken,omitempty"`
	SettingsDiff                  *bool    `protobuf:"varint,9,opt,name=settingsDiff" json:"settingsDiff,omitempty"`
	DeleteSetting                 []string `protobuf:"bytes,10,rep,name=deleteSetting" json:"deleteSetting,omitempty"`
	DeviceCheckinConsistencyToken *string  `protobuf:"bytes,12,opt,name=deviceCheckinConsistencyToken" json:"deviceCheckinConsistencyToken,omitempty"`
	// contains filtered or unexported fields
}

func (*AndroidCheckinResponse) Descriptor deprecated

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

Deprecated: Use AndroidCheckinResponse.ProtoReflect.Descriptor instead.

func (*AndroidCheckinResponse) GetAndroidId

func (x *AndroidCheckinResponse) GetAndroidId() uint64

func (*AndroidCheckinResponse) GetDeleteSetting

func (x *AndroidCheckinResponse) GetDeleteSetting() []string

func (*AndroidCheckinResponse) GetDeviceCheckinConsistencyToken

func (x *AndroidCheckinResponse) GetDeviceCheckinConsistencyToken() string

func (*AndroidCheckinResponse) GetDigest

func (x *AndroidCheckinResponse) GetDigest() string

func (*AndroidCheckinResponse) GetMarketOk

func (x *AndroidCheckinResponse) GetMarketOk() bool

func (*AndroidCheckinResponse) GetSecurityToken

func (x *AndroidCheckinResponse) GetSecurityToken() uint64

func (*AndroidCheckinResponse) GetSettingsDiff

func (x *AndroidCheckinResponse) GetSettingsDiff() bool

func (*AndroidCheckinResponse) GetStatsOk

func (x *AndroidCheckinResponse) GetStatsOk() bool

func (*AndroidCheckinResponse) GetTimeMsec

func (x *AndroidCheckinResponse) GetTimeMsec() int64

func (*AndroidCheckinResponse) ProtoMessage

func (*AndroidCheckinResponse) ProtoMessage()

func (*AndroidCheckinResponse) ProtoReflect

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

func (*AndroidCheckinResponse) Reset

func (x *AndroidCheckinResponse) Reset()

func (*AndroidCheckinResponse) String

func (x *AndroidCheckinResponse) String() string

type AndroidEventProto

type AndroidEventProto struct {
	Tag      *string `protobuf:"bytes,1,opt,name=tag" json:"tag,omitempty"`
	Value    *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	TimeMsec *int64  `protobuf:"varint,3,opt,name=timeMsec" json:"timeMsec,omitempty"`
	// contains filtered or unexported fields
}

func (*AndroidEventProto) Descriptor deprecated

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

Deprecated: Use AndroidEventProto.ProtoReflect.Descriptor instead.

func (*AndroidEventProto) GetTag

func (x *AndroidEventProto) GetTag() string

func (*AndroidEventProto) GetTimeMsec

func (x *AndroidEventProto) GetTimeMsec() int64

func (*AndroidEventProto) GetValue

func (x *AndroidEventProto) GetValue() string

func (*AndroidEventProto) ProtoMessage

func (*AndroidEventProto) ProtoMessage()

func (*AndroidEventProto) ProtoReflect

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

func (*AndroidEventProto) Reset

func (x *AndroidEventProto) Reset()

func (*AndroidEventProto) String

func (x *AndroidEventProto) String() string
type AnnotationLink struct {
	Uri          *string       `protobuf:"bytes,1,opt,name=uri" json:"uri,omitempty"`
	ResolvedLink *ResolvedLink `protobuf:"bytes,2,opt,name=resolvedLink" json:"resolvedLink,omitempty"`
	UriBackend   *int32        `protobuf:"varint,3,opt,name=uriBackend" json:"uriBackend,omitempty"`
	// contains filtered or unexported fields
}

func (*AnnotationLink) Descriptor deprecated

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

Deprecated: Use AnnotationLink.ProtoReflect.Descriptor instead.

func (x *AnnotationLink) GetResolvedLink() *ResolvedLink

func (*AnnotationLink) GetUri

func (x *AnnotationLink) GetUri() string

func (*AnnotationLink) GetUriBackend

func (x *AnnotationLink) GetUriBackend() int32

func (*AnnotationLink) ProtoMessage

func (*AnnotationLink) ProtoMessage()

func (*AnnotationLink) ProtoReflect

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

func (*AnnotationLink) Reset

func (x *AnnotationLink) Reset()

func (*AnnotationLink) String

func (x *AnnotationLink) String() string

type Annotations

type Annotations struct {
	Warning                   []*Warning              `protobuf:"bytes,4,rep,name=warning" json:"warning,omitempty"`
	BadgeForCreator           []*Badge                `protobuf:"bytes,8,rep,name=badgeForCreator" json:"badgeForCreator,omitempty"`
	InfoBadge                 []*Badge                `protobuf:"bytes,9,rep,name=infoBadge" json:"infoBadge,omitempty"`
	AnnotationLink            *AnnotationLink         `protobuf:"bytes,10,opt,name=annotationLink" json:"annotationLink,omitempty"`
	OfferNote                 *string                 `protobuf:"bytes,14,opt,name=offerNote" json:"offerNote,omitempty"`
	PrivacyPolicyUrl          *string                 `protobuf:"bytes,18,opt,name=privacyPolicyUrl" json:"privacyPolicyUrl,omitempty"`
	OptimalDeviceClassWarning *Warning                `protobuf:"bytes,20,opt,name=optimalDeviceClassWarning" json:"optimalDeviceClassWarning,omitempty"`
	AttributionHtml           *string                 `protobuf:"bytes,27,opt,name=attributionHtml" json:"attributionHtml,omitempty"`
	PurchaseHistoryDetails    *PurchaseHistoryDetails `protobuf:"bytes,28,opt,name=purchaseHistoryDetails" json:"purchaseHistoryDetails,omitempty"`
	BadgeForLegacyRating      *Badge                  `protobuf:"bytes,29,opt,name=badgeForLegacyRating" json:"badgeForLegacyRating,omitempty"`
	FeatureBadge              []*Badge                `protobuf:"bytes,39,rep,name=featureBadge" json:"featureBadge,omitempty"`
	DownloadsLabel            *string                 `protobuf:"bytes,48,opt,name=downloadsLabel" json:"downloadsLabel,omitempty"`
	BadgeForRating            *Badge                  `protobuf:"bytes,50,opt,name=badgeForRating" json:"badgeForRating,omitempty"`
	CategoryInfo              *CategoryInfo           `protobuf:"bytes,53,opt,name=categoryInfo" json:"categoryInfo,omitempty"`
	CategoryName              *string                 `protobuf:"bytes,66,opt,name=categoryName" json:"categoryName,omitempty"`
	Chip                      []*Chip                 `protobuf:"bytes,71,rep,name=chip" json:"chip,omitempty"`
	DisplayBadge              []*Badge                `protobuf:"bytes,72,rep,name=displayBadge" json:"displayBadge,omitempty"`
	LiveStreamUrl             *string                 `protobuf:"bytes,80,opt,name=liveStreamUrl" json:"liveStreamUrl,omitempty"`
	PromotionStreamUrl        *string                 `protobuf:"bytes,85,opt,name=promotionStreamUrl" json:"promotionStreamUrl,omitempty"`
	SectionImage              *SectionImage           `protobuf:"bytes,94,opt,name=sectionImage" json:"sectionImage,omitempty"`
	// contains filtered or unexported fields
}

func (*Annotations) Descriptor deprecated

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

Deprecated: Use Annotations.ProtoReflect.Descriptor instead.

func (x *Annotations) GetAnnotationLink() *AnnotationLink

func (*Annotations) GetAttributionHtml

func (x *Annotations) GetAttributionHtml() string

func (*Annotations) GetBadgeForCreator

func (x *Annotations) GetBadgeForCreator() []*Badge

func (*Annotations) GetBadgeForLegacyRating

func (x *Annotations) GetBadgeForLegacyRating() *Badge

func (*Annotations) GetBadgeForRating

func (x *Annotations) GetBadgeForRating() *Badge

func (*Annotations) GetCategoryInfo

func (x *Annotations) GetCategoryInfo() *CategoryInfo

func (*Annotations) GetCategoryName

func (x *Annotations) GetCategoryName() string

func (*Annotations) GetChip

func (x *Annotations) GetChip() []*Chip

func (*Annotations) GetDisplayBadge

func (x *Annotations) GetDisplayBadge() []*Badge

func (*Annotations) GetDownloadsLabel

func (x *Annotations) GetDownloadsLabel() string

func (*Annotations) GetFeatureBadge

func (x *Annotations) GetFeatureBadge() []*Badge

func (*Annotations) GetInfoBadge

func (x *Annotations) GetInfoBadge() []*Badge

func (*Annotations) GetLiveStreamUrl

func (x *Annotations) GetLiveStreamUrl() string

func (*Annotations) GetOfferNote

func (x *Annotations) GetOfferNote() string

func (*Annotations) GetOptimalDeviceClassWarning

func (x *Annotations) GetOptimalDeviceClassWarning() *Warning

func (*Annotations) GetPrivacyPolicyUrl

func (x *Annotations) GetPrivacyPolicyUrl() string

func (*Annotations) GetPromotionStreamUrl

func (x *Annotations) GetPromotionStreamUrl() string

func (*Annotations) GetPurchaseHistoryDetails

func (x *Annotations) GetPurchaseHistoryDetails() *PurchaseHistoryDetails

func (*Annotations) GetSectionImage

func (x *Annotations) GetSectionImage() *SectionImage

func (*Annotations) GetWarning

func (x *Annotations) GetWarning() []*Warning

func (*Annotations) ProtoMessage

func (*Annotations) ProtoMessage()

func (*Annotations) ProtoReflect

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

func (*Annotations) Reset

func (x *Annotations) Reset()

func (*Annotations) String

func (x *Annotations) String() string

type AppDetails

type AppDetails struct {
	DeveloperName                                 *string             `protobuf:"bytes,1,opt,name=developerName" json:"developerName,omitempty"`
	MajorVersionNumber                            *int32              `protobuf:"varint,2,opt,name=majorVersionNumber" json:"majorVersionNumber,omitempty"`
	VersionCode                                   *int32              `protobuf:"varint,3,opt,name=versionCode" json:"versionCode,omitempty"`
	VersionString                                 *string             `protobuf:"bytes,4,opt,name=versionString" json:"versionString,omitempty"`
	Title                                         *string             `protobuf:"bytes,5,opt,name=title" json:"title,omitempty"`
	AppCategory                                   []string            `protobuf:"bytes,7,rep,name=appCategory" json:"appCategory,omitempty"`
	ContentRating                                 *int32              `protobuf:"varint,8,opt,name=contentRating" json:"contentRating,omitempty"`
	InfoDownloadSize                              *int64              `protobuf:"varint,9,opt,name=infoDownloadSize" json:"infoDownloadSize,omitempty"`
	Permission                                    []string            `protobuf:"bytes,10,rep,name=permission" json:"permission,omitempty"`
	DeveloperEmail                                *string             `protobuf:"bytes,11,opt,name=developerEmail" json:"developerEmail,omitempty"`
	DeveloperWebsite                              *string             `protobuf:"bytes,12,opt,name=developerWebsite" json:"developerWebsite,omitempty"`
	InfoDownload                                  *string             `protobuf:"bytes,13,opt,name=infoDownload" json:"infoDownload,omitempty"`
	PackageName                                   *string             `protobuf:"bytes,14,opt,name=packageName" json:"packageName,omitempty"`
	RecentChangesHtml                             *string             `protobuf:"bytes,15,opt,name=recentChangesHtml" json:"recentChangesHtml,omitempty"`
	InfoUpdatedOn                                 *string             `protobuf:"bytes,16,opt,name=infoUpdatedOn" json:"infoUpdatedOn,omitempty"`
	File                                          []*FileMetadata     `protobuf:"bytes,17,rep,name=file" json:"file,omitempty"`
	AppType                                       *string             `protobuf:"bytes,18,opt,name=appType" json:"appType,omitempty"`
	CertificateHash                               []string            `protobuf:"bytes,19,rep,name=certificateHash" json:"certificateHash,omitempty"`
	VariesWithDevice                              *bool               `protobuf:"varint,21,opt,name=variesWithDevice,def=1" json:"variesWithDevice,omitempty"`
	CertificateSet                                []*CertificateSet   `protobuf:"bytes,22,rep,name=certificateSet" json:"certificateSet,omitempty"`
	AutoAcquireFreeAppIfHigherVersionAvailableTag []string            `` /* 137-byte string literal not displayed */
	HasInstantLink                                *bool               `protobuf:"varint,24,opt,name=hasInstantLink" json:"hasInstantLink,omitempty"`
	SplitId                                       []string            `protobuf:"bytes,25,rep,name=splitId" json:"splitId,omitempty"`
	GamepadRequired                               *bool               `protobuf:"varint,26,opt,name=gamepadRequired" json:"gamepadRequired,omitempty"`
	ExternallyHosted                              *bool               `protobuf:"varint,27,opt,name=externallyHosted" json:"externallyHosted,omitempty"`
	EverExternallyHosted                          *bool               `protobuf:"varint,28,opt,name=everExternallyHosted" json:"everExternallyHosted,omitempty"`
	InstallNotes                                  *string             `protobuf:"bytes,30,opt,name=installNotes" json:"installNotes,omitempty"`
	InstallLocation                               *int32              `protobuf:"varint,31,opt,name=installLocation" json:"installLocation,omitempty"`
	TargetSdkVersion                              *int32              `protobuf:"varint,32,opt,name=targetSdkVersion" json:"targetSdkVersion,omitempty"`
	HasPreregistrationPromoCode                   *string             `protobuf:"bytes,33,opt,name=hasPreregistrationPromoCode" json:"hasPreregistrationPromoCode,omitempty"`
	Dependencies                                  *Dependencies       `protobuf:"bytes,34,opt,name=dependencies" json:"dependencies,omitempty"`
	TestingProgramInfo                            *TestingProgramInfo `protobuf:"bytes,35,opt,name=testingProgramInfo" json:"testingProgramInfo,omitempty"`
	EarlyAccessInfo                               *EarlyAccessInfo    `protobuf:"bytes,36,opt,name=earlyAccessInfo" json:"earlyAccessInfo,omitempty"`
	EditorChoice                                  *EditorChoice       `protobuf:"bytes,41,opt,name=editorChoice" json:"editorChoice,omitempty"`
	InstantLink                                   *string             `protobuf:"bytes,43,opt,name=instantLink" json:"instantLink,omitempty"`
	DeveloperAddress                              *string             `protobuf:"bytes,45,opt,name=developerAddress" json:"developerAddress,omitempty"`
	Publisher                                     *Publisher          `protobuf:"bytes,46,opt,name=publisher" json:"publisher,omitempty"`
	CategoryName                                  *string             `protobuf:"bytes,48,opt,name=categoryName" json:"categoryName,omitempty"`
	DownloadCount                                 *int64              `protobuf:"varint,53,opt,name=downloadCount" json:"downloadCount,omitempty"`
	DownloadLabelDisplay                          *string             `protobuf:"bytes,61,opt,name=downloadLabelDisplay" json:"downloadLabelDisplay,omitempty"`
	InAppProduct                                  *string             `protobuf:"bytes,67,opt,name=inAppProduct" json:"inAppProduct,omitempty"`
	DownloadLabelAbbreviated                      *string             `protobuf:"bytes,77,opt,name=downloadLabelAbbreviated" json:"downloadLabelAbbreviated,omitempty"`
	DownloadLabel                                 *string             `protobuf:"bytes,78,opt,name=downloadLabel" json:"downloadLabel,omitempty"`
	// contains filtered or unexported fields
}

func (*AppDetails) Descriptor deprecated

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

Deprecated: Use AppDetails.ProtoReflect.Descriptor instead.

func (*AppDetails) GetAppCategory

func (x *AppDetails) GetAppCategory() []string

func (*AppDetails) GetAppType

func (x *AppDetails) GetAppType() string

func (*AppDetails) GetAutoAcquireFreeAppIfHigherVersionAvailableTag

func (x *AppDetails) GetAutoAcquireFreeAppIfHigherVersionAvailableTag() []string

func (*AppDetails) GetCategoryName

func (x *AppDetails) GetCategoryName() string

func (*AppDetails) GetCertificateHash

func (x *AppDetails) GetCertificateHash() []string

func (*AppDetails) GetCertificateSet

func (x *AppDetails) GetCertificateSet() []*CertificateSet

func (*AppDetails) GetContentRating

func (x *AppDetails) GetContentRating() int32

func (*AppDetails) GetDependencies

func (x *AppDetails) GetDependencies() *Dependencies

func (*AppDetails) GetDeveloperAddress

func (x *AppDetails) GetDeveloperAddress() string

func (*AppDetails) GetDeveloperEmail

func (x *AppDetails) GetDeveloperEmail() string

func (*AppDetails) GetDeveloperName

func (x *AppDetails) GetDeveloperName() string

func (*AppDetails) GetDeveloperWebsite

func (x *AppDetails) GetDeveloperWebsite() string

func (*AppDetails) GetDownloadCount

func (x *AppDetails) GetDownloadCount() int64

func (*AppDetails) GetDownloadLabel

func (x *AppDetails) GetDownloadLabel() string

func (*AppDetails) GetDownloadLabelAbbreviated

func (x *AppDetails) GetDownloadLabelAbbreviated() string

func (*AppDetails) GetDownloadLabelDisplay

func (x *AppDetails) GetDownloadLabelDisplay() string

func (*AppDetails) GetEarlyAccessInfo

func (x *AppDetails) GetEarlyAccessInfo() *EarlyAccessInfo

func (*AppDetails) GetEditorChoice

func (x *AppDetails) GetEditorChoice() *EditorChoice

func (*AppDetails) GetEverExternallyHosted

func (x *AppDetails) GetEverExternallyHosted() bool

func (*AppDetails) GetExternallyHosted

func (x *AppDetails) GetExternallyHosted() bool

func (*AppDetails) GetFile

func (x *AppDetails) GetFile() []*FileMetadata

func (*AppDetails) GetGamepadRequired

func (x *AppDetails) GetGamepadRequired() bool
func (x *AppDetails) GetHasInstantLink() bool

func (*AppDetails) GetHasPreregistrationPromoCode

func (x *AppDetails) GetHasPreregistrationPromoCode() string

func (*AppDetails) GetInAppProduct

func (x *AppDetails) GetInAppProduct() string

func (*AppDetails) GetInfoDownload

func (x *AppDetails) GetInfoDownload() string

func (*AppDetails) GetInfoDownloadSize

func (x *AppDetails) GetInfoDownloadSize() int64

func (*AppDetails) GetInfoUpdatedOn

func (x *AppDetails) GetInfoUpdatedOn() string

func (*AppDetails) GetInstallLocation

func (x *AppDetails) GetInstallLocation() int32

func (*AppDetails) GetInstallNotes

func (x *AppDetails) GetInstallNotes() string
func (x *AppDetails) GetInstantLink() string

func (*AppDetails) GetMajorVersionNumber

func (x *AppDetails) GetMajorVersionNumber() int32

func (*AppDetails) GetPackageName

func (x *AppDetails) GetPackageName() string

func (*AppDetails) GetPermission

func (x *AppDetails) GetPermission() []string

func (*AppDetails) GetPublisher

func (x *AppDetails) GetPublisher() *Publisher

func (*AppDetails) GetRecentChangesHtml

func (x *AppDetails) GetRecentChangesHtml() string

func (*AppDetails) GetSplitId

func (x *AppDetails) GetSplitId() []string

func (*AppDetails) GetTargetSdkVersion

func (x *AppDetails) GetTargetSdkVersion() int32

func (*AppDetails) GetTestingProgramInfo

func (x *AppDetails) GetTestingProgramInfo() *TestingProgramInfo

func (*AppDetails) GetTitle

func (x *AppDetails) GetTitle() string

func (*AppDetails) GetVariesWithDevice

func (x *AppDetails) GetVariesWithDevice() bool

func (*AppDetails) GetVersionCode

func (x *AppDetails) GetVersionCode() int32

func (*AppDetails) GetVersionString

func (x *AppDetails) GetVersionString() string

func (*AppDetails) ProtoMessage

func (*AppDetails) ProtoMessage()

func (*AppDetails) ProtoReflect

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

func (*AppDetails) Reset

func (x *AppDetails) Reset()

func (*AppDetails) String

func (x *AppDetails) String() string

type AppFileMetadata

type AppFileMetadata struct {
	FileType              *int32               `protobuf:"varint,1,opt,name=fileType" json:"fileType,omitempty"`
	VersionCode           *int32               `protobuf:"varint,2,opt,name=versionCode" json:"versionCode,omitempty"`
	Size                  *int64               `protobuf:"varint,3,opt,name=size" json:"size,omitempty"`
	DownloadUrl           *string              `protobuf:"bytes,4,opt,name=downloadUrl" json:"downloadUrl,omitempty"`
	PatchData             *AndroidAppPatchData `protobuf:"bytes,5,opt,name=patchData" json:"patchData,omitempty"`
	CompressedSize        *int64               `protobuf:"varint,6,opt,name=compressedSize" json:"compressedSize,omitempty"`
	CompressedDownloadUrl *string              `protobuf:"bytes,7,opt,name=compressedDownloadUrl" json:"compressedDownloadUrl,omitempty"`
	Sha1                  *string              `protobuf:"bytes,8,opt,name=sha1" json:"sha1,omitempty"`
	// contains filtered or unexported fields
}

func (*AppFileMetadata) Descriptor deprecated

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

Deprecated: Use AppFileMetadata.ProtoReflect.Descriptor instead.

func (*AppFileMetadata) GetCompressedDownloadUrl

func (x *AppFileMetadata) GetCompressedDownloadUrl() string

func (*AppFileMetadata) GetCompressedSize

func (x *AppFileMetadata) GetCompressedSize() int64

func (*AppFileMetadata) GetDownloadUrl

func (x *AppFileMetadata) GetDownloadUrl() string

func (*AppFileMetadata) GetFileType

func (x *AppFileMetadata) GetFileType() int32

func (*AppFileMetadata) GetPatchData

func (x *AppFileMetadata) GetPatchData() *AndroidAppPatchData

func (*AppFileMetadata) GetSha1

func (x *AppFileMetadata) GetSha1() string

func (*AppFileMetadata) GetSize

func (x *AppFileMetadata) GetSize() int64

func (*AppFileMetadata) GetVersionCode

func (x *AppFileMetadata) GetVersionCode() int32

func (*AppFileMetadata) ProtoMessage

func (*AppFileMetadata) ProtoMessage()

func (*AppFileMetadata) ProtoReflect

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

func (*AppFileMetadata) Reset

func (x *AppFileMetadata) Reset()

func (*AppFileMetadata) String

func (x *AppFileMetadata) String() string

type AppInfo

type AppInfo struct {
	Title   *string           `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"`
	Section []*AppInfoSection `protobuf:"bytes,2,rep,name=section" json:"section,omitempty"`
	// contains filtered or unexported fields
}

func (*AppInfo) Descriptor deprecated

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

Deprecated: Use AppInfo.ProtoReflect.Descriptor instead.

func (*AppInfo) GetSection

func (x *AppInfo) GetSection() []*AppInfoSection

func (*AppInfo) GetTitle

func (x *AppInfo) GetTitle() string

func (*AppInfo) ProtoMessage

func (*AppInfo) ProtoMessage()

func (*AppInfo) ProtoReflect

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

func (*AppInfo) Reset

func (x *AppInfo) Reset()

func (*AppInfo) String

func (x *AppInfo) String() string

type AppInfoContainer

type AppInfoContainer struct {
	Image       *Image  `protobuf:"bytes,1,opt,name=image" json:"image,omitempty"`
	Description *string `protobuf:"bytes,2,opt,name=description" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*AppInfoContainer) Descriptor deprecated

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

Deprecated: Use AppInfoContainer.ProtoReflect.Descriptor instead.

func (*AppInfoContainer) GetDescription

func (x *AppInfoContainer) GetDescription() string

func (*AppInfoContainer) GetImage

func (x *AppInfoContainer) GetImage() *Image

func (*AppInfoContainer) ProtoMessage

func (*AppInfoContainer) ProtoMessage()

func (*AppInfoContainer) ProtoReflect

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

func (*AppInfoContainer) Reset

func (x *AppInfoContainer) Reset()

func (*AppInfoContainer) String

func (x *AppInfoContainer) String() string

type AppInfoSection

type AppInfoSection struct {
	Label     *string           `protobuf:"bytes,1,opt,name=label" json:"label,omitempty"`
	Container *AppInfoContainer `protobuf:"bytes,3,opt,name=container" json:"container,omitempty"`
	// contains filtered or unexported fields
}

func (*AppInfoSection) Descriptor deprecated

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

Deprecated: Use AppInfoSection.ProtoReflect.Descriptor instead.

func (*AppInfoSection) GetContainer

func (x *AppInfoSection) GetContainer() *AppInfoContainer

func (*AppInfoSection) GetLabel

func (x *AppInfoSection) GetLabel() string

func (*AppInfoSection) ProtoMessage

func (*AppInfoSection) ProtoMessage()

func (*AppInfoSection) ProtoReflect

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

func (*AppInfoSection) Reset

func (x *AppInfoSection) Reset()

func (*AppInfoSection) String

func (x *AppInfoSection) String() string

type Attribution

type Attribution struct {
	SourceTitle  *string `protobuf:"bytes,1,opt,name=sourceTitle" json:"sourceTitle,omitempty"`
	SourceUrl    *string `protobuf:"bytes,2,opt,name=sourceUrl" json:"sourceUrl,omitempty"`
	LicenseTitle *string `protobuf:"bytes,3,opt,name=licenseTitle" json:"licenseTitle,omitempty"`
	LicenseUrl   *string `protobuf:"bytes,4,opt,name=licenseUrl" json:"licenseUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*Attribution) Descriptor deprecated

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

Deprecated: Use Attribution.ProtoReflect.Descriptor instead.

func (*Attribution) GetLicenseTitle

func (x *Attribution) GetLicenseTitle() string

func (*Attribution) GetLicenseUrl

func (x *Attribution) GetLicenseUrl() string

func (*Attribution) GetSourceTitle

func (x *Attribution) GetSourceTitle() string

func (*Attribution) GetSourceUrl

func (x *Attribution) GetSourceUrl() string

func (*Attribution) ProtoMessage

func (*Attribution) ProtoMessage()

func (*Attribution) ProtoReflect

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

func (*Attribution) Reset

func (x *Attribution) Reset()

func (*Attribution) String

func (x *Attribution) String() string

type AuthenticationChallenge

type AuthenticationChallenge struct {
	AuthenticationType              *int32        `protobuf:"varint,1,opt,name=authenticationType" json:"authenticationType,omitempty"`
	ResponseAuthenticationTypeParam *string       `protobuf:"bytes,2,opt,name=responseAuthenticationTypeParam" json:"responseAuthenticationTypeParam,omitempty"`
	ResponseRetryCountParam         *string       `protobuf:"bytes,3,opt,name=responseRetryCountParam" json:"responseRetryCountParam,omitempty"`
	PinHeaderText                   *string       `protobuf:"bytes,4,opt,name=pinHeaderText" json:"pinHeaderText,omitempty"`
	PinDescriptionTextHtml          *string       `protobuf:"bytes,5,opt,name=pinDescriptionTextHtml" json:"pinDescriptionTextHtml,omitempty"`
	GaiaHeaderText                  *string       `protobuf:"bytes,6,opt,name=gaiaHeaderText" json:"gaiaHeaderText,omitempty"`
	GaiaDescriptionTextHtml         *string       `protobuf:"bytes,7,opt,name=gaiaDescriptionTextHtml" json:"gaiaDescriptionTextHtml,omitempty"`
	GaiaFooterTextHtml              *string       `protobuf:"bytes,8,opt,name=gaiaFooterTextHtml" json:"gaiaFooterTextHtml,omitempty"`
	GaiaOptOutCheckbox              *FormCheckbox `protobuf:"bytes,9,opt,name=gaiaOptOutCheckbox" json:"gaiaOptOutCheckbox,omitempty"`
	GaiaOptOutDescriptionTextHtml   *string       `protobuf:"bytes,10,opt,name=gaiaOptOutDescriptionTextHtml" json:"gaiaOptOutDescriptionTextHtml,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthenticationChallenge) Descriptor deprecated

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

Deprecated: Use AuthenticationChallenge.ProtoReflect.Descriptor instead.

func (*AuthenticationChallenge) GetAuthenticationType

func (x *AuthenticationChallenge) GetAuthenticationType() int32

func (*AuthenticationChallenge) GetGaiaDescriptionTextHtml

func (x *AuthenticationChallenge) GetGaiaDescriptionTextHtml() string

func (*AuthenticationChallenge) GetGaiaFooterTextHtml

func (x *AuthenticationChallenge) GetGaiaFooterTextHtml() string

func (*AuthenticationChallenge) GetGaiaHeaderText

func (x *AuthenticationChallenge) GetGaiaHeaderText() string

func (*AuthenticationChallenge) GetGaiaOptOutCheckbox

func (x *AuthenticationChallenge) GetGaiaOptOutCheckbox() *FormCheckbox

func (*AuthenticationChallenge) GetGaiaOptOutDescriptionTextHtml

func (x *AuthenticationChallenge) GetGaiaOptOutDescriptionTextHtml() string

func (*AuthenticationChallenge) GetPinDescriptionTextHtml

func (x *AuthenticationChallenge) GetPinDescriptionTextHtml() string

func (*AuthenticationChallenge) GetPinHeaderText

func (x *AuthenticationChallenge) GetPinHeaderText() string

func (*AuthenticationChallenge) GetResponseAuthenticationTypeParam

func (x *AuthenticationChallenge) GetResponseAuthenticationTypeParam() string

func (*AuthenticationChallenge) GetResponseRetryCountParam

func (x *AuthenticationChallenge) GetResponseRetryCountParam() string

func (*AuthenticationChallenge) ProtoMessage

func (*AuthenticationChallenge) ProtoMessage()

func (*AuthenticationChallenge) ProtoReflect

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

func (*AuthenticationChallenge) Reset

func (x *AuthenticationChallenge) Reset()

func (*AuthenticationChallenge) String

func (x *AuthenticationChallenge) String() string

type Badge

type Badge struct {
	Major       *string     `protobuf:"bytes,1,opt,name=major" json:"major,omitempty"`
	Image       *Image      `protobuf:"bytes,2,opt,name=image" json:"image,omitempty"`
	Minor       *string     `protobuf:"bytes,3,opt,name=minor" json:"minor,omitempty"`
	MinorHtml   *string     `protobuf:"bytes,4,opt,name=minorHtml" json:"minorHtml,omitempty"`
	Link        *StreamLink `protobuf:"bytes,7,opt,name=link" json:"link,omitempty"`
	Description *string     `protobuf:"bytes,8,opt,name=description" json:"description,omitempty"`
	// contains filtered or unexported fields
}

func (*Badge) Descriptor deprecated

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

Deprecated: Use Badge.ProtoReflect.Descriptor instead.

func (*Badge) GetDescription

func (x *Badge) GetDescription() string

func (*Badge) GetImage

func (x *Badge) GetImage() *Image
func (x *Badge) GetLink() *StreamLink

func (*Badge) GetMajor

func (x *Badge) GetMajor() string

func (*Badge) GetMinor

func (x *Badge) GetMinor() string

func (*Badge) GetMinorHtml

func (x *Badge) GetMinorHtml() string

func (*Badge) ProtoMessage

func (*Badge) ProtoMessage()

func (*Badge) ProtoReflect

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

func (*Badge) Reset

func (x *Badge) Reset()

func (*Badge) String

func (x *Badge) String() string

type BulkDetailsEntry

type BulkDetailsEntry struct {
	Item *Item `protobuf:"bytes,1,opt,name=item" json:"item,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkDetailsEntry) Descriptor deprecated

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

Deprecated: Use BulkDetailsEntry.ProtoReflect.Descriptor instead.

func (*BulkDetailsEntry) GetItem

func (x *BulkDetailsEntry) GetItem() *Item

func (*BulkDetailsEntry) ProtoMessage

func (*BulkDetailsEntry) ProtoMessage()

func (*BulkDetailsEntry) ProtoReflect

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

func (*BulkDetailsEntry) Reset

func (x *BulkDetailsEntry) Reset()

func (*BulkDetailsEntry) String

func (x *BulkDetailsEntry) String() string

type BulkDetailsRequest

type BulkDetailsRequest struct {
	DocId                []string `protobuf:"bytes,1,rep,name=DocId" json:"DocId,omitempty"`
	IncludeChildDocs     *bool    `protobuf:"varint,2,opt,name=includeChildDocs,def=1" json:"includeChildDocs,omitempty"`
	IncludeDetails       *bool    `protobuf:"varint,3,opt,name=includeDetails" json:"includeDetails,omitempty"`
	SourcePackageName    *string  `protobuf:"bytes,4,opt,name=sourcePackageName" json:"sourcePackageName,omitempty"`
	InstalledVersionCode []int32  `protobuf:"varint,7,rep,name=installedVersionCode" json:"installedVersionCode,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkDetailsRequest) Descriptor deprecated

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

Deprecated: Use BulkDetailsRequest.ProtoReflect.Descriptor instead.

func (*BulkDetailsRequest) GetDocId

func (x *BulkDetailsRequest) GetDocId() []string

func (*BulkDetailsRequest) GetIncludeChildDocs

func (x *BulkDetailsRequest) GetIncludeChildDocs() bool

func (*BulkDetailsRequest) GetIncludeDetails

func (x *BulkDetailsRequest) GetIncludeDetails() bool

func (*BulkDetailsRequest) GetInstalledVersionCode

func (x *BulkDetailsRequest) GetInstalledVersionCode() []int32

func (*BulkDetailsRequest) GetSourcePackageName

func (x *BulkDetailsRequest) GetSourcePackageName() string

func (*BulkDetailsRequest) ProtoMessage

func (*BulkDetailsRequest) ProtoMessage()

func (*BulkDetailsRequest) ProtoReflect

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

func (*BulkDetailsRequest) Reset

func (x *BulkDetailsRequest) Reset()

func (*BulkDetailsRequest) String

func (x *BulkDetailsRequest) String() string

type BulkDetailsResponse

type BulkDetailsResponse struct {
	Entry []*BulkDetailsEntry `protobuf:"bytes,1,rep,name=entry" json:"entry,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkDetailsResponse) Descriptor deprecated

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

Deprecated: Use BulkDetailsResponse.ProtoReflect.Descriptor instead.

func (*BulkDetailsResponse) GetEntry

func (x *BulkDetailsResponse) GetEntry() []*BulkDetailsEntry

func (*BulkDetailsResponse) ProtoMessage

func (*BulkDetailsResponse) ProtoMessage()

func (*BulkDetailsResponse) ProtoReflect

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

func (*BulkDetailsResponse) Reset

func (x *BulkDetailsResponse) Reset()

func (*BulkDetailsResponse) String

func (x *BulkDetailsResponse) String() string

type BuyResponse

type BuyResponse struct {
	PurchaseResponse           *PurchaseNotificationResponse `protobuf:"bytes,1,opt,name=purchaseResponse" json:"purchaseResponse,omitempty"`
	Checkoutinfo               *BuyResponse_CheckoutInfo     `protobuf:"group,2,opt,name=CheckoutInfo,json=checkoutinfo" json:"checkoutinfo,omitempty"`
	ContinueViaUrl             *string                       `protobuf:"bytes,8,opt,name=continueViaUrl" json:"continueViaUrl,omitempty"`
	PurchaseStatusUrl          *string                       `protobuf:"bytes,9,opt,name=purchaseStatusUrl" json:"purchaseStatusUrl,omitempty"`
	CheckoutServiceId          *string                       `protobuf:"bytes,12,opt,name=checkoutServiceId" json:"checkoutServiceId,omitempty"`
	CheckoutTokenRequired      *bool                         `protobuf:"varint,13,opt,name=checkoutTokenRequired" json:"checkoutTokenRequired,omitempty"`
	BaseCheckoutUrl            *string                       `protobuf:"bytes,14,opt,name=baseCheckoutUrl" json:"baseCheckoutUrl,omitempty"`
	TosCheckboxHtml            []string                      `protobuf:"bytes,37,rep,name=tosCheckboxHtml" json:"tosCheckboxHtml,omitempty"`
	IabPermissionError         *int32                        `protobuf:"varint,38,opt,name=iabPermissionError" json:"iabPermissionError,omitempty"`
	PurchaseStatusResponse     *PurchaseStatusResponse       `protobuf:"bytes,39,opt,name=purchaseStatusResponse" json:"purchaseStatusResponse,omitempty"`
	PurchaseCookie             *string                       `protobuf:"bytes,46,opt,name=purchaseCookie" json:"purchaseCookie,omitempty"`
	Challenge                  *Challenge                    `protobuf:"bytes,49,opt,name=challenge" json:"challenge,omitempty"`
	AddInstrumentPromptHtml    *string                       `protobuf:"bytes,50,opt,name=addInstrumentPromptHtml" json:"addInstrumentPromptHtml,omitempty"`
	ConfirmButtonText          *string                       `protobuf:"bytes,51,opt,name=confirmButtonText" json:"confirmButtonText,omitempty"`
	PermissionErrorTitleText   *string                       `protobuf:"bytes,52,opt,name=permissionErrorTitleText" json:"permissionErrorTitleText,omitempty"`
	PermissionErrorMessageText *string                       `protobuf:"bytes,53,opt,name=permissionErrorMessageText" json:"permissionErrorMessageText,omitempty"`
	ServerLogsCookie           []byte                        `protobuf:"bytes,54,opt,name=serverLogsCookie" json:"serverLogsCookie,omitempty"`
	EncodedDeliveryToken       *string                       `protobuf:"bytes,55,opt,name=encodedDeliveryToken" json:"encodedDeliveryToken,omitempty"`
	UnknownToken               *string                       `protobuf:"bytes,56,opt,name=unknownToken" json:"unknownToken,omitempty"`
	// contains filtered or unexported fields
}

func (*BuyResponse) Descriptor deprecated

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

Deprecated: Use BuyResponse.ProtoReflect.Descriptor instead.

func (*BuyResponse) GetAddInstrumentPromptHtml

func (x *BuyResponse) GetAddInstrumentPromptHtml() string

func (*BuyResponse) GetBaseCheckoutUrl

func (x *BuyResponse) GetBaseCheckoutUrl() string

func (*BuyResponse) GetChallenge

func (x *BuyResponse) GetChallenge() *Challenge

func (*BuyResponse) GetCheckoutServiceId

func (x *BuyResponse) GetCheckoutServiceId() string

func (*BuyResponse) GetCheckoutTokenRequired

func (x *BuyResponse) GetCheckoutTokenRequired() bool

func (*BuyResponse) GetCheckoutinfo

func (x *BuyResponse) GetCheckoutinfo() *BuyResponse_CheckoutInfo

func (*BuyResponse) GetConfirmButtonText

func (x *BuyResponse) GetConfirmButtonText() string

func (*BuyResponse) GetContinueViaUrl

func (x *BuyResponse) GetContinueViaUrl() string

func (*BuyResponse) GetEncodedDeliveryToken

func (x *BuyResponse) GetEncodedDeliveryToken() string

func (*BuyResponse) GetIabPermissionError

func (x *BuyResponse) GetIabPermissionError() int32

func (*BuyResponse) GetPermissionErrorMessageText

func (x *BuyResponse) GetPermissionErrorMessageText() string

func (*BuyResponse) GetPermissionErrorTitleText

func (x *BuyResponse) GetPermissionErrorTitleText() string

func (*BuyResponse) GetPurchaseCookie

func (x *BuyResponse) GetPurchaseCookie() string

func (*BuyResponse) GetPurchaseResponse

func (x *BuyResponse) GetPurchaseResponse() *PurchaseNotificationResponse

func (*BuyResponse) GetPurchaseStatusResponse

func (x *BuyResponse) GetPurchaseStatusResponse() *PurchaseStatusResponse

func (*BuyResponse) GetPurchaseStatusUrl

func (x *BuyResponse) GetPurchaseStatusUrl() string

func (*BuyResponse) GetServerLogsCookie

func (x *BuyResponse) GetServerLogsCookie() []byte

func (*BuyResponse) GetTosCheckboxHtml

func (x *BuyResponse) GetTosCheckboxHtml() []string

func (*BuyResponse) GetUnknownToken

func (x *BuyResponse) GetUnknownToken() string

func (*BuyResponse) ProtoMessage

func (*BuyResponse) ProtoMessage()

func (*BuyResponse) ProtoReflect

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

func (*BuyResponse) Reset

func (x *BuyResponse) Reset()

func (*BuyResponse) String

func (x *BuyResponse) String() string

type BuyResponse_CheckoutInfo

type BuyResponse_CheckoutInfo struct {
	Item                     *LineItem                                  `protobuf:"bytes,3,opt,name=item" json:"item,omitempty"`
	SubItem                  []*LineItem                                `protobuf:"bytes,4,rep,name=subItem" json:"subItem,omitempty"`
	Checkoutoption           []*BuyResponse_CheckoutInfo_CheckoutOption `protobuf:"group,5,rep,name=CheckoutOption,json=checkoutoption" json:"checkoutoption,omitempty"`
	DeprecatedCheckoutUrl    *string                                    `protobuf:"bytes,10,opt,name=deprecatedCheckoutUrl" json:"deprecatedCheckoutUrl,omitempty"`
	AddInstrumentUrl         *string                                    `protobuf:"bytes,11,opt,name=addInstrumentUrl" json:"addInstrumentUrl,omitempty"`
	FooterHtml               []string                                   `protobuf:"bytes,20,rep,name=footerHtml" json:"footerHtml,omitempty"`
	EligibleInstrumentFamily []int32                                    `protobuf:"varint,31,rep,name=eligibleInstrumentFamily" json:"eligibleInstrumentFamily,omitempty"`
	FootnoteHtml             []string                                   `protobuf:"bytes,36,rep,name=footnoteHtml" json:"footnoteHtml,omitempty"`
	// contains filtered or unexported fields
}

func (*BuyResponse_CheckoutInfo) Descriptor deprecated

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

Deprecated: Use BuyResponse_CheckoutInfo.ProtoReflect.Descriptor instead.

func (*BuyResponse_CheckoutInfo) GetAddInstrumentUrl

func (x *BuyResponse_CheckoutInfo) GetAddInstrumentUrl() string

func (*BuyResponse_CheckoutInfo) GetCheckoutoption

func (*BuyResponse_CheckoutInfo) GetDeprecatedCheckoutUrl

func (x *BuyResponse_CheckoutInfo) GetDeprecatedCheckoutUrl() string

func (*BuyResponse_CheckoutInfo) GetEligibleInstrumentFamily

func (x *BuyResponse_CheckoutInfo) GetEligibleInstrumentFamily() []int32

func (*BuyResponse_CheckoutInfo) GetFooterHtml

func (x *BuyResponse_CheckoutInfo) GetFooterHtml() []string

func (*BuyResponse_CheckoutInfo) GetFootnoteHtml

func (x *BuyResponse_CheckoutInfo) GetFootnoteHtml() []string

func (*BuyResponse_CheckoutInfo) GetItem

func (x *BuyResponse_CheckoutInfo) GetItem() *LineItem

func (*BuyResponse_CheckoutInfo) GetSubItem

func (x *BuyResponse_CheckoutInfo) GetSubItem() []*LineItem

func (*BuyResponse_CheckoutInfo) ProtoMessage

func (*BuyResponse_CheckoutInfo) ProtoMessage()

func (*BuyResponse_CheckoutInfo) ProtoReflect

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

func (*BuyResponse_CheckoutInfo) Reset

func (x *BuyResponse_CheckoutInfo) Reset()

func (*BuyResponse_CheckoutInfo) String

func (x *BuyResponse_CheckoutInfo) String() string

type BuyResponse_CheckoutInfo_CheckoutOption

type BuyResponse_CheckoutInfo_CheckoutOption struct {
	FormOfPayment                          *string     `protobuf:"bytes,6,opt,name=formOfPayment" json:"formOfPayment,omitempty"`
	EncodedAdjustedCart                    *string     `protobuf:"bytes,7,opt,name=encodedAdjustedCart" json:"encodedAdjustedCart,omitempty"`
	InstrumentId                           *string     `protobuf:"bytes,15,opt,name=instrumentId" json:"instrumentId,omitempty"`
	Item                                   []*LineItem `protobuf:"bytes,16,rep,name=item" json:"item,omitempty"`
	SubItem                                []*LineItem `protobuf:"bytes,17,rep,name=subItem" json:"subItem,omitempty"`
	Total                                  *LineItem   `protobuf:"bytes,18,opt,name=total" json:"total,omitempty"`
	FooterHtml                             []string    `protobuf:"bytes,19,rep,name=footerHtml" json:"footerHtml,omitempty"`
	InstrumentFamily                       *int32      `protobuf:"varint,29,opt,name=instrumentFamily" json:"instrumentFamily,omitempty"`
	DeprecatedInstrumentInapplicableReason []int32     `protobuf:"varint,30,rep,name=deprecatedInstrumentInapplicableReason" json:"deprecatedInstrumentInapplicableReason,omitempty"`
	SelectedInstrument                     *bool       `protobuf:"varint,32,opt,name=selectedInstrument" json:"selectedInstrument,omitempty"`
	Summary                                *LineItem   `protobuf:"bytes,33,opt,name=summary" json:"summary,omitempty"`
	FootnoteHtml                           []string    `protobuf:"bytes,35,rep,name=footnoteHtml" json:"footnoteHtml,omitempty"`
	PurchaseCookie                         *string     `protobuf:"bytes,45,opt,name=purchaseCookie" json:"purchaseCookie,omitempty"`
	DisabledReason                         []string    `protobuf:"bytes,48,rep,name=disabledReason" json:"disabledReason,omitempty"`
	// contains filtered or unexported fields
}

func (*BuyResponse_CheckoutInfo_CheckoutOption) Descriptor deprecated

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

Deprecated: Use BuyResponse_CheckoutInfo_CheckoutOption.ProtoReflect.Descriptor instead.

func (*BuyResponse_CheckoutInfo_CheckoutOption) GetDeprecatedInstrumentInapplicableReason

func (x *BuyResponse_CheckoutInfo_CheckoutOption) GetDeprecatedInstrumentInapplicableReason() []int32

func (*BuyResponse_CheckoutInfo_CheckoutOption) GetDisabledReason

func (x *BuyResponse_CheckoutInfo_CheckoutOption) GetDisabledReason() []string

func (*BuyResponse_CheckoutInfo_CheckoutOption) GetEncodedAdjustedCart

func (x *BuyResponse_CheckoutInfo_CheckoutOption) GetEncodedAdjustedCart() string

func (*BuyResponse_CheckoutInfo_CheckoutOption) GetFooterHtml

func (x *BuyResponse_CheckoutInfo_CheckoutOption) GetFooterHtml() []string

func (*BuyResponse_CheckoutInfo_CheckoutOption) GetFootnoteHtml

func (x *BuyResponse_CheckoutInfo_CheckoutOption) GetFootnoteHtml() []string

func (*BuyResponse_CheckoutInfo_CheckoutOption) GetFormOfPayment

func (x *BuyResponse_CheckoutInfo_CheckoutOption) GetFormOfPayment() string

func (*BuyResponse_CheckoutInfo_CheckoutOption) GetInstrumentFamily

func (x *BuyResponse_CheckoutInfo_CheckoutOption) GetInstrumentFamily() int32

func (*BuyResponse_CheckoutInfo_CheckoutOption) GetInstrumentId

func (x *BuyResponse_CheckoutInfo_CheckoutOption) GetInstrumentId() string

func (*BuyResponse_CheckoutInfo_CheckoutOption) GetItem

func (*BuyResponse_CheckoutInfo_CheckoutOption) GetPurchaseCookie

func (x *BuyResponse_CheckoutInfo_CheckoutOption) GetPurchaseCookie() string

func (*BuyResponse_CheckoutInfo_CheckoutOption) GetSelectedInstrument

func (x *BuyResponse_CheckoutInfo_CheckoutOption) GetSelectedInstrument() bool

func (*BuyResponse_CheckoutInfo_CheckoutOption) GetSubItem

func (*BuyResponse_CheckoutInfo_CheckoutOption) GetSummary

func (*BuyResponse_CheckoutInfo_CheckoutOption) GetTotal

func (*BuyResponse_CheckoutInfo_CheckoutOption) ProtoMessage

func (*BuyResponse_CheckoutInfo_CheckoutOption) ProtoReflect

func (*BuyResponse_CheckoutInfo_CheckoutOption) Reset

func (*BuyResponse_CheckoutInfo_CheckoutOption) String

type CategoryInfo

type CategoryInfo struct {
	Category    *string `protobuf:"bytes,1,opt,name=category" json:"category,omitempty"`
	AppCategory *string `protobuf:"bytes,2,opt,name=appCategory" json:"appCategory,omitempty"`
	// contains filtered or unexported fields
}

func (*CategoryInfo) Descriptor deprecated

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

Deprecated: Use CategoryInfo.ProtoReflect.Descriptor instead.

func (*CategoryInfo) GetAppCategory

func (x *CategoryInfo) GetAppCategory() string

func (*CategoryInfo) GetCategory

func (x *CategoryInfo) GetCategory() string

func (*CategoryInfo) ProtoMessage

func (*CategoryInfo) ProtoMessage()

func (*CategoryInfo) ProtoReflect

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

func (*CategoryInfo) Reset

func (x *CategoryInfo) Reset()

func (*CategoryInfo) String

func (x *CategoryInfo) String() string

type CertificateSet

type CertificateSet struct {
	CertificateHash []string `protobuf:"bytes,1,rep,name=certificateHash" json:"certificateHash,omitempty"`
	Sha256          []string `protobuf:"bytes,2,rep,name=sha256" json:"sha256,omitempty"`
	// contains filtered or unexported fields
}

func (*CertificateSet) Descriptor deprecated

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

Deprecated: Use CertificateSet.ProtoReflect.Descriptor instead.

func (*CertificateSet) GetCertificateHash

func (x *CertificateSet) GetCertificateHash() []string

func (*CertificateSet) GetSha256

func (x *CertificateSet) GetSha256() []string

func (*CertificateSet) ProtoMessage

func (*CertificateSet) ProtoMessage()

func (*CertificateSet) ProtoReflect

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

func (*CertificateSet) Reset

func (x *CertificateSet) Reset()

func (*CertificateSet) String

func (x *CertificateSet) String() string

type Challenge

type Challenge struct {
	AddressChallenge        *AddressChallenge        `protobuf:"bytes,1,opt,name=addressChallenge" json:"addressChallenge,omitempty"`
	AuthenticationChallenge *AuthenticationChallenge `protobuf:"bytes,2,opt,name=authenticationChallenge" json:"authenticationChallenge,omitempty"`
	WebViewChallenge        *WebViewChallenge        `protobuf:"bytes,3,opt,name=webViewChallenge" json:"webViewChallenge,omitempty"`
	// contains filtered or unexported fields
}

func (*Challenge) Descriptor deprecated

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

Deprecated: Use Challenge.ProtoReflect.Descriptor instead.

func (*Challenge) GetAddressChallenge

func (x *Challenge) GetAddressChallenge() *AddressChallenge

func (*Challenge) GetAuthenticationChallenge

func (x *Challenge) GetAuthenticationChallenge() *AuthenticationChallenge

func (*Challenge) GetWebViewChallenge

func (x *Challenge) GetWebViewChallenge() *WebViewChallenge

func (*Challenge) ProtoMessage

func (*Challenge) ProtoMessage()

func (*Challenge) ProtoReflect

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

func (*Challenge) Reset

func (x *Challenge) Reset()

func (*Challenge) String

func (x *Challenge) String() string

type Chip

type Chip struct {
	Title *string `protobuf:"bytes,1,opt,name=title" json:"title,omitempty"`
	// contains filtered or unexported fields
}

func (*Chip) Descriptor deprecated

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

Deprecated: Use Chip.ProtoReflect.Descriptor instead.

func (*Chip) GetTitle

func (x *Chip) GetTitle() string

func (*Chip) ProtoMessage

func (*Chip) ProtoMessage()

func (*Chip) ProtoReflect

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

func (*Chip) Reset

func (x *Chip) Reset()

func (*Chip) String

func (x *Chip) String() string

type ClientLibraryState

type ClientLibraryState struct {
	Corpus      *int32  `protobuf:"varint,1,opt,name=corpus" json:"corpus,omitempty"`
	ServerToken []byte  `protobuf:"bytes,2,opt,name=serverToken" json:"serverToken,omitempty"`
	HashCodeSum *int64  `protobuf:"varint,3,opt,name=hashCodeSum" json:"hashCodeSum,omitempty"`
	LibrarySize *int32  `protobuf:"varint,4,opt,name=librarySize" json:"librarySize,omitempty"`
	LibraryId   *string `protobuf:"bytes,5,opt,name=libraryId" json:"libraryId,omitempty"`
	// contains filtered or unexported fields
}

func (*ClientLibraryState) Descriptor deprecated

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

Deprecated: Use ClientLibraryState.ProtoReflect.Descriptor instead.

func (*ClientLibraryState) GetCorpus

func (x *ClientLibraryState) GetCorpus() int32

func (*ClientLibraryState) GetHashCodeSum

func (x *ClientLibraryState) GetHashCodeSum() int64

func (*ClientLibraryState) GetLibraryId

func (x *ClientLibraryState) GetLibraryId() string

func (*ClientLibraryState) GetLibrarySize

func (x *ClientLibraryState) GetLibrarySize() int32

func (*ClientLibraryState) GetServerToken

func (x *ClientLibraryState) GetServerToken() []byte

func (*ClientLibraryState) ProtoMessage

func (*ClientLibraryState) ProtoMessage()

func (*ClientLibraryState) ProtoReflect

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

func (*ClientLibraryState) Reset

func (x *ClientLibraryState) Reset()

func (*ClientLibraryState) String

func (x *ClientLibraryState) String() string

type CompressedAppData

type CompressedAppData struct {
	Type        *int64  `protobuf:"varint,1,opt,name=type" json:"type,omitempty"`
	Size        *int64  `protobuf:"varint,2,opt,name=size" json:"size,omitempty"`
	DownloadUrl *string `protobuf:"bytes,3,opt,name=downloadUrl" json:"downloadUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*CompressedAppData) Descriptor deprecated

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

Deprecated: Use CompressedAppData.ProtoReflect.Descriptor instead.

func (*CompressedAppData) GetDownloadUrl

func (x *CompressedAppData) GetDownloadUrl() string

func (*CompressedAppData) GetSize

func (x *CompressedAppData) GetSize() int64

func (*CompressedAppData) GetType

func (x *CompressedAppData) GetType() int64

func (*CompressedAppData) ProtoMessage

func (*CompressedAppData) ProtoMessage()

func (*CompressedAppData) ProtoReflect

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

func (*CompressedAppData) Reset

func (x *CompressedAppData) Reset()

func (*CompressedAppData) String

func (x *CompressedAppData) String() string

type ConsumePurchaseResponse

type ConsumePurchaseResponse struct {
	LibraryUpdate *LibraryUpdate `protobuf:"bytes,1,opt,name=libraryUpdate" json:"libraryUpdate,omitempty"`
	Status        *int32         `protobuf:"varint,2,opt,name=status" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*ConsumePurchaseResponse) Descriptor deprecated

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

Deprecated: Use ConsumePurchaseResponse.ProtoReflect.Descriptor instead.

func (*ConsumePurchaseResponse) GetLibraryUpdate

func (x *ConsumePurchaseResponse) GetLibraryUpdate() *LibraryUpdate

func (*ConsumePurchaseResponse) GetStatus

func (x *ConsumePurchaseResponse) GetStatus() int32

func (*ConsumePurchaseResponse) ProtoMessage

func (*ConsumePurchaseResponse) ProtoMessage()

func (*ConsumePurchaseResponse) ProtoReflect

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

func (*ConsumePurchaseResponse) Reset

func (x *ConsumePurchaseResponse) Reset()

func (*ConsumePurchaseResponse) String

func (x *ConsumePurchaseResponse) String() string

type ContainerMetadata

type ContainerMetadata struct {
	BrowseUrl        *string          `protobuf:"bytes,1,opt,name=browseUrl" json:"browseUrl,omitempty"`
	NextPageUrl      *string          `protobuf:"bytes,2,opt,name=nextPageUrl" json:"nextPageUrl,omitempty"`
	Relevance        *float64         `protobuf:"fixed64,3,opt,name=relevance" json:"relevance,omitempty"`
	EstimatedResults *int64           `protobuf:"varint,4,opt,name=estimatedResults" json:"estimatedResults,omitempty"`
	AnalyticsCookie  *string          `protobuf:"bytes,5,opt,name=analyticsCookie" json:"analyticsCookie,omitempty"`
	Ordered          *bool            `protobuf:"varint,6,opt,name=ordered" json:"ordered,omitempty"`
	ContainerView    []*ContainerView `protobuf:"bytes,7,rep,name=containerView" json:"containerView,omitempty"`
	LeftIcon         *Image           `protobuf:"bytes,8,opt,name=leftIcon" json:"leftIcon,omitempty"`
	// contains filtered or unexported fields
}

func (*ContainerMetadata) Descriptor deprecated

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

Deprecated: Use ContainerMetadata.ProtoReflect.Descriptor instead.

func (*ContainerMetadata) GetAnalyticsCookie

func (x *ContainerMetadata) GetAnalyticsCookie() string

func (*ContainerMetadata) GetBrowseUrl

func (x *ContainerMetadata) GetBrowseUrl() string

func (*ContainerMetadata) GetContainerView

func (x *ContainerMetadata) GetContainerView() []*ContainerView

func (*ContainerMetadata) GetEstimatedResults

func (x *ContainerMetadata) GetEstimatedResults() int64

func (*ContainerMetadata) GetLeftIcon

func (x *ContainerMetadata) GetLeftIcon() *Image

func (*ContainerMetadata) GetNextPageUrl

func (x *ContainerMetadata) GetNextPageUrl() string

func (*ContainerMetadata) GetOrdered

func (x *ContainerMetadata) GetOrdered() bool

func (*ContainerMetadata) GetRelevance

func (x *ContainerMetadata) GetRelevance() float64

func (*ContainerMetadata) ProtoMessage

func (*ContainerMetadata) ProtoMessage()

func (*ContainerMetadata) ProtoReflect

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

func (*ContainerMetadata) Reset

func (x *ContainerMetadata) Reset()

func (*ContainerMetadata) String

func (x *ContainerMetadata) String() string

type ContainerView

type ContainerView struct {
	Selected         *bool   `protobuf:"varint,1,opt,name=selected" json:"selected,omitempty"`
	Title            *string `protobuf:"bytes,2,opt,name=title" json:"title,omitempty"`
	ListUrl          *string `protobuf:"bytes,3,opt,name=listUrl" json:"listUrl,omitempty"`
	ServerLogsCookie []byte  `protobuf:"bytes,4,opt,name=serverLogsCookie" json:"serverLogsCookie,omitempty"`
	// contains filtered or unexported fields
}

func (*ContainerView) Descriptor deprecated

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

Deprecated: Use ContainerView.ProtoReflect.Descriptor instead.

func (*ContainerView) GetListUrl

func (x *ContainerView) GetListUrl() string

func (*ContainerView) GetSelected

func (x *ContainerView) GetSelected() bool

func (*ContainerView) GetServerLogsCookie

func (x *ContainerView) GetServerLogsCookie() []byte

func (*ContainerView) GetTitle

func (x *ContainerView) GetTitle() string

func (*ContainerView) ProtoMessage

func (*ContainerView) ProtoMessage()

func (*ContainerView) ProtoReflect

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

func (*ContainerView) Reset

func (x *ContainerView) Reset()

func (*ContainerView) String

func (x *ContainerView) String() string

type Country

type Country struct {
	RegionCode  *string `protobuf:"bytes,1,opt,name=regionCode" json:"regionCode,omitempty"`
	DisplayName *string `protobuf:"bytes,2,opt,name=displayName" json:"displayName,omitempty"`
	// contains filtered or unexported fields
}

func (*Country) Descriptor deprecated

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

Deprecated: Use Country.ProtoReflect.Descriptor instead.

func (*Country) GetDisplayName

func (x *Country) GetDisplayName() string

func (*Country) GetRegionCode

func (x *Country) GetRegionCode() string

func (*Country) ProtoMessage

func (*Country) ProtoMessage()

func (*Country) ProtoReflect

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

func (*Country) Reset

func (x *Country) Reset()

func (*Country) String

func (x *Country) String() string

type DebugInfo

type DebugInfo struct {
	Message []string            `protobuf:"bytes,1,rep,name=message" json:"message,omitempty"`
	Timing  []*DebugInfo_Timing `protobuf:"group,2,rep,name=Timing,json=timing" json:"timing,omitempty"`
	// contains filtered or unexported fields
}

func (*DebugInfo) Descriptor deprecated

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

Deprecated: Use DebugInfo.ProtoReflect.Descriptor instead.

func (*DebugInfo) GetMessage

func (x *DebugInfo) GetMessage() []string

func (*DebugInfo) GetTiming

func (x *DebugInfo) GetTiming() []*DebugInfo_Timing

func (*DebugInfo) ProtoMessage

func (*DebugInfo) ProtoMessage()

func (*DebugInfo) ProtoReflect

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

func (*DebugInfo) Reset

func (x *DebugInfo) Reset()

func (*DebugInfo) String

func (x *DebugInfo) String() string

type DebugInfo_Timing

type DebugInfo_Timing struct {
	Name     *string  `protobuf:"bytes,3,opt,name=name" json:"name,omitempty"`
	TimeInMs *float64 `protobuf:"fixed64,4,opt,name=timeInMs" json:"timeInMs,omitempty"`
	// contains filtered or unexported fields
}

func (*DebugInfo_Timing) Descriptor deprecated

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

Deprecated: Use DebugInfo_Timing.ProtoReflect.Descriptor instead.

func (*DebugInfo_Timing) GetName

func (x *DebugInfo_Timing) GetName() string

func (*DebugInfo_Timing) GetTimeInMs

func (x *DebugInfo_Timing) GetTimeInMs() float64

func (*DebugInfo_Timing) ProtoMessage

func (*DebugInfo_Timing) ProtoMessage()

func (*DebugInfo_Timing) ProtoReflect

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

func (*DebugInfo_Timing) Reset

func (x *DebugInfo_Timing) Reset()

func (*DebugInfo_Timing) String

func (x *DebugInfo_Timing) String() string

type DeliveryResponse

type DeliveryResponse struct {
	Status          *int32                  `protobuf:"varint,1,opt,name=status,def=1" json:"status,omitempty"`
	AppDeliveryData *AndroidAppDeliveryData `protobuf:"bytes,2,opt,name=appDeliveryData" json:"appDeliveryData,omitempty"`
	// contains filtered or unexported fields
}

func (*DeliveryResponse) Descriptor deprecated

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

Deprecated: Use DeliveryResponse.ProtoReflect.Descriptor instead.

func (*DeliveryResponse) GetAppDeliveryData

func (x *DeliveryResponse) GetAppDeliveryData() *AndroidAppDeliveryData

func (*DeliveryResponse) GetStatus

func (x *DeliveryResponse) GetStatus() int32

func (*DeliveryResponse) ProtoMessage

func (*DeliveryResponse) ProtoMessage()

func (*DeliveryResponse) ProtoReflect

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

func (*DeliveryResponse) Reset

func (x *DeliveryResponse) Reset()

func (*DeliveryResponse) String

func (x *DeliveryResponse) String() string

type Dependencies

type Dependencies struct {
	Unknown    *int32        `protobuf:"varint,1,opt,name=unknown" json:"unknown,omitempty"`
	Size       *int64        `protobuf:"varint,2,opt,name=size" json:"size,omitempty"`
	Dependency []*Dependency `protobuf:"bytes,3,rep,name=dependency" json:"dependency,omitempty"`
	TargetSdk  *int32        `protobuf:"varint,4,opt,name=targetSdk" json:"targetSdk,omitempty"`
	SplitApks  []string      `protobuf:"bytes,11,rep,name=splitApks" json:"splitApks,omitempty"`
	// contains filtered or unexported fields
}

func (*Dependencies) Descriptor deprecated

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

Deprecated: Use Dependencies.ProtoReflect.Descriptor instead.

func (*Dependencies) GetDependency

func (x *Dependencies) GetDependency() []*Dependency

func (*Dependencies) GetSize

func (x *Dependencies) GetSize() int64

func (*Dependencies) GetSplitApks

func (x *Dependencies) GetSplitApks() []string

func (*Dependencies) GetTargetSdk

func (x *Dependencies) GetTargetSdk() int32

func (*Dependencies) GetUnknown

func (x *Dependencies) GetUnknown() int32

func (*Dependencies) ProtoMessage

func (*Dependencies) ProtoMessage()

func (*Dependencies) ProtoReflect

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

func (*Dependencies) Reset

func (x *Dependencies) Reset()

func (*Dependencies) String

func (x *Dependencies) String() string

type Dependency

type Dependency struct {
	PackageName *string `protobuf:"bytes,1,opt,name=packageName" json:"packageName,omitempty"`
	Version     *int32  `protobuf:"varint,2,opt,name=version" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*Dependency) Descriptor deprecated

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

Deprecated: Use Dependency.ProtoReflect.Descriptor instead.

func (*Dependency) GetPackageName

func (x *Dependency) GetPackageName() string

func (*Dependency) GetVersion

func (x *Dependency) GetVersion() int32

func (*Dependency) ProtoMessage

func (*Dependency) ProtoMessage()

func (*Dependency) ProtoReflect

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

func (*Dependency) Reset

func (x *Dependency) Reset()

func (*Dependency) String

func (x *Dependency) String() string

type DetailsResponse

type DetailsResponse struct {
	AnalyticsCookie             *string           `protobuf:"bytes,2,opt,name=analyticsCookie" json:"analyticsCookie,omitempty"`
	Item                        *Item             `protobuf:"bytes,4,opt,name=item" json:"item,omitempty"`
	FooterHtml                  *string           `protobuf:"bytes,5,opt,name=footerHtml" json:"footerHtml,omitempty"`
	ServerLogsCookie            []byte            `protobuf:"bytes,6,opt,name=serverLogsCookie" json:"serverLogsCookie,omitempty"`
	DiscoveryBadge              []*DiscoveryBadge `protobuf:"bytes,7,rep,name=discoveryBadge" json:"discoveryBadge,omitempty"`
	EnableReviews               *bool             `protobuf:"varint,8,opt,name=enableReviews,def=1" json:"enableReviews,omitempty"`
	Features                    *Features         `protobuf:"bytes,12,opt,name=features" json:"features,omitempty"`
	DetailsStreamUrl            *string           `protobuf:"bytes,13,opt,name=detailsStreamUrl" json:"detailsStreamUrl,omitempty"`
	UserReviewUrl               *string           `protobuf:"bytes,14,opt,name=userReviewUrl" json:"userReviewUrl,omitempty"`
	PostAcquireDetailsStreamUrl *string           `protobuf:"bytes,17,opt,name=postAcquireDetailsStreamUrl" json:"postAcquireDetailsStreamUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*DetailsResponse) Descriptor deprecated

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

Deprecated: Use DetailsResponse.ProtoReflect.Descriptor instead.

func (*DetailsResponse) GetAnalyticsCookie

func (x *DetailsResponse) GetAnalyticsCookie() string

func (*DetailsResponse) GetDetailsStreamUrl

func (x *DetailsResponse) GetDetailsStreamUrl() string

func (*DetailsResponse) GetDiscoveryBadge

func (x *DetailsResponse) GetDiscoveryBadge() []*DiscoveryBadge

func (*DetailsResponse) GetEnableReviews

func (x *DetailsResponse) GetEnableReviews() bool

func (*DetailsResponse) GetFeatures

func (x *DetailsResponse) GetFeatures() *Features

func (*DetailsResponse) GetFooterHtml

func (x *DetailsResponse) GetFooterHtml() string

func (*DetailsResponse) GetItem

func (x *DetailsResponse) GetItem() *Item

func (*DetailsResponse) GetPostAcquireDetailsStreamUrl

func (x *DetailsResponse) GetPostAcquireDetailsStreamUrl() string

func (*DetailsResponse) GetServerLogsCookie

func (x *DetailsResponse) GetServerLogsCookie() []byte

func (*DetailsResponse) GetUserReviewUrl

func (x *DetailsResponse) GetUserReviewUrl() string

func (*DetailsResponse) ProtoMessage

func (*DetailsResponse) ProtoMessage()

func (*DetailsResponse) ProtoReflect

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

func (*DetailsResponse) Reset

func (x *DetailsResponse) Reset()

func (*DetailsResponse) String

func (x *DetailsResponse) String() string

type DeviceConfigurationProto

type DeviceConfigurationProto struct {
	TouchScreen            *int32           `protobuf:"varint,1,opt,name=touchScreen" json:"touchScreen,omitempty"`
	Keyboard               *int32           `protobuf:"varint,2,opt,name=keyboard" json:"keyboard,omitempty"`
	Navigation             *int32           `protobuf:"varint,3,opt,name=navigation" json:"navigation,omitempty"`
	ScreenLayout           *int32           `protobuf:"varint,4,opt,name=screenLayout" json:"screenLayout,omitempty"`
	HasHardKeyboard        *bool            `protobuf:"varint,5,opt,name=hasHardKeyboard" json:"hasHardKeyboard,omitempty"`
	HasFiveWayNavigation   *bool            `protobuf:"varint,6,opt,name=hasFiveWayNavigation" json:"hasFiveWayNavigation,omitempty"`
	ScreenDensity          *int32           `protobuf:"varint,7,opt,name=screenDensity" json:"screenDensity,omitempty"`
	GlEsVersion            *int32           `protobuf:"varint,8,opt,name=glEsVersion" json:"glEsVersion,omitempty"`
	SystemSharedLibrary    []string         `protobuf:"bytes,9,rep,name=systemSharedLibrary" json:"systemSharedLibrary,omitempty"`
	SystemAvailableFeature []string         `protobuf:"bytes,10,rep,name=systemAvailableFeature" json:"systemAvailableFeature,omitempty"`
	NativePlatform         []string         `protobuf:"bytes,11,rep,name=nativePlatform" json:"nativePlatform,omitempty"`
	ScreenWidth            *int32           `protobuf:"varint,12,opt,name=screenWidth" json:"screenWidth,omitempty"`
	ScreenHeight           *int32           `protobuf:"varint,13,opt,name=screenHeight" json:"screenHeight,omitempty"`
	SystemSupportedLocale  []string         `protobuf:"bytes,14,rep,name=systemSupportedLocale" json:"systemSupportedLocale,omitempty"`
	GlExtension            []string         `protobuf:"bytes,15,rep,name=glExtension" json:"glExtension,omitempty"`
	DeviceClass            *int32           `protobuf:"varint,16,opt,name=deviceClass" json:"deviceClass,omitempty"`
	MaxApkDownloadSizeMb   *int32           `protobuf:"varint,17,opt,name=maxApkDownloadSizeMb,def=50" json:"maxApkDownloadSizeMb,omitempty"`
	SmallestScreenWidthDP  *int32           `protobuf:"varint,18,opt,name=smallestScreenWidthDP" json:"smallestScreenWidthDP,omitempty"`
	LowRamDevice           *int32           `protobuf:"varint,19,opt,name=lowRamDevice,def=0" json:"lowRamDevice,omitempty"`
	TotalMemoryBytes       *int64           `protobuf:"varint,20,opt,name=totalMemoryBytes,def=8354971648" json:"totalMemoryBytes,omitempty"`
	MaxNumOf_CPUCores      *int32           `protobuf:"varint,21,opt,name=maxNumOf_CPUCores,json=maxNumOfCPUCores,def=8" json:"maxNumOf_CPUCores,omitempty"`
	DeviceFeature          []*DeviceFeature `protobuf:"bytes,26,rep,name=deviceFeature" json:"deviceFeature,omitempty"`
	Unknown28              *int32           `protobuf:"varint,28,opt,name=unknown28,def=0" json:"unknown28,omitempty"`
	Unknown30              *int32           `protobuf:"varint,30,opt,name=unknown30,def=4" json:"unknown30,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceConfigurationProto) Descriptor deprecated

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

Deprecated: Use DeviceConfigurationProto.ProtoReflect.Descriptor instead.

func (*DeviceConfigurationProto) GetDeviceClass

func (x *DeviceConfigurationProto) GetDeviceClass() int32

func (*DeviceConfigurationProto) GetDeviceFeature

func (x *DeviceConfigurationProto) GetDeviceFeature() []*DeviceFeature

func (*DeviceConfigurationProto) GetGlEsVersion

func (x *DeviceConfigurationProto) GetGlEsVersion() int32

func (*DeviceConfigurationProto) GetGlExtension

func (x *DeviceConfigurationProto) GetGlExtension() []string

func (*DeviceConfigurationProto) GetHasFiveWayNavigation

func (x *DeviceConfigurationProto) GetHasFiveWayNavigation() bool

func (*DeviceConfigurationProto) GetHasHardKeyboard

func (x *DeviceConfigurationProto) GetHasHardKeyboard() bool

func (*DeviceConfigurationProto) GetKeyboard

func (x *DeviceConfigurationProto) GetKeyboard() int32

func (*DeviceConfigurationProto) GetLowRamDevice

func (x *DeviceConfigurationProto) GetLowRamDevice() int32

func (*DeviceConfigurationProto) GetMaxApkDownloadSizeMb

func (x *DeviceConfigurationProto) GetMaxApkDownloadSizeMb() int32

func (*DeviceConfigurationProto) GetMaxNumOf_CPUCores

func (x *DeviceConfigurationProto) GetMaxNumOf_CPUCores() int32

func (*DeviceConfigurationProto) GetNativePlatform

func (x *DeviceConfigurationProto) GetNativePlatform() []string

func (*DeviceConfigurationProto) GetNavigation

func (x *DeviceConfigurationProto) GetNavigation() int32

func (*DeviceConfigurationProto) GetScreenDensity

func (x *DeviceConfigurationProto) GetScreenDensity() int32

func (*DeviceConfigurationProto) GetScreenHeight

func (x *DeviceConfigurationProto) GetScreenHeight() int32

func (*DeviceConfigurationProto) GetScreenLayout

func (x *DeviceConfigurationProto) GetScreenLayout() int32

func (*DeviceConfigurationProto) GetScreenWidth

func (x *DeviceConfigurationProto) GetScreenWidth() int32

func (*DeviceConfigurationProto) GetSmallestScreenWidthDP

func (x *DeviceConfigurationProto) GetSmallestScreenWidthDP() int32

func (*DeviceConfigurationProto) GetSystemAvailableFeature

func (x *DeviceConfigurationProto) GetSystemAvailableFeature() []string

func (*DeviceConfigurationProto) GetSystemSharedLibrary

func (x *DeviceConfigurationProto) GetSystemSharedLibrary() []string

func (*DeviceConfigurationProto) GetSystemSupportedLocale

func (x *DeviceConfigurationProto) GetSystemSupportedLocale() []string

func (*DeviceConfigurationProto) GetTotalMemoryBytes

func (x *DeviceConfigurationProto) GetTotalMemoryBytes() int64

func (*DeviceConfigurationProto) GetTouchScreen

func (x *DeviceConfigurationProto) GetTouchScreen() int32

func (*DeviceConfigurationProto) GetUnknown28

func (x *DeviceConfigurationProto) GetUnknown28() int32

func (*DeviceConfigurationProto) GetUnknown30

func (x *DeviceConfigurationProto) GetUnknown30() int32

func (*DeviceConfigurationProto) ProtoMessage

func (*DeviceConfigurationProto) ProtoMessage()

func (*DeviceConfigurationProto) ProtoReflect

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

func (*DeviceConfigurationProto) Reset

func (x *DeviceConfigurationProto) Reset()

func (*DeviceConfigurationProto) String

func (x *DeviceConfigurationProto) String() string

type DeviceFeature

type DeviceFeature struct {
	Name  *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Value *int32  `protobuf:"varint,2,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*DeviceFeature) Descriptor deprecated

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

Deprecated: Use DeviceFeature.ProtoReflect.Descriptor instead.

func (*DeviceFeature) GetName

func (x *DeviceFeature) GetName() string

func (*DeviceFeature) GetValue

func (x *DeviceFeature) GetValue() int32

func (*DeviceFeature) ProtoMessage

func (*DeviceFeature) ProtoMessage()

func (*DeviceFeature) ProtoReflect

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

func (*DeviceFeature) Reset

func (x *DeviceFeature) Reset()

func (*DeviceFeature) String

func (x *DeviceFeature) String() string

type DirectPurchase

type DirectPurchase struct {
	DetailsUrl     *string `protobuf:"bytes,1,opt,name=detailsUrl" json:"detailsUrl,omitempty"`
	PurchaseItemId *string `protobuf:"bytes,2,opt,name=purchaseItemId" json:"purchaseItemId,omitempty"`
	ParentItemId   *string `protobuf:"bytes,3,opt,name=parentItemId" json:"parentItemId,omitempty"`
	OfferType      *int32  `protobuf:"varint,4,opt,name=offerType,def=1" json:"offerType,omitempty"`
	// contains filtered or unexported fields
}

func (*DirectPurchase) Descriptor deprecated

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

Deprecated: Use DirectPurchase.ProtoReflect.Descriptor instead.

func (*DirectPurchase) GetDetailsUrl

func (x *DirectPurchase) GetDetailsUrl() string

func (*DirectPurchase) GetOfferType

func (x *DirectPurchase) GetOfferType() int32

func (*DirectPurchase) GetParentItemId

func (x *DirectPurchase) GetParentItemId() string

func (*DirectPurchase) GetPurchaseItemId

func (x *DirectPurchase) GetPurchaseItemId() string

func (*DirectPurchase) ProtoMessage

func (*DirectPurchase) ProtoMessage()

func (*DirectPurchase) ProtoReflect

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

func (*DirectPurchase) Reset

func (x *DirectPurchase) Reset()

func (*DirectPurchase) String

func (x *DirectPurchase) String() string

type DiscoveryBadge

type DiscoveryBadge struct {
	Label              *string             `protobuf:"bytes,1,opt,name=label" json:"label,omitempty"`
	Image              *Image              `protobuf:"bytes,2,opt,name=image" json:"image,omitempty"`
	BackgroundColor    *int32              `protobuf:"varint,3,opt,name=backgroundColor" json:"backgroundColor,omitempty"`
	BadgeContainer1    *DiscoveryBadgeLink `protobuf:"bytes,4,opt,name=badgeContainer1" json:"badgeContainer1,omitempty"`
	ServerLogsCookie   []byte              `protobuf:"bytes,5,opt,name=serverLogsCookie" json:"serverLogsCookie,omitempty"`
	IsPlusOne          *bool               `protobuf:"varint,6,opt,name=isPlusOne" json:"isPlusOne,omitempty"`
	AggregateRating    *float32            `protobuf:"fixed32,7,opt,name=aggregateRating" json:"aggregateRating,omitempty"`
	UserStarRating     *int32              `protobuf:"varint,8,opt,name=userStarRating" json:"userStarRating,omitempty"`
	DownloadCount      *string             `protobuf:"bytes,9,opt,name=downloadCount" json:"downloadCount,omitempty"`
	DownloadUnits      *string             `protobuf:"bytes,10,opt,name=downloadUnits" json:"downloadUnits,omitempty"`
	ContentDescription *string             `protobuf:"bytes,11,opt,name=contentDescription" json:"contentDescription,omitempty"`
	// contains filtered or unexported fields
}

func (*DiscoveryBadge) Descriptor deprecated

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

Deprecated: Use DiscoveryBadge.ProtoReflect.Descriptor instead.

func (*DiscoveryBadge) GetAggregateRating

func (x *DiscoveryBadge) GetAggregateRating() float32

func (*DiscoveryBadge) GetBackgroundColor

func (x *DiscoveryBadge) GetBackgroundColor() int32

func (*DiscoveryBadge) GetBadgeContainer1

func (x *DiscoveryBadge) GetBadgeContainer1() *DiscoveryBadgeLink

func (*DiscoveryBadge) GetContentDescription

func (x *DiscoveryBadge) GetContentDescription() string

func (*DiscoveryBadge) GetDownloadCount

func (x *DiscoveryBadge) GetDownloadCount() string

func (*DiscoveryBadge) GetDownloadUnits

func (x *DiscoveryBadge) GetDownloadUnits() string

func (*DiscoveryBadge) GetImage

func (x *DiscoveryBadge) GetImage() *Image

func (*DiscoveryBadge) GetIsPlusOne

func (x *DiscoveryBadge) GetIsPlusOne() bool

func (*DiscoveryBadge) GetLabel

func (x *DiscoveryBadge) GetLabel() string

func (*DiscoveryBadge) GetServerLogsCookie

func (x *DiscoveryBadge) GetServerLogsCookie() []byte

func (*DiscoveryBadge) GetUserStarRating

func (x *DiscoveryBadge) GetUserStarRating() int32

func (*DiscoveryBadge) ProtoMessage

func (*DiscoveryBadge) ProtoMessage()

func (*DiscoveryBadge) ProtoReflect

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

func (*DiscoveryBadge) Reset

func (x *DiscoveryBadge) Reset()

func (*DiscoveryBadge) String

func (x *DiscoveryBadge) String() string
type DiscoveryBadgeLink struct {
	Link             *Link   `protobuf:"bytes,1,opt,name=link" json:"link,omitempty"`
	UserReviewsUrl   *string `protobuf:"bytes,2,opt,name=userReviewsUrl" json:"userReviewsUrl,omitempty"`
	CriticReviewsUrl *string `protobuf:"bytes,3,opt,name=criticReviewsUrl" json:"criticReviewsUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*DiscoveryBadgeLink) Descriptor deprecated

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

Deprecated: Use DiscoveryBadgeLink.ProtoReflect.Descriptor instead.

func (*DiscoveryBadgeLink) GetCriticReviewsUrl

func (x *DiscoveryBadgeLink) GetCriticReviewsUrl() string
func (x *DiscoveryBadgeLink) GetLink() *Link

func (*DiscoveryBadgeLink) GetUserReviewsUrl

func (x *DiscoveryBadgeLink) GetUserReviewsUrl() string

func (*DiscoveryBadgeLink) ProtoMessage

func (*DiscoveryBadgeLink) ProtoMessage()

func (*DiscoveryBadgeLink) ProtoReflect

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

func (*DiscoveryBadgeLink) Reset

func (x *DiscoveryBadgeLink) Reset()

func (*DiscoveryBadgeLink) String

func (x *DiscoveryBadgeLink) String() string

type DocId

type DocId struct {
	BackendDocId *string `protobuf:"bytes,1,opt,name=backendDocId" json:"backendDocId,omitempty"`
	Type         *int32  `protobuf:"varint,2,opt,name=type,def=1" json:"type,omitempty"`
	Backend      *int32  `protobuf:"varint,3,opt,name=backend" json:"backend,omitempty"`
	// contains filtered or unexported fields
}

func (*DocId) Descriptor deprecated

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

Deprecated: Use DocId.ProtoReflect.Descriptor instead.

func (*DocId) GetBackend

func (x *DocId) GetBackend() int32

func (*DocId) GetBackendDocId

func (x *DocId) GetBackendDocId() string

func (*DocId) GetType

func (x *DocId) GetType() int32

func (*DocId) ProtoMessage

func (*DocId) ProtoMessage()

func (*DocId) ProtoReflect

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

func (*DocId) Reset

func (x *DocId) Reset()

func (*DocId) String

func (x *DocId) String() string

type Document

type Document struct {
	DocId                *DocId             `protobuf:"bytes,1,opt,name=DocId" json:"DocId,omitempty"`
	FetchDocId           *DocId             `protobuf:"bytes,2,opt,name=fetchDocId" json:"fetchDocId,omitempty"`
	SampleDocId          *DocId             `protobuf:"bytes,3,opt,name=sampleDocId" json:"sampleDocId,omitempty"`
	Title                *string            `protobuf:"bytes,4,opt,name=title" json:"title,omitempty"`
	Url                  *string            `protobuf:"bytes,5,opt,name=url" json:"url,omitempty"`
	Snippet              []string           `protobuf:"bytes,6,rep,name=snippet" json:"snippet,omitempty"`
	PriceDeprecated      *Offer             `protobuf:"bytes,7,opt,name=priceDeprecated" json:"priceDeprecated,omitempty"`
	Image                []*Image           `protobuf:"bytes,10,rep,name=image" json:"image,omitempty"`
	Child                []*Document        `protobuf:"bytes,11,rep,name=child" json:"child,omitempty"`
	Offer                []*Offer           `protobuf:"bytes,14,rep,name=offer" json:"offer,omitempty"`
	TranslatedSnippet    []*TranslatedText  `protobuf:"bytes,15,rep,name=translatedSnippet" json:"translatedSnippet,omitempty"`
	DocumentVariant      []*DocumentVariant `protobuf:"bytes,16,rep,name=documentVariant" json:"documentVariant,omitempty"`
	CategoryId           []string           `protobuf:"bytes,17,rep,name=categoryId" json:"categoryId,omitempty"`
	Decoration           []*Document        `protobuf:"bytes,18,rep,name=decoration" json:"decoration,omitempty"`
	Parent               []*Document        `protobuf:"bytes,19,rep,name=parent" json:"parent,omitempty"`
	PrivacyPolicyUrl     *string            `protobuf:"bytes,20,opt,name=privacyPolicyUrl" json:"privacyPolicyUrl,omitempty"`
	ConsumptionUrl       *string            `protobuf:"bytes,21,opt,name=consumptionUrl" json:"consumptionUrl,omitempty"`
	EstimatedNumChildren *int32             `protobuf:"varint,22,opt,name=estimatedNumChildren" json:"estimatedNumChildren,omitempty"`
	Subtitle             *string            `protobuf:"bytes,23,opt,name=subtitle" json:"subtitle,omitempty"`
	// contains filtered or unexported fields
}

func (*Document) Descriptor deprecated

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

Deprecated: Use Document.ProtoReflect.Descriptor instead.

func (*Document) GetCategoryId

func (x *Document) GetCategoryId() []string

func (*Document) GetChild

func (x *Document) GetChild() []*Document

func (*Document) GetConsumptionUrl

func (x *Document) GetConsumptionUrl() string

func (*Document) GetDecoration

func (x *Document) GetDecoration() []*Document

func (*Document) GetDocId

func (x *Document) GetDocId() *DocId

func (*Document) GetDocumentVariant

func (x *Document) GetDocumentVariant() []*DocumentVariant

func (*Document) GetEstimatedNumChildren

func (x *Document) GetEstimatedNumChildren() int32

func (*Document) GetFetchDocId

func (x *Document) GetFetchDocId() *DocId

func (*Document) GetImage

func (x *Document) GetImage() []*Image

func (*Document) GetOffer

func (x *Document) GetOffer() []*Offer

func (*Document) GetParent

func (x *Document) GetParent() []*Document

func (*Document) GetPriceDeprecated

func (x *Document) GetPriceDeprecated() *Offer

func (*Document) GetPrivacyPolicyUrl

func (x *Document) GetPrivacyPolicyUrl() string

func (*Document) GetSampleDocId

func (x *Document) GetSampleDocId() *DocId

func (*Document) GetSnippet

func (x *Document) GetSnippet() []string

func (*Document) GetSubtitle

func (x *Document) GetSubtitle() string

func (*Document) GetTitle

func (x *Document) GetTitle() string

func (*Document) GetTranslatedSnippet

func (x *Document) GetTranslatedSnippet() []*TranslatedText

func (*Document) GetUrl

func (x *Document) GetUrl() string

func (*Document) ProtoMessage

func (*Document) ProtoMessage()

func (*Document) ProtoReflect

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

func (*Document) Reset

func (x *Document) Reset()

func (*Document) String

func (x *Document) String() string

type DocumentDetails

type DocumentDetails struct {
	AppDetails          *AppDetails          `protobuf:"bytes,1,opt,name=appDetails" json:"appDetails,omitempty"`
	SubscriptionDetails *SubscriptionDetails `protobuf:"bytes,7,opt,name=subscriptionDetails" json:"subscriptionDetails,omitempty"`
	// contains filtered or unexported fields
}

func (*DocumentDetails) Descriptor deprecated

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

Deprecated: Use DocumentDetails.ProtoReflect.Descriptor instead.

func (*DocumentDetails) GetAppDetails

func (x *DocumentDetails) GetAppDetails() *AppDetails

func (*DocumentDetails) GetSubscriptionDetails

func (x *DocumentDetails) GetSubscriptionDetails() *SubscriptionDetails

func (*DocumentDetails) ProtoMessage

func (*DocumentDetails) ProtoMessage()

func (*DocumentDetails) ProtoReflect

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

func (*DocumentDetails) Reset

func (x *DocumentDetails) Reset()

func (*DocumentDetails) String

func (x *DocumentDetails) String() string

type DocumentVariant

type DocumentVariant struct {
	VariationType   *int32            `protobuf:"varint,1,opt,name=variationType" json:"variationType,omitempty"`
	Title           *string           `protobuf:"bytes,3,opt,name=title" json:"title,omitempty"`
	Snippet         []string          `protobuf:"bytes,4,rep,name=snippet" json:"snippet,omitempty"`
	RecentChanges   *string           `protobuf:"bytes,5,opt,name=recentChanges" json:"recentChanges,omitempty"`
	AutoTranslation []*TranslatedText `protobuf:"bytes,6,rep,name=autoTranslation" json:"autoTranslation,omitempty"`
	Offer           []*Offer          `protobuf:"bytes,7,rep,name=offer" json:"offer,omitempty"`
	ChannelId       *int64            `protobuf:"varint,9,opt,name=channelId" json:"channelId,omitempty"`
	Child           []*Document       `protobuf:"bytes,10,rep,name=child" json:"child,omitempty"`
	Decoration      []*Document       `protobuf:"bytes,11,rep,name=decoration" json:"decoration,omitempty"`
	Image           []*Image          `protobuf:"bytes,12,rep,name=image" json:"image,omitempty"`
	CategoryId      []string          `protobuf:"bytes,13,rep,name=categoryId" json:"categoryId,omitempty"`
	Subtitle        *string           `protobuf:"bytes,14,opt,name=subtitle" json:"subtitle,omitempty"`
	// contains filtered or unexported fields
}

func (*DocumentVariant) Descriptor deprecated

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

Deprecated: Use DocumentVariant.ProtoReflect.Descriptor instead.

func (*DocumentVariant) GetAutoTranslation

func (x *DocumentVariant) GetAutoTranslation() []*TranslatedText

func (*DocumentVariant) GetCategoryId

func (x *DocumentVariant) GetCategoryId() []string

func (*DocumentVariant) GetChannelId

func (x *DocumentVariant) GetChannelId() int64

func (*DocumentVariant) GetChild

func (x *DocumentVariant) GetChild() []*Document

func (*DocumentVariant) GetDecoration

func (x *DocumentVariant) GetDecoration() []*Document

func (*DocumentVariant) GetImage

func (x *DocumentVariant) GetImage() []*Image

func (*DocumentVariant) GetOffer

func (x *DocumentVariant) GetOffer() []*Offer

func (*DocumentVariant) GetRecentChanges

func (x *DocumentVariant) GetRecentChanges() string

func (*DocumentVariant) GetSnippet

func (x *DocumentVariant) GetSnippet() []string

func (*DocumentVariant) GetSubtitle

func (x *DocumentVariant) GetSubtitle() string

func (*DocumentVariant) GetTitle

func (x *DocumentVariant) GetTitle() string

func (*DocumentVariant) GetVariationType

func (x *DocumentVariant) GetVariationType() int32

func (*DocumentVariant) ProtoMessage

func (*DocumentVariant) ProtoMessage()

func (*DocumentVariant) ProtoReflect

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

func (*DocumentVariant) Reset

func (x *DocumentVariant) Reset()

func (*DocumentVariant) String

func (x *DocumentVariant) String() string

type EarlyAccessInfo

type EarlyAccessInfo struct {
	Email *string `protobuf:"bytes,3,opt,name=email" json:"email,omitempty"`
	// contains filtered or unexported fields
}

func (*EarlyAccessInfo) Descriptor deprecated

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

Deprecated: Use EarlyAccessInfo.ProtoReflect.Descriptor instead.

func (*EarlyAccessInfo) GetEmail

func (x *EarlyAccessInfo) GetEmail() string

func (*EarlyAccessInfo) ProtoMessage

func (*EarlyAccessInfo) ProtoMessage()

func (*EarlyAccessInfo) ProtoReflect

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

func (*EarlyAccessInfo) Reset

func (x *EarlyAccessInfo) Reset()

func (*EarlyAccessInfo) String

func (x *EarlyAccessInfo) String() string

type EditorChoice

type EditorChoice struct {
	Bulletins   []string `protobuf:"bytes,1,rep,name=bulletins" json:"bulletins,omitempty"`
	Description *string  `protobuf:"bytes,2,opt,name=description" json:"description,omitempty"`
	Title       *string  `protobuf:"bytes,4,opt,name=title" json:"title,omitempty"`
	Subtitle    *string  `protobuf:"bytes,5,opt,name=subtitle" json:"subtitle,omitempty"`
	// contains filtered or unexported fields
}

func (*EditorChoice) Descriptor deprecated

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

Deprecated: Use EditorChoice.ProtoReflect.Descriptor instead.

func (*EditorChoice) GetBulletins

func (x *EditorChoice) GetBulletins() []string

func (*EditorChoice) GetDescription

func (x *EditorChoice) GetDescription() string

func (*EditorChoice) GetSubtitle

func (x *EditorChoice) GetSubtitle() string

func (*EditorChoice) GetTitle

func (x *EditorChoice) GetTitle() string

func (*EditorChoice) ProtoMessage

func (*EditorChoice) ProtoMessage()

func (*EditorChoice) ProtoReflect

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

func (*EditorChoice) Reset

func (x *EditorChoice) Reset()

func (*EditorChoice) String

func (x *EditorChoice) String() string

type EncryptionParams

type EncryptionParams struct {
	Version       *int32  `protobuf:"varint,1,opt,name=version" json:"version,omitempty"`
	EncryptionKey *string `protobuf:"bytes,2,opt,name=encryptionKey" json:"encryptionKey,omitempty"`
	HMacKey       *string `protobuf:"bytes,3,opt,name=hMacKey" json:"hMacKey,omitempty"`
	// contains filtered or unexported fields
}

func (*EncryptionParams) Descriptor deprecated

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

Deprecated: Use EncryptionParams.ProtoReflect.Descriptor instead.

func (*EncryptionParams) GetEncryptionKey

func (x *EncryptionParams) GetEncryptionKey() string

func (*EncryptionParams) GetHMacKey

func (x *EncryptionParams) GetHMacKey() string

func (*EncryptionParams) GetVersion

func (x *EncryptionParams) GetVersion() int32

func (*EncryptionParams) ProtoMessage

func (*EncryptionParams) ProtoMessage()

func (*EncryptionParams) ProtoReflect

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

func (*EncryptionParams) Reset

func (x *EncryptionParams) Reset()

func (*EncryptionParams) String

func (x *EncryptionParams) String() string

type Feature

type Feature struct {
	Label *string `protobuf:"bytes,1,opt,name=label" json:"label,omitempty"`
	Value *string `protobuf:"bytes,3,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Feature) Descriptor deprecated

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

Deprecated: Use Feature.ProtoReflect.Descriptor instead.

func (*Feature) GetLabel

func (x *Feature) GetLabel() string

func (*Feature) GetValue

func (x *Feature) GetValue() string

func (*Feature) ProtoMessage

func (*Feature) ProtoMessage()

func (*Feature) ProtoReflect

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

func (*Feature) Reset

func (x *Feature) Reset()

func (*Feature) String

func (x *Feature) String() string

type Features

type Features struct {
	FeaturePresence []*Feature `protobuf:"bytes,1,rep,name=featurePresence" json:"featurePresence,omitempty"`
	FeatureRating   []*Feature `protobuf:"bytes,2,rep,name=featureRating" json:"featureRating,omitempty"`
	// contains filtered or unexported fields
}

func (*Features) Descriptor deprecated

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

Deprecated: Use Features.ProtoReflect.Descriptor instead.

func (*Features) GetFeaturePresence

func (x *Features) GetFeaturePresence() []*Feature

func (*Features) GetFeatureRating

func (x *Features) GetFeatureRating() []*Feature

func (*Features) ProtoMessage

func (*Features) ProtoMessage()

func (*Features) ProtoReflect

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

func (*Features) Reset

func (x *Features) Reset()

func (*Features) String

func (x *Features) String() string

type FileMetadata

type FileMetadata struct {
	FileType       *int32          `protobuf:"varint,1,opt,name=fileType" json:"fileType,omitempty"`
	VersionCode    *int32          `protobuf:"varint,2,opt,name=versionCode" json:"versionCode,omitempty"`
	Size           *int64          `protobuf:"varint,3,opt,name=size" json:"size,omitempty"`
	SplitId        *string         `protobuf:"bytes,4,opt,name=splitId" json:"splitId,omitempty"`
	CompressedSize *int64          `protobuf:"varint,5,opt,name=compressedSize" json:"compressedSize,omitempty"`
	PatchDetails   []*PatchDetails `protobuf:"bytes,6,rep,name=patchDetails" json:"patchDetails,omitempty"`
	// contains filtered or unexported fields
}

func (*FileMetadata) Descriptor deprecated

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

Deprecated: Use FileMetadata.ProtoReflect.Descriptor instead.

func (*FileMetadata) GetCompressedSize

func (x *FileMetadata) GetCompressedSize() int64

func (*FileMetadata) GetFileType

func (x *FileMetadata) GetFileType() int32

func (*FileMetadata) GetPatchDetails

func (x *FileMetadata) GetPatchDetails() []*PatchDetails

func (*FileMetadata) GetSize

func (x *FileMetadata) GetSize() int64

func (*FileMetadata) GetSplitId

func (x *FileMetadata) GetSplitId() string

func (*FileMetadata) GetVersionCode

func (x *FileMetadata) GetVersionCode() int32

func (*FileMetadata) ProtoMessage

func (*FileMetadata) ProtoMessage()

func (*FileMetadata) ProtoReflect

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

func (*FileMetadata) Reset

func (x *FileMetadata) Reset()

func (*FileMetadata) String

func (x *FileMetadata) String() string

type FormCheckbox

type FormCheckbox struct {
	Description *string `protobuf:"bytes,1,opt,name=description" json:"description,omitempty"`
	Checked     *bool   `protobuf:"varint,2,opt,name=checked" json:"checked,omitempty"`
	Required    *bool   `protobuf:"varint,3,opt,name=required" json:"required,omitempty"`
	Id          *string `protobuf:"bytes,4,opt,name=id" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*FormCheckbox) Descriptor deprecated

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

Deprecated: Use FormCheckbox.ProtoReflect.Descriptor instead.

func (*FormCheckbox) GetChecked

func (x *FormCheckbox) GetChecked() bool

func (*FormCheckbox) GetDescription

func (x *FormCheckbox) GetDescription() string

func (*FormCheckbox) GetId

func (x *FormCheckbox) GetId() string

func (*FormCheckbox) GetRequired

func (x *FormCheckbox) GetRequired() bool

func (*FormCheckbox) ProtoMessage

func (*FormCheckbox) ProtoMessage()

func (*FormCheckbox) ProtoReflect

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

func (*FormCheckbox) Reset

func (x *FormCheckbox) Reset()

func (*FormCheckbox) String

func (x *FormCheckbox) String() string

type HttpCookie

type HttpCookie struct {
	Name  *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Value *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*HttpCookie) Descriptor deprecated

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

Deprecated: Use HttpCookie.ProtoReflect.Descriptor instead.

func (*HttpCookie) GetName

func (x *HttpCookie) GetName() string

func (*HttpCookie) GetValue

func (x *HttpCookie) GetValue() string

func (*HttpCookie) ProtoMessage

func (*HttpCookie) ProtoMessage()

func (*HttpCookie) ProtoReflect

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

func (*HttpCookie) Reset

func (x *HttpCookie) Reset()

func (*HttpCookie) String

func (x *HttpCookie) String() string

type Image

type Image struct {
	ImageType                  *int32           `protobuf:"varint,1,opt,name=imageType" json:"imageType,omitempty"`
	Dimension                  *Image_Dimension `protobuf:"group,2,opt,name=Dimension,json=dimension" json:"dimension,omitempty"`
	ImageUrl                   *string          `protobuf:"bytes,5,opt,name=imageUrl" json:"imageUrl,omitempty"`
	AltTextLocalized           *string          `protobuf:"bytes,6,opt,name=altTextLocalized" json:"altTextLocalized,omitempty"`
	SecureUrl                  *string          `protobuf:"bytes,7,opt,name=secureUrl" json:"secureUrl,omitempty"`
	PositionInSequence         *int32           `protobuf:"varint,8,opt,name=positionInSequence" json:"positionInSequence,omitempty"`
	SupportsFifeUrlOptions     *bool            `protobuf:"varint,9,opt,name=supportsFifeUrlOptions" json:"supportsFifeUrlOptions,omitempty"`
	Citation                   *Image_Citation  `protobuf:"group,10,opt,name=Citation,json=citation" json:"citation,omitempty"`
	DurationSeconds            *int32           `protobuf:"varint,14,opt,name=durationSeconds" json:"durationSeconds,omitempty"`
	FillColorRGB               *string          `protobuf:"bytes,15,opt,name=fillColorRGB" json:"fillColorRGB,omitempty"`
	Autogen                    *bool            `protobuf:"varint,16,opt,name=autogen" json:"autogen,omitempty"`
	Attribution                *Attribution     `protobuf:"bytes,17,opt,name=attribution" json:"attribution,omitempty"`
	BackgroundColorRgb         *string          `protobuf:"bytes,19,opt,name=backgroundColorRgb" json:"backgroundColorRgb,omitempty"`
	Palette                    *ImagePalette    `protobuf:"bytes,20,opt,name=palette" json:"palette,omitempty"`
	DeviceClass                *int32           `protobuf:"varint,21,opt,name=deviceClass" json:"deviceClass,omitempty"`
	SupportsFifeMonogramOption *bool            `protobuf:"varint,22,opt,name=supportsFifeMonogramOption" json:"supportsFifeMonogramOption,omitempty"`
	ImageUrlAlt                *string          `protobuf:"bytes,28,opt,name=imageUrlAlt" json:"imageUrlAlt,omitempty"`
	// contains filtered or unexported fields
}

func (*Image) Descriptor deprecated

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

Deprecated: Use Image.ProtoReflect.Descriptor instead.

func (*Image) GetAltTextLocalized

func (x *Image) GetAltTextLocalized() string

func (*Image) GetAttribution

func (x *Image) GetAttribution() *Attribution

func (*Image) GetAutogen

func (x *Image) GetAutogen() bool

func (*Image) GetBackgroundColorRgb

func (x *Image) GetBackgroundColorRgb() string

func (*Image) GetCitation

func (x *Image) GetCitation() *Image_Citation

func (*Image) GetDeviceClass

func (x *Image) GetDeviceClass() int32

func (*Image) GetDimension

func (x *Image) GetDimension() *Image_Dimension

func (*Image) GetDurationSeconds

func (x *Image) GetDurationSeconds() int32

func (*Image) GetFillColorRGB

func (x *Image) GetFillColorRGB() string

func (*Image) GetImageType

func (x *Image) GetImageType() int32

func (*Image) GetImageUrl

func (x *Image) GetImageUrl() string

func (*Image) GetImageUrlAlt

func (x *Image) GetImageUrlAlt() string

func (*Image) GetPalette

func (x *Image) GetPalette() *ImagePalette

func (*Image) GetPositionInSequence

func (x *Image) GetPositionInSequence() int32

func (*Image) GetSecureUrl

func (x *Image) GetSecureUrl() string

func (*Image) GetSupportsFifeMonogramOption

func (x *Image) GetSupportsFifeMonogramOption() bool

func (*Image) GetSupportsFifeUrlOptions

func (x *Image) GetSupportsFifeUrlOptions() bool

func (*Image) ProtoMessage

func (*Image) ProtoMessage()

func (*Image) ProtoReflect

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

func (*Image) Reset

func (x *Image) Reset()

func (*Image) String

func (x *Image) String() string

type ImageContainer

type ImageContainer struct {
	Image *Image `protobuf:"bytes,4,opt,name=image" json:"image,omitempty"`
	// contains filtered or unexported fields
}

func (*ImageContainer) Descriptor deprecated

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

Deprecated: Use ImageContainer.ProtoReflect.Descriptor instead.

func (*ImageContainer) GetImage

func (x *ImageContainer) GetImage() *Image

func (*ImageContainer) ProtoMessage

func (*ImageContainer) ProtoMessage()

func (*ImageContainer) ProtoReflect

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

func (*ImageContainer) Reset

func (x *ImageContainer) Reset()

func (*ImageContainer) String

func (x *ImageContainer) String() string

type ImagePalette

type ImagePalette struct {
	LightVibrantRGB *string `protobuf:"bytes,1,opt,name=lightVibrantRGB" json:"lightVibrantRGB,omitempty"`
	VibrantRGB      *string `protobuf:"bytes,2,opt,name=vibrantRGB" json:"vibrantRGB,omitempty"`
	DarkVibrantRGB  *string `protobuf:"bytes,3,opt,name=darkVibrantRGB" json:"darkVibrantRGB,omitempty"`
	LightMutedRGB   *string `protobuf:"bytes,4,opt,name=lightMutedRGB" json:"lightMutedRGB,omitempty"`
	MutedRGB        *string `protobuf:"bytes,5,opt,name=mutedRGB" json:"mutedRGB,omitempty"`
	DarkMutedRGB    *string `protobuf:"bytes,6,opt,name=darkMutedRGB" json:"darkMutedRGB,omitempty"`
	// contains filtered or unexported fields
}

func (*ImagePalette) Descriptor deprecated

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

Deprecated: Use ImagePalette.ProtoReflect.Descriptor instead.

func (*ImagePalette) GetDarkMutedRGB

func (x *ImagePalette) GetDarkMutedRGB() string

func (*ImagePalette) GetDarkVibrantRGB

func (x *ImagePalette) GetDarkVibrantRGB() string

func (*ImagePalette) GetLightMutedRGB

func (x *ImagePalette) GetLightMutedRGB() string

func (*ImagePalette) GetLightVibrantRGB

func (x *ImagePalette) GetLightVibrantRGB() string

func (*ImagePalette) GetMutedRGB

func (x *ImagePalette) GetMutedRGB() string

func (*ImagePalette) GetVibrantRGB

func (x *ImagePalette) GetVibrantRGB() string

func (*ImagePalette) ProtoMessage

func (*ImagePalette) ProtoMessage()

func (*ImagePalette) ProtoReflect

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

func (*ImagePalette) Reset

func (x *ImagePalette) Reset()

func (*ImagePalette) String

func (x *ImagePalette) String() string

type Image_Citation

type Image_Citation struct {
	TitleLocalized *string `protobuf:"bytes,11,opt,name=titleLocalized" json:"titleLocalized,omitempty"`
	Url            *string `protobuf:"bytes,12,opt,name=url" json:"url,omitempty"`
	// contains filtered or unexported fields
}

func (*Image_Citation) Descriptor deprecated

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

Deprecated: Use Image_Citation.ProtoReflect.Descriptor instead.

func (*Image_Citation) GetTitleLocalized

func (x *Image_Citation) GetTitleLocalized() string

func (*Image_Citation) GetUrl

func (x *Image_Citation) GetUrl() string

func (*Image_Citation) ProtoMessage

func (*Image_Citation) ProtoMessage()

func (*Image_Citation) ProtoReflect

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

func (*Image_Citation) Reset

func (x *Image_Citation) Reset()

func (*Image_Citation) String

func (x *Image_Citation) String() string

type Image_Dimension

type Image_Dimension struct {
	Width       *int32 `protobuf:"varint,3,opt,name=width" json:"width,omitempty"`
	Height      *int32 `protobuf:"varint,4,opt,name=height" json:"height,omitempty"`
	AspectRatio *int32 `protobuf:"varint,18,opt,name=aspectRatio" json:"aspectRatio,omitempty"`
	// contains filtered or unexported fields
}

func (*Image_Dimension) Descriptor deprecated

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

Deprecated: Use Image_Dimension.ProtoReflect.Descriptor instead.

func (*Image_Dimension) GetAspectRatio

func (x *Image_Dimension) GetAspectRatio() int32

func (*Image_Dimension) GetHeight

func (x *Image_Dimension) GetHeight() int32

func (*Image_Dimension) GetWidth

func (x *Image_Dimension) GetWidth() int32

func (*Image_Dimension) ProtoMessage

func (*Image_Dimension) ProtoMessage()

func (*Image_Dimension) ProtoReflect

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

func (*Image_Dimension) Reset

func (x *Image_Dimension) Reset()

func (*Image_Dimension) String

func (x *Image_Dimension) String() string

type InputValidationError

type InputValidationError struct {
	InputField   *int32  `protobuf:"varint,1,opt,name=inputField" json:"inputField,omitempty"`
	ErrorMessage *string `protobuf:"bytes,2,opt,name=errorMessage" json:"errorMessage,omitempty"`
	// contains filtered or unexported fields
}

func (*InputValidationError) Descriptor deprecated

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

Deprecated: Use InputValidationError.ProtoReflect.Descriptor instead.

func (*InputValidationError) GetErrorMessage

func (x *InputValidationError) GetErrorMessage() string

func (*InputValidationError) GetInputField

func (x *InputValidationError) GetInputField() int32

func (*InputValidationError) ProtoMessage

func (*InputValidationError) ProtoMessage()

func (*InputValidationError) ProtoReflect

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

func (*InputValidationError) Reset

func (x *InputValidationError) Reset()

func (*InputValidationError) String

func (x *InputValidationError) String() string

type Item

type Item struct {
	Id                          *string            `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"`
	SubId                       *string            `protobuf:"bytes,2,opt,name=subId" json:"subId,omitempty"`
	Type                        *int32             `protobuf:"varint,3,opt,name=type" json:"type,omitempty"`
	CategoryId                  *int32             `protobuf:"varint,4,opt,name=categoryId" json:"categoryId,omitempty"`
	Title                       *string            `protobuf:"bytes,5,opt,name=title" json:"title,omitempty"`
	Creator                     *string            `protobuf:"bytes,6,opt,name=creator" json:"creator,omitempty"`
	DescriptionHtml             *string            `protobuf:"bytes,7,opt,name=descriptionHtml" json:"descriptionHtml,omitempty"`
	Offer                       []*Offer           `protobuf:"bytes,8,rep,name=offer" json:"offer,omitempty"`
	Image                       []*Image           `protobuf:"bytes,10,rep,name=image" json:"image,omitempty"`
	SubItem                     []*Item            `protobuf:"bytes,11,rep,name=subItem" json:"subItem,omitempty"`
	ContainerMetadata           *ContainerMetadata `protobuf:"bytes,12,opt,name=containerMetadata" json:"containerMetadata,omitempty"`
	Details                     *DocumentDetails   `protobuf:"bytes,13,opt,name=details" json:"details,omitempty"`
	Annotations                 *Annotations       `protobuf:"bytes,15,opt,name=annotations" json:"annotations,omitempty"`
	DetailsUrl                  *string            `protobuf:"bytes,16,opt,name=detailsUrl" json:"detailsUrl,omitempty"`
	ShareUrl                    *string            `protobuf:"bytes,17,opt,name=shareUrl" json:"shareUrl,omitempty"`
	ReviewsUrl                  *string            `protobuf:"bytes,18,opt,name=reviewsUrl" json:"reviewsUrl,omitempty"`
	BackendUrl                  *string            `protobuf:"bytes,19,opt,name=backendUrl" json:"backendUrl,omitempty"`
	PurchaseDetailsUrl          *string            `protobuf:"bytes,20,opt,name=purchaseDetailsUrl" json:"purchaseDetailsUrl,omitempty"`
	DetailsReusable             *bool              `protobuf:"varint,21,opt,name=detailsReusable" json:"detailsReusable,omitempty"`
	Subtitle                    *string            `protobuf:"bytes,22,opt,name=subtitle" json:"subtitle,omitempty"`
	TranslatedDescriptionHtml   *string            `protobuf:"bytes,23,opt,name=translatedDescriptionHtml" json:"translatedDescriptionHtml,omitempty"`
	ServerLogsCookie            []byte             `protobuf:"bytes,24,opt,name=serverLogsCookie" json:"serverLogsCookie,omitempty"`
	AppInfo                     *AppInfo           `protobuf:"bytes,25,opt,name=appInfo" json:"appInfo,omitempty"`
	Mature                      *bool              `protobuf:"varint,26,opt,name=mature" json:"mature,omitempty"`
	PromotionalDescription      *string            `protobuf:"bytes,27,opt,name=promotionalDescription" json:"promotionalDescription,omitempty"`
	AvailableForPreregistration *bool              `protobuf:"varint,29,opt,name=availableForPreregistration" json:"availableForPreregistration,omitempty"`
	ReviewSnippetsUrl           *string            `protobuf:"bytes,31,opt,name=reviewSnippetsUrl" json:"reviewSnippetsUrl,omitempty"`
	UseWishlistAsPrimaryAction  *bool              `protobuf:"varint,33,opt,name=useWishlistAsPrimaryAction" json:"useWishlistAsPrimaryAction,omitempty"`
	ReviewQuestionsUrl          *string            `protobuf:"bytes,34,opt,name=reviewQuestionsUrl" json:"reviewQuestionsUrl,omitempty"`
	ReviewSummaryUrl            *string            `protobuf:"bytes,39,opt,name=reviewSummaryUrl" json:"reviewSummaryUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*Item) Descriptor deprecated

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

Deprecated: Use Item.ProtoReflect.Descriptor instead.

func (*Item) GetAnnotations

func (x *Item) GetAnnotations() *Annotations

func (*Item) GetAppInfo

func (x *Item) GetAppInfo() *AppInfo

func (*Item) GetAvailableForPreregistration

func (x *Item) GetAvailableForPreregistration() bool

func (*Item) GetBackendUrl

func (x *Item) GetBackendUrl() string

func (*Item) GetCategoryId

func (x *Item) GetCategoryId() int32

func (*Item) GetContainerMetadata

func (x *Item) GetContainerMetadata() *ContainerMetadata

func (*Item) GetCreator

func (x *Item) GetCreator() string

func (*Item) GetDescriptionHtml

func (x *Item) GetDescriptionHtml() string

func (*Item) GetDetails

func (x *Item) GetDetails() *DocumentDetails

func (*Item) GetDetailsReusable

func (x *Item) GetDetailsReusable() bool

func (*Item) GetDetailsUrl

func (x *Item) GetDetailsUrl() string

func (*Item) GetId

func (x *Item) GetId() string

func (*Item) GetImage

func (x *Item) GetImage() []*Image

func (*Item) GetMature

func (x *Item) GetMature() bool

func (*Item) GetOffer

func (x *Item) GetOffer() []*Offer

func (*Item) GetPromotionalDescription

func (x *Item) GetPromotionalDescription() string

func (*Item) GetPurchaseDetailsUrl

func (x *Item) GetPurchaseDetailsUrl() string

func (*Item) GetReviewQuestionsUrl

func (x *Item) GetReviewQuestionsUrl() string

func (*Item) GetReviewSnippetsUrl

func (x *Item) GetReviewSnippetsUrl() string

func (*Item) GetReviewSummaryUrl

func (x *Item) GetReviewSummaryUrl() string

func (*Item) GetReviewsUrl

func (x *Item) GetReviewsUrl() string

func (*Item) GetServerLogsCookie

func (x *Item) GetServerLogsCookie() []byte

func (*Item) GetShareUrl

func (x *Item) GetShareUrl() string

func (*Item) GetSubId

func (x *Item) GetSubId() string

func (*Item) GetSubItem

func (x *Item) GetSubItem() []*Item

func (*Item) GetSubtitle

func (x *Item) GetSubtitle() string

func (*Item) GetTitle

func (x *Item) GetTitle() string

func (*Item) GetTranslatedDescriptionHtml

func (x *Item) GetTranslatedDescriptionHtml() string

func (*Item) GetType

func (x *Item) GetType() int32

func (*Item) GetUseWishlistAsPrimaryAction

func (x *Item) GetUseWishlistAsPrimaryAction() bool

func (*Item) ProtoMessage

func (*Item) ProtoMessage()

func (*Item) ProtoReflect

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

func (*Item) Reset

func (x *Item) Reset()

func (*Item) String

func (x *Item) String() string

type LibraryAppDetails

type LibraryAppDetails struct {
	CertificateHash                *string `protobuf:"bytes,2,opt,name=certificateHash" json:"certificateHash,omitempty"`
	RefundTimeoutTimestamp         *int64  `protobuf:"varint,3,opt,name=refundTimeoutTimestamp" json:"refundTimeoutTimestamp,omitempty"`
	PostDeliveryRefundWindowMillis *int64  `protobuf:"varint,4,opt,name=postDeliveryRefundWindowMillis" json:"postDeliveryRefundWindowMillis,omitempty"`
	// contains filtered or unexported fields
}

func (*LibraryAppDetails) Descriptor deprecated

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

Deprecated: Use LibraryAppDetails.ProtoReflect.Descriptor instead.

func (*LibraryAppDetails) GetCertificateHash

func (x *LibraryAppDetails) GetCertificateHash() string

func (*LibraryAppDetails) GetPostDeliveryRefundWindowMillis

func (x *LibraryAppDetails) GetPostDeliveryRefundWindowMillis() int64

func (*LibraryAppDetails) GetRefundTimeoutTimestamp

func (x *LibraryAppDetails) GetRefundTimeoutTimestamp() int64

func (*LibraryAppDetails) ProtoMessage

func (*LibraryAppDetails) ProtoMessage()

func (*LibraryAppDetails) ProtoReflect

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

func (*LibraryAppDetails) Reset

func (x *LibraryAppDetails) Reset()

func (*LibraryAppDetails) String

func (x *LibraryAppDetails) String() string

type LibraryInAppDetails

type LibraryInAppDetails struct {
	SignedPurchaseData *string `protobuf:"bytes,1,opt,name=signedPurchaseData" json:"signedPurchaseData,omitempty"`
	Signature          *string `protobuf:"bytes,2,opt,name=signature" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*LibraryInAppDetails) Descriptor deprecated

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

Deprecated: Use LibraryInAppDetails.ProtoReflect.Descriptor instead.

func (*LibraryInAppDetails) GetSignature

func (x *LibraryInAppDetails) GetSignature() string

func (*LibraryInAppDetails) GetSignedPurchaseData

func (x *LibraryInAppDetails) GetSignedPurchaseData() string

func (*LibraryInAppDetails) ProtoMessage

func (*LibraryInAppDetails) ProtoMessage()

func (*LibraryInAppDetails) ProtoReflect

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

func (*LibraryInAppDetails) Reset

func (x *LibraryInAppDetails) Reset()

func (*LibraryInAppDetails) String

func (x *LibraryInAppDetails) String() string

type LibraryMutation

type LibraryMutation struct {
	DocId               *DocId                      `protobuf:"bytes,1,opt,name=DocId" json:"DocId,omitempty"`
	OfferType           *int32                      `protobuf:"varint,2,opt,name=offerType" json:"offerType,omitempty"`
	DocumentHash        *int64                      `protobuf:"varint,3,opt,name=documentHash" json:"documentHash,omitempty"`
	Deleted             *bool                       `protobuf:"varint,4,opt,name=deleted" json:"deleted,omitempty"`
	AppDetails          *LibraryAppDetails          `protobuf:"bytes,5,opt,name=appDetails" json:"appDetails,omitempty"`
	SubscriptionDetails *LibrarySubscriptionDetails `protobuf:"bytes,6,opt,name=subscriptionDetails" json:"subscriptionDetails,omitempty"`
	InAppDetails        *LibraryInAppDetails        `protobuf:"bytes,7,opt,name=inAppDetails" json:"inAppDetails,omitempty"`
	// contains filtered or unexported fields
}

func (*LibraryMutation) Descriptor deprecated

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

Deprecated: Use LibraryMutation.ProtoReflect.Descriptor instead.

func (*LibraryMutation) GetAppDetails

func (x *LibraryMutation) GetAppDetails() *LibraryAppDetails

func (*LibraryMutation) GetDeleted

func (x *LibraryMutation) GetDeleted() bool

func (*LibraryMutation) GetDocId

func (x *LibraryMutation) GetDocId() *DocId

func (*LibraryMutation) GetDocumentHash

func (x *LibraryMutation) GetDocumentHash() int64

func (*LibraryMutation) GetInAppDetails

func (x *LibraryMutation) GetInAppDetails() *LibraryInAppDetails

func (*LibraryMutation) GetOfferType

func (x *LibraryMutation) GetOfferType() int32

func (*LibraryMutation) GetSubscriptionDetails

func (x *LibraryMutation) GetSubscriptionDetails() *LibrarySubscriptionDetails

func (*LibraryMutation) ProtoMessage

func (*LibraryMutation) ProtoMessage()

func (*LibraryMutation) ProtoReflect

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

func (*LibraryMutation) Reset

func (x *LibraryMutation) Reset()

func (*LibraryMutation) String

func (x *LibraryMutation) String() string

type LibrarySubscriptionDetails

type LibrarySubscriptionDetails struct {
	InitiationTimestamp *int64  `protobuf:"varint,1,opt,name=initiationTimestamp" json:"initiationTimestamp,omitempty"`
	ValidUntilTimestamp *int64  `protobuf:"varint,2,opt,name=validUntilTimestamp" json:"validUntilTimestamp,omitempty"`
	AutoRenewing        *bool   `protobuf:"varint,3,opt,name=autoRenewing" json:"autoRenewing,omitempty"`
	TrialUntilTimestamp *int64  `protobuf:"varint,4,opt,name=trialUntilTimestamp" json:"trialUntilTimestamp,omitempty"`
	SignedPurchaseData  *string `protobuf:"bytes,5,opt,name=signedPurchaseData" json:"signedPurchaseData,omitempty"`
	Signature           *string `protobuf:"bytes,6,opt,name=signature" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

func (*LibrarySubscriptionDetails) Descriptor deprecated

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

Deprecated: Use LibrarySubscriptionDetails.ProtoReflect.Descriptor instead.

func (*LibrarySubscriptionDetails) GetAutoRenewing

func (x *LibrarySubscriptionDetails) GetAutoRenewing() bool

func (*LibrarySubscriptionDetails) GetInitiationTimestamp

func (x *LibrarySubscriptionDetails) GetInitiationTimestamp() int64

func (*LibrarySubscriptionDetails) GetSignature

func (x *LibrarySubscriptionDetails) GetSignature() string

func (*LibrarySubscriptionDetails) GetSignedPurchaseData

func (x *LibrarySubscriptionDetails) GetSignedPurchaseData() string

func (*LibrarySubscriptionDetails) GetTrialUntilTimestamp

func (x *LibrarySubscriptionDetails) GetTrialUntilTimestamp() int64

func (*LibrarySubscriptionDetails) GetValidUntilTimestamp

func (x *LibrarySubscriptionDetails) GetValidUntilTimestamp() int64

func (*LibrarySubscriptionDetails) ProtoMessage

func (*LibrarySubscriptionDetails) ProtoMessage()

func (*LibrarySubscriptionDetails) ProtoReflect

func (*LibrarySubscriptionDetails) Reset

func (x *LibrarySubscriptionDetails) Reset()

func (*LibrarySubscriptionDetails) String

func (x *LibrarySubscriptionDetails) String() string

type LibraryUpdate

type LibraryUpdate struct {
	Status      *int32             `protobuf:"varint,1,opt,name=status" json:"status,omitempty"`
	Corpus      *int32             `protobuf:"varint,2,opt,name=corpus" json:"corpus,omitempty"`
	ServerToken []byte             `protobuf:"bytes,3,opt,name=serverToken" json:"serverToken,omitempty"`
	Mutation    []*LibraryMutation `protobuf:"bytes,4,rep,name=mutation" json:"mutation,omitempty"`
	HasMore     *bool              `protobuf:"varint,5,opt,name=hasMore" json:"hasMore,omitempty"`
	LibraryId   *string            `protobuf:"bytes,6,opt,name=libraryId" json:"libraryId,omitempty"`
	// contains filtered or unexported fields
}

func (*LibraryUpdate) Descriptor deprecated

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

Deprecated: Use LibraryUpdate.ProtoReflect.Descriptor instead.

func (*LibraryUpdate) GetCorpus

func (x *LibraryUpdate) GetCorpus() int32

func (*LibraryUpdate) GetHasMore

func (x *LibraryUpdate) GetHasMore() bool

func (*LibraryUpdate) GetLibraryId

func (x *LibraryUpdate) GetLibraryId() string

func (*LibraryUpdate) GetMutation

func (x *LibraryUpdate) GetMutation() []*LibraryMutation

func (*LibraryUpdate) GetServerToken

func (x *LibraryUpdate) GetServerToken() []byte

func (*LibraryUpdate) GetStatus

func (x *LibraryUpdate) GetStatus() int32

func (*LibraryUpdate) ProtoMessage

func (*LibraryUpdate) ProtoMessage()

func (*LibraryUpdate) ProtoReflect

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

func (*LibraryUpdate) Reset

func (x *LibraryUpdate) Reset()

func (*LibraryUpdate) String

func (x *LibraryUpdate) String() string

type LineItem

type LineItem struct {
	Name        *string `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Description *string `protobuf:"bytes,2,opt,name=description" json:"description,omitempty"`
	Offer       *Offer  `protobuf:"bytes,3,opt,name=offer" json:"offer,omitempty"`
	Amount      *Money  `protobuf:"bytes,4,opt,name=amount" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*LineItem) Descriptor deprecated

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

Deprecated: Use LineItem.ProtoReflect.Descriptor instead.

func (*LineItem) GetAmount

func (x *LineItem) GetAmount() *Money

func (*LineItem) GetDescription

func (x *LineItem) GetDescription() string

func (*LineItem) GetName

func (x *LineItem) GetName() string

func (*LineItem) GetOffer

func (x *LineItem) GetOffer() *Offer

func (*LineItem) ProtoMessage

func (*LineItem) ProtoMessage()

func (*LineItem) ProtoReflect

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

func (*LineItem) Reset

func (x *LineItem) Reset()

func (*LineItem) String

func (x *LineItem) String() string
type Link struct {
	Uri          *string       `protobuf:"bytes,1,opt,name=uri" json:"uri,omitempty"`
	ResolvedLink *ResolvedLink `protobuf:"bytes,2,opt,name=resolvedLink" json:"resolvedLink,omitempty"`
	UriBackend   *int32        `protobuf:"varint,3,opt,name=uriBackend" json:"uriBackend,omitempty"`
	// contains filtered or unexported fields
}

func (*Link) Descriptor deprecated

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

Deprecated: Use Link.ProtoReflect.Descriptor instead.

func (x *Link) GetResolvedLink() *ResolvedLink

func (*Link) GetUri

func (x *Link) GetUri() string

func (*Link) GetUriBackend

func (x *Link) GetUriBackend() int32

func (*Link) ProtoMessage

func (*Link) ProtoMessage()

func (*Link) ProtoReflect

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

func (*Link) Reset

func (x *Link) Reset()

func (*Link) String

func (x *Link) String() string

type LogRequest

type LogRequest struct {
	Timestamp                 *int64  `protobuf:"varint,1,opt,name=timestamp" json:"timestamp,omitempty"`
	DownloadConfirmationQuery *string `protobuf:"bytes,2,opt,name=downloadConfirmationQuery" json:"downloadConfirmationQuery,omitempty"`
	// contains filtered or unexported fields
}

func (*LogRequest) Descriptor deprecated

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

Deprecated: Use LogRequest.ProtoReflect.Descriptor instead.

func (*LogRequest) GetDownloadConfirmationQuery

func (x *LogRequest) GetDownloadConfirmationQuery() string

func (*LogRequest) GetTimestamp

func (x *LogRequest) GetTimestamp() int64

func (*LogRequest) ProtoMessage

func (*LogRequest) ProtoMessage()

func (*LogRequest) ProtoReflect

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

func (*LogRequest) Reset

func (x *LogRequest) Reset()

func (*LogRequest) String

func (x *LogRequest) String() string

type ModifyLibrary

type ModifyLibrary struct {
	Id              *string `protobuf:"bytes,1,opt,name=id" json:"id,omitempty"`
	PackageToAdd    *string `protobuf:"bytes,2,opt,name=packageToAdd" json:"packageToAdd,omitempty"`
	PackageToRemove *string `protobuf:"bytes,3,opt,name=packageToRemove" json:"packageToRemove,omitempty"`
	// contains filtered or unexported fields
}

func (*ModifyLibrary) Descriptor deprecated

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

Deprecated: Use ModifyLibrary.ProtoReflect.Descriptor instead.

func (*ModifyLibrary) GetId

func (x *ModifyLibrary) GetId() string

func (*ModifyLibrary) GetPackageToAdd

func (x *ModifyLibrary) GetPackageToAdd() string

func (*ModifyLibrary) GetPackageToRemove

func (x *ModifyLibrary) GetPackageToRemove() string

func (*ModifyLibrary) ProtoMessage

func (*ModifyLibrary) ProtoMessage()

func (*ModifyLibrary) ProtoReflect

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

func (*ModifyLibrary) Reset

func (x *ModifyLibrary) Reset()

func (*ModifyLibrary) String

func (x *ModifyLibrary) String() string

type Money

type Money struct {
	Micros          *int64  `protobuf:"varint,1,opt,name=micros" json:"micros,omitempty"`
	CurrencyCode    *string `protobuf:"bytes,2,opt,name=currencyCode" json:"currencyCode,omitempty"`
	FormattedAmount *string `protobuf:"bytes,3,opt,name=formattedAmount" json:"formattedAmount,omitempty"`
	// contains filtered or unexported fields
}

func (*Money) Descriptor deprecated

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

Deprecated: Use Money.ProtoReflect.Descriptor instead.

func (*Money) GetCurrencyCode

func (x *Money) GetCurrencyCode() string

func (*Money) GetFormattedAmount

func (x *Money) GetFormattedAmount() string

func (*Money) GetMicros

func (x *Money) GetMicros() int64

func (*Money) ProtoMessage

func (*Money) ProtoMessage()

func (*Money) ProtoReflect

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

func (*Money) Reset

func (x *Money) Reset()

func (*Money) String

func (x *Money) String() string

type Offer

type Offer struct {
	Micros                                *int64             `protobuf:"varint,1,opt,name=micros" json:"micros,omitempty"`
	CurrencyCode                          *string            `protobuf:"bytes,2,opt,name=currencyCode" json:"currencyCode,omitempty"`
	FormattedAmount                       *string            `protobuf:"bytes,3,opt,name=formattedAmount" json:"formattedAmount,omitempty"`
	ConvertedPrice                        []*Offer           `protobuf:"bytes,4,rep,name=convertedPrice" json:"convertedPrice,omitempty"`
	CheckoutFlowRequired                  *bool              `protobuf:"varint,5,opt,name=checkoutFlowRequired" json:"checkoutFlowRequired,omitempty"`
	FullPriceMicros                       *int64             `protobuf:"varint,6,opt,name=fullPriceMicros" json:"fullPriceMicros,omitempty"`
	FormattedFullAmount                   *string            `protobuf:"bytes,7,opt,name=formattedFullAmount" json:"formattedFullAmount,omitempty"`
	OfferType                             *int32             `protobuf:"varint,8,opt,name=offerType,def=1" json:"offerType,omitempty"`
	OnSaleDate                            *int64             `protobuf:"varint,10,opt,name=onSaleDate" json:"onSaleDate,omitempty"`
	PromotionLabel                        []string           `protobuf:"bytes,11,rep,name=promotionLabel" json:"promotionLabel,omitempty"`
	SubscriptionTerms                     *SubscriptionTerms `protobuf:"bytes,12,opt,name=subscriptionTerms" json:"subscriptionTerms,omitempty"`
	FormattedName                         *string            `protobuf:"bytes,13,opt,name=formattedName" json:"formattedName,omitempty"`
	FormattedDescription                  *string            `protobuf:"bytes,14,opt,name=formattedDescription" json:"formattedDescription,omitempty"`
	Preorder                              *bool              `protobuf:"varint,15,opt,name=preorder" json:"preorder,omitempty"`
	OnSaleDateDisplayTimeZoneOffsetMillis *int32             `protobuf:"varint,16,opt,name=onSaleDateDisplayTimeZoneOffsetMillis" json:"onSaleDateDisplayTimeZoneOffsetMillis,omitempty"`
	LicensedOfferType                     *int32             `protobuf:"varint,17,opt,name=licensedOfferType" json:"licensedOfferType,omitempty"`
	OfferId                               *string            `protobuf:"bytes,19,opt,name=offerId" json:"offerId,omitempty"`
	PreorderFulfillmentDisplayDate        *int64             `protobuf:"varint,20,opt,name=preorderFulfillmentDisplayDate" json:"preorderFulfillmentDisplayDate,omitempty"`
	Sale                                  *bool              `protobuf:"varint,22,opt,name=sale" json:"sale,omitempty"`
	RepeatLastPayment                     *bool              `protobuf:"varint,25,opt,name=repeatLastPayment" json:"repeatLastPayment,omitempty"`
	BuyButtonLabel                        *string            `protobuf:"bytes,26,opt,name=buyButtonLabel" json:"buyButtonLabel,omitempty"`
	InstantPurchaseEnabled                *bool              `protobuf:"varint,27,opt,name=instantPurchaseEnabled" json:"instantPurchaseEnabled,omitempty"`
	SaleEndTimestamp                      *int64             `protobuf:"varint,30,opt,name=saleEndTimestamp" json:"saleEndTimestamp,omitempty"`
	SaleMessage                           *string            `protobuf:"bytes,31,opt,name=saleMessage" json:"saleMessage,omitempty"`
	// contains filtered or unexported fields
}

func (*Offer) Descriptor deprecated

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

Deprecated: Use Offer.ProtoReflect.Descriptor instead.

func (*Offer) GetBuyButtonLabel

func (x *Offer) GetBuyButtonLabel() string

func (*Offer) GetCheckoutFlowRequired

func (x *Offer) GetCheckoutFlowRequired() bool

func (*Offer) GetConvertedPrice

func (x *Offer) GetConvertedPrice() []*Offer

func (*Offer) GetCurrencyCode

func (x *Offer) GetCurrencyCode() string

func (*Offer) GetFormattedAmount

func (x *Offer) GetFormattedAmount() string

func (*Offer) GetFormattedDescription

func (x *Offer) GetFormattedDescription() string

func (*Offer) GetFormattedFullAmount

func (x *Offer) GetFormattedFullAmount() string

func (*Offer) GetFormattedName

func (x *Offer) GetFormattedName() string

func (*Offer) GetFullPriceMicros

func (x *Offer) GetFullPriceMicros() int64

func (*Offer) GetInstantPurchaseEnabled

func (x *Offer) GetInstantPurchaseEnabled() bool

func (*Offer) GetLicensedOfferType

func (x *Offer) GetLicensedOfferType() int32

func (*Offer) GetMicros

func (x *Offer) GetMicros() int64

func (*Offer) GetOfferId

func (x *Offer) GetOfferId() string

func (*Offer) GetOfferType

func (x *Offer) GetOfferType() int32

func (*Offer) GetOnSaleDate

func (x *Offer) GetOnSaleDate() int64

func (*Offer) GetOnSaleDateDisplayTimeZoneOffsetMillis

func (x *Offer) GetOnSaleDateDisplayTimeZoneOffsetMillis() int32

func (*Offer) GetPreorder

func (x *Offer) GetPreorder() bool

func (*Offer) GetPreorderFulfillmentDisplayDate

func (x *Offer) GetPreorderFulfillmentDisplayDate() int64

func (*Offer) GetPromotionLabel

func (x *Offer) GetPromotionLabel() []string

func (*Offer) GetRepeatLastPayment

func (x *Offer) GetRepeatLastPayment() bool

func (*Offer) GetSale

func (x *Offer) GetSale() bool

func (*Offer) GetSaleEndTimestamp

func (x *Offer) GetSaleEndTimestamp() int64

func (*Offer) GetSaleMessage

func (x *Offer) GetSaleMessage() string

func (*Offer) GetSubscriptionTerms

func (x *Offer) GetSubscriptionTerms() *SubscriptionTerms

func (*Offer) ProtoMessage

func (*Offer) ProtoMessage()

func (*Offer) ProtoReflect

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

func (*Offer) Reset

func (x *Offer) Reset()

func (*Offer) String

func (x *Offer) String() string

type PatchDetails

type PatchDetails struct {
	BaseVersionCode *int32 `protobuf:"varint,1,opt,name=baseVersionCode" json:"baseVersionCode,omitempty"`
	Size            *int64 `protobuf:"varint,2,opt,name=size" json:"size,omitempty"`
	// contains filtered or unexported fields
}

func (*PatchDetails) Descriptor deprecated

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

Deprecated: Use PatchDetails.ProtoReflect.Descriptor instead.

func (*PatchDetails) GetBaseVersionCode

func (x *PatchDetails) GetBaseVersionCode() int32

func (*PatchDetails) GetSize

func (x *PatchDetails) GetSize() int64

func (*PatchDetails) ProtoMessage

func (*PatchDetails) ProtoMessage()

func (*PatchDetails) ProtoReflect

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

func (*PatchDetails) Reset

func (x *PatchDetails) Reset()

func (*PatchDetails) String

func (x *PatchDetails) String() string

type Payload

type Payload struct {
	DetailsResponse            *DetailsResponse            `protobuf:"bytes,2,opt,name=detailsResponse" json:"detailsResponse,omitempty"`
	BuyResponse                *BuyResponse                `protobuf:"bytes,4,opt,name=buyResponse" json:"buyResponse,omitempty"`
	TocResponse                *TocResponse                `protobuf:"bytes,6,opt,name=tocResponse" json:"tocResponse,omitempty"`
	PurchaseStatusResponse     *PurchaseStatusResponse     `protobuf:"bytes,8,opt,name=purchaseStatusResponse" json:"purchaseStatusResponse,omitempty"`
	BulkDetailsResponse        *BulkDetailsResponse        `protobuf:"bytes,19,opt,name=bulkDetailsResponse" json:"bulkDetailsResponse,omitempty"`
	DeliveryResponse           *DeliveryResponse           `protobuf:"bytes,21,opt,name=deliveryResponse" json:"deliveryResponse,omitempty"`
	AndroidCheckinResponse     *AndroidCheckinResponse     `protobuf:"bytes,26,opt,name=androidCheckinResponse" json:"androidCheckinResponse,omitempty"`
	UploadDeviceConfigResponse *UploadDeviceConfigResponse `protobuf:"bytes,28,opt,name=uploadDeviceConfigResponse" json:"uploadDeviceConfigResponse,omitempty"`
	ConsumePurchaseResponse    *ConsumePurchaseResponse    `protobuf:"bytes,30,opt,name=consumePurchaseResponse" json:"consumePurchaseResponse,omitempty"`
	TestingProgramResponse     *TestingProgramResponse     `protobuf:"bytes,80,opt,name=testingProgramResponse" json:"testingProgramResponse,omitempty"`
	// contains filtered or unexported fields
}

func (*Payload) Descriptor deprecated

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

Deprecated: Use Payload.ProtoReflect.Descriptor instead.

func (*Payload) GetAndroidCheckinResponse

func (x *Payload) GetAndroidCheckinResponse() *AndroidCheckinResponse

func (*Payload) GetBulkDetailsResponse

func (x *Payload) GetBulkDetailsResponse() *BulkDetailsResponse

func (*Payload) GetBuyResponse

func (x *Payload) GetBuyResponse() *BuyResponse

func (*Payload) GetConsumePurchaseResponse

func (x *Payload) GetConsumePurchaseResponse() *ConsumePurchaseResponse

func (*Payload) GetDeliveryResponse

func (x *Payload) GetDeliveryResponse() *DeliveryResponse

func (*Payload) GetDetailsResponse

func (x *Payload) GetDetailsResponse() *DetailsResponse

func (*Payload) GetPurchaseStatusResponse

func (x *Payload) GetPurchaseStatusResponse() *PurchaseStatusResponse

func (*Payload) GetTestingProgramResponse

func (x *Payload) GetTestingProgramResponse() *TestingProgramResponse

func (*Payload) GetTocResponse

func (x *Payload) GetTocResponse() *TocResponse

func (*Payload) GetUploadDeviceConfigResponse

func (x *Payload) GetUploadDeviceConfigResponse() *UploadDeviceConfigResponse

func (*Payload) ProtoMessage

func (*Payload) ProtoMessage()

func (*Payload) ProtoReflect

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

func (*Payload) Reset

func (x *Payload) Reset()

func (*Payload) String

func (x *Payload) String() string

type Publisher

type Publisher struct {
	PublisherStream *PublisherStream `protobuf:"bytes,2,opt,name=publisherStream" json:"publisherStream,omitempty"`
	// contains filtered or unexported fields
}

func (*Publisher) Descriptor deprecated

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

Deprecated: Use Publisher.ProtoReflect.Descriptor instead.

func (*Publisher) GetPublisherStream

func (x *Publisher) GetPublisherStream() *PublisherStream

func (*Publisher) ProtoMessage

func (*Publisher) ProtoMessage()

func (*Publisher) ProtoReflect

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

func (*Publisher) Reset

func (x *Publisher) Reset()

func (*Publisher) String

func (x *Publisher) String() string

type PublisherStream

type PublisherStream struct {
	MoreUrl *string `protobuf:"bytes,3,opt,name=moreUrl" json:"moreUrl,omitempty"`
	Query   *string `protobuf:"bytes,11,opt,name=query" json:"query,omitempty"`
	// contains filtered or unexported fields
}

func (*PublisherStream) Descriptor deprecated

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

Deprecated: Use PublisherStream.ProtoReflect.Descriptor instead.

func (*PublisherStream) GetMoreUrl

func (x *PublisherStream) GetMoreUrl() string

func (*PublisherStream) GetQuery

func (x *PublisherStream) GetQuery() string

func (*PublisherStream) ProtoMessage

func (*PublisherStream) ProtoMessage()

func (*PublisherStream) ProtoReflect

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

func (*PublisherStream) Reset

func (x *PublisherStream) Reset()

func (*PublisherStream) String

func (x *PublisherStream) String() string

type PurchaseHistoryDetails

type PurchaseHistoryDetails struct {
	PurchaseTimestampMillis *int64  `protobuf:"varint,2,opt,name=purchaseTimestampMillis" json:"purchaseTimestampMillis,omitempty"`
	PurchaseDetailsHtml     *string `protobuf:"bytes,3,opt,name=purchaseDetailsHtml" json:"purchaseDetailsHtml,omitempty"`
	Offer                   *Offer  `protobuf:"bytes,5,opt,name=offer" json:"offer,omitempty"`
	PurchaseStatus          *string `protobuf:"bytes,6,opt,name=purchaseStatus" json:"purchaseStatus,omitempty"`
	TitleBylineHtml         *string `protobuf:"bytes,7,opt,name=titleBylineHtml" json:"titleBylineHtml,omitempty"`
	ClientRefundContext     []byte  `protobuf:"bytes,8,opt,name=clientRefundContext" json:"clientRefundContext,omitempty"`
	PurchaseDetailsImage    *Image  `protobuf:"bytes,9,opt,name=purchaseDetailsImage" json:"purchaseDetailsImage,omitempty"`
	// contains filtered or unexported fields
}

func (*PurchaseHistoryDetails) Descriptor deprecated

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

Deprecated: Use PurchaseHistoryDetails.ProtoReflect.Descriptor instead.

func (*PurchaseHistoryDetails) GetClientRefundContext

func (x *PurchaseHistoryDetails) GetClientRefundContext() []byte

func (*PurchaseHistoryDetails) GetOffer

func (x *PurchaseHistoryDetails) GetOffer() *Offer

func (*PurchaseHistoryDetails) GetPurchaseDetailsHtml

func (x *PurchaseHistoryDetails) GetPurchaseDetailsHtml() string

func (*PurchaseHistoryDetails) GetPurchaseDetailsImage

func (x *PurchaseHistoryDetails) GetPurchaseDetailsImage() *Image

func (*PurchaseHistoryDetails) GetPurchaseStatus

func (x *PurchaseHistoryDetails) GetPurchaseStatus() string

func (*PurchaseHistoryDetails) GetPurchaseTimestampMillis

func (x *PurchaseHistoryDetails) GetPurchaseTimestampMillis() int64

func (*PurchaseHistoryDetails) GetTitleBylineHtml

func (x *PurchaseHistoryDetails) GetTitleBylineHtml() string

func (*PurchaseHistoryDetails) ProtoMessage

func (*PurchaseHistoryDetails) ProtoMessage()

func (*PurchaseHistoryDetails) ProtoReflect

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

func (*PurchaseHistoryDetails) Reset

func (x *PurchaseHistoryDetails) Reset()

func (*PurchaseHistoryDetails) String

func (x *PurchaseHistoryDetails) String() string

type PurchaseNotificationResponse

type PurchaseNotificationResponse struct {
	Status                *int32     `protobuf:"varint,1,opt,name=status" json:"status,omitempty"`
	DebugInfo             *DebugInfo `protobuf:"bytes,2,opt,name=debugInfo" json:"debugInfo,omitempty"`
	LocalizedErrorMessage *string    `protobuf:"bytes,3,opt,name=localizedErrorMessage" json:"localizedErrorMessage,omitempty"`
	PurchaseId            *string    `protobuf:"bytes,4,opt,name=purchaseId" json:"purchaseId,omitempty"`
	// contains filtered or unexported fields
}

func (*PurchaseNotificationResponse) Descriptor deprecated

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

Deprecated: Use PurchaseNotificationResponse.ProtoReflect.Descriptor instead.

func (*PurchaseNotificationResponse) GetDebugInfo

func (x *PurchaseNotificationResponse) GetDebugInfo() *DebugInfo

func (*PurchaseNotificationResponse) GetLocalizedErrorMessage

func (x *PurchaseNotificationResponse) GetLocalizedErrorMessage() string

func (*PurchaseNotificationResponse) GetPurchaseId

func (x *PurchaseNotificationResponse) GetPurchaseId() string

func (*PurchaseNotificationResponse) GetStatus

func (x *PurchaseNotificationResponse) GetStatus() int32

func (*PurchaseNotificationResponse) ProtoMessage

func (*PurchaseNotificationResponse) ProtoMessage()

func (*PurchaseNotificationResponse) ProtoReflect

func (*PurchaseNotificationResponse) Reset

func (x *PurchaseNotificationResponse) Reset()

func (*PurchaseNotificationResponse) String

type PurchaseStatusResponse

type PurchaseStatusResponse struct {
	Status          *int32                  `protobuf:"varint,1,opt,name=status" json:"status,omitempty"`
	StatusMsg       *string                 `protobuf:"bytes,2,opt,name=statusMsg" json:"statusMsg,omitempty"`
	StatusTitle     *string                 `protobuf:"bytes,3,opt,name=statusTitle" json:"statusTitle,omitempty"`
	BriefMessage    *string                 `protobuf:"bytes,4,opt,name=briefMessage" json:"briefMessage,omitempty"`
	InfoUrl         *string                 `protobuf:"bytes,5,opt,name=infoUrl" json:"infoUrl,omitempty"`
	LibraryUpdate   *LibraryUpdate          `protobuf:"bytes,6,opt,name=libraryUpdate" json:"libraryUpdate,omitempty"`
	AppDeliveryData *AndroidAppDeliveryData `protobuf:"bytes,8,opt,name=appDeliveryData" json:"appDeliveryData,omitempty"`
	// contains filtered or unexported fields
}

func (*PurchaseStatusResponse) Descriptor deprecated

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

Deprecated: Use PurchaseStatusResponse.ProtoReflect.Descriptor instead.

func (*PurchaseStatusResponse) GetAppDeliveryData

func (x *PurchaseStatusResponse) GetAppDeliveryData() *AndroidAppDeliveryData

func (*PurchaseStatusResponse) GetBriefMessage

func (x *PurchaseStatusResponse) GetBriefMessage() string

func (*PurchaseStatusResponse) GetInfoUrl

func (x *PurchaseStatusResponse) GetInfoUrl() string

func (*PurchaseStatusResponse) GetLibraryUpdate

func (x *PurchaseStatusResponse) GetLibraryUpdate() *LibraryUpdate

func (*PurchaseStatusResponse) GetStatus

func (x *PurchaseStatusResponse) GetStatus() int32

func (*PurchaseStatusResponse) GetStatusMsg

func (x *PurchaseStatusResponse) GetStatusMsg() string

func (*PurchaseStatusResponse) GetStatusTitle

func (x *PurchaseStatusResponse) GetStatusTitle() string

func (*PurchaseStatusResponse) ProtoMessage

func (*PurchaseStatusResponse) ProtoMessage()

func (*PurchaseStatusResponse) ProtoReflect

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

func (*PurchaseStatusResponse) Reset

func (x *PurchaseStatusResponse) Reset()

func (*PurchaseStatusResponse) String

func (x *PurchaseStatusResponse) String() string
type QuickLink struct {
	Name             *string       `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	Image            *Image        `protobuf:"bytes,2,opt,name=image" json:"image,omitempty"`
	Link             *ResolvedLink `protobuf:"bytes,3,opt,name=link" json:"link,omitempty"`
	DisplayRequired  *bool         `protobuf:"varint,4,opt,name=displayRequired" json:"displayRequired,omitempty"`
	ServerLogsCookie []byte        `protobuf:"bytes,5,opt,name=serverLogsCookie" json:"serverLogsCookie,omitempty"`
	BackendId        *int32        `protobuf:"varint,6,opt,name=backendId" json:"backendId,omitempty"`
	PrismStyle       *bool         `protobuf:"varint,7,opt,name=prismStyle" json:"prismStyle,omitempty"`
	// contains filtered or unexported fields
}

func (*QuickLink) Descriptor deprecated

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

Deprecated: Use QuickLink.ProtoReflect.Descriptor instead.

func (*QuickLink) GetBackendId

func (x *QuickLink) GetBackendId() int32

func (*QuickLink) GetDisplayRequired

func (x *QuickLink) GetDisplayRequired() bool

func (*QuickLink) GetImage

func (x *QuickLink) GetImage() *Image
func (x *QuickLink) GetLink() *ResolvedLink

func (*QuickLink) GetName

func (x *QuickLink) GetName() string

func (*QuickLink) GetPrismStyle

func (x *QuickLink) GetPrismStyle() bool

func (*QuickLink) GetServerLogsCookie

func (x *QuickLink) GetServerLogsCookie() []byte

func (*QuickLink) ProtoMessage

func (*QuickLink) ProtoMessage()

func (*QuickLink) ProtoReflect

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

func (*QuickLink) Reset

func (x *QuickLink) Reset()

func (*QuickLink) String

func (x *QuickLink) String() string

type Rated

type Rated struct {
	Label             *string `protobuf:"bytes,1,opt,name=label" json:"label,omitempty"`
	Image             *Image  `protobuf:"bytes,2,opt,name=image" json:"image,omitempty"`
	LearnMoreHtmlLink *string `protobuf:"bytes,4,opt,name=learnMoreHtmlLink" json:"learnMoreHtmlLink,omitempty"`
	// contains filtered or unexported fields
}

func (*Rated) Descriptor deprecated

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

Deprecated: Use Rated.ProtoReflect.Descriptor instead.

func (*Rated) GetImage

func (x *Rated) GetImage() *Image

func (*Rated) GetLabel

func (x *Rated) GetLabel() string
func (x *Rated) GetLearnMoreHtmlLink() string

func (*Rated) ProtoMessage

func (*Rated) ProtoMessage()

func (*Rated) ProtoReflect

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

func (*Rated) Reset

func (x *Rated) Reset()

func (*Rated) String

func (x *Rated) String() string
type ResolvedLink struct {
	DetailsUrl       *string         `protobuf:"bytes,1,opt,name=detailsUrl" json:"detailsUrl,omitempty"`
	BrowseUrl        *string         `protobuf:"bytes,2,opt,name=browseUrl" json:"browseUrl,omitempty"`
	SearchUrl        *string         `protobuf:"bytes,3,opt,name=searchUrl" json:"searchUrl,omitempty"`
	DirectPurchase   *DirectPurchase `protobuf:"bytes,4,opt,name=directPurchase" json:"directPurchase,omitempty"`
	HomeUrl          *string         `protobuf:"bytes,5,opt,name=homeUrl" json:"homeUrl,omitempty"`
	ServerLogsCookie []byte          `protobuf:"bytes,7,opt,name=serverLogsCookie" json:"serverLogsCookie,omitempty"`
	DocId            *DocId          `protobuf:"bytes,8,opt,name=DocId" json:"DocId,omitempty"`
	Backend          *int32          `protobuf:"varint,10,opt,name=backend" json:"backend,omitempty"`
	Query            *string         `protobuf:"bytes,11,opt,name=query" json:"query,omitempty"`
	MyAccountUrl     *string         `protobuf:"bytes,12,opt,name=myAccountUrl" json:"myAccountUrl,omitempty"`
	// contains filtered or unexported fields
}

func (*ResolvedLink) Descriptor deprecated

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

Deprecated: Use ResolvedLink.ProtoReflect.Descriptor instead.

func (*ResolvedLink) GetBackend

func (x *ResolvedLink) GetBackend() int32

func (*ResolvedLink) GetBrowseUrl

func (x *ResolvedLink) GetBrowseUrl() string

func (*ResolvedLink) GetDetailsUrl

func (x *ResolvedLink) GetDetailsUrl() string

func (*ResolvedLink) GetDirectPurchase

func (x *ResolvedLink) GetDirectPurchase() *DirectPurchase

func (*ResolvedLink) GetDocId

func (x *ResolvedLink) GetDocId() *DocId

func (*ResolvedLink) GetHomeUrl

func (x *ResolvedLink) GetHomeUrl() string

func (*ResolvedLink) GetMyAccountUrl

func (x *ResolvedLink) GetMyAccountUrl() string

func (*ResolvedLink) GetQuery

func (x *ResolvedLink) GetQuery() string

func (*ResolvedLink) GetSearchUrl

func (x *ResolvedLink) GetSearchUrl() string

func (*ResolvedLink) GetServerLogsCookie

func (x *ResolvedLink) GetServerLogsCookie() []byte

func (*ResolvedLink) ProtoMessage

func (*ResolvedLink) ProtoMessage()

func (*ResolvedLink) ProtoReflect

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

func (*ResolvedLink) Reset

func (x *ResolvedLink) Reset()

func (*ResolvedLink) String

func (x *ResolvedLink) String() string

type ResponseWrapper

type ResponseWrapper struct {
	Payload *Payload `protobuf:"bytes,1,opt,name=payload" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

func (*ResponseWrapper) Descriptor deprecated

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

Deprecated: Use ResponseWrapper.ProtoReflect.Descriptor instead.

func (*ResponseWrapper) GetPayload

func (x *ResponseWrapper) GetPayload() *Payload

func (*ResponseWrapper) ProtoMessage

func (*ResponseWrapper) ProtoMessage()

func (*ResponseWrapper) ProtoReflect

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

func (*ResponseWrapper) Reset

func (x *ResponseWrapper) Reset()

func (*ResponseWrapper) String

func (x *ResponseWrapper) String() string

type SectionImage

type SectionImage struct {
	ImageContainer []*ImageContainer `protobuf:"bytes,1,rep,name=imageContainer" json:"imageContainer,omitempty"`
	// contains filtered or unexported fields
}

func (*SectionImage) Descriptor deprecated

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

Deprecated: Use SectionImage.ProtoReflect.Descriptor instead.

func (*SectionImage) GetImageContainer

func (x *SectionImage) GetImageContainer() []*ImageContainer

func (*SectionImage) ProtoMessage

func (*SectionImage) ProtoMessage()

func (*SectionImage) ProtoReflect

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

func (*SectionImage) Reset

func (x *SectionImage) Reset()

func (*SectionImage) String

func (x *SectionImage) String() string

type SplitDeliveryData

type SplitDeliveryData struct {
	Name                  *string              `protobuf:"bytes,1,opt,name=name" json:"name,omitempty"`
	DownloadSize          *int64               `protobuf:"varint,2,opt,name=downloadSize" json:"downloadSize,omitempty"`
	CompressedSize        *int64               `protobuf:"varint,3,opt,name=compressedSize" json:"compressedSize,omitempty"`
	Sha1                  *string              `protobuf:"bytes,4,opt,name=sha1" json:"sha1,omitempty"`
	DownloadUrl           *string              `protobuf:"bytes,5,opt,name=downloadUrl" json:"downloadUrl,omitempty"`
	CompressedDownloadUrl *string              `protobuf:"bytes,6,opt,name=compressedDownloadUrl" json:"compressedDownloadUrl,omitempty"`
	PatchData             *AndroidAppPatchData `protobuf:"bytes,7,opt,name=patchData" json:"patchData,omitempty"`
	CompressedAppData     *CompressedAppData   `protobuf:"bytes,8,opt,name=compressedAppData" json:"compressedAppData,omitempty"`
	Sha256                *string              `protobuf:"bytes,9,opt,name=sha256" json:"sha256,omitempty"`
	// contains filtered or unexported fields
}

func (*SplitDeliveryData) Descriptor deprecated

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

Deprecated: Use SplitDeliveryData.ProtoReflect.Descriptor instead.

func (*SplitDeliveryData) GetCompressedAppData

func (x *SplitDeliveryData) GetCompressedAppData() *CompressedAppData

func (*SplitDeliveryData) GetCompressedDownloadUrl

func (x *SplitDeliveryData) GetCompressedDownloadUrl() string

func (*SplitDeliveryData) GetCompressedSize

func (x *SplitDeliveryData) GetCompressedSize() int64

func (*SplitDeliveryData) GetDownloadSize

func (x *SplitDeliveryData) GetDownloadSize() int64

func (*SplitDeliveryData) GetDownloadUrl

func (x *SplitDeliveryData) GetDownloadUrl() string

func (*SplitDeliveryData) GetName

func (x *SplitDeliveryData) GetName() string

func (*SplitDeliveryData) GetPatchData

func (x *SplitDeliveryData) GetPatchData() *AndroidAppPatchData

func (*SplitDeliveryData) GetSha1

func (x *SplitDeliveryData) GetSha1() string

func (*SplitDeliveryData) GetSha256

func (x *SplitDeliveryData) GetSha256() string

func (*SplitDeliveryData) ProtoMessage

func (*SplitDeliveryData) ProtoMessage()

func (*SplitDeliveryData) ProtoReflect

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

func (*SplitDeliveryData) Reset

func (x *SplitDeliveryData) Reset()

func (*SplitDeliveryData) String

func (x *SplitDeliveryData) String() string
type StreamLink struct {
	Url            *string `protobuf:"bytes,1,opt,name=url" json:"url,omitempty"`
	StreamUrl      *string `protobuf:"bytes,2,opt,name=streamUrl" json:"streamUrl,omitempty"`
	SearchUrl      *string `protobuf:"bytes,3,opt,name=searchUrl" json:"searchUrl,omitempty"`
	SubCategoryUrl *string `protobuf:"bytes,5,opt,name=subCategoryUrl" json:"subCategoryUrl,omitempty"`
	SearchQuery    *string `protobuf:"bytes,11,opt,name=searchQuery" json:"searchQuery,omitempty"`
	// contains filtered or unexported fields
}

func (*StreamLink) Descriptor deprecated

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

Deprecated: Use StreamLink.ProtoReflect.Descriptor instead.

func (*StreamLink) GetSearchQuery

func (x *StreamLink) GetSearchQuery() string

func (*StreamLink) GetSearchUrl

func (x *StreamLink) GetSearchUrl() string

func (*StreamLink) GetStreamUrl

func (x *StreamLink) GetStreamUrl() string

func (*StreamLink) GetSubCategoryUrl

func (x *StreamLink) GetSubCategoryUrl() string

func (*StreamLink) GetUrl

func (x *StreamLink) GetUrl() string

func (*StreamLink) ProtoMessage

func (*StreamLink) ProtoMessage()

func (*StreamLink) ProtoReflect

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

func (*StreamLink) Reset

func (x *StreamLink) Reset()

func (*StreamLink) String

func (x *StreamLink) String() string

type SubscriptionDetails

type SubscriptionDetails struct {
	SubscriptionPeriod *int32 `protobuf:"varint,1,opt,name=subscriptionPeriod" json:"subscriptionPeriod,omitempty"`
	// contains filtered or unexported fields
}

func (*SubscriptionDetails) Descriptor deprecated

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

Deprecated: Use SubscriptionDetails.ProtoReflect.Descriptor instead.

func (*SubscriptionDetails) GetSubscriptionPeriod

func (x *SubscriptionDetails) GetSubscriptionPeriod() int32

func (*SubscriptionDetails) ProtoMessage

func (*SubscriptionDetails) ProtoMessage()

func (*SubscriptionDetails) ProtoReflect

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

func (*SubscriptionDetails) Reset

func (x *SubscriptionDetails) Reset()

func (*SubscriptionDetails) String

func (x *SubscriptionDetails) String() string

type SubscriptionTerms

type SubscriptionTerms struct {
	RecurringPeriod *TimePeriod `protobuf:"bytes,1,opt,name=recurringPeriod" json:"recurringPeriod,omitempty"`
	TrialPeriod     *TimePeriod `protobuf:"bytes,2,opt,name=trialPeriod" json:"trialPeriod,omitempty"`
	// contains filtered or unexported fields
}

func (*SubscriptionTerms) Descriptor deprecated

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

Deprecated: Use SubscriptionTerms.ProtoReflect.Descriptor instead.

func (*SubscriptionTerms) GetRecurringPeriod

func (x *SubscriptionTerms) GetRecurringPeriod() *TimePeriod

func (*SubscriptionTerms) GetTrialPeriod

func (x *SubscriptionTerms) GetTrialPeriod() *TimePeriod

func (*SubscriptionTerms) ProtoMessage

func (*SubscriptionTerms) ProtoMessage()

func (*SubscriptionTerms) ProtoReflect

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

func (*SubscriptionTerms) Reset

func (x *SubscriptionTerms) Reset()

func (*SubscriptionTerms) String

func (x *SubscriptionTerms) String() string

type TestingProgramDetails

type TestingProgramDetails struct {
	Subscribed   *bool  `protobuf:"varint,2,opt,name=subscribed" json:"subscribed,omitempty"`
	Id           *int64 `protobuf:"varint,3,opt,name=id" json:"id,omitempty"`
	Unsubscribed *bool  `protobuf:"varint,4,opt,name=unsubscribed" json:"unsubscribed,omitempty"`
	// contains filtered or unexported fields
}

func (*TestingProgramDetails) Descriptor deprecated

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

Deprecated: Use TestingProgramDetails.ProtoReflect.Descriptor instead.

func (*TestingProgramDetails) GetId

func (x *TestingProgramDetails) GetId() int64

func (*TestingProgramDetails) GetSubscribed

func (x *TestingProgramDetails) GetSubscribed() bool

func (*TestingProgramDetails) GetUnsubscribed

func (x *TestingProgramDetails) GetUnsubscribed() bool

func (*TestingProgramDetails) ProtoMessage

func (*TestingProgramDetails) ProtoMessage()

func (*TestingProgramDetails) ProtoReflect

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

func (*TestingProgramDetails) Reset

func (x *TestingProgramDetails) Reset()

func (*TestingProgramDetails) String

func (x *TestingProgramDetails) String() string

type TestingProgramInfo

type TestingProgramInfo struct {
	Subscribed             *bool   `protobuf:"varint,2,opt,name=subscribed" json:"subscribed,omitempty"`
	SubscribedAndInstalled *bool   `protobuf:"varint,3,opt,name=subscribedAndInstalled" json:"subscribedAndInstalled,omitempty"`
	Email                  *string `protobuf:"bytes,5,opt,name=email" json:"email,omitempty"`
	DisplayName            *string `protobuf:"bytes,7,opt,name=displayName" json:"displayName,omitempty"`
	Image                  *Image  `protobuf:"bytes,6,opt,name=image" json:"image,omitempty"`
	// contains filtered or unexported fields
}

func (*TestingProgramInfo) Descriptor deprecated

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

Deprecated: Use TestingProgramInfo.ProtoReflect.Descriptor instead.

func (*TestingProgramInfo) GetDisplayName

func (x *TestingProgramInfo) GetDisplayName() string

func (*TestingProgramInfo) GetEmail

func (x *TestingProgramInfo) GetEmail() string

func (*TestingProgramInfo) GetImage

func (x *TestingProgramInfo) GetImage() *Image

func (*TestingProgramInfo) GetSubscribed

func (x *TestingProgramInfo) GetSubscribed() bool

func (*TestingProgramInfo) GetSubscribedAndInstalled

func (x *TestingProgramInfo) GetSubscribedAndInstalled() bool

func (*TestingProgramInfo) ProtoMessage

func (*TestingProgramInfo) ProtoMessage()

func (*TestingProgramInfo) ProtoReflect

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

func (*TestingProgramInfo) Reset

func (x *TestingProgramInfo) Reset()

func (*TestingProgramInfo) String

func (x *TestingProgramInfo) String() string

type TestingProgramRequest

type TestingProgramRequest struct {
	PackageName *string `protobuf:"bytes,1,opt,name=packageName" json:"packageName,omitempty"`
	Subscribe   *bool   `protobuf:"varint,2,opt,name=subscribe" json:"subscribe,omitempty"`
	// contains filtered or unexported fields
}

func (*TestingProgramRequest) Descriptor deprecated

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

Deprecated: Use TestingProgramRequest.ProtoReflect.Descriptor instead.

func (*TestingProgramRequest) GetPackageName

func (x *TestingProgramRequest) GetPackageName() string

func (*TestingProgramRequest) GetSubscribe

func (x *TestingProgramRequest) GetSubscribe() bool

func (*TestingProgramRequest) ProtoMessage

func (*TestingProgramRequest) ProtoMessage()

func (*TestingProgramRequest) ProtoReflect

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

func (*TestingProgramRequest) Reset

func (x *TestingProgramRequest) Reset()

func (*TestingProgramRequest) String

func (x *TestingProgramRequest) String() string

type TestingProgramResponse

type TestingProgramResponse struct {
	Result *TestingProgramResult `protobuf:"bytes,2,opt,name=result" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*TestingProgramResponse) Descriptor deprecated

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

Deprecated: Use TestingProgramResponse.ProtoReflect.Descriptor instead.

func (*TestingProgramResponse) GetResult

func (*TestingProgramResponse) ProtoMessage

func (*TestingProgramResponse) ProtoMessage()

func (*TestingProgramResponse) ProtoReflect

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

func (*TestingProgramResponse) Reset

func (x *TestingProgramResponse) Reset()

func (*TestingProgramResponse) String

func (x *TestingProgramResponse) String() string

type TestingProgramResult

type TestingProgramResult struct {
	Details *TestingProgramDetails `protobuf:"bytes,4,opt,name=details" json:"details,omitempty"`
	// contains filtered or unexported fields
}

func (*TestingProgramResult) Descriptor deprecated

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

Deprecated: Use TestingProgramResult.ProtoReflect.Descriptor instead.

func (*TestingProgramResult) GetDetails

func (*TestingProgramResult) ProtoMessage

func (*TestingProgramResult) ProtoMessage()

func (*TestingProgramResult) ProtoReflect

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

func (*TestingProgramResult) Reset

func (x *TestingProgramResult) Reset()

func (*TestingProgramResult) String

func (x *TestingProgramResult) String() string

type TimePeriod

type TimePeriod struct {
	Unit  *int32 `protobuf:"varint,1,opt,name=unit" json:"unit,omitempty"`
	Count *int32 `protobuf:"varint,2,opt,name=count" json:"count,omitempty"`
	// contains filtered or unexported fields
}

func (*TimePeriod) Descriptor deprecated

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

Deprecated: Use TimePeriod.ProtoReflect.Descriptor instead.

func (*TimePeriod) GetCount

func (x *TimePeriod) GetCount() int32

func (*TimePeriod) GetUnit

func (x *TimePeriod) GetUnit() int32

func (*TimePeriod) ProtoMessage

func (*TimePeriod) ProtoMessage()

func (*TimePeriod) ProtoReflect

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

func (*TimePeriod) Reset

func (x *TimePeriod) Reset()

func (*TimePeriod) String

func (x *TimePeriod) String() string

type Tip

type Tip struct {
	TipId           *string  `protobuf:"bytes,1,opt,name=tipId" json:"tipId,omitempty"`
	Text            *string  `protobuf:"bytes,2,opt,name=text" json:"text,omitempty"`
	Polarity        *int32   `protobuf:"varint,3,opt,name=polarity" json:"polarity,omitempty"`
	ReviewCount     *int64   `protobuf:"varint,4,opt,name=reviewCount" json:"reviewCount,omitempty"`
	Language        *string  `protobuf:"bytes,5,opt,name=language" json:"language,omitempty"`
	SnippetReviewId []string `protobuf:"bytes,6,rep,name=snippetReviewId" json:"snippetReviewId,omitempty"`
	// contains filtered or unexported fields
}

func (*Tip) Descriptor deprecated

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

Deprecated: Use Tip.ProtoReflect.Descriptor instead.

func (*Tip) GetLanguage

func (x *Tip) GetLanguage() string

func (*Tip) GetPolarity

func (x *Tip) GetPolarity() int32

func (*Tip) GetReviewCount

func (x *Tip) GetReviewCount() int64

func (*Tip) GetSnippetReviewId

func (x *Tip) GetSnippetReviewId() []string

func (*Tip) GetText

func (x *Tip) GetText() string

func (*Tip) GetTipId

func (x *Tip) GetTipId() string

func (*Tip) ProtoMessage

func (*Tip) ProtoMessage()

func (*Tip) ProtoReflect

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

func (*Tip) Reset

func (x *Tip) Reset()

func (*Tip) String

func (x *Tip) String() string

type TocResponse

type TocResponse struct {
	TosContent                     *string `protobuf:"bytes,3,opt,name=tosContent" json:"tosContent,omitempty"`
	HomeUrl                        *string `protobuf:"bytes,4,opt,name=homeUrl" json:"homeUrl,omitempty"`
	TosCheckboxTextMarketingEmails *string `protobuf:"bytes,6,opt,name=tosCheckboxTextMarketingEmails" json:"tosCheckboxTextMarketingEmails,omitempty"`
	TosToken                       *string `protobuf:"bytes,7,opt,name=tosToken" json:"tosToken,omitempty"`
	IconOverrideUrl                *string `protobuf:"bytes,9,opt,name=iconOverrideUrl" json:"iconOverrideUrl,omitempty"`
	RequiresUploadDeviceConfig     *bool   `protobuf:"varint,11,opt,name=requiresUploadDeviceConfig" json:"requiresUploadDeviceConfig,omitempty"`
	RecsWidgetUrl                  *string `protobuf:"bytes,13,opt,name=recsWidgetUrl" json:"recsWidgetUrl,omitempty"`
	SocialHomeUrl                  *string `protobuf:"bytes,15,opt,name=socialHomeUrl" json:"socialHomeUrl,omitempty"`
	AgeVerificationRequired        *bool   `protobuf:"varint,16,opt,name=ageVerificationRequired" json:"ageVerificationRequired,omitempty"`
	GPlusSignupEnabled             *bool   `protobuf:"varint,17,opt,name=gPlusSignupEnabled" json:"gPlusSignupEnabled,omitempty"`
	RedeemEnabled                  *bool   `protobuf:"varint,18,opt,name=redeemEnabled" json:"redeemEnabled,omitempty"`
	HelpUrl                        *string `protobuf:"bytes,19,opt,name=helpUrl" json:"helpUrl,omitempty"`
	ThemeId                        *int32  `protobuf:"varint,20,opt,name=themeId" json:"themeId,omitempty"`
	EntertainmentHomeUrl           *string `protobuf:"bytes,21,opt,name=entertainmentHomeUrl" json:"entertainmentHomeUrl,omitempty"`
	Cookie                         *string `protobuf:"bytes,22,opt,name=cookie" json:"cookie,omitempty"`
	// contains filtered or unexported fields
}

func (*TocResponse) Descriptor deprecated

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

Deprecated: Use TocResponse.ProtoReflect.Descriptor instead.

func (*TocResponse) GetAgeVerificationRequired

func (x *TocResponse) GetAgeVerificationRequired() bool

func (*TocResponse) GetCookie

func (x *TocResponse) GetCookie() string

func (*TocResponse) GetEntertainmentHomeUrl

func (x *TocResponse) GetEntertainmentHomeUrl() string

func (*TocResponse) GetGPlusSignupEnabled

func (x *TocResponse) GetGPlusSignupEnabled() bool

func (*TocResponse) GetHelpUrl

func (x *TocResponse) GetHelpUrl() string

func (*TocResponse) GetHomeUrl

func (x *TocResponse) GetHomeUrl() string

func (*TocResponse) GetIconOverrideUrl

func (x *TocResponse) GetIconOverrideUrl() string

func (*TocResponse) GetRecsWidgetUrl

func (x *TocResponse) GetRecsWidgetUrl() string

func (*TocResponse) GetRedeemEnabled

func (x *TocResponse) GetRedeemEnabled() bool

func (*TocResponse) GetRequiresUploadDeviceConfig

func (x *TocResponse) GetRequiresUploadDeviceConfig() bool

func (*TocResponse) GetSocialHomeUrl

func (x *TocResponse) GetSocialHomeUrl() string

func (*TocResponse) GetThemeId

func (x *TocResponse) GetThemeId() int32

func (*TocResponse) GetTosCheckboxTextMarketingEmails

func (x *TocResponse) GetTosCheckboxTextMarketingEmails() string

func (*TocResponse) GetTosContent

func (x *TocResponse) GetTosContent() string

func (*TocResponse) GetTosToken

func (x *TocResponse) GetTosToken() string

func (*TocResponse) ProtoMessage

func (*TocResponse) ProtoMessage()

func (*TocResponse) ProtoReflect

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

func (*TocResponse) Reset

func (x *TocResponse) Reset()

func (*TocResponse) String

func (x *TocResponse) String() string

type TranslatedText

type TranslatedText struct {
	Text         *string `protobuf:"bytes,1,opt,name=text" json:"text,omitempty"`
	SourceLocale *string `protobuf:"bytes,2,opt,name=sourceLocale" json:"sourceLocale,omitempty"`
	TargetLocale *string `protobuf:"bytes,3,opt,name=targetLocale" json:"targetLocale,omitempty"`
	// contains filtered or unexported fields
}

func (*TranslatedText) Descriptor deprecated

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

Deprecated: Use TranslatedText.ProtoReflect.Descriptor instead.

func (*TranslatedText) GetSourceLocale

func (x *TranslatedText) GetSourceLocale() string

func (*TranslatedText) GetTargetLocale

func (x *TranslatedText) GetTargetLocale() string

func (*TranslatedText) GetText

func (x *TranslatedText) GetText() string

func (*TranslatedText) ProtoMessage

func (*TranslatedText) ProtoMessage()

func (*TranslatedText) ProtoReflect

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

func (*TranslatedText) Reset

func (x *TranslatedText) Reset()

func (*TranslatedText) String

func (x *TranslatedText) String() string

type UploadDeviceConfigRequest

type UploadDeviceConfigRequest struct {
	DeviceConfiguration *DeviceConfigurationProto `protobuf:"bytes,1,opt,name=deviceConfiguration" json:"deviceConfiguration,omitempty"`
	Manufacturer        *string                   `protobuf:"bytes,2,opt,name=manufacturer" json:"manufacturer,omitempty"`
	GcmRegistrationId   *string                   `protobuf:"bytes,3,opt,name=gcmRegistrationId" json:"gcmRegistrationId,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadDeviceConfigRequest) Descriptor deprecated

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

Deprecated: Use UploadDeviceConfigRequest.ProtoReflect.Descriptor instead.

func (*UploadDeviceConfigRequest) GetDeviceConfiguration

func (x *UploadDeviceConfigRequest) GetDeviceConfiguration() *DeviceConfigurationProto

func (*UploadDeviceConfigRequest) GetGcmRegistrationId

func (x *UploadDeviceConfigRequest) GetGcmRegistrationId() string

func (*UploadDeviceConfigRequest) GetManufacturer

func (x *UploadDeviceConfigRequest) GetManufacturer() string

func (*UploadDeviceConfigRequest) ProtoMessage

func (*UploadDeviceConfigRequest) ProtoMessage()

func (*UploadDeviceConfigRequest) ProtoReflect

func (*UploadDeviceConfigRequest) Reset

func (x *UploadDeviceConfigRequest) Reset()

func (*UploadDeviceConfigRequest) String

func (x *UploadDeviceConfigRequest) String() string

type UploadDeviceConfigResponse

type UploadDeviceConfigResponse struct {
	UploadDeviceConfigToken *string `protobuf:"bytes,1,opt,name=uploadDeviceConfigToken" json:"uploadDeviceConfigToken,omitempty"`
	// contains filtered or unexported fields
}

func (*UploadDeviceConfigResponse) Descriptor deprecated

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

Deprecated: Use UploadDeviceConfigResponse.ProtoReflect.Descriptor instead.

func (*UploadDeviceConfigResponse) GetUploadDeviceConfigToken

func (x *UploadDeviceConfigResponse) GetUploadDeviceConfigToken() string

func (*UploadDeviceConfigResponse) ProtoMessage

func (*UploadDeviceConfigResponse) ProtoMessage()

func (*UploadDeviceConfigResponse) ProtoReflect

func (*UploadDeviceConfigResponse) Reset

func (x *UploadDeviceConfigResponse) Reset()

func (*UploadDeviceConfigResponse) String

func (x *UploadDeviceConfigResponse) String() string

type Warning

type Warning struct {
	LocalizedMessage *string `protobuf:"bytes,1,opt,name=localizedMessage" json:"localizedMessage,omitempty"`
	// contains filtered or unexported fields
}

func (*Warning) Descriptor deprecated

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

Deprecated: Use Warning.ProtoReflect.Descriptor instead.

func (*Warning) GetLocalizedMessage

func (x *Warning) GetLocalizedMessage() string

func (*Warning) ProtoMessage

func (*Warning) ProtoMessage()

func (*Warning) ProtoReflect

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

func (*Warning) Reset

func (x *Warning) Reset()

func (*Warning) String

func (x *Warning) String() string

type WebViewChallenge

type WebViewChallenge struct {
	StartUrl                 *string `protobuf:"bytes,1,opt,name=startUrl" json:"startUrl,omitempty"`
	TargetUrlRegexp          *string `protobuf:"bytes,2,opt,name=targetUrlRegexp" json:"targetUrlRegexp,omitempty"`
	CancelButtonDisplayLabel *string `protobuf:"bytes,3,opt,name=cancelButtonDisplayLabel" json:"cancelButtonDisplayLabel,omitempty"`
	ResponseTargetUrlParam   *string `protobuf:"bytes,4,opt,name=responseTargetUrlParam" json:"responseTargetUrlParam,omitempty"`
	CancelUrlRegexp          *string `protobuf:"bytes,5,opt,name=cancelUrlRegexp" json:"cancelUrlRegexp,omitempty"`
	Title                    *string `protobuf:"bytes,6,opt,name=title" json:"title,omitempty"`
	// contains filtered or unexported fields
}

func (*WebViewChallenge) Descriptor deprecated

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

Deprecated: Use WebViewChallenge.ProtoReflect.Descriptor instead.

func (*WebViewChallenge) GetCancelButtonDisplayLabel

func (x *WebViewChallenge) GetCancelButtonDisplayLabel() string

func (*WebViewChallenge) GetCancelUrlRegexp

func (x *WebViewChallenge) GetCancelUrlRegexp() string

func (*WebViewChallenge) GetResponseTargetUrlParam

func (x *WebViewChallenge) GetResponseTargetUrlParam() string

func (*WebViewChallenge) GetStartUrl

func (x *WebViewChallenge) GetStartUrl() string

func (*WebViewChallenge) GetTargetUrlRegexp

func (x *WebViewChallenge) GetTargetUrlRegexp() string

func (*WebViewChallenge) GetTitle

func (x *WebViewChallenge) GetTitle() string

func (*WebViewChallenge) ProtoMessage

func (*WebViewChallenge) ProtoMessage()

func (*WebViewChallenge) ProtoReflect

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

func (*WebViewChallenge) Reset

func (x *WebViewChallenge) Reset()

func (*WebViewChallenge) String

func (x *WebViewChallenge) String() string

Jump to

Keyboard shortcuts

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