Versions in this module Expand all Collapse all v0 v0.196.2 Sep 10, 2024 Changes in this version + const AndroidpublisherScope + type AchievementConfiguration struct + AchievementType string + Draft *AchievementConfigurationDetail + ForceSendFields []string + Id string + InitialState string + Kind string + NullFields []string + Published *AchievementConfigurationDetail + StepsToUnlock int64 + Token string + func (s AchievementConfiguration) MarshalJSON() ([]byte, error) + type AchievementConfigurationDetail struct + Description *LocalizedStringBundle + ForceSendFields []string + IconUrl string + Kind string + Name *LocalizedStringBundle + NullFields []string + PointValue int64 + SortRank int64 + func (s AchievementConfigurationDetail) MarshalJSON() ([]byte, error) + type AchievementConfigurationListResponse struct + ForceSendFields []string + Items []*AchievementConfiguration + Kind string + NextPageToken string + NullFields []string + func (s AchievementConfigurationListResponse) MarshalJSON() ([]byte, error) + type AchievementConfigurationsDeleteCall struct + func (c *AchievementConfigurationsDeleteCall) Context(ctx context.Context) *AchievementConfigurationsDeleteCall + func (c *AchievementConfigurationsDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *AchievementConfigurationsDeleteCall) Fields(s ...googleapi.Field) *AchievementConfigurationsDeleteCall + func (c *AchievementConfigurationsDeleteCall) Header() http.Header + type AchievementConfigurationsGetCall struct + func (c *AchievementConfigurationsGetCall) Context(ctx context.Context) *AchievementConfigurationsGetCall + func (c *AchievementConfigurationsGetCall) Do(opts ...googleapi.CallOption) (*AchievementConfiguration, error) + func (c *AchievementConfigurationsGetCall) Fields(s ...googleapi.Field) *AchievementConfigurationsGetCall + func (c *AchievementConfigurationsGetCall) Header() http.Header + func (c *AchievementConfigurationsGetCall) IfNoneMatch(entityTag string) *AchievementConfigurationsGetCall + type AchievementConfigurationsInsertCall struct + func (c *AchievementConfigurationsInsertCall) Context(ctx context.Context) *AchievementConfigurationsInsertCall + func (c *AchievementConfigurationsInsertCall) Do(opts ...googleapi.CallOption) (*AchievementConfiguration, error) + func (c *AchievementConfigurationsInsertCall) Fields(s ...googleapi.Field) *AchievementConfigurationsInsertCall + func (c *AchievementConfigurationsInsertCall) Header() http.Header + type AchievementConfigurationsListCall struct + func (c *AchievementConfigurationsListCall) Context(ctx context.Context) *AchievementConfigurationsListCall + func (c *AchievementConfigurationsListCall) Do(opts ...googleapi.CallOption) (*AchievementConfigurationListResponse, error) + func (c *AchievementConfigurationsListCall) Fields(s ...googleapi.Field) *AchievementConfigurationsListCall + func (c *AchievementConfigurationsListCall) Header() http.Header + func (c *AchievementConfigurationsListCall) IfNoneMatch(entityTag string) *AchievementConfigurationsListCall + func (c *AchievementConfigurationsListCall) MaxResults(maxResults int64) *AchievementConfigurationsListCall + func (c *AchievementConfigurationsListCall) PageToken(pageToken string) *AchievementConfigurationsListCall + func (c *AchievementConfigurationsListCall) Pages(ctx context.Context, f func(*AchievementConfigurationListResponse) error) error + type AchievementConfigurationsService struct + func NewAchievementConfigurationsService(s *Service) *AchievementConfigurationsService + func (r *AchievementConfigurationsService) Delete(achievementId string) *AchievementConfigurationsDeleteCall + func (r *AchievementConfigurationsService) Get(achievementId string) *AchievementConfigurationsGetCall + func (r *AchievementConfigurationsService) Insert(applicationId string, achievementconfiguration *AchievementConfiguration) *AchievementConfigurationsInsertCall + func (r *AchievementConfigurationsService) List(applicationId string) *AchievementConfigurationsListCall + func (r *AchievementConfigurationsService) Update(achievementId string, achievementconfiguration *AchievementConfiguration) *AchievementConfigurationsUpdateCall + type AchievementConfigurationsUpdateCall struct + func (c *AchievementConfigurationsUpdateCall) Context(ctx context.Context) *AchievementConfigurationsUpdateCall + func (c *AchievementConfigurationsUpdateCall) Do(opts ...googleapi.CallOption) (*AchievementConfiguration, error) + func (c *AchievementConfigurationsUpdateCall) Fields(s ...googleapi.Field) *AchievementConfigurationsUpdateCall + func (c *AchievementConfigurationsUpdateCall) Header() http.Header + type GamesNumberAffixConfiguration struct + Few *LocalizedStringBundle + ForceSendFields []string + Many *LocalizedStringBundle + NullFields []string + One *LocalizedStringBundle + Other *LocalizedStringBundle + Two *LocalizedStringBundle + Zero *LocalizedStringBundle + func (s GamesNumberAffixConfiguration) MarshalJSON() ([]byte, error) + type GamesNumberFormatConfiguration struct + CurrencyCode string + ForceSendFields []string + NullFields []string + NumDecimalPlaces int64 + NumberFormatType string + Suffix *GamesNumberAffixConfiguration + func (s GamesNumberFormatConfiguration) MarshalJSON() ([]byte, error) + type LeaderboardConfiguration struct + Draft *LeaderboardConfigurationDetail + ForceSendFields []string + Id string + Kind string + NullFields []string + Published *LeaderboardConfigurationDetail + ScoreMax int64 + ScoreMin int64 + ScoreOrder string + Token string + func (s LeaderboardConfiguration) MarshalJSON() ([]byte, error) + type LeaderboardConfigurationDetail struct + ForceSendFields []string + IconUrl string + Kind string + Name *LocalizedStringBundle + NullFields []string + ScoreFormat *GamesNumberFormatConfiguration + SortRank int64 + func (s LeaderboardConfigurationDetail) MarshalJSON() ([]byte, error) + type LeaderboardConfigurationListResponse struct + ForceSendFields []string + Items []*LeaderboardConfiguration + Kind string + NextPageToken string + NullFields []string + func (s LeaderboardConfigurationListResponse) MarshalJSON() ([]byte, error) + type LeaderboardConfigurationsDeleteCall struct + func (c *LeaderboardConfigurationsDeleteCall) Context(ctx context.Context) *LeaderboardConfigurationsDeleteCall + func (c *LeaderboardConfigurationsDeleteCall) Do(opts ...googleapi.CallOption) error + func (c *LeaderboardConfigurationsDeleteCall) Fields(s ...googleapi.Field) *LeaderboardConfigurationsDeleteCall + func (c *LeaderboardConfigurationsDeleteCall) Header() http.Header + type LeaderboardConfigurationsGetCall struct + func (c *LeaderboardConfigurationsGetCall) Context(ctx context.Context) *LeaderboardConfigurationsGetCall + func (c *LeaderboardConfigurationsGetCall) Do(opts ...googleapi.CallOption) (*LeaderboardConfiguration, error) + func (c *LeaderboardConfigurationsGetCall) Fields(s ...googleapi.Field) *LeaderboardConfigurationsGetCall + func (c *LeaderboardConfigurationsGetCall) Header() http.Header + func (c *LeaderboardConfigurationsGetCall) IfNoneMatch(entityTag string) *LeaderboardConfigurationsGetCall + type LeaderboardConfigurationsInsertCall struct + func (c *LeaderboardConfigurationsInsertCall) Context(ctx context.Context) *LeaderboardConfigurationsInsertCall + func (c *LeaderboardConfigurationsInsertCall) Do(opts ...googleapi.CallOption) (*LeaderboardConfiguration, error) + func (c *LeaderboardConfigurationsInsertCall) Fields(s ...googleapi.Field) *LeaderboardConfigurationsInsertCall + func (c *LeaderboardConfigurationsInsertCall) Header() http.Header + type LeaderboardConfigurationsListCall struct + func (c *LeaderboardConfigurationsListCall) Context(ctx context.Context) *LeaderboardConfigurationsListCall + func (c *LeaderboardConfigurationsListCall) Do(opts ...googleapi.CallOption) (*LeaderboardConfigurationListResponse, error) + func (c *LeaderboardConfigurationsListCall) Fields(s ...googleapi.Field) *LeaderboardConfigurationsListCall + func (c *LeaderboardConfigurationsListCall) Header() http.Header + func (c *LeaderboardConfigurationsListCall) IfNoneMatch(entityTag string) *LeaderboardConfigurationsListCall + func (c *LeaderboardConfigurationsListCall) MaxResults(maxResults int64) *LeaderboardConfigurationsListCall + func (c *LeaderboardConfigurationsListCall) PageToken(pageToken string) *LeaderboardConfigurationsListCall + func (c *LeaderboardConfigurationsListCall) Pages(ctx context.Context, f func(*LeaderboardConfigurationListResponse) error) error + type LeaderboardConfigurationsService struct + func NewLeaderboardConfigurationsService(s *Service) *LeaderboardConfigurationsService + func (r *LeaderboardConfigurationsService) Delete(leaderboardId string) *LeaderboardConfigurationsDeleteCall + func (r *LeaderboardConfigurationsService) Get(leaderboardId string) *LeaderboardConfigurationsGetCall + func (r *LeaderboardConfigurationsService) Insert(applicationId string, leaderboardconfiguration *LeaderboardConfiguration) *LeaderboardConfigurationsInsertCall + func (r *LeaderboardConfigurationsService) List(applicationId string) *LeaderboardConfigurationsListCall + func (r *LeaderboardConfigurationsService) Update(leaderboardId string, leaderboardconfiguration *LeaderboardConfiguration) *LeaderboardConfigurationsUpdateCall + type LeaderboardConfigurationsUpdateCall struct + func (c *LeaderboardConfigurationsUpdateCall) Context(ctx context.Context) *LeaderboardConfigurationsUpdateCall + func (c *LeaderboardConfigurationsUpdateCall) Do(opts ...googleapi.CallOption) (*LeaderboardConfiguration, error) + func (c *LeaderboardConfigurationsUpdateCall) Fields(s ...googleapi.Field) *LeaderboardConfigurationsUpdateCall + func (c *LeaderboardConfigurationsUpdateCall) Header() http.Header + type LocalizedString struct + ForceSendFields []string + Kind string + Locale string + NullFields []string + Value string + func (s LocalizedString) MarshalJSON() ([]byte, error) + type LocalizedStringBundle struct + ForceSendFields []string + Kind string + NullFields []string + Translations []*LocalizedString + func (s LocalizedStringBundle) MarshalJSON() ([]byte, error) + type Service struct + AchievementConfigurations *AchievementConfigurationsService + BasePath string + LeaderboardConfigurations *LeaderboardConfigurationsService + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error)