Versions in this module Expand all Collapse all v0 v0.196.2 Sep 10, 2024 Changes in this version + type AppsService struct + Tokens *AppsTokensService + func NewAppsService(s *Service) *AppsService + type AppsTokensService struct + Tags *AppsTokensTagsService + func NewAppsTokensService(s *Service) *AppsTokensService + func (r *AppsTokensService) Verify(appPackage string, token string, verifytokenrequest *VerifyTokenRequest) *AppsTokensVerifyCall + type AppsTokensTagsCreateOrUpdateCall struct + func (c *AppsTokensTagsCreateOrUpdateCall) Context(ctx context.Context) *AppsTokensTagsCreateOrUpdateCall + func (c *AppsTokensTagsCreateOrUpdateCall) Do(opts ...googleapi.CallOption) (*CreateOrUpdateTagsResponse, error) + func (c *AppsTokensTagsCreateOrUpdateCall) Fields(s ...googleapi.Field) *AppsTokensTagsCreateOrUpdateCall + func (c *AppsTokensTagsCreateOrUpdateCall) Header() http.Header + type AppsTokensTagsService struct + func NewAppsTokensTagsService(s *Service) *AppsTokensTagsService + func (r *AppsTokensTagsService) CreateOrUpdate(appPackage string, token string, ...) *AppsTokensTagsCreateOrUpdateCall + type AppsTokensVerifyCall struct + func (c *AppsTokensVerifyCall) Context(ctx context.Context) *AppsTokensVerifyCall + func (c *AppsTokensVerifyCall) Do(opts ...googleapi.CallOption) (*VerifyTokenResponse, error) + func (c *AppsTokensVerifyCall) Fields(s ...googleapi.Field) *AppsTokensVerifyCall + func (c *AppsTokensVerifyCall) Header() http.Header + type CreateOrUpdateTagsRequest struct + ForceSendFields []string + NullFields []string + Tags []*Tag + func (s CreateOrUpdateTagsRequest) MarshalJSON() ([]byte, error) + type CreateOrUpdateTagsResponse struct + ForceSendFields []string + NullFields []string + Tags []*Tag + func (s CreateOrUpdateTagsResponse) MarshalJSON() ([]byte, error) + type Service struct + Apps *AppsService + BasePath string + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) + type Tag struct + BooleanValue bool + ForceSendFields []string + Int64Value int64 + Key string + NullFields []string + StringValue string + TimeValue string + func (s Tag) MarshalJSON() ([]byte, error) + type VerifyTokenRequest struct + ForceSendFields []string + NullFields []string + Persona string + func (s VerifyTokenRequest) MarshalJSON() ([]byte, error) + type VerifyTokenResponse struct