Documentation ¶
Overview ¶
Package androidpublisher provides access to the Google Play Developer API.
See https://developers.google.com/android-publisher
Usage example:
import "google.golang.org/api/androidpublisher/v2" ... androidpublisherService, err := androidpublisher.New(oauthHttpClient)
Index ¶
- Constants
- type Apk
- type ApkBinary
- type ApkListing
- type ApkListingsListResponse
- type ApksAddExternallyHostedRequest
- type ApksAddExternallyHostedResponse
- type ApksListResponse
- type AppDetails
- type AppEdit
- type Bundle
- type BundlesListResponse
- type Comment
- type DeobfuscationFile
- type DeobfuscationFilesUploadResponse
- type DeveloperComment
- type DeviceMetadata
- type EditsApklistingsDeleteCall
- func (c *EditsApklistingsDeleteCall) Context(ctx context.Context) *EditsApklistingsDeleteCall
- func (c *EditsApklistingsDeleteCall) Do(opts ...googleapi.CallOption) error
- func (c *EditsApklistingsDeleteCall) Fields(s ...googleapi.Field) *EditsApklistingsDeleteCall
- func (c *EditsApklistingsDeleteCall) Header() http.Header
- type EditsApklistingsDeleteallCall
- func (c *EditsApklistingsDeleteallCall) Context(ctx context.Context) *EditsApklistingsDeleteallCall
- func (c *EditsApklistingsDeleteallCall) Do(opts ...googleapi.CallOption) error
- func (c *EditsApklistingsDeleteallCall) Fields(s ...googleapi.Field) *EditsApklistingsDeleteallCall
- func (c *EditsApklistingsDeleteallCall) Header() http.Header
- type EditsApklistingsGetCall
- func (c *EditsApklistingsGetCall) Context(ctx context.Context) *EditsApklistingsGetCall
- func (c *EditsApklistingsGetCall) Do(opts ...googleapi.CallOption) (*ApkListing, error)
- func (c *EditsApklistingsGetCall) Fields(s ...googleapi.Field) *EditsApklistingsGetCall
- func (c *EditsApklistingsGetCall) Header() http.Header
- func (c *EditsApklistingsGetCall) IfNoneMatch(entityTag string) *EditsApklistingsGetCall
- type EditsApklistingsListCall
- func (c *EditsApklistingsListCall) Context(ctx context.Context) *EditsApklistingsListCall
- func (c *EditsApklistingsListCall) Do(opts ...googleapi.CallOption) (*ApkListingsListResponse, error)
- func (c *EditsApklistingsListCall) Fields(s ...googleapi.Field) *EditsApklistingsListCall
- func (c *EditsApklistingsListCall) Header() http.Header
- func (c *EditsApklistingsListCall) IfNoneMatch(entityTag string) *EditsApklistingsListCall
- type EditsApklistingsPatchCall
- func (c *EditsApklistingsPatchCall) Context(ctx context.Context) *EditsApklistingsPatchCall
- func (c *EditsApklistingsPatchCall) Do(opts ...googleapi.CallOption) (*ApkListing, error)
- func (c *EditsApklistingsPatchCall) Fields(s ...googleapi.Field) *EditsApklistingsPatchCall
- func (c *EditsApklistingsPatchCall) Header() http.Header
- type EditsApklistingsService
- func (r *EditsApklistingsService) Delete(packageNameid string, editId string, apkVersionCode int64, language string) *EditsApklistingsDeleteCall
- func (r *EditsApklistingsService) Deleteall(packageNameid string, editId string, apkVersionCode int64) *EditsApklistingsDeleteallCall
- func (r *EditsApklistingsService) Get(packageNameid string, editId string, apkVersionCode int64, language string) *EditsApklistingsGetCall
- func (r *EditsApklistingsService) List(packageNameid string, editId string, apkVersionCode int64) *EditsApklistingsListCall
- func (r *EditsApklistingsService) Patch(packageNameid string, editId string, apkVersionCode int64, language string, ...) *EditsApklistingsPatchCall
- func (r *EditsApklistingsService) Update(packageNameid string, editId string, apkVersionCode int64, language string, ...) *EditsApklistingsUpdateCall
- type EditsApklistingsUpdateCall
- func (c *EditsApklistingsUpdateCall) Context(ctx context.Context) *EditsApklistingsUpdateCall
- func (c *EditsApklistingsUpdateCall) Do(opts ...googleapi.CallOption) (*ApkListing, error)
- func (c *EditsApklistingsUpdateCall) Fields(s ...googleapi.Field) *EditsApklistingsUpdateCall
- func (c *EditsApklistingsUpdateCall) Header() http.Header
- type EditsApksAddexternallyhostedCall
- func (c *EditsApksAddexternallyhostedCall) Context(ctx context.Context) *EditsApksAddexternallyhostedCall
- func (c *EditsApksAddexternallyhostedCall) Do(opts ...googleapi.CallOption) (*ApksAddExternallyHostedResponse, error)
- func (c *EditsApksAddexternallyhostedCall) Fields(s ...googleapi.Field) *EditsApksAddexternallyhostedCall
- func (c *EditsApksAddexternallyhostedCall) Header() http.Header
- type EditsApksListCall
- func (c *EditsApksListCall) Context(ctx context.Context) *EditsApksListCall
- func (c *EditsApksListCall) Do(opts ...googleapi.CallOption) (*ApksListResponse, error)
- func (c *EditsApksListCall) Fields(s ...googleapi.Field) *EditsApksListCall
- func (c *EditsApksListCall) Header() http.Header
- func (c *EditsApksListCall) IfNoneMatch(entityTag string) *EditsApksListCall
- type EditsApksService
- func (r *EditsApksService) Addexternallyhosted(packageNameid string, editId string, ...) *EditsApksAddexternallyhostedCall
- func (r *EditsApksService) List(packageNameid string, editId string) *EditsApksListCall
- func (r *EditsApksService) Upload(packageNameid string, editId string) *EditsApksUploadCall
- type EditsApksUploadCall
- func (c *EditsApksUploadCall) Context(ctx context.Context) *EditsApksUploadCall
- func (c *EditsApksUploadCall) Do(opts ...googleapi.CallOption) (*Apk, error)
- func (c *EditsApksUploadCall) Fields(s ...googleapi.Field) *EditsApksUploadCall
- func (c *EditsApksUploadCall) Header() http.Header
- func (c *EditsApksUploadCall) Media(r io.Reader, options ...googleapi.MediaOption) *EditsApksUploadCall
- func (c *EditsApksUploadCall) ProgressUpdater(pu googleapi.ProgressUpdater) *EditsApksUploadCall
- func (c *EditsApksUploadCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *EditsApksUploadCalldeprecated
- type EditsBundlesListCall
- func (c *EditsBundlesListCall) Context(ctx context.Context) *EditsBundlesListCall
- func (c *EditsBundlesListCall) Do(opts ...googleapi.CallOption) (*BundlesListResponse, error)
- func (c *EditsBundlesListCall) Fields(s ...googleapi.Field) *EditsBundlesListCall
- func (c *EditsBundlesListCall) Header() http.Header
- func (c *EditsBundlesListCall) IfNoneMatch(entityTag string) *EditsBundlesListCall
- type EditsBundlesService
- type EditsBundlesUploadCall
- func (c *EditsBundlesUploadCall) Context(ctx context.Context) *EditsBundlesUploadCall
- func (c *EditsBundlesUploadCall) Do(opts ...googleapi.CallOption) (*Bundle, error)
- func (c *EditsBundlesUploadCall) Fields(s ...googleapi.Field) *EditsBundlesUploadCall
- func (c *EditsBundlesUploadCall) Header() http.Header
- func (c *EditsBundlesUploadCall) Media(r io.Reader, options ...googleapi.MediaOption) *EditsBundlesUploadCall
- func (c *EditsBundlesUploadCall) ProgressUpdater(pu googleapi.ProgressUpdater) *EditsBundlesUploadCall
- func (c *EditsBundlesUploadCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *EditsBundlesUploadCalldeprecated
- type EditsCommitCall
- type EditsDeleteCall
- type EditsDeobfuscationfilesService
- type EditsDeobfuscationfilesUploadCall
- func (c *EditsDeobfuscationfilesUploadCall) Context(ctx context.Context) *EditsDeobfuscationfilesUploadCall
- func (c *EditsDeobfuscationfilesUploadCall) Do(opts ...googleapi.CallOption) (*DeobfuscationFilesUploadResponse, error)
- func (c *EditsDeobfuscationfilesUploadCall) Fields(s ...googleapi.Field) *EditsDeobfuscationfilesUploadCall
- func (c *EditsDeobfuscationfilesUploadCall) Header() http.Header
- func (c *EditsDeobfuscationfilesUploadCall) Media(r io.Reader, options ...googleapi.MediaOption) *EditsDeobfuscationfilesUploadCall
- func (c *EditsDeobfuscationfilesUploadCall) ProgressUpdater(pu googleapi.ProgressUpdater) *EditsDeobfuscationfilesUploadCall
- func (c *EditsDeobfuscationfilesUploadCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *EditsDeobfuscationfilesUploadCalldeprecated
- type EditsDetailsGetCall
- func (c *EditsDetailsGetCall) Context(ctx context.Context) *EditsDetailsGetCall
- func (c *EditsDetailsGetCall) Do(opts ...googleapi.CallOption) (*AppDetails, error)
- func (c *EditsDetailsGetCall) Fields(s ...googleapi.Field) *EditsDetailsGetCall
- func (c *EditsDetailsGetCall) Header() http.Header
- func (c *EditsDetailsGetCall) IfNoneMatch(entityTag string) *EditsDetailsGetCall
- type EditsDetailsPatchCall
- func (c *EditsDetailsPatchCall) Context(ctx context.Context) *EditsDetailsPatchCall
- func (c *EditsDetailsPatchCall) Do(opts ...googleapi.CallOption) (*AppDetails, error)
- func (c *EditsDetailsPatchCall) Fields(s ...googleapi.Field) *EditsDetailsPatchCall
- func (c *EditsDetailsPatchCall) Header() http.Header
- type EditsDetailsService
- func (r *EditsDetailsService) Get(packageNameid string, editId string) *EditsDetailsGetCall
- func (r *EditsDetailsService) Patch(packageNameid string, editId string, appdetails *AppDetails) *EditsDetailsPatchCall
- func (r *EditsDetailsService) Update(packageNameid string, editId string, appdetails *AppDetails) *EditsDetailsUpdateCall
- type EditsDetailsUpdateCall
- func (c *EditsDetailsUpdateCall) Context(ctx context.Context) *EditsDetailsUpdateCall
- func (c *EditsDetailsUpdateCall) Do(opts ...googleapi.CallOption) (*AppDetails, error)
- func (c *EditsDetailsUpdateCall) Fields(s ...googleapi.Field) *EditsDetailsUpdateCall
- func (c *EditsDetailsUpdateCall) Header() http.Header
- type EditsExpansionfilesGetCall
- func (c *EditsExpansionfilesGetCall) Context(ctx context.Context) *EditsExpansionfilesGetCall
- func (c *EditsExpansionfilesGetCall) Do(opts ...googleapi.CallOption) (*ExpansionFile, error)
- func (c *EditsExpansionfilesGetCall) Fields(s ...googleapi.Field) *EditsExpansionfilesGetCall
- func (c *EditsExpansionfilesGetCall) Header() http.Header
- func (c *EditsExpansionfilesGetCall) IfNoneMatch(entityTag string) *EditsExpansionfilesGetCall
- type EditsExpansionfilesPatchCall
- func (c *EditsExpansionfilesPatchCall) Context(ctx context.Context) *EditsExpansionfilesPatchCall
- func (c *EditsExpansionfilesPatchCall) Do(opts ...googleapi.CallOption) (*ExpansionFile, error)
- func (c *EditsExpansionfilesPatchCall) Fields(s ...googleapi.Field) *EditsExpansionfilesPatchCall
- func (c *EditsExpansionfilesPatchCall) Header() http.Header
- type EditsExpansionfilesService
- func (r *EditsExpansionfilesService) Get(packageNameid string, editId string, apkVersionCode int64, ...) *EditsExpansionfilesGetCall
- func (r *EditsExpansionfilesService) Patch(packageNameid string, editId string, apkVersionCode int64, ...) *EditsExpansionfilesPatchCall
- func (r *EditsExpansionfilesService) Update(packageNameid string, editId string, apkVersionCode int64, ...) *EditsExpansionfilesUpdateCall
- func (r *EditsExpansionfilesService) Upload(packageNameid string, editId string, apkVersionCode int64, ...) *EditsExpansionfilesUploadCall
- type EditsExpansionfilesUpdateCall
- func (c *EditsExpansionfilesUpdateCall) Context(ctx context.Context) *EditsExpansionfilesUpdateCall
- func (c *EditsExpansionfilesUpdateCall) Do(opts ...googleapi.CallOption) (*ExpansionFile, error)
- func (c *EditsExpansionfilesUpdateCall) Fields(s ...googleapi.Field) *EditsExpansionfilesUpdateCall
- func (c *EditsExpansionfilesUpdateCall) Header() http.Header
- type EditsExpansionfilesUploadCall
- func (c *EditsExpansionfilesUploadCall) Context(ctx context.Context) *EditsExpansionfilesUploadCall
- func (c *EditsExpansionfilesUploadCall) Do(opts ...googleapi.CallOption) (*ExpansionFilesUploadResponse, error)
- func (c *EditsExpansionfilesUploadCall) Fields(s ...googleapi.Field) *EditsExpansionfilesUploadCall
- func (c *EditsExpansionfilesUploadCall) Header() http.Header
- func (c *EditsExpansionfilesUploadCall) Media(r io.Reader, options ...googleapi.MediaOption) *EditsExpansionfilesUploadCall
- func (c *EditsExpansionfilesUploadCall) ProgressUpdater(pu googleapi.ProgressUpdater) *EditsExpansionfilesUploadCall
- func (c *EditsExpansionfilesUploadCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *EditsExpansionfilesUploadCalldeprecated
- type EditsGetCall
- func (c *EditsGetCall) Context(ctx context.Context) *EditsGetCall
- func (c *EditsGetCall) Do(opts ...googleapi.CallOption) (*AppEdit, error)
- func (c *EditsGetCall) Fields(s ...googleapi.Field) *EditsGetCall
- func (c *EditsGetCall) Header() http.Header
- func (c *EditsGetCall) IfNoneMatch(entityTag string) *EditsGetCall
- type EditsImagesDeleteCall
- type EditsImagesDeleteallCall
- func (c *EditsImagesDeleteallCall) Context(ctx context.Context) *EditsImagesDeleteallCall
- func (c *EditsImagesDeleteallCall) Do(opts ...googleapi.CallOption) (*ImagesDeleteAllResponse, error)
- func (c *EditsImagesDeleteallCall) Fields(s ...googleapi.Field) *EditsImagesDeleteallCall
- func (c *EditsImagesDeleteallCall) Header() http.Header
- type EditsImagesListCall
- func (c *EditsImagesListCall) Context(ctx context.Context) *EditsImagesListCall
- func (c *EditsImagesListCall) Do(opts ...googleapi.CallOption) (*ImagesListResponse, error)
- func (c *EditsImagesListCall) Fields(s ...googleapi.Field) *EditsImagesListCall
- func (c *EditsImagesListCall) Header() http.Header
- func (c *EditsImagesListCall) IfNoneMatch(entityTag string) *EditsImagesListCall
- type EditsImagesService
- func (r *EditsImagesService) Delete(packageNameid string, editId string, language string, imageType string, ...) *EditsImagesDeleteCall
- func (r *EditsImagesService) Deleteall(packageNameid string, editId string, language string, imageType string) *EditsImagesDeleteallCall
- func (r *EditsImagesService) List(packageNameid string, editId string, language string, imageType string) *EditsImagesListCall
- func (r *EditsImagesService) Upload(packageNameid string, editId string, language string, imageType string) *EditsImagesUploadCall
- type EditsImagesUploadCall
- func (c *EditsImagesUploadCall) Context(ctx context.Context) *EditsImagesUploadCall
- func (c *EditsImagesUploadCall) Do(opts ...googleapi.CallOption) (*ImagesUploadResponse, error)
- func (c *EditsImagesUploadCall) Fields(s ...googleapi.Field) *EditsImagesUploadCall
- func (c *EditsImagesUploadCall) Header() http.Header
- func (c *EditsImagesUploadCall) Media(r io.Reader, options ...googleapi.MediaOption) *EditsImagesUploadCall
- func (c *EditsImagesUploadCall) ProgressUpdater(pu googleapi.ProgressUpdater) *EditsImagesUploadCall
- func (c *EditsImagesUploadCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *EditsImagesUploadCalldeprecated
- type EditsInsertCall
- type EditsListingsDeleteCall
- func (c *EditsListingsDeleteCall) Context(ctx context.Context) *EditsListingsDeleteCall
- func (c *EditsListingsDeleteCall) Do(opts ...googleapi.CallOption) error
- func (c *EditsListingsDeleteCall) Fields(s ...googleapi.Field) *EditsListingsDeleteCall
- func (c *EditsListingsDeleteCall) Header() http.Header
- type EditsListingsDeleteallCall
- func (c *EditsListingsDeleteallCall) Context(ctx context.Context) *EditsListingsDeleteallCall
- func (c *EditsListingsDeleteallCall) Do(opts ...googleapi.CallOption) error
- func (c *EditsListingsDeleteallCall) Fields(s ...googleapi.Field) *EditsListingsDeleteallCall
- func (c *EditsListingsDeleteallCall) Header() http.Header
- type EditsListingsGetCall
- func (c *EditsListingsGetCall) Context(ctx context.Context) *EditsListingsGetCall
- func (c *EditsListingsGetCall) Do(opts ...googleapi.CallOption) (*Listing, error)
- func (c *EditsListingsGetCall) Fields(s ...googleapi.Field) *EditsListingsGetCall
- func (c *EditsListingsGetCall) Header() http.Header
- func (c *EditsListingsGetCall) IfNoneMatch(entityTag string) *EditsListingsGetCall
- type EditsListingsListCall
- func (c *EditsListingsListCall) Context(ctx context.Context) *EditsListingsListCall
- func (c *EditsListingsListCall) Do(opts ...googleapi.CallOption) (*ListingsListResponse, error)
- func (c *EditsListingsListCall) Fields(s ...googleapi.Field) *EditsListingsListCall
- func (c *EditsListingsListCall) Header() http.Header
- func (c *EditsListingsListCall) IfNoneMatch(entityTag string) *EditsListingsListCall
- type EditsListingsPatchCall
- func (c *EditsListingsPatchCall) Context(ctx context.Context) *EditsListingsPatchCall
- func (c *EditsListingsPatchCall) Do(opts ...googleapi.CallOption) (*Listing, error)
- func (c *EditsListingsPatchCall) Fields(s ...googleapi.Field) *EditsListingsPatchCall
- func (c *EditsListingsPatchCall) Header() http.Header
- type EditsListingsService
- func (r *EditsListingsService) Delete(packageNameid string, editId string, language string) *EditsListingsDeleteCall
- func (r *EditsListingsService) Deleteall(packageNameid string, editId string) *EditsListingsDeleteallCall
- func (r *EditsListingsService) Get(packageNameid string, editId string, language string) *EditsListingsGetCall
- func (r *EditsListingsService) List(packageNameid string, editId string) *EditsListingsListCall
- func (r *EditsListingsService) Patch(packageNameid string, editId string, language string, listing *Listing) *EditsListingsPatchCall
- func (r *EditsListingsService) Update(packageNameid string, editId string, language string, listing *Listing) *EditsListingsUpdateCall
- type EditsListingsUpdateCall
- func (c *EditsListingsUpdateCall) Context(ctx context.Context) *EditsListingsUpdateCall
- func (c *EditsListingsUpdateCall) Do(opts ...googleapi.CallOption) (*Listing, error)
- func (c *EditsListingsUpdateCall) Fields(s ...googleapi.Field) *EditsListingsUpdateCall
- func (c *EditsListingsUpdateCall) Header() http.Header
- type EditsService
- func (r *EditsService) Commit(packageNameid string, editId string) *EditsCommitCall
- func (r *EditsService) Delete(packageNameid string, editId string) *EditsDeleteCall
- func (r *EditsService) Get(packageNameid string, editId string) *EditsGetCall
- func (r *EditsService) Insert(packageNameid string, appedit *AppEdit) *EditsInsertCall
- func (r *EditsService) Validate(packageNameid string, editId string) *EditsValidateCall
- type EditsTestersGetCall
- func (c *EditsTestersGetCall) Context(ctx context.Context) *EditsTestersGetCall
- func (c *EditsTestersGetCall) Do(opts ...googleapi.CallOption) (*Testers, error)
- func (c *EditsTestersGetCall) Fields(s ...googleapi.Field) *EditsTestersGetCall
- func (c *EditsTestersGetCall) Header() http.Header
- func (c *EditsTestersGetCall) IfNoneMatch(entityTag string) *EditsTestersGetCall
- type EditsTestersPatchCall
- func (c *EditsTestersPatchCall) Context(ctx context.Context) *EditsTestersPatchCall
- func (c *EditsTestersPatchCall) Do(opts ...googleapi.CallOption) (*Testers, error)
- func (c *EditsTestersPatchCall) Fields(s ...googleapi.Field) *EditsTestersPatchCall
- func (c *EditsTestersPatchCall) Header() http.Header
- type EditsTestersService
- func (r *EditsTestersService) Get(packageNameid string, editId string, track string) *EditsTestersGetCall
- func (r *EditsTestersService) Patch(packageNameid string, editId string, track string, testers *Testers) *EditsTestersPatchCall
- func (r *EditsTestersService) Update(packageNameid string, editId string, track string, testers *Testers) *EditsTestersUpdateCall
- type EditsTestersUpdateCall
- func (c *EditsTestersUpdateCall) Context(ctx context.Context) *EditsTestersUpdateCall
- func (c *EditsTestersUpdateCall) Do(opts ...googleapi.CallOption) (*Testers, error)
- func (c *EditsTestersUpdateCall) Fields(s ...googleapi.Field) *EditsTestersUpdateCall
- func (c *EditsTestersUpdateCall) Header() http.Header
- type EditsTracksGetCall
- func (c *EditsTracksGetCall) Context(ctx context.Context) *EditsTracksGetCall
- func (c *EditsTracksGetCall) Do(opts ...googleapi.CallOption) (*Track, error)
- func (c *EditsTracksGetCall) Fields(s ...googleapi.Field) *EditsTracksGetCall
- func (c *EditsTracksGetCall) Header() http.Header
- func (c *EditsTracksGetCall) IfNoneMatch(entityTag string) *EditsTracksGetCall
- type EditsTracksListCall
- func (c *EditsTracksListCall) Context(ctx context.Context) *EditsTracksListCall
- func (c *EditsTracksListCall) Do(opts ...googleapi.CallOption) (*TracksListResponse, error)
- func (c *EditsTracksListCall) Fields(s ...googleapi.Field) *EditsTracksListCall
- func (c *EditsTracksListCall) Header() http.Header
- func (c *EditsTracksListCall) IfNoneMatch(entityTag string) *EditsTracksListCall
- type EditsTracksPatchCall
- type EditsTracksService
- func (r *EditsTracksService) Get(packageNameid string, editId string, track string) *EditsTracksGetCall
- func (r *EditsTracksService) List(packageNameid string, editId string) *EditsTracksListCall
- func (r *EditsTracksService) Patch(packageNameid string, editId string, track string, track2 *Track) *EditsTracksPatchCall
- func (r *EditsTracksService) Update(packageNameid string, editId string, track string, track2 *Track) *EditsTracksUpdateCall
- type EditsTracksUpdateCall
- func (c *EditsTracksUpdateCall) Context(ctx context.Context) *EditsTracksUpdateCall
- func (c *EditsTracksUpdateCall) Do(opts ...googleapi.CallOption) (*Track, error)
- func (c *EditsTracksUpdateCall) Fields(s ...googleapi.Field) *EditsTracksUpdateCall
- func (c *EditsTracksUpdateCall) Header() http.Header
- type EditsValidateCall
- type ExpansionFile
- type ExpansionFilesUploadResponse
- type ExternallyHostedApk
- type ExternallyHostedApkUsesPermission
- type Image
- type ImagesDeleteAllResponse
- type ImagesListResponse
- type ImagesUploadResponse
- type InAppProduct
- type InAppProductListing
- type InappproductsDeleteCall
- func (c *InappproductsDeleteCall) Context(ctx context.Context) *InappproductsDeleteCall
- func (c *InappproductsDeleteCall) Do(opts ...googleapi.CallOption) error
- func (c *InappproductsDeleteCall) Fields(s ...googleapi.Field) *InappproductsDeleteCall
- func (c *InappproductsDeleteCall) Header() http.Header
- type InappproductsGetCall
- func (c *InappproductsGetCall) Context(ctx context.Context) *InappproductsGetCall
- func (c *InappproductsGetCall) Do(opts ...googleapi.CallOption) (*InAppProduct, error)
- func (c *InappproductsGetCall) Fields(s ...googleapi.Field) *InappproductsGetCall
- func (c *InappproductsGetCall) Header() http.Header
- func (c *InappproductsGetCall) IfNoneMatch(entityTag string) *InappproductsGetCall
- type InappproductsInsertCall
- func (c *InappproductsInsertCall) AutoConvertMissingPrices(autoConvertMissingPrices bool) *InappproductsInsertCall
- func (c *InappproductsInsertCall) Context(ctx context.Context) *InappproductsInsertCall
- func (c *InappproductsInsertCall) Do(opts ...googleapi.CallOption) (*InAppProduct, error)
- func (c *InappproductsInsertCall) Fields(s ...googleapi.Field) *InappproductsInsertCall
- func (c *InappproductsInsertCall) Header() http.Header
- type InappproductsListCall
- func (c *InappproductsListCall) Context(ctx context.Context) *InappproductsListCall
- func (c *InappproductsListCall) Do(opts ...googleapi.CallOption) (*InappproductsListResponse, error)
- func (c *InappproductsListCall) Fields(s ...googleapi.Field) *InappproductsListCall
- func (c *InappproductsListCall) Header() http.Header
- func (c *InappproductsListCall) IfNoneMatch(entityTag string) *InappproductsListCall
- func (c *InappproductsListCall) MaxResults(maxResults int64) *InappproductsListCall
- func (c *InappproductsListCall) StartIndex(startIndex int64) *InappproductsListCall
- func (c *InappproductsListCall) Token(token string) *InappproductsListCall
- type InappproductsListResponse
- type InappproductsPatchCall
- func (c *InappproductsPatchCall) AutoConvertMissingPrices(autoConvertMissingPrices bool) *InappproductsPatchCall
- func (c *InappproductsPatchCall) Context(ctx context.Context) *InappproductsPatchCall
- func (c *InappproductsPatchCall) Do(opts ...googleapi.CallOption) (*InAppProduct, error)
- func (c *InappproductsPatchCall) Fields(s ...googleapi.Field) *InappproductsPatchCall
- func (c *InappproductsPatchCall) Header() http.Header
- type InappproductsService
- func (r *InappproductsService) Delete(packageNameid string, skuid string) *InappproductsDeleteCall
- func (r *InappproductsService) Get(packageName string, skuid string) *InappproductsGetCall
- func (r *InappproductsService) Insert(packageNameid string, inappproduct *InAppProduct) *InappproductsInsertCall
- func (r *InappproductsService) List(packageNameid string) *InappproductsListCall
- func (r *InappproductsService) Patch(packageNameid string, skuid string, inappproduct *InAppProduct) *InappproductsPatchCall
- func (r *InappproductsService) Update(packageNameid string, skuid string, inappproduct *InAppProduct) *InappproductsUpdateCall
- type InappproductsUpdateCall
- func (c *InappproductsUpdateCall) AutoConvertMissingPrices(autoConvertMissingPrices bool) *InappproductsUpdateCall
- func (c *InappproductsUpdateCall) Context(ctx context.Context) *InappproductsUpdateCall
- func (c *InappproductsUpdateCall) Do(opts ...googleapi.CallOption) (*InAppProduct, error)
- func (c *InappproductsUpdateCall) Fields(s ...googleapi.Field) *InappproductsUpdateCall
- func (c *InappproductsUpdateCall) Header() http.Header
- type Listing
- type ListingsListResponse
- type MonthDay
- type OrdersRefundCall
- func (c *OrdersRefundCall) Context(ctx context.Context) *OrdersRefundCall
- func (c *OrdersRefundCall) Do(opts ...googleapi.CallOption) error
- func (c *OrdersRefundCall) Fields(s ...googleapi.Field) *OrdersRefundCall
- func (c *OrdersRefundCall) Header() http.Header
- func (c *OrdersRefundCall) Revoke(revoke bool) *OrdersRefundCall
- type OrdersService
- type PageInfo
- type Price
- type ProductPurchase
- type Prorate
- type PurchasesProductsGetCall
- func (c *PurchasesProductsGetCall) Context(ctx context.Context) *PurchasesProductsGetCall
- func (c *PurchasesProductsGetCall) Do(opts ...googleapi.CallOption) (*ProductPurchase, error)
- func (c *PurchasesProductsGetCall) Fields(s ...googleapi.Field) *PurchasesProductsGetCall
- func (c *PurchasesProductsGetCall) Header() http.Header
- func (c *PurchasesProductsGetCall) IfNoneMatch(entityTag string) *PurchasesProductsGetCall
- type PurchasesProductsService
- type PurchasesService
- type PurchasesSubscriptionsCancelCall
- func (c *PurchasesSubscriptionsCancelCall) Context(ctx context.Context) *PurchasesSubscriptionsCancelCall
- func (c *PurchasesSubscriptionsCancelCall) Do(opts ...googleapi.CallOption) error
- func (c *PurchasesSubscriptionsCancelCall) Fields(s ...googleapi.Field) *PurchasesSubscriptionsCancelCall
- func (c *PurchasesSubscriptionsCancelCall) Header() http.Header
- type PurchasesSubscriptionsDeferCall
- func (c *PurchasesSubscriptionsDeferCall) Context(ctx context.Context) *PurchasesSubscriptionsDeferCall
- func (c *PurchasesSubscriptionsDeferCall) Do(opts ...googleapi.CallOption) (*SubscriptionPurchasesDeferResponse, error)
- func (c *PurchasesSubscriptionsDeferCall) Fields(s ...googleapi.Field) *PurchasesSubscriptionsDeferCall
- func (c *PurchasesSubscriptionsDeferCall) Header() http.Header
- type PurchasesSubscriptionsGetCall
- func (c *PurchasesSubscriptionsGetCall) Context(ctx context.Context) *PurchasesSubscriptionsGetCall
- func (c *PurchasesSubscriptionsGetCall) Do(opts ...googleapi.CallOption) (*SubscriptionPurchase, error)
- func (c *PurchasesSubscriptionsGetCall) Fields(s ...googleapi.Field) *PurchasesSubscriptionsGetCall
- func (c *PurchasesSubscriptionsGetCall) Header() http.Header
- func (c *PurchasesSubscriptionsGetCall) IfNoneMatch(entityTag string) *PurchasesSubscriptionsGetCall
- type PurchasesSubscriptionsRefundCall
- func (c *PurchasesSubscriptionsRefundCall) Context(ctx context.Context) *PurchasesSubscriptionsRefundCall
- func (c *PurchasesSubscriptionsRefundCall) Do(opts ...googleapi.CallOption) error
- func (c *PurchasesSubscriptionsRefundCall) Fields(s ...googleapi.Field) *PurchasesSubscriptionsRefundCall
- func (c *PurchasesSubscriptionsRefundCall) Header() http.Header
- type PurchasesSubscriptionsRevokeCall
- func (c *PurchasesSubscriptionsRevokeCall) Context(ctx context.Context) *PurchasesSubscriptionsRevokeCall
- func (c *PurchasesSubscriptionsRevokeCall) Do(opts ...googleapi.CallOption) error
- func (c *PurchasesSubscriptionsRevokeCall) Fields(s ...googleapi.Field) *PurchasesSubscriptionsRevokeCall
- func (c *PurchasesSubscriptionsRevokeCall) Header() http.Header
- type PurchasesSubscriptionsService
- func (r *PurchasesSubscriptionsService) Cancel(packageName string, subscriptionId string, token string) *PurchasesSubscriptionsCancelCall
- func (r *PurchasesSubscriptionsService) Defer(packageName string, subscriptionId string, token string, ...) *PurchasesSubscriptionsDeferCall
- func (r *PurchasesSubscriptionsService) Get(packageName string, subscriptionId string, token string) *PurchasesSubscriptionsGetCall
- func (r *PurchasesSubscriptionsService) Refund(packageName string, subscriptionId string, token string) *PurchasesSubscriptionsRefundCall
- func (r *PurchasesSubscriptionsService) Revoke(packageName string, subscriptionId string, token string) *PurchasesSubscriptionsRevokeCall
- type PurchasesVoidedpurchasesListCall
- func (c *PurchasesVoidedpurchasesListCall) Context(ctx context.Context) *PurchasesVoidedpurchasesListCall
- func (c *PurchasesVoidedpurchasesListCall) Do(opts ...googleapi.CallOption) (*VoidedPurchasesListResponse, error)
- func (c *PurchasesVoidedpurchasesListCall) EndTime(endTime int64) *PurchasesVoidedpurchasesListCall
- func (c *PurchasesVoidedpurchasesListCall) Fields(s ...googleapi.Field) *PurchasesVoidedpurchasesListCall
- func (c *PurchasesVoidedpurchasesListCall) Header() http.Header
- func (c *PurchasesVoidedpurchasesListCall) IfNoneMatch(entityTag string) *PurchasesVoidedpurchasesListCall
- func (c *PurchasesVoidedpurchasesListCall) MaxResults(maxResults int64) *PurchasesVoidedpurchasesListCall
- func (c *PurchasesVoidedpurchasesListCall) StartIndex(startIndex int64) *PurchasesVoidedpurchasesListCall
- func (c *PurchasesVoidedpurchasesListCall) StartTime(startTime int64) *PurchasesVoidedpurchasesListCall
- func (c *PurchasesVoidedpurchasesListCall) Token(token string) *PurchasesVoidedpurchasesListCall
- type PurchasesVoidedpurchasesService
- type Review
- type ReviewReplyResult
- type ReviewsGetCall
- func (c *ReviewsGetCall) Context(ctx context.Context) *ReviewsGetCall
- func (c *ReviewsGetCall) Do(opts ...googleapi.CallOption) (*Review, error)
- func (c *ReviewsGetCall) Fields(s ...googleapi.Field) *ReviewsGetCall
- func (c *ReviewsGetCall) Header() http.Header
- func (c *ReviewsGetCall) IfNoneMatch(entityTag string) *ReviewsGetCall
- func (c *ReviewsGetCall) TranslationLanguage(translationLanguage string) *ReviewsGetCall
- type ReviewsListCall
- func (c *ReviewsListCall) Context(ctx context.Context) *ReviewsListCall
- func (c *ReviewsListCall) Do(opts ...googleapi.CallOption) (*ReviewsListResponse, error)
- func (c *ReviewsListCall) Fields(s ...googleapi.Field) *ReviewsListCall
- func (c *ReviewsListCall) Header() http.Header
- func (c *ReviewsListCall) IfNoneMatch(entityTag string) *ReviewsListCall
- func (c *ReviewsListCall) MaxResults(maxResults int64) *ReviewsListCall
- func (c *ReviewsListCall) StartIndex(startIndex int64) *ReviewsListCall
- func (c *ReviewsListCall) Token(token string) *ReviewsListCall
- func (c *ReviewsListCall) TranslationLanguage(translationLanguage string) *ReviewsListCall
- type ReviewsListResponse
- type ReviewsReplyCall
- type ReviewsReplyRequest
- type ReviewsReplyResponse
- type ReviewsService
- type Season
- type Service
- type SubscriptionCancelSurveyResult
- type SubscriptionDeferralInfo
- type SubscriptionPriceChange
- type SubscriptionPurchase
- type SubscriptionPurchasesDeferRequest
- type SubscriptionPurchasesDeferResponse
- type Testers
- type Timestamp
- type TokenPagination
- type Track
- type TracksListResponse
- type UserComment
- type VoidedPurchase
- type VoidedPurchasesListResponse
Constants ¶
const (
// View and manage your Google Play Developer account
AndroidpublisherScope = "https://www.googleapis.com/auth/androidpublisher"
)
OAuth2 scopes used by this API.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Apk ¶
type Apk struct { // Binary: Information about the binary payload of this APK. Binary *ApkBinary `json:"binary,omitempty"` // VersionCode: The version code of the APK, as specified in the APK's // manifest file. VersionCode int64 `json:"versionCode,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Binary") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Binary") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*Apk) MarshalJSON ¶
type ApkBinary ¶
type ApkBinary struct { // Sha1: A sha1 hash of the APK payload, encoded as a hex string and // matching the output of the sha1sum command. Sha1 string `json:"sha1,omitempty"` // Sha256: A sha256 hash of the APK payload, encoded as a hex string and // matching the output of the sha256sum command. Sha256 string `json:"sha256,omitempty"` // ForceSendFields is a list of field names (e.g. "Sha1") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Sha1") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ApkBinary: Represents the binary payload of an APK.
func (*ApkBinary) MarshalJSON ¶
type ApkListing ¶
type ApkListing struct { // Language: The language code, in BCP 47 format (eg "en-US"). Language string `json:"language,omitempty"` // RecentChanges: Describe what's new in your APK. RecentChanges string `json:"recentChanges,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Language") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Language") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ApkListing) MarshalJSON ¶
func (s *ApkListing) MarshalJSON() ([]byte, error)
type ApkListingsListResponse ¶
type ApkListingsListResponse struct { // Kind: Identifies what kind of resource this is. Value: the fixed // string "androidpublisher#apkListingsListResponse". Kind string `json:"kind,omitempty"` Listings []*ApkListing `json:"listings,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Kind") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Kind") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ApkListingsListResponse) MarshalJSON ¶
func (s *ApkListingsListResponse) MarshalJSON() ([]byte, error)
type ApksAddExternallyHostedRequest ¶
type ApksAddExternallyHostedRequest struct { // ExternallyHostedApk: The definition of the externally-hosted APK and // where it is located. ExternallyHostedApk *ExternallyHostedApk `json:"externallyHostedApk,omitempty"` // ForceSendFields is a list of field names (e.g. "ExternallyHostedApk") // to unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ExternallyHostedApk") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
func (*ApksAddExternallyHostedRequest) MarshalJSON ¶
func (s *ApksAddExternallyHostedRequest) MarshalJSON() ([]byte, error)
type ApksAddExternallyHostedResponse ¶
type ApksAddExternallyHostedResponse struct { // ExternallyHostedApk: The definition of the externally-hosted APK and // where it is located. ExternallyHostedApk *ExternallyHostedApk `json:"externallyHostedApk,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "ExternallyHostedApk") // to unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ExternallyHostedApk") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
func (*ApksAddExternallyHostedResponse) MarshalJSON ¶
func (s *ApksAddExternallyHostedResponse) MarshalJSON() ([]byte, error)
type ApksListResponse ¶
type ApksListResponse struct { Apks []*Apk `json:"apks,omitempty"` // Kind: Identifies what kind of resource this is. Value: the fixed // string "androidpublisher#apksListResponse". Kind string `json:"kind,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Apks") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Apks") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ApksListResponse) MarshalJSON ¶
func (s *ApksListResponse) MarshalJSON() ([]byte, error)
type AppDetails ¶
type AppDetails struct { // ContactEmail: The user-visible support email for this app. ContactEmail string `json:"contactEmail,omitempty"` // ContactPhone: The user-visible support telephone number for this app. ContactPhone string `json:"contactPhone,omitempty"` // ContactWebsite: The user-visible website for this app. ContactWebsite string `json:"contactWebsite,omitempty"` // DefaultLanguage: Default language code, in BCP 47 format (eg // "en-US"). DefaultLanguage string `json:"defaultLanguage,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "ContactEmail") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ContactEmail") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*AppDetails) MarshalJSON ¶
func (s *AppDetails) MarshalJSON() ([]byte, error)
type AppEdit ¶
type AppEdit struct { // ExpiryTimeSeconds: The time at which the edit will expire and will be // no longer valid for use in any subsequent API calls (encoded as // seconds since the Epoch). ExpiryTimeSeconds string `json:"expiryTimeSeconds,omitempty"` // Id: The ID of the edit that can be used in subsequent API calls. Id string `json:"id,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "ExpiryTimeSeconds") // to unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ExpiryTimeSeconds") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
AppEdit: Represents an edit of an app. An edit allows clients to make multiple changes before committing them in one operation.
func (*AppEdit) MarshalJSON ¶
type Bundle ¶
type Bundle struct { // Sha1: A sha1 hash of the upload payload, encoded as a hex string and // matching the output of the sha1sum command. Sha1 string `json:"sha1,omitempty"` // Sha256: A sha256 hash of the upload payload, encoded as a hex string // and matching the output of the sha256sum command. Sha256 string `json:"sha256,omitempty"` // VersionCode: The version code of the Android App Bundle. As specified // in the Android App Bundle's base module APK manifest file. VersionCode int64 `json:"versionCode,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Sha1") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Sha1") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*Bundle) MarshalJSON ¶
type BundlesListResponse ¶
type BundlesListResponse struct { Bundles []*Bundle `json:"bundles,omitempty"` // Kind: Identifies what kind of resource this is. Value: the fixed // string "androidpublisher#bundlesListResponse". Kind string `json:"kind,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Bundles") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Bundles") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*BundlesListResponse) MarshalJSON ¶
func (s *BundlesListResponse) MarshalJSON() ([]byte, error)
type Comment ¶
type Comment struct { // DeveloperComment: A comment from a developer. DeveloperComment *DeveloperComment `json:"developerComment,omitempty"` // UserComment: A comment from a user. UserComment *UserComment `json:"userComment,omitempty"` // ForceSendFields is a list of field names (e.g. "DeveloperComment") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DeveloperComment") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
func (*Comment) MarshalJSON ¶
type DeobfuscationFile ¶
type DeobfuscationFile struct { // SymbolType: The type of the deobfuscation file. SymbolType string `json:"symbolType,omitempty"` // ForceSendFields is a list of field names (e.g. "SymbolType") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "SymbolType") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
DeobfuscationFile: Represents a deobfuscation file.
func (*DeobfuscationFile) MarshalJSON ¶
func (s *DeobfuscationFile) MarshalJSON() ([]byte, error)
type DeobfuscationFilesUploadResponse ¶
type DeobfuscationFilesUploadResponse struct { DeobfuscationFile *DeobfuscationFile `json:"deobfuscationFile,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "DeobfuscationFile") // to unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DeobfuscationFile") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
func (*DeobfuscationFilesUploadResponse) MarshalJSON ¶
func (s *DeobfuscationFilesUploadResponse) MarshalJSON() ([]byte, error)
type DeveloperComment ¶
type DeveloperComment struct { // LastModified: The last time at which this comment was updated. LastModified *Timestamp `json:"lastModified,omitempty"` // Text: The content of the comment, i.e. reply body. Text string `json:"text,omitempty"` // ForceSendFields is a list of field names (e.g. "LastModified") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "LastModified") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*DeveloperComment) MarshalJSON ¶
func (s *DeveloperComment) MarshalJSON() ([]byte, error)
type DeviceMetadata ¶
type DeviceMetadata struct { // CpuMake: Device CPU make e.g. "Qualcomm" CpuMake string `json:"cpuMake,omitempty"` // CpuModel: Device CPU model e.g. "MSM8974" CpuModel string `json:"cpuModel,omitempty"` // DeviceClass: Device class (e.g. tablet) DeviceClass string `json:"deviceClass,omitempty"` // GlEsVersion: OpenGL version GlEsVersion int64 `json:"glEsVersion,omitempty"` // Manufacturer: Device manufacturer (e.g. Motorola) Manufacturer string `json:"manufacturer,omitempty"` // NativePlatform: Comma separated list of native platforms (e.g. "arm", // "arm7") NativePlatform string `json:"nativePlatform,omitempty"` // ProductName: Device model name (e.g. Droid) ProductName string `json:"productName,omitempty"` // RamMb: Device RAM in Megabytes e.g. "2048" RamMb int64 `json:"ramMb,omitempty"` // ScreenDensityDpi: Screen density in DPI ScreenDensityDpi int64 `json:"screenDensityDpi,omitempty"` // ScreenHeightPx: Screen height in pixels ScreenHeightPx int64 `json:"screenHeightPx,omitempty"` // ScreenWidthPx: Screen width in pixels ScreenWidthPx int64 `json:"screenWidthPx,omitempty"` // ForceSendFields is a list of field names (e.g. "CpuMake") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CpuMake") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*DeviceMetadata) MarshalJSON ¶
func (s *DeviceMetadata) MarshalJSON() ([]byte, error)
type EditsApklistingsDeleteCall ¶
type EditsApklistingsDeleteCall struct {
// contains filtered or unexported fields
}
func (*EditsApklistingsDeleteCall) Context ¶
func (c *EditsApklistingsDeleteCall) Context(ctx context.Context) *EditsApklistingsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsApklistingsDeleteCall) Do ¶
func (c *EditsApklistingsDeleteCall) Do(opts ...googleapi.CallOption) error
Do executes the "androidpublisher.edits.apklistings.delete" call.
func (*EditsApklistingsDeleteCall) Fields ¶
func (c *EditsApklistingsDeleteCall) Fields(s ...googleapi.Field) *EditsApklistingsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsApklistingsDeleteCall) Header ¶
func (c *EditsApklistingsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type EditsApklistingsDeleteallCall ¶
type EditsApklistingsDeleteallCall struct {
// contains filtered or unexported fields
}
func (*EditsApklistingsDeleteallCall) Context ¶
func (c *EditsApklistingsDeleteallCall) Context(ctx context.Context) *EditsApklistingsDeleteallCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsApklistingsDeleteallCall) Do ¶
func (c *EditsApklistingsDeleteallCall) Do(opts ...googleapi.CallOption) error
Do executes the "androidpublisher.edits.apklistings.deleteall" call.
func (*EditsApklistingsDeleteallCall) Fields ¶
func (c *EditsApklistingsDeleteallCall) Fields(s ...googleapi.Field) *EditsApklistingsDeleteallCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsApklistingsDeleteallCall) Header ¶
func (c *EditsApklistingsDeleteallCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type EditsApklistingsGetCall ¶
type EditsApklistingsGetCall struct {
// contains filtered or unexported fields
}
func (*EditsApklistingsGetCall) Context ¶
func (c *EditsApklistingsGetCall) Context(ctx context.Context) *EditsApklistingsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsApklistingsGetCall) Do ¶
func (c *EditsApklistingsGetCall) Do(opts ...googleapi.CallOption) (*ApkListing, error)
Do executes the "androidpublisher.edits.apklistings.get" call. Exactly one of *ApkListing or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ApkListing.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsApklistingsGetCall) Fields ¶
func (c *EditsApklistingsGetCall) Fields(s ...googleapi.Field) *EditsApklistingsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsApklistingsGetCall) Header ¶
func (c *EditsApklistingsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*EditsApklistingsGetCall) IfNoneMatch ¶
func (c *EditsApklistingsGetCall) IfNoneMatch(entityTag string) *EditsApklistingsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type EditsApklistingsListCall ¶
type EditsApklistingsListCall struct {
// contains filtered or unexported fields
}
func (*EditsApklistingsListCall) Context ¶
func (c *EditsApklistingsListCall) Context(ctx context.Context) *EditsApklistingsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsApklistingsListCall) Do ¶
func (c *EditsApklistingsListCall) Do(opts ...googleapi.CallOption) (*ApkListingsListResponse, error)
Do executes the "androidpublisher.edits.apklistings.list" call. Exactly one of *ApkListingsListResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ApkListingsListResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsApklistingsListCall) Fields ¶
func (c *EditsApklistingsListCall) Fields(s ...googleapi.Field) *EditsApklistingsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsApklistingsListCall) Header ¶
func (c *EditsApklistingsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*EditsApklistingsListCall) IfNoneMatch ¶
func (c *EditsApklistingsListCall) IfNoneMatch(entityTag string) *EditsApklistingsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type EditsApklistingsPatchCall ¶
type EditsApklistingsPatchCall struct {
// contains filtered or unexported fields
}
func (*EditsApklistingsPatchCall) Context ¶
func (c *EditsApklistingsPatchCall) Context(ctx context.Context) *EditsApklistingsPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsApklistingsPatchCall) Do ¶
func (c *EditsApklistingsPatchCall) Do(opts ...googleapi.CallOption) (*ApkListing, error)
Do executes the "androidpublisher.edits.apklistings.patch" call. Exactly one of *ApkListing or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ApkListing.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsApklistingsPatchCall) Fields ¶
func (c *EditsApklistingsPatchCall) Fields(s ...googleapi.Field) *EditsApklistingsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsApklistingsPatchCall) Header ¶
func (c *EditsApklistingsPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type EditsApklistingsService ¶
type EditsApklistingsService struct {
// contains filtered or unexported fields
}
func NewEditsApklistingsService ¶
func NewEditsApklistingsService(s *Service) *EditsApklistingsService
func (*EditsApklistingsService) Delete ¶
func (r *EditsApklistingsService) Delete(packageNameid string, editId string, apkVersionCode int64, language string) *EditsApklistingsDeleteCall
Delete: Deletes the APK-specific localized listing for a specified APK and language code.
func (*EditsApklistingsService) Deleteall ¶
func (r *EditsApklistingsService) Deleteall(packageNameid string, editId string, apkVersionCode int64) *EditsApklistingsDeleteallCall
Deleteall: Deletes all the APK-specific localized listings for a specified APK.
func (*EditsApklistingsService) Get ¶
func (r *EditsApklistingsService) Get(packageNameid string, editId string, apkVersionCode int64, language string) *EditsApklistingsGetCall
Get: Fetches the APK-specific localized listing for a specified APK and language code.
func (*EditsApklistingsService) List ¶
func (r *EditsApklistingsService) List(packageNameid string, editId string, apkVersionCode int64) *EditsApklistingsListCall
List: Lists all the APK-specific localized listings for a specified APK.
func (*EditsApklistingsService) Patch ¶
func (r *EditsApklistingsService) Patch(packageNameid string, editId string, apkVersionCode int64, language string, apklisting *ApkListing) *EditsApklistingsPatchCall
Patch: Updates or creates the APK-specific localized listing for a specified APK and language code. This method supports patch semantics.
func (*EditsApklistingsService) Update ¶
func (r *EditsApklistingsService) Update(packageNameid string, editId string, apkVersionCode int64, language string, apklisting *ApkListing) *EditsApklistingsUpdateCall
Update: Updates or creates the APK-specific localized listing for a specified APK and language code.
type EditsApklistingsUpdateCall ¶
type EditsApklistingsUpdateCall struct {
// contains filtered or unexported fields
}
func (*EditsApklistingsUpdateCall) Context ¶
func (c *EditsApklistingsUpdateCall) Context(ctx context.Context) *EditsApklistingsUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsApklistingsUpdateCall) Do ¶
func (c *EditsApklistingsUpdateCall) Do(opts ...googleapi.CallOption) (*ApkListing, error)
Do executes the "androidpublisher.edits.apklistings.update" call. Exactly one of *ApkListing or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ApkListing.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsApklistingsUpdateCall) Fields ¶
func (c *EditsApklistingsUpdateCall) Fields(s ...googleapi.Field) *EditsApklistingsUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsApklistingsUpdateCall) Header ¶
func (c *EditsApklistingsUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type EditsApksAddexternallyhostedCall ¶
type EditsApksAddexternallyhostedCall struct {
// contains filtered or unexported fields
}
func (*EditsApksAddexternallyhostedCall) Context ¶
func (c *EditsApksAddexternallyhostedCall) Context(ctx context.Context) *EditsApksAddexternallyhostedCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsApksAddexternallyhostedCall) Do ¶
func (c *EditsApksAddexternallyhostedCall) Do(opts ...googleapi.CallOption) (*ApksAddExternallyHostedResponse, error)
Do executes the "androidpublisher.edits.apks.addexternallyhosted" call. Exactly one of *ApksAddExternallyHostedResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ApksAddExternallyHostedResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsApksAddexternallyhostedCall) Fields ¶
func (c *EditsApksAddexternallyhostedCall) Fields(s ...googleapi.Field) *EditsApksAddexternallyhostedCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsApksAddexternallyhostedCall) Header ¶
func (c *EditsApksAddexternallyhostedCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type EditsApksListCall ¶
type EditsApksListCall struct {
// contains filtered or unexported fields
}
func (*EditsApksListCall) Context ¶
func (c *EditsApksListCall) Context(ctx context.Context) *EditsApksListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsApksListCall) Do ¶
func (c *EditsApksListCall) Do(opts ...googleapi.CallOption) (*ApksListResponse, error)
Do executes the "androidpublisher.edits.apks.list" call. Exactly one of *ApksListResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ApksListResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsApksListCall) Fields ¶
func (c *EditsApksListCall) Fields(s ...googleapi.Field) *EditsApksListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsApksListCall) Header ¶
func (c *EditsApksListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*EditsApksListCall) IfNoneMatch ¶
func (c *EditsApksListCall) IfNoneMatch(entityTag string) *EditsApksListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type EditsApksService ¶
type EditsApksService struct {
// contains filtered or unexported fields
}
func NewEditsApksService ¶
func NewEditsApksService(s *Service) *EditsApksService
func (*EditsApksService) Addexternallyhosted ¶
func (r *EditsApksService) Addexternallyhosted(packageNameid string, editId string, apksaddexternallyhostedrequest *ApksAddExternallyHostedRequest) *EditsApksAddexternallyhostedCall
Addexternallyhosted: Creates a new APK without uploading the APK itself to Google Play, instead hosting the APK at a specified URL. This function is only available to enterprises using Google Play for Work whose application is configured to restrict distribution to the enterprise domain.
func (*EditsApksService) List ¶
func (r *EditsApksService) List(packageNameid string, editId string) *EditsApksListCall
List:
func (*EditsApksService) Upload ¶
func (r *EditsApksService) Upload(packageNameid string, editId string) *EditsApksUploadCall
Upload:
type EditsApksUploadCall ¶
type EditsApksUploadCall struct {
// contains filtered or unexported fields
}
func (*EditsApksUploadCall) Context ¶
func (c *EditsApksUploadCall) Context(ctx context.Context) *EditsApksUploadCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled. This context will supersede any context previously provided to the ResumableMedia method.
func (*EditsApksUploadCall) Do ¶
func (c *EditsApksUploadCall) Do(opts ...googleapi.CallOption) (*Apk, error)
Do executes the "androidpublisher.edits.apks.upload" call. Exactly one of *Apk or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Apk.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsApksUploadCall) Fields ¶
func (c *EditsApksUploadCall) Fields(s ...googleapi.Field) *EditsApksUploadCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsApksUploadCall) Header ¶
func (c *EditsApksUploadCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*EditsApksUploadCall) Media ¶
func (c *EditsApksUploadCall) Media(r io.Reader, options ...googleapi.MediaOption) *EditsApksUploadCall
Media specifies the media to upload in one or more chunks. The chunk size may be controlled by supplying a MediaOption generated by googleapi.ChunkSize. The chunk size defaults to googleapi.DefaultUploadChunkSize.The Content-Type header used in the upload request will be determined by sniffing the contents of r, unless a MediaOption generated by googleapi.ContentType is supplied. At most one of Media and ResumableMedia may be set.
func (*EditsApksUploadCall) ProgressUpdater ¶
func (c *EditsApksUploadCall) ProgressUpdater(pu googleapi.ProgressUpdater) *EditsApksUploadCall
ProgressUpdater provides a callback function that will be called after every chunk. It should be a low-latency function in order to not slow down the upload operation. This should only be called when using ResumableMedia (as opposed to Media).
func (*EditsApksUploadCall) ResumableMedia
deprecated
func (c *EditsApksUploadCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *EditsApksUploadCall
ResumableMedia specifies the media to upload in chunks and can be canceled with ctx.
Deprecated: use Media instead.
At most one of Media and ResumableMedia may be set. mediaType identifies the MIME media type of the upload, such as "image/png". If mediaType is "", it will be auto-detected. The provided ctx will supersede any context previously provided to the Context method.
type EditsBundlesListCall ¶
type EditsBundlesListCall struct {
// contains filtered or unexported fields
}
func (*EditsBundlesListCall) Context ¶
func (c *EditsBundlesListCall) Context(ctx context.Context) *EditsBundlesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsBundlesListCall) Do ¶
func (c *EditsBundlesListCall) Do(opts ...googleapi.CallOption) (*BundlesListResponse, error)
Do executes the "androidpublisher.edits.bundles.list" call. Exactly one of *BundlesListResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *BundlesListResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsBundlesListCall) Fields ¶
func (c *EditsBundlesListCall) Fields(s ...googleapi.Field) *EditsBundlesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsBundlesListCall) Header ¶
func (c *EditsBundlesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*EditsBundlesListCall) IfNoneMatch ¶
func (c *EditsBundlesListCall) IfNoneMatch(entityTag string) *EditsBundlesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type EditsBundlesService ¶
type EditsBundlesService struct {
// contains filtered or unexported fields
}
func NewEditsBundlesService ¶
func NewEditsBundlesService(s *Service) *EditsBundlesService
func (*EditsBundlesService) List ¶
func (r *EditsBundlesService) List(packageNameid string, editId string) *EditsBundlesListCall
List:
func (*EditsBundlesService) Upload ¶
func (r *EditsBundlesService) Upload(packageNameid string, editId string) *EditsBundlesUploadCall
Upload: Uploads a new Android App Bundle to this edit. If you are using the Google API client libraries, please increase the timeout of the http request before calling this endpoint (a timeout of 2 minutes is recommended). See: https://developers.google.com/api-client-library/java/google-api-java-client/errors for an example in java.
type EditsBundlesUploadCall ¶
type EditsBundlesUploadCall struct {
// contains filtered or unexported fields
}
func (*EditsBundlesUploadCall) Context ¶
func (c *EditsBundlesUploadCall) Context(ctx context.Context) *EditsBundlesUploadCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled. This context will supersede any context previously provided to the ResumableMedia method.
func (*EditsBundlesUploadCall) Do ¶
func (c *EditsBundlesUploadCall) Do(opts ...googleapi.CallOption) (*Bundle, error)
Do executes the "androidpublisher.edits.bundles.upload" call. Exactly one of *Bundle or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Bundle.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsBundlesUploadCall) Fields ¶
func (c *EditsBundlesUploadCall) Fields(s ...googleapi.Field) *EditsBundlesUploadCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsBundlesUploadCall) Header ¶
func (c *EditsBundlesUploadCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*EditsBundlesUploadCall) Media ¶
func (c *EditsBundlesUploadCall) Media(r io.Reader, options ...googleapi.MediaOption) *EditsBundlesUploadCall
Media specifies the media to upload in one or more chunks. The chunk size may be controlled by supplying a MediaOption generated by googleapi.ChunkSize. The chunk size defaults to googleapi.DefaultUploadChunkSize.The Content-Type header used in the upload request will be determined by sniffing the contents of r, unless a MediaOption generated by googleapi.ContentType is supplied. At most one of Media and ResumableMedia may be set.
func (*EditsBundlesUploadCall) ProgressUpdater ¶
func (c *EditsBundlesUploadCall) ProgressUpdater(pu googleapi.ProgressUpdater) *EditsBundlesUploadCall
ProgressUpdater provides a callback function that will be called after every chunk. It should be a low-latency function in order to not slow down the upload operation. This should only be called when using ResumableMedia (as opposed to Media).
func (*EditsBundlesUploadCall) ResumableMedia
deprecated
func (c *EditsBundlesUploadCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *EditsBundlesUploadCall
ResumableMedia specifies the media to upload in chunks and can be canceled with ctx.
Deprecated: use Media instead.
At most one of Media and ResumableMedia may be set. mediaType identifies the MIME media type of the upload, such as "image/png". If mediaType is "", it will be auto-detected. The provided ctx will supersede any context previously provided to the Context method.
type EditsCommitCall ¶
type EditsCommitCall struct {
// contains filtered or unexported fields
}
func (*EditsCommitCall) Context ¶
func (c *EditsCommitCall) Context(ctx context.Context) *EditsCommitCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsCommitCall) Do ¶
func (c *EditsCommitCall) Do(opts ...googleapi.CallOption) (*AppEdit, error)
Do executes the "androidpublisher.edits.commit" call. Exactly one of *AppEdit or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *AppEdit.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsCommitCall) Fields ¶
func (c *EditsCommitCall) Fields(s ...googleapi.Field) *EditsCommitCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsCommitCall) Header ¶
func (c *EditsCommitCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type EditsDeleteCall ¶
type EditsDeleteCall struct {
// contains filtered or unexported fields
}
func (*EditsDeleteCall) Context ¶
func (c *EditsDeleteCall) Context(ctx context.Context) *EditsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsDeleteCall) Do ¶
func (c *EditsDeleteCall) Do(opts ...googleapi.CallOption) error
Do executes the "androidpublisher.edits.delete" call.
func (*EditsDeleteCall) Fields ¶
func (c *EditsDeleteCall) Fields(s ...googleapi.Field) *EditsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsDeleteCall) Header ¶
func (c *EditsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type EditsDeobfuscationfilesService ¶
type EditsDeobfuscationfilesService struct {
// contains filtered or unexported fields
}
func NewEditsDeobfuscationfilesService ¶
func NewEditsDeobfuscationfilesService(s *Service) *EditsDeobfuscationfilesService
func (*EditsDeobfuscationfilesService) Upload ¶
func (r *EditsDeobfuscationfilesService) Upload(packageNameid string, editId string, apkVersionCode int64, deobfuscationFileType string) *EditsDeobfuscationfilesUploadCall
Upload: Uploads the deobfuscation file of the specified APK. If a deobfuscation file already exists, it will be replaced.
type EditsDeobfuscationfilesUploadCall ¶
type EditsDeobfuscationfilesUploadCall struct {
// contains filtered or unexported fields
}
func (*EditsDeobfuscationfilesUploadCall) Context ¶
func (c *EditsDeobfuscationfilesUploadCall) Context(ctx context.Context) *EditsDeobfuscationfilesUploadCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled. This context will supersede any context previously provided to the ResumableMedia method.
func (*EditsDeobfuscationfilesUploadCall) Do ¶
func (c *EditsDeobfuscationfilesUploadCall) Do(opts ...googleapi.CallOption) (*DeobfuscationFilesUploadResponse, error)
Do executes the "androidpublisher.edits.deobfuscationfiles.upload" call. Exactly one of *DeobfuscationFilesUploadResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *DeobfuscationFilesUploadResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsDeobfuscationfilesUploadCall) Fields ¶
func (c *EditsDeobfuscationfilesUploadCall) Fields(s ...googleapi.Field) *EditsDeobfuscationfilesUploadCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsDeobfuscationfilesUploadCall) Header ¶
func (c *EditsDeobfuscationfilesUploadCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*EditsDeobfuscationfilesUploadCall) Media ¶
func (c *EditsDeobfuscationfilesUploadCall) Media(r io.Reader, options ...googleapi.MediaOption) *EditsDeobfuscationfilesUploadCall
Media specifies the media to upload in one or more chunks. The chunk size may be controlled by supplying a MediaOption generated by googleapi.ChunkSize. The chunk size defaults to googleapi.DefaultUploadChunkSize.The Content-Type header used in the upload request will be determined by sniffing the contents of r, unless a MediaOption generated by googleapi.ContentType is supplied. At most one of Media and ResumableMedia may be set.
func (*EditsDeobfuscationfilesUploadCall) ProgressUpdater ¶
func (c *EditsDeobfuscationfilesUploadCall) ProgressUpdater(pu googleapi.ProgressUpdater) *EditsDeobfuscationfilesUploadCall
ProgressUpdater provides a callback function that will be called after every chunk. It should be a low-latency function in order to not slow down the upload operation. This should only be called when using ResumableMedia (as opposed to Media).
func (*EditsDeobfuscationfilesUploadCall) ResumableMedia
deprecated
func (c *EditsDeobfuscationfilesUploadCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *EditsDeobfuscationfilesUploadCall
ResumableMedia specifies the media to upload in chunks and can be canceled with ctx.
Deprecated: use Media instead.
At most one of Media and ResumableMedia may be set. mediaType identifies the MIME media type of the upload, such as "image/png". If mediaType is "", it will be auto-detected. The provided ctx will supersede any context previously provided to the Context method.
type EditsDetailsGetCall ¶
type EditsDetailsGetCall struct {
// contains filtered or unexported fields
}
func (*EditsDetailsGetCall) Context ¶
func (c *EditsDetailsGetCall) Context(ctx context.Context) *EditsDetailsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsDetailsGetCall) Do ¶
func (c *EditsDetailsGetCall) Do(opts ...googleapi.CallOption) (*AppDetails, error)
Do executes the "androidpublisher.edits.details.get" call. Exactly one of *AppDetails or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *AppDetails.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsDetailsGetCall) Fields ¶
func (c *EditsDetailsGetCall) Fields(s ...googleapi.Field) *EditsDetailsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsDetailsGetCall) Header ¶
func (c *EditsDetailsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*EditsDetailsGetCall) IfNoneMatch ¶
func (c *EditsDetailsGetCall) IfNoneMatch(entityTag string) *EditsDetailsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type EditsDetailsPatchCall ¶
type EditsDetailsPatchCall struct {
// contains filtered or unexported fields
}
func (*EditsDetailsPatchCall) Context ¶
func (c *EditsDetailsPatchCall) Context(ctx context.Context) *EditsDetailsPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsDetailsPatchCall) Do ¶
func (c *EditsDetailsPatchCall) Do(opts ...googleapi.CallOption) (*AppDetails, error)
Do executes the "androidpublisher.edits.details.patch" call. Exactly one of *AppDetails or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *AppDetails.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsDetailsPatchCall) Fields ¶
func (c *EditsDetailsPatchCall) Fields(s ...googleapi.Field) *EditsDetailsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsDetailsPatchCall) Header ¶
func (c *EditsDetailsPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type EditsDetailsService ¶
type EditsDetailsService struct {
// contains filtered or unexported fields
}
func NewEditsDetailsService ¶
func NewEditsDetailsService(s *Service) *EditsDetailsService
func (*EditsDetailsService) Get ¶
func (r *EditsDetailsService) Get(packageNameid string, editId string) *EditsDetailsGetCall
Get: Fetches app details for this edit. This includes the default language and developer support contact information.
func (*EditsDetailsService) Patch ¶
func (r *EditsDetailsService) Patch(packageNameid string, editId string, appdetails *AppDetails) *EditsDetailsPatchCall
Patch: Updates app details for this edit. This method supports patch semantics.
func (*EditsDetailsService) Update ¶
func (r *EditsDetailsService) Update(packageNameid string, editId string, appdetails *AppDetails) *EditsDetailsUpdateCall
Update: Updates app details for this edit.
type EditsDetailsUpdateCall ¶
type EditsDetailsUpdateCall struct {
// contains filtered or unexported fields
}
func (*EditsDetailsUpdateCall) Context ¶
func (c *EditsDetailsUpdateCall) Context(ctx context.Context) *EditsDetailsUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsDetailsUpdateCall) Do ¶
func (c *EditsDetailsUpdateCall) Do(opts ...googleapi.CallOption) (*AppDetails, error)
Do executes the "androidpublisher.edits.details.update" call. Exactly one of *AppDetails or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *AppDetails.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsDetailsUpdateCall) Fields ¶
func (c *EditsDetailsUpdateCall) Fields(s ...googleapi.Field) *EditsDetailsUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsDetailsUpdateCall) Header ¶
func (c *EditsDetailsUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type EditsExpansionfilesGetCall ¶
type EditsExpansionfilesGetCall struct {
// contains filtered or unexported fields
}
func (*EditsExpansionfilesGetCall) Context ¶
func (c *EditsExpansionfilesGetCall) Context(ctx context.Context) *EditsExpansionfilesGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsExpansionfilesGetCall) Do ¶
func (c *EditsExpansionfilesGetCall) Do(opts ...googleapi.CallOption) (*ExpansionFile, error)
Do executes the "androidpublisher.edits.expansionfiles.get" call. Exactly one of *ExpansionFile or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ExpansionFile.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsExpansionfilesGetCall) Fields ¶
func (c *EditsExpansionfilesGetCall) Fields(s ...googleapi.Field) *EditsExpansionfilesGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsExpansionfilesGetCall) Header ¶
func (c *EditsExpansionfilesGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*EditsExpansionfilesGetCall) IfNoneMatch ¶
func (c *EditsExpansionfilesGetCall) IfNoneMatch(entityTag string) *EditsExpansionfilesGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type EditsExpansionfilesPatchCall ¶
type EditsExpansionfilesPatchCall struct {
// contains filtered or unexported fields
}
func (*EditsExpansionfilesPatchCall) Context ¶
func (c *EditsExpansionfilesPatchCall) Context(ctx context.Context) *EditsExpansionfilesPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsExpansionfilesPatchCall) Do ¶
func (c *EditsExpansionfilesPatchCall) Do(opts ...googleapi.CallOption) (*ExpansionFile, error)
Do executes the "androidpublisher.edits.expansionfiles.patch" call. Exactly one of *ExpansionFile or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ExpansionFile.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsExpansionfilesPatchCall) Fields ¶
func (c *EditsExpansionfilesPatchCall) Fields(s ...googleapi.Field) *EditsExpansionfilesPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsExpansionfilesPatchCall) Header ¶
func (c *EditsExpansionfilesPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type EditsExpansionfilesService ¶
type EditsExpansionfilesService struct {
// contains filtered or unexported fields
}
func NewEditsExpansionfilesService ¶
func NewEditsExpansionfilesService(s *Service) *EditsExpansionfilesService
func (*EditsExpansionfilesService) Get ¶
func (r *EditsExpansionfilesService) Get(packageNameid string, editId string, apkVersionCode int64, expansionFileType string) *EditsExpansionfilesGetCall
Get: Fetches the Expansion File configuration for the APK specified.
func (*EditsExpansionfilesService) Patch ¶
func (r *EditsExpansionfilesService) Patch(packageNameid string, editId string, apkVersionCode int64, expansionFileType string, expansionfile *ExpansionFile) *EditsExpansionfilesPatchCall
Patch: Updates the APK's Expansion File configuration to reference another APK's Expansion Files. To add a new Expansion File use the Upload method. This method supports patch semantics.
func (*EditsExpansionfilesService) Update ¶
func (r *EditsExpansionfilesService) Update(packageNameid string, editId string, apkVersionCode int64, expansionFileType string, expansionfile *ExpansionFile) *EditsExpansionfilesUpdateCall
Update: Updates the APK's Expansion File configuration to reference another APK's Expansion Files. To add a new Expansion File use the Upload method.
func (*EditsExpansionfilesService) Upload ¶
func (r *EditsExpansionfilesService) Upload(packageNameid string, editId string, apkVersionCode int64, expansionFileType string) *EditsExpansionfilesUploadCall
Upload: Uploads and attaches a new Expansion File to the APK specified.
type EditsExpansionfilesUpdateCall ¶
type EditsExpansionfilesUpdateCall struct {
// contains filtered or unexported fields
}
func (*EditsExpansionfilesUpdateCall) Context ¶
func (c *EditsExpansionfilesUpdateCall) Context(ctx context.Context) *EditsExpansionfilesUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsExpansionfilesUpdateCall) Do ¶
func (c *EditsExpansionfilesUpdateCall) Do(opts ...googleapi.CallOption) (*ExpansionFile, error)
Do executes the "androidpublisher.edits.expansionfiles.update" call. Exactly one of *ExpansionFile or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ExpansionFile.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsExpansionfilesUpdateCall) Fields ¶
func (c *EditsExpansionfilesUpdateCall) Fields(s ...googleapi.Field) *EditsExpansionfilesUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsExpansionfilesUpdateCall) Header ¶
func (c *EditsExpansionfilesUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type EditsExpansionfilesUploadCall ¶
type EditsExpansionfilesUploadCall struct {
// contains filtered or unexported fields
}
func (*EditsExpansionfilesUploadCall) Context ¶
func (c *EditsExpansionfilesUploadCall) Context(ctx context.Context) *EditsExpansionfilesUploadCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled. This context will supersede any context previously provided to the ResumableMedia method.
func (*EditsExpansionfilesUploadCall) Do ¶
func (c *EditsExpansionfilesUploadCall) Do(opts ...googleapi.CallOption) (*ExpansionFilesUploadResponse, error)
Do executes the "androidpublisher.edits.expansionfiles.upload" call. Exactly one of *ExpansionFilesUploadResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ExpansionFilesUploadResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsExpansionfilesUploadCall) Fields ¶
func (c *EditsExpansionfilesUploadCall) Fields(s ...googleapi.Field) *EditsExpansionfilesUploadCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsExpansionfilesUploadCall) Header ¶
func (c *EditsExpansionfilesUploadCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*EditsExpansionfilesUploadCall) Media ¶
func (c *EditsExpansionfilesUploadCall) Media(r io.Reader, options ...googleapi.MediaOption) *EditsExpansionfilesUploadCall
Media specifies the media to upload in one or more chunks. The chunk size may be controlled by supplying a MediaOption generated by googleapi.ChunkSize. The chunk size defaults to googleapi.DefaultUploadChunkSize.The Content-Type header used in the upload request will be determined by sniffing the contents of r, unless a MediaOption generated by googleapi.ContentType is supplied. At most one of Media and ResumableMedia may be set.
func (*EditsExpansionfilesUploadCall) ProgressUpdater ¶
func (c *EditsExpansionfilesUploadCall) ProgressUpdater(pu googleapi.ProgressUpdater) *EditsExpansionfilesUploadCall
ProgressUpdater provides a callback function that will be called after every chunk. It should be a low-latency function in order to not slow down the upload operation. This should only be called when using ResumableMedia (as opposed to Media).
func (*EditsExpansionfilesUploadCall) ResumableMedia
deprecated
func (c *EditsExpansionfilesUploadCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *EditsExpansionfilesUploadCall
ResumableMedia specifies the media to upload in chunks and can be canceled with ctx.
Deprecated: use Media instead.
At most one of Media and ResumableMedia may be set. mediaType identifies the MIME media type of the upload, such as "image/png". If mediaType is "", it will be auto-detected. The provided ctx will supersede any context previously provided to the Context method.
type EditsGetCall ¶
type EditsGetCall struct {
// contains filtered or unexported fields
}
func (*EditsGetCall) Context ¶
func (c *EditsGetCall) Context(ctx context.Context) *EditsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsGetCall) Do ¶
func (c *EditsGetCall) Do(opts ...googleapi.CallOption) (*AppEdit, error)
Do executes the "androidpublisher.edits.get" call. Exactly one of *AppEdit or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *AppEdit.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsGetCall) Fields ¶
func (c *EditsGetCall) Fields(s ...googleapi.Field) *EditsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsGetCall) Header ¶
func (c *EditsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*EditsGetCall) IfNoneMatch ¶
func (c *EditsGetCall) IfNoneMatch(entityTag string) *EditsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type EditsImagesDeleteCall ¶
type EditsImagesDeleteCall struct {
// contains filtered or unexported fields
}
func (*EditsImagesDeleteCall) Context ¶
func (c *EditsImagesDeleteCall) Context(ctx context.Context) *EditsImagesDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsImagesDeleteCall) Do ¶
func (c *EditsImagesDeleteCall) Do(opts ...googleapi.CallOption) error
Do executes the "androidpublisher.edits.images.delete" call.
func (*EditsImagesDeleteCall) Fields ¶
func (c *EditsImagesDeleteCall) Fields(s ...googleapi.Field) *EditsImagesDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsImagesDeleteCall) Header ¶
func (c *EditsImagesDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type EditsImagesDeleteallCall ¶
type EditsImagesDeleteallCall struct {
// contains filtered or unexported fields
}
func (*EditsImagesDeleteallCall) Context ¶
func (c *EditsImagesDeleteallCall) Context(ctx context.Context) *EditsImagesDeleteallCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsImagesDeleteallCall) Do ¶
func (c *EditsImagesDeleteallCall) Do(opts ...googleapi.CallOption) (*ImagesDeleteAllResponse, error)
Do executes the "androidpublisher.edits.images.deleteall" call. Exactly one of *ImagesDeleteAllResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ImagesDeleteAllResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsImagesDeleteallCall) Fields ¶
func (c *EditsImagesDeleteallCall) Fields(s ...googleapi.Field) *EditsImagesDeleteallCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsImagesDeleteallCall) Header ¶
func (c *EditsImagesDeleteallCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type EditsImagesListCall ¶
type EditsImagesListCall struct {
// contains filtered or unexported fields
}
func (*EditsImagesListCall) Context ¶
func (c *EditsImagesListCall) Context(ctx context.Context) *EditsImagesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsImagesListCall) Do ¶
func (c *EditsImagesListCall) Do(opts ...googleapi.CallOption) (*ImagesListResponse, error)
Do executes the "androidpublisher.edits.images.list" call. Exactly one of *ImagesListResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ImagesListResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsImagesListCall) Fields ¶
func (c *EditsImagesListCall) Fields(s ...googleapi.Field) *EditsImagesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsImagesListCall) Header ¶
func (c *EditsImagesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*EditsImagesListCall) IfNoneMatch ¶
func (c *EditsImagesListCall) IfNoneMatch(entityTag string) *EditsImagesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type EditsImagesService ¶
type EditsImagesService struct {
// contains filtered or unexported fields
}
func NewEditsImagesService ¶
func NewEditsImagesService(s *Service) *EditsImagesService
func (*EditsImagesService) Delete ¶
func (r *EditsImagesService) Delete(packageNameid string, editId string, language string, imageType string, imageId string) *EditsImagesDeleteCall
Delete: Deletes the image (specified by id) from the edit.
func (*EditsImagesService) Deleteall ¶
func (r *EditsImagesService) Deleteall(packageNameid string, editId string, language string, imageType string) *EditsImagesDeleteallCall
Deleteall: Deletes all images for the specified language and image type.
func (*EditsImagesService) List ¶
func (r *EditsImagesService) List(packageNameid string, editId string, language string, imageType string) *EditsImagesListCall
List: Lists all images for the specified language and image type.
func (*EditsImagesService) Upload ¶
func (r *EditsImagesService) Upload(packageNameid string, editId string, language string, imageType string) *EditsImagesUploadCall
Upload: Uploads a new image and adds it to the list of images for the specified language and image type.
type EditsImagesUploadCall ¶
type EditsImagesUploadCall struct {
// contains filtered or unexported fields
}
func (*EditsImagesUploadCall) Context ¶
func (c *EditsImagesUploadCall) Context(ctx context.Context) *EditsImagesUploadCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled. This context will supersede any context previously provided to the ResumableMedia method.
func (*EditsImagesUploadCall) Do ¶
func (c *EditsImagesUploadCall) Do(opts ...googleapi.CallOption) (*ImagesUploadResponse, error)
Do executes the "androidpublisher.edits.images.upload" call. Exactly one of *ImagesUploadResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ImagesUploadResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsImagesUploadCall) Fields ¶
func (c *EditsImagesUploadCall) Fields(s ...googleapi.Field) *EditsImagesUploadCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsImagesUploadCall) Header ¶
func (c *EditsImagesUploadCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*EditsImagesUploadCall) Media ¶
func (c *EditsImagesUploadCall) Media(r io.Reader, options ...googleapi.MediaOption) *EditsImagesUploadCall
Media specifies the media to upload in one or more chunks. The chunk size may be controlled by supplying a MediaOption generated by googleapi.ChunkSize. The chunk size defaults to googleapi.DefaultUploadChunkSize.The Content-Type header used in the upload request will be determined by sniffing the contents of r, unless a MediaOption generated by googleapi.ContentType is supplied. At most one of Media and ResumableMedia may be set.
func (*EditsImagesUploadCall) ProgressUpdater ¶
func (c *EditsImagesUploadCall) ProgressUpdater(pu googleapi.ProgressUpdater) *EditsImagesUploadCall
ProgressUpdater provides a callback function that will be called after every chunk. It should be a low-latency function in order to not slow down the upload operation. This should only be called when using ResumableMedia (as opposed to Media).
func (*EditsImagesUploadCall) ResumableMedia
deprecated
func (c *EditsImagesUploadCall) ResumableMedia(ctx context.Context, r io.ReaderAt, size int64, mediaType string) *EditsImagesUploadCall
ResumableMedia specifies the media to upload in chunks and can be canceled with ctx.
Deprecated: use Media instead.
At most one of Media and ResumableMedia may be set. mediaType identifies the MIME media type of the upload, such as "image/png". If mediaType is "", it will be auto-detected. The provided ctx will supersede any context previously provided to the Context method.
type EditsInsertCall ¶
type EditsInsertCall struct {
// contains filtered or unexported fields
}
func (*EditsInsertCall) Context ¶
func (c *EditsInsertCall) Context(ctx context.Context) *EditsInsertCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsInsertCall) Do ¶
func (c *EditsInsertCall) Do(opts ...googleapi.CallOption) (*AppEdit, error)
Do executes the "androidpublisher.edits.insert" call. Exactly one of *AppEdit or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *AppEdit.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsInsertCall) Fields ¶
func (c *EditsInsertCall) Fields(s ...googleapi.Field) *EditsInsertCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsInsertCall) Header ¶
func (c *EditsInsertCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type EditsListingsDeleteCall ¶
type EditsListingsDeleteCall struct {
// contains filtered or unexported fields
}
func (*EditsListingsDeleteCall) Context ¶
func (c *EditsListingsDeleteCall) Context(ctx context.Context) *EditsListingsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsListingsDeleteCall) Do ¶
func (c *EditsListingsDeleteCall) Do(opts ...googleapi.CallOption) error
Do executes the "androidpublisher.edits.listings.delete" call.
func (*EditsListingsDeleteCall) Fields ¶
func (c *EditsListingsDeleteCall) Fields(s ...googleapi.Field) *EditsListingsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsListingsDeleteCall) Header ¶
func (c *EditsListingsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type EditsListingsDeleteallCall ¶
type EditsListingsDeleteallCall struct {
// contains filtered or unexported fields
}
func (*EditsListingsDeleteallCall) Context ¶
func (c *EditsListingsDeleteallCall) Context(ctx context.Context) *EditsListingsDeleteallCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsListingsDeleteallCall) Do ¶
func (c *EditsListingsDeleteallCall) Do(opts ...googleapi.CallOption) error
Do executes the "androidpublisher.edits.listings.deleteall" call.
func (*EditsListingsDeleteallCall) Fields ¶
func (c *EditsListingsDeleteallCall) Fields(s ...googleapi.Field) *EditsListingsDeleteallCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsListingsDeleteallCall) Header ¶
func (c *EditsListingsDeleteallCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type EditsListingsGetCall ¶
type EditsListingsGetCall struct {
// contains filtered or unexported fields
}
func (*EditsListingsGetCall) Context ¶
func (c *EditsListingsGetCall) Context(ctx context.Context) *EditsListingsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsListingsGetCall) Do ¶
func (c *EditsListingsGetCall) Do(opts ...googleapi.CallOption) (*Listing, error)
Do executes the "androidpublisher.edits.listings.get" call. Exactly one of *Listing or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Listing.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsListingsGetCall) Fields ¶
func (c *EditsListingsGetCall) Fields(s ...googleapi.Field) *EditsListingsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsListingsGetCall) Header ¶
func (c *EditsListingsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*EditsListingsGetCall) IfNoneMatch ¶
func (c *EditsListingsGetCall) IfNoneMatch(entityTag string) *EditsListingsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type EditsListingsListCall ¶
type EditsListingsListCall struct {
// contains filtered or unexported fields
}
func (*EditsListingsListCall) Context ¶
func (c *EditsListingsListCall) Context(ctx context.Context) *EditsListingsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsListingsListCall) Do ¶
func (c *EditsListingsListCall) Do(opts ...googleapi.CallOption) (*ListingsListResponse, error)
Do executes the "androidpublisher.edits.listings.list" call. Exactly one of *ListingsListResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ListingsListResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsListingsListCall) Fields ¶
func (c *EditsListingsListCall) Fields(s ...googleapi.Field) *EditsListingsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsListingsListCall) Header ¶
func (c *EditsListingsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*EditsListingsListCall) IfNoneMatch ¶
func (c *EditsListingsListCall) IfNoneMatch(entityTag string) *EditsListingsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type EditsListingsPatchCall ¶
type EditsListingsPatchCall struct {
// contains filtered or unexported fields
}
func (*EditsListingsPatchCall) Context ¶
func (c *EditsListingsPatchCall) Context(ctx context.Context) *EditsListingsPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsListingsPatchCall) Do ¶
func (c *EditsListingsPatchCall) Do(opts ...googleapi.CallOption) (*Listing, error)
Do executes the "androidpublisher.edits.listings.patch" call. Exactly one of *Listing or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Listing.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsListingsPatchCall) Fields ¶
func (c *EditsListingsPatchCall) Fields(s ...googleapi.Field) *EditsListingsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsListingsPatchCall) Header ¶
func (c *EditsListingsPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type EditsListingsService ¶
type EditsListingsService struct {
// contains filtered or unexported fields
}
func NewEditsListingsService ¶
func NewEditsListingsService(s *Service) *EditsListingsService
func (*EditsListingsService) Delete ¶
func (r *EditsListingsService) Delete(packageNameid string, editId string, language string) *EditsListingsDeleteCall
Delete: Deletes the specified localized store listing from an edit.
func (*EditsListingsService) Deleteall ¶
func (r *EditsListingsService) Deleteall(packageNameid string, editId string) *EditsListingsDeleteallCall
Deleteall: Deletes all localized listings from an edit.
func (*EditsListingsService) Get ¶
func (r *EditsListingsService) Get(packageNameid string, editId string, language string) *EditsListingsGetCall
Get: Fetches information about a localized store listing.
func (*EditsListingsService) List ¶
func (r *EditsListingsService) List(packageNameid string, editId string) *EditsListingsListCall
List: Returns all of the localized store listings attached to this edit.
func (*EditsListingsService) Patch ¶
func (r *EditsListingsService) Patch(packageNameid string, editId string, language string, listing *Listing) *EditsListingsPatchCall
Patch: Creates or updates a localized store listing. This method supports patch semantics.
func (*EditsListingsService) Update ¶
func (r *EditsListingsService) Update(packageNameid string, editId string, language string, listing *Listing) *EditsListingsUpdateCall
Update: Creates or updates a localized store listing.
type EditsListingsUpdateCall ¶
type EditsListingsUpdateCall struct {
// contains filtered or unexported fields
}
func (*EditsListingsUpdateCall) Context ¶
func (c *EditsListingsUpdateCall) Context(ctx context.Context) *EditsListingsUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsListingsUpdateCall) Do ¶
func (c *EditsListingsUpdateCall) Do(opts ...googleapi.CallOption) (*Listing, error)
Do executes the "androidpublisher.edits.listings.update" call. Exactly one of *Listing or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Listing.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsListingsUpdateCall) Fields ¶
func (c *EditsListingsUpdateCall) Fields(s ...googleapi.Field) *EditsListingsUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsListingsUpdateCall) Header ¶
func (c *EditsListingsUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type EditsService ¶
type EditsService struct { Apklistings *EditsApklistingsService Apks *EditsApksService Bundles *EditsBundlesService Deobfuscationfiles *EditsDeobfuscationfilesService Details *EditsDetailsService Expansionfiles *EditsExpansionfilesService Images *EditsImagesService Listings *EditsListingsService Testers *EditsTestersService Tracks *EditsTracksService // contains filtered or unexported fields }
func NewEditsService ¶
func NewEditsService(s *Service) *EditsService
func (*EditsService) Commit ¶
func (r *EditsService) Commit(packageNameid string, editId string) *EditsCommitCall
Commit: Commits/applies the changes made in this edit back to the app.
func (*EditsService) Delete ¶
func (r *EditsService) Delete(packageNameid string, editId string) *EditsDeleteCall
Delete: Deletes an edit for an app. Creating a new edit will automatically delete any of your previous edits so this method need only be called if you want to preemptively abandon an edit.
func (*EditsService) Get ¶
func (r *EditsService) Get(packageNameid string, editId string) *EditsGetCall
Get: Returns information about the edit specified. Calls will fail if the edit is no long active (e.g. has been deleted, superseded or expired).
func (*EditsService) Insert ¶
func (r *EditsService) Insert(packageNameid string, appedit *AppEdit) *EditsInsertCall
Insert: Creates a new edit for an app, populated with the app's current state.
func (*EditsService) Validate ¶
func (r *EditsService) Validate(packageNameid string, editId string) *EditsValidateCall
Validate: Checks that the edit can be successfully committed. The edit's changes are not applied to the live app.
type EditsTestersGetCall ¶
type EditsTestersGetCall struct {
// contains filtered or unexported fields
}
func (*EditsTestersGetCall) Context ¶
func (c *EditsTestersGetCall) Context(ctx context.Context) *EditsTestersGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsTestersGetCall) Do ¶
func (c *EditsTestersGetCall) Do(opts ...googleapi.CallOption) (*Testers, error)
Do executes the "androidpublisher.edits.testers.get" call. Exactly one of *Testers or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Testers.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsTestersGetCall) Fields ¶
func (c *EditsTestersGetCall) Fields(s ...googleapi.Field) *EditsTestersGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsTestersGetCall) Header ¶
func (c *EditsTestersGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*EditsTestersGetCall) IfNoneMatch ¶
func (c *EditsTestersGetCall) IfNoneMatch(entityTag string) *EditsTestersGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type EditsTestersPatchCall ¶
type EditsTestersPatchCall struct {
// contains filtered or unexported fields
}
func (*EditsTestersPatchCall) Context ¶
func (c *EditsTestersPatchCall) Context(ctx context.Context) *EditsTestersPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsTestersPatchCall) Do ¶
func (c *EditsTestersPatchCall) Do(opts ...googleapi.CallOption) (*Testers, error)
Do executes the "androidpublisher.edits.testers.patch" call. Exactly one of *Testers or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Testers.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsTestersPatchCall) Fields ¶
func (c *EditsTestersPatchCall) Fields(s ...googleapi.Field) *EditsTestersPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsTestersPatchCall) Header ¶
func (c *EditsTestersPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type EditsTestersService ¶
type EditsTestersService struct {
// contains filtered or unexported fields
}
func NewEditsTestersService ¶
func NewEditsTestersService(s *Service) *EditsTestersService
func (*EditsTestersService) Get ¶
func (r *EditsTestersService) Get(packageNameid string, editId string, track string) *EditsTestersGetCall
Get:
func (*EditsTestersService) Patch ¶
func (r *EditsTestersService) Patch(packageNameid string, editId string, track string, testers *Testers) *EditsTestersPatchCall
Patch:
func (*EditsTestersService) Update ¶
func (r *EditsTestersService) Update(packageNameid string, editId string, track string, testers *Testers) *EditsTestersUpdateCall
Update:
type EditsTestersUpdateCall ¶
type EditsTestersUpdateCall struct {
// contains filtered or unexported fields
}
func (*EditsTestersUpdateCall) Context ¶
func (c *EditsTestersUpdateCall) Context(ctx context.Context) *EditsTestersUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsTestersUpdateCall) Do ¶
func (c *EditsTestersUpdateCall) Do(opts ...googleapi.CallOption) (*Testers, error)
Do executes the "androidpublisher.edits.testers.update" call. Exactly one of *Testers or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Testers.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsTestersUpdateCall) Fields ¶
func (c *EditsTestersUpdateCall) Fields(s ...googleapi.Field) *EditsTestersUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsTestersUpdateCall) Header ¶
func (c *EditsTestersUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type EditsTracksGetCall ¶
type EditsTracksGetCall struct {
// contains filtered or unexported fields
}
func (*EditsTracksGetCall) Context ¶
func (c *EditsTracksGetCall) Context(ctx context.Context) *EditsTracksGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsTracksGetCall) Do ¶
func (c *EditsTracksGetCall) Do(opts ...googleapi.CallOption) (*Track, error)
Do executes the "androidpublisher.edits.tracks.get" call. Exactly one of *Track or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Track.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsTracksGetCall) Fields ¶
func (c *EditsTracksGetCall) Fields(s ...googleapi.Field) *EditsTracksGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsTracksGetCall) Header ¶
func (c *EditsTracksGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*EditsTracksGetCall) IfNoneMatch ¶
func (c *EditsTracksGetCall) IfNoneMatch(entityTag string) *EditsTracksGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type EditsTracksListCall ¶
type EditsTracksListCall struct {
// contains filtered or unexported fields
}
func (*EditsTracksListCall) Context ¶
func (c *EditsTracksListCall) Context(ctx context.Context) *EditsTracksListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsTracksListCall) Do ¶
func (c *EditsTracksListCall) Do(opts ...googleapi.CallOption) (*TracksListResponse, error)
Do executes the "androidpublisher.edits.tracks.list" call. Exactly one of *TracksListResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *TracksListResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsTracksListCall) Fields ¶
func (c *EditsTracksListCall) Fields(s ...googleapi.Field) *EditsTracksListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsTracksListCall) Header ¶
func (c *EditsTracksListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*EditsTracksListCall) IfNoneMatch ¶
func (c *EditsTracksListCall) IfNoneMatch(entityTag string) *EditsTracksListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type EditsTracksPatchCall ¶
type EditsTracksPatchCall struct {
// contains filtered or unexported fields
}
func (*EditsTracksPatchCall) Context ¶
func (c *EditsTracksPatchCall) Context(ctx context.Context) *EditsTracksPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsTracksPatchCall) Do ¶
func (c *EditsTracksPatchCall) Do(opts ...googleapi.CallOption) (*Track, error)
Do executes the "androidpublisher.edits.tracks.patch" call. Exactly one of *Track or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Track.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsTracksPatchCall) Fields ¶
func (c *EditsTracksPatchCall) Fields(s ...googleapi.Field) *EditsTracksPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsTracksPatchCall) Header ¶
func (c *EditsTracksPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type EditsTracksService ¶
type EditsTracksService struct {
// contains filtered or unexported fields
}
func NewEditsTracksService ¶
func NewEditsTracksService(s *Service) *EditsTracksService
func (*EditsTracksService) Get ¶
func (r *EditsTracksService) Get(packageNameid string, editId string, track string) *EditsTracksGetCall
Get: Fetches the track configuration for the specified track type. Includes the APK version codes that are in this track.
func (*EditsTracksService) List ¶
func (r *EditsTracksService) List(packageNameid string, editId string) *EditsTracksListCall
List: Lists all the track configurations for this edit.
func (*EditsTracksService) Patch ¶
func (r *EditsTracksService) Patch(packageNameid string, editId string, track string, track2 *Track) *EditsTracksPatchCall
Patch: Updates the track configuration for the specified track type. When halted, the rollout track cannot be updated without adding new APKs, and adding new APKs will cause it to resume. This method supports patch semantics.
func (*EditsTracksService) Update ¶
func (r *EditsTracksService) Update(packageNameid string, editId string, track string, track2 *Track) *EditsTracksUpdateCall
Update: Updates the track configuration for the specified track type. When halted, the rollout track cannot be updated without adding new APKs, and adding new APKs will cause it to resume.
type EditsTracksUpdateCall ¶
type EditsTracksUpdateCall struct {
// contains filtered or unexported fields
}
func (*EditsTracksUpdateCall) Context ¶
func (c *EditsTracksUpdateCall) Context(ctx context.Context) *EditsTracksUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsTracksUpdateCall) Do ¶
func (c *EditsTracksUpdateCall) Do(opts ...googleapi.CallOption) (*Track, error)
Do executes the "androidpublisher.edits.tracks.update" call. Exactly one of *Track or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Track.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsTracksUpdateCall) Fields ¶
func (c *EditsTracksUpdateCall) Fields(s ...googleapi.Field) *EditsTracksUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsTracksUpdateCall) Header ¶
func (c *EditsTracksUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type EditsValidateCall ¶
type EditsValidateCall struct {
// contains filtered or unexported fields
}
func (*EditsValidateCall) Context ¶
func (c *EditsValidateCall) Context(ctx context.Context) *EditsValidateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*EditsValidateCall) Do ¶
func (c *EditsValidateCall) Do(opts ...googleapi.CallOption) (*AppEdit, error)
Do executes the "androidpublisher.edits.validate" call. Exactly one of *AppEdit or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *AppEdit.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*EditsValidateCall) Fields ¶
func (c *EditsValidateCall) Fields(s ...googleapi.Field) *EditsValidateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*EditsValidateCall) Header ¶
func (c *EditsValidateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ExpansionFile ¶
type ExpansionFile struct { // FileSize: If set this field indicates that this APK has an Expansion // File uploaded to it: this APK does not reference another APK's // Expansion File. The field's value is the size of the uploaded // Expansion File in bytes. FileSize int64 `json:"fileSize,omitempty,string"` // ReferencesVersion: If set this APK's Expansion File references // another APK's Expansion File. The file_size field will not be set. ReferencesVersion int64 `json:"referencesVersion,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "FileSize") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "FileSize") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ExpansionFile) MarshalJSON ¶
func (s *ExpansionFile) MarshalJSON() ([]byte, error)
type ExpansionFilesUploadResponse ¶
type ExpansionFilesUploadResponse struct { ExpansionFile *ExpansionFile `json:"expansionFile,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "ExpansionFile") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ExpansionFile") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ExpansionFilesUploadResponse) MarshalJSON ¶
func (s *ExpansionFilesUploadResponse) MarshalJSON() ([]byte, error)
type ExternallyHostedApk ¶
type ExternallyHostedApk struct { // ApplicationLabel: The application label. ApplicationLabel string `json:"applicationLabel,omitempty"` // CertificateBase64s: A certificate (or array of certificates if a // certificate-chain is used) used to signed this APK, represented as a // base64 encoded byte array. CertificateBase64s []string `json:"certificateBase64s,omitempty"` // ExternallyHostedUrl: The URL at which the APK is hosted. This must be // an https URL. ExternallyHostedUrl string `json:"externallyHostedUrl,omitempty"` // FileSha1Base64: The SHA1 checksum of this APK, represented as a // base64 encoded byte array. FileSha1Base64 string `json:"fileSha1Base64,omitempty"` // FileSha256Base64: The SHA256 checksum of this APK, represented as a // base64 encoded byte array. FileSha256Base64 string `json:"fileSha256Base64,omitempty"` // FileSize: The file size in bytes of this APK. FileSize int64 `json:"fileSize,omitempty,string"` // IconBase64: The icon image from the APK, as a base64 encoded byte // array. IconBase64 string `json:"iconBase64,omitempty"` // MaximumSdk: The maximum SDK supported by this APK (optional). MaximumSdk int64 `json:"maximumSdk,omitempty"` // MinimumSdk: The minimum SDK targeted by this APK. MinimumSdk int64 `json:"minimumSdk,omitempty"` // NativeCodes: The native code environments supported by this APK // (optional). NativeCodes []string `json:"nativeCodes,omitempty"` // PackageName: The package name. PackageName string `json:"packageName,omitempty"` // UsesFeatures: The features required by this APK (optional). UsesFeatures []string `json:"usesFeatures,omitempty"` // UsesPermissions: The permissions requested by this APK. UsesPermissions []*ExternallyHostedApkUsesPermission `json:"usesPermissions,omitempty"` // VersionCode: The version code of this APK. VersionCode int64 `json:"versionCode,omitempty"` // VersionName: The version name of this APK. VersionName string `json:"versionName,omitempty"` // ForceSendFields is a list of field names (e.g. "ApplicationLabel") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ApplicationLabel") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
ExternallyHostedApk: Defines an APK available for this application that is hosted externally and not uploaded to Google Play. This function is only available to enterprises who are using Google Play for Work, and whos application is restricted to the enterprise private channel
func (*ExternallyHostedApk) MarshalJSON ¶
func (s *ExternallyHostedApk) MarshalJSON() ([]byte, error)
type ExternallyHostedApkUsesPermission ¶
type ExternallyHostedApkUsesPermission struct { // MaxSdkVersion: Optionally, the maximum SDK version for which the // permission is required. MaxSdkVersion int64 `json:"maxSdkVersion,omitempty"` // Name: The name of the permission requested. Name string `json:"name,omitempty"` // ForceSendFields is a list of field names (e.g. "MaxSdkVersion") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "MaxSdkVersion") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
ExternallyHostedApkUsesPermission: A permission used by this APK.
func (*ExternallyHostedApkUsesPermission) MarshalJSON ¶
func (s *ExternallyHostedApkUsesPermission) MarshalJSON() ([]byte, error)
type Image ¶
type Image struct { // Id: A unique id representing this image. Id string `json:"id,omitempty"` // Sha1: A sha1 hash of the image that was uploaded. Sha1 string `json:"sha1,omitempty"` // Url: A URL that will serve a preview of the image. Url string `json:"url,omitempty"` // ForceSendFields is a list of field names (e.g. "Id") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Id") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*Image) MarshalJSON ¶
type ImagesDeleteAllResponse ¶
type ImagesDeleteAllResponse struct { Deleted []*Image `json:"deleted,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Deleted") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Deleted") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ImagesDeleteAllResponse) MarshalJSON ¶
func (s *ImagesDeleteAllResponse) MarshalJSON() ([]byte, error)
type ImagesListResponse ¶
type ImagesListResponse struct { Images []*Image `json:"images,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Images") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Images") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ImagesListResponse) MarshalJSON ¶
func (s *ImagesListResponse) MarshalJSON() ([]byte, error)
type ImagesUploadResponse ¶
type ImagesUploadResponse struct { Image *Image `json:"image,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Image") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Image") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ImagesUploadResponse) MarshalJSON ¶
func (s *ImagesUploadResponse) MarshalJSON() ([]byte, error)
type InAppProduct ¶
type InAppProduct struct { // DefaultLanguage: The default language of the localized data, as // defined by BCP 47. e.g. "en-US", "en-GB". DefaultLanguage string `json:"defaultLanguage,omitempty"` // DefaultPrice: Default price cannot be zero. In-app products can never // be free. Default price is always in the developer's Checkout merchant // currency. DefaultPrice *Price `json:"defaultPrice,omitempty"` // GracePeriod: Grace period of the subscription, specified in ISO 8601 // format. It will allow developers to give their subscribers a grace // period when the payment for the new recurrence period is declined. // Acceptable values = "P3D" (three days) and "P7D" (seven days) GracePeriod string `json:"gracePeriod,omitempty"` // Listings: List of localized title and description data. Listings map[string]InAppProductListing `json:"listings,omitempty"` // PackageName: The package name of the parent app. PackageName string `json:"packageName,omitempty"` // Prices: Prices per buyer region. None of these prices should be zero. // In-app products can never be free. Prices map[string]Price `json:"prices,omitempty"` // PurchaseType: Purchase type enum value. Unmodifiable after creation. PurchaseType string `json:"purchaseType,omitempty"` // Season: Definition of a season for a seasonal subscription. Can be // defined only for yearly subscriptions. Season *Season `json:"season,omitempty"` // Sku: The stock-keeping-unit (SKU) of the product, unique within an // app. Sku string `json:"sku,omitempty"` Status string `json:"status,omitempty"` // SubscriptionPeriod: Subscription period, specified in ISO 8601 // format. Acceptable values are "P1W" (one week), "P1M" (one month), // "P3M" (three months), "P6M" (six months), and "P1Y" (one year). SubscriptionPeriod string `json:"subscriptionPeriod,omitempty"` // TrialPeriod: Trial period, specified in ISO 8601 format. Acceptable // values are anything between "P7D" (seven days) and "P999D" (999 // days). Seasonal subscriptions cannot have a trial period. TrialPeriod string `json:"trialPeriod,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "DefaultLanguage") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DefaultLanguage") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
func (*InAppProduct) MarshalJSON ¶
func (s *InAppProduct) MarshalJSON() ([]byte, error)
type InAppProductListing ¶
type InAppProductListing struct { Description string `json:"description,omitempty"` Title string `json:"title,omitempty"` // ForceSendFields is a list of field names (e.g. "Description") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Description") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*InAppProductListing) MarshalJSON ¶
func (s *InAppProductListing) MarshalJSON() ([]byte, error)
type InappproductsDeleteCall ¶
type InappproductsDeleteCall struct {
// contains filtered or unexported fields
}
func (*InappproductsDeleteCall) Context ¶
func (c *InappproductsDeleteCall) Context(ctx context.Context) *InappproductsDeleteCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*InappproductsDeleteCall) Do ¶
func (c *InappproductsDeleteCall) Do(opts ...googleapi.CallOption) error
Do executes the "androidpublisher.inappproducts.delete" call.
func (*InappproductsDeleteCall) Fields ¶
func (c *InappproductsDeleteCall) Fields(s ...googleapi.Field) *InappproductsDeleteCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*InappproductsDeleteCall) Header ¶
func (c *InappproductsDeleteCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type InappproductsGetCall ¶
type InappproductsGetCall struct {
// contains filtered or unexported fields
}
func (*InappproductsGetCall) Context ¶
func (c *InappproductsGetCall) Context(ctx context.Context) *InappproductsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*InappproductsGetCall) Do ¶
func (c *InappproductsGetCall) Do(opts ...googleapi.CallOption) (*InAppProduct, error)
Do executes the "androidpublisher.inappproducts.get" call. Exactly one of *InAppProduct or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *InAppProduct.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*InappproductsGetCall) Fields ¶
func (c *InappproductsGetCall) Fields(s ...googleapi.Field) *InappproductsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*InappproductsGetCall) Header ¶
func (c *InappproductsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*InappproductsGetCall) IfNoneMatch ¶
func (c *InappproductsGetCall) IfNoneMatch(entityTag string) *InappproductsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type InappproductsInsertCall ¶
type InappproductsInsertCall struct {
// contains filtered or unexported fields
}
func (*InappproductsInsertCall) AutoConvertMissingPrices ¶
func (c *InappproductsInsertCall) AutoConvertMissingPrices(autoConvertMissingPrices bool) *InappproductsInsertCall
AutoConvertMissingPrices sets the optional parameter "autoConvertMissingPrices": If true the prices for all regions targeted by the parent app that don't have a price specified for this in-app product will be auto converted to the target currency based on the default price. Defaults to false.
func (*InappproductsInsertCall) Context ¶
func (c *InappproductsInsertCall) Context(ctx context.Context) *InappproductsInsertCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*InappproductsInsertCall) Do ¶
func (c *InappproductsInsertCall) Do(opts ...googleapi.CallOption) (*InAppProduct, error)
Do executes the "androidpublisher.inappproducts.insert" call. Exactly one of *InAppProduct or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *InAppProduct.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*InappproductsInsertCall) Fields ¶
func (c *InappproductsInsertCall) Fields(s ...googleapi.Field) *InappproductsInsertCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*InappproductsInsertCall) Header ¶
func (c *InappproductsInsertCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type InappproductsListCall ¶
type InappproductsListCall struct {
// contains filtered or unexported fields
}
func (*InappproductsListCall) Context ¶
func (c *InappproductsListCall) Context(ctx context.Context) *InappproductsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*InappproductsListCall) Do ¶
func (c *InappproductsListCall) Do(opts ...googleapi.CallOption) (*InappproductsListResponse, error)
Do executes the "androidpublisher.inappproducts.list" call. Exactly one of *InappproductsListResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *InappproductsListResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*InappproductsListCall) Fields ¶
func (c *InappproductsListCall) Fields(s ...googleapi.Field) *InappproductsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*InappproductsListCall) Header ¶
func (c *InappproductsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*InappproductsListCall) IfNoneMatch ¶
func (c *InappproductsListCall) IfNoneMatch(entityTag string) *InappproductsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*InappproductsListCall) MaxResults ¶
func (c *InappproductsListCall) MaxResults(maxResults int64) *InappproductsListCall
MaxResults sets the optional parameter "maxResults":
func (*InappproductsListCall) StartIndex ¶
func (c *InappproductsListCall) StartIndex(startIndex int64) *InappproductsListCall
StartIndex sets the optional parameter "startIndex":
func (*InappproductsListCall) Token ¶
func (c *InappproductsListCall) Token(token string) *InappproductsListCall
Token sets the optional parameter "token":
type InappproductsListResponse ¶
type InappproductsListResponse struct { Inappproduct []*InAppProduct `json:"inappproduct,omitempty"` // Kind: Identifies what kind of resource this is. Value: the fixed // string "androidpublisher#inappproductsListResponse". Kind string `json:"kind,omitempty"` PageInfo *PageInfo `json:"pageInfo,omitempty"` TokenPagination *TokenPagination `json:"tokenPagination,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Inappproduct") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Inappproduct") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*InappproductsListResponse) MarshalJSON ¶
func (s *InappproductsListResponse) MarshalJSON() ([]byte, error)
type InappproductsPatchCall ¶
type InappproductsPatchCall struct {
// contains filtered or unexported fields
}
func (*InappproductsPatchCall) AutoConvertMissingPrices ¶
func (c *InappproductsPatchCall) AutoConvertMissingPrices(autoConvertMissingPrices bool) *InappproductsPatchCall
AutoConvertMissingPrices sets the optional parameter "autoConvertMissingPrices": If true the prices for all regions targeted by the parent app that don't have a price specified for this in-app product will be auto converted to the target currency based on the default price. Defaults to false.
func (*InappproductsPatchCall) Context ¶
func (c *InappproductsPatchCall) Context(ctx context.Context) *InappproductsPatchCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*InappproductsPatchCall) Do ¶
func (c *InappproductsPatchCall) Do(opts ...googleapi.CallOption) (*InAppProduct, error)
Do executes the "androidpublisher.inappproducts.patch" call. Exactly one of *InAppProduct or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *InAppProduct.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*InappproductsPatchCall) Fields ¶
func (c *InappproductsPatchCall) Fields(s ...googleapi.Field) *InappproductsPatchCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*InappproductsPatchCall) Header ¶
func (c *InappproductsPatchCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type InappproductsService ¶
type InappproductsService struct {
// contains filtered or unexported fields
}
func NewInappproductsService ¶
func NewInappproductsService(s *Service) *InappproductsService
func (*InappproductsService) Delete ¶
func (r *InappproductsService) Delete(packageNameid string, skuid string) *InappproductsDeleteCall
Delete: Delete an in-app product for an app.
func (*InappproductsService) Get ¶
func (r *InappproductsService) Get(packageName string, skuid string) *InappproductsGetCall
Get: Returns information about the in-app product specified.
func (*InappproductsService) Insert ¶
func (r *InappproductsService) Insert(packageNameid string, inappproduct *InAppProduct) *InappproductsInsertCall
Insert: Creates a new in-app product for an app.
func (*InappproductsService) List ¶
func (r *InappproductsService) List(packageNameid string) *InappproductsListCall
List: List all the in-app products for an Android app, both subscriptions and managed in-app products..
func (*InappproductsService) Patch ¶
func (r *InappproductsService) Patch(packageNameid string, skuid string, inappproduct *InAppProduct) *InappproductsPatchCall
Patch: Updates the details of an in-app product. This method supports patch semantics.
func (*InappproductsService) Update ¶
func (r *InappproductsService) Update(packageNameid string, skuid string, inappproduct *InAppProduct) *InappproductsUpdateCall
Update: Updates the details of an in-app product.
type InappproductsUpdateCall ¶
type InappproductsUpdateCall struct {
// contains filtered or unexported fields
}
func (*InappproductsUpdateCall) AutoConvertMissingPrices ¶
func (c *InappproductsUpdateCall) AutoConvertMissingPrices(autoConvertMissingPrices bool) *InappproductsUpdateCall
AutoConvertMissingPrices sets the optional parameter "autoConvertMissingPrices": If true the prices for all regions targeted by the parent app that don't have a price specified for this in-app product will be auto converted to the target currency based on the default price. Defaults to false.
func (*InappproductsUpdateCall) Context ¶
func (c *InappproductsUpdateCall) Context(ctx context.Context) *InappproductsUpdateCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*InappproductsUpdateCall) Do ¶
func (c *InappproductsUpdateCall) Do(opts ...googleapi.CallOption) (*InAppProduct, error)
Do executes the "androidpublisher.inappproducts.update" call. Exactly one of *InAppProduct or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *InAppProduct.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*InappproductsUpdateCall) Fields ¶
func (c *InappproductsUpdateCall) Fields(s ...googleapi.Field) *InappproductsUpdateCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*InappproductsUpdateCall) Header ¶
func (c *InappproductsUpdateCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type Listing ¶
type Listing struct { // FullDescription: Full description of the app; this may be up to 4000 // characters in length. FullDescription string `json:"fullDescription,omitempty"` // Language: Language localization code (for example, "de-AT" for // Austrian German). Language string `json:"language,omitempty"` // ShortDescription: Short description of the app (previously known as // promo text); this may be up to 80 characters in length. ShortDescription string `json:"shortDescription,omitempty"` // Title: App's localized title. Title string `json:"title,omitempty"` // Video: URL of a promotional YouTube video for the app. Video string `json:"video,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "FullDescription") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "FullDescription") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
func (*Listing) MarshalJSON ¶
type ListingsListResponse ¶
type ListingsListResponse struct { // Kind: Identifies what kind of resource this is. Value: the fixed // string "androidpublisher#listingsListResponse". Kind string `json:"kind,omitempty"` Listings []*Listing `json:"listings,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Kind") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Kind") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ListingsListResponse) MarshalJSON ¶
func (s *ListingsListResponse) MarshalJSON() ([]byte, error)
type MonthDay ¶
type MonthDay struct { // Day: Day of a month, value in [1, 31] range. Valid range depends on // the specified month. Day int64 `json:"day,omitempty"` // Month: Month of a year. e.g. 1 = JAN, 2 = FEB etc. Month int64 `json:"month,omitempty"` // ForceSendFields is a list of field names (e.g. "Day") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Day") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*MonthDay) MarshalJSON ¶
type OrdersRefundCall ¶
type OrdersRefundCall struct {
// contains filtered or unexported fields
}
func (*OrdersRefundCall) Context ¶
func (c *OrdersRefundCall) Context(ctx context.Context) *OrdersRefundCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*OrdersRefundCall) Do ¶
func (c *OrdersRefundCall) Do(opts ...googleapi.CallOption) error
Do executes the "androidpublisher.orders.refund" call.
func (*OrdersRefundCall) Fields ¶
func (c *OrdersRefundCall) Fields(s ...googleapi.Field) *OrdersRefundCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*OrdersRefundCall) Header ¶
func (c *OrdersRefundCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*OrdersRefundCall) Revoke ¶
func (c *OrdersRefundCall) Revoke(revoke bool) *OrdersRefundCall
Revoke sets the optional parameter "revoke": Whether to revoke the purchased item. If set to true, access to the subscription or in-app item will be terminated immediately. If the item is a recurring subscription, all future payments will also be terminated. Consumed in-app items need to be handled by developer's app. (optional)
type OrdersService ¶
type OrdersService struct {
// contains filtered or unexported fields
}
func NewOrdersService ¶
func NewOrdersService(s *Service) *OrdersService
func (*OrdersService) Refund ¶
func (r *OrdersService) Refund(packageName string, orderId string) *OrdersRefundCall
Refund: Refund a user's subscription or in-app purchase order.
type PageInfo ¶
type PageInfo struct { ResultPerPage int64 `json:"resultPerPage,omitempty"` StartIndex int64 `json:"startIndex,omitempty"` TotalResults int64 `json:"totalResults,omitempty"` // ForceSendFields is a list of field names (e.g. "ResultPerPage") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ResultPerPage") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*PageInfo) MarshalJSON ¶
type Price ¶
type Price struct { // Currency: 3 letter Currency code, as defined by ISO 4217. Currency string `json:"currency,omitempty"` // PriceMicros: The price in millionths of the currency base unit // represented as a string. PriceMicros string `json:"priceMicros,omitempty"` // ForceSendFields is a list of field names (e.g. "Currency") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Currency") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*Price) MarshalJSON ¶
type ProductPurchase ¶
type ProductPurchase struct { // ConsumptionState: The consumption state of the inapp product. // Possible values are: // - Yet to be consumed // - Consumed ConsumptionState int64 `json:"consumptionState,omitempty"` // DeveloperPayload: A developer-specified string that contains // supplemental information about an order. DeveloperPayload string `json:"developerPayload,omitempty"` // Kind: This kind represents an inappPurchase object in the // androidpublisher service. Kind string `json:"kind,omitempty"` // OrderId: The order id associated with the purchase of the inapp // product. OrderId string `json:"orderId,omitempty"` // PurchaseState: The purchase state of the order. Possible values are: // // - Purchased // - Canceled PurchaseState int64 `json:"purchaseState,omitempty"` // PurchaseTimeMillis: The time the product was purchased, in // milliseconds since the epoch (Jan 1, 1970). PurchaseTimeMillis int64 `json:"purchaseTimeMillis,omitempty,string"` // PurchaseType: The type of purchase of the inapp product. This field // is only set if this purchase was not made using the standard in-app // billing flow. Possible values are: // - Test (i.e. purchased from a license testing account) // - Promo (i.e. purchased using a promo code) PurchaseType *int64 `json:"purchaseType,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "ConsumptionState") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ConsumptionState") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
ProductPurchase: A ProductPurchase resource indicates the status of a user's inapp product purchase.
func (*ProductPurchase) MarshalJSON ¶
func (s *ProductPurchase) MarshalJSON() ([]byte, error)
type Prorate ¶
type Prorate struct { // DefaultPrice: Default price cannot be zero and must be less than the // full subscription price. Default price is always in the developer's // Checkout merchant currency. Targeted countries have their prices set // automatically based on the default_price. DefaultPrice *Price `json:"defaultPrice,omitempty"` // Start: Defines the first day on which the price takes effect. Start *MonthDay `json:"start,omitempty"` // ForceSendFields is a list of field names (e.g. "DefaultPrice") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DefaultPrice") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*Prorate) MarshalJSON ¶
type PurchasesProductsGetCall ¶
type PurchasesProductsGetCall struct {
// contains filtered or unexported fields
}
func (*PurchasesProductsGetCall) Context ¶
func (c *PurchasesProductsGetCall) Context(ctx context.Context) *PurchasesProductsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*PurchasesProductsGetCall) Do ¶
func (c *PurchasesProductsGetCall) Do(opts ...googleapi.CallOption) (*ProductPurchase, error)
Do executes the "androidpublisher.purchases.products.get" call. Exactly one of *ProductPurchase or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ProductPurchase.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*PurchasesProductsGetCall) Fields ¶
func (c *PurchasesProductsGetCall) Fields(s ...googleapi.Field) *PurchasesProductsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*PurchasesProductsGetCall) Header ¶
func (c *PurchasesProductsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*PurchasesProductsGetCall) IfNoneMatch ¶
func (c *PurchasesProductsGetCall) IfNoneMatch(entityTag string) *PurchasesProductsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type PurchasesProductsService ¶
type PurchasesProductsService struct {
// contains filtered or unexported fields
}
func NewPurchasesProductsService ¶
func NewPurchasesProductsService(s *Service) *PurchasesProductsService
func (*PurchasesProductsService) Get ¶
func (r *PurchasesProductsService) Get(packageName string, productId string, token string) *PurchasesProductsGetCall
Get: Checks the purchase and consumption status of an inapp item.
type PurchasesService ¶
type PurchasesService struct { Products *PurchasesProductsService Subscriptions *PurchasesSubscriptionsService Voidedpurchases *PurchasesVoidedpurchasesService // contains filtered or unexported fields }
func NewPurchasesService ¶
func NewPurchasesService(s *Service) *PurchasesService
type PurchasesSubscriptionsCancelCall ¶
type PurchasesSubscriptionsCancelCall struct {
// contains filtered or unexported fields
}
func (*PurchasesSubscriptionsCancelCall) Context ¶
func (c *PurchasesSubscriptionsCancelCall) Context(ctx context.Context) *PurchasesSubscriptionsCancelCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*PurchasesSubscriptionsCancelCall) Do ¶
func (c *PurchasesSubscriptionsCancelCall) Do(opts ...googleapi.CallOption) error
Do executes the "androidpublisher.purchases.subscriptions.cancel" call.
func (*PurchasesSubscriptionsCancelCall) Fields ¶
func (c *PurchasesSubscriptionsCancelCall) Fields(s ...googleapi.Field) *PurchasesSubscriptionsCancelCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*PurchasesSubscriptionsCancelCall) Header ¶
func (c *PurchasesSubscriptionsCancelCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type PurchasesSubscriptionsDeferCall ¶
type PurchasesSubscriptionsDeferCall struct {
// contains filtered or unexported fields
}
func (*PurchasesSubscriptionsDeferCall) Context ¶
func (c *PurchasesSubscriptionsDeferCall) Context(ctx context.Context) *PurchasesSubscriptionsDeferCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*PurchasesSubscriptionsDeferCall) Do ¶
func (c *PurchasesSubscriptionsDeferCall) Do(opts ...googleapi.CallOption) (*SubscriptionPurchasesDeferResponse, error)
Do executes the "androidpublisher.purchases.subscriptions.defer" call. Exactly one of *SubscriptionPurchasesDeferResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *SubscriptionPurchasesDeferResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*PurchasesSubscriptionsDeferCall) Fields ¶
func (c *PurchasesSubscriptionsDeferCall) Fields(s ...googleapi.Field) *PurchasesSubscriptionsDeferCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*PurchasesSubscriptionsDeferCall) Header ¶
func (c *PurchasesSubscriptionsDeferCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type PurchasesSubscriptionsGetCall ¶
type PurchasesSubscriptionsGetCall struct {
// contains filtered or unexported fields
}
func (*PurchasesSubscriptionsGetCall) Context ¶
func (c *PurchasesSubscriptionsGetCall) Context(ctx context.Context) *PurchasesSubscriptionsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*PurchasesSubscriptionsGetCall) Do ¶
func (c *PurchasesSubscriptionsGetCall) Do(opts ...googleapi.CallOption) (*SubscriptionPurchase, error)
Do executes the "androidpublisher.purchases.subscriptions.get" call. Exactly one of *SubscriptionPurchase or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *SubscriptionPurchase.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*PurchasesSubscriptionsGetCall) Fields ¶
func (c *PurchasesSubscriptionsGetCall) Fields(s ...googleapi.Field) *PurchasesSubscriptionsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*PurchasesSubscriptionsGetCall) Header ¶
func (c *PurchasesSubscriptionsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*PurchasesSubscriptionsGetCall) IfNoneMatch ¶
func (c *PurchasesSubscriptionsGetCall) IfNoneMatch(entityTag string) *PurchasesSubscriptionsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
type PurchasesSubscriptionsRefundCall ¶
type PurchasesSubscriptionsRefundCall struct {
// contains filtered or unexported fields
}
func (*PurchasesSubscriptionsRefundCall) Context ¶
func (c *PurchasesSubscriptionsRefundCall) Context(ctx context.Context) *PurchasesSubscriptionsRefundCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*PurchasesSubscriptionsRefundCall) Do ¶
func (c *PurchasesSubscriptionsRefundCall) Do(opts ...googleapi.CallOption) error
Do executes the "androidpublisher.purchases.subscriptions.refund" call.
func (*PurchasesSubscriptionsRefundCall) Fields ¶
func (c *PurchasesSubscriptionsRefundCall) Fields(s ...googleapi.Field) *PurchasesSubscriptionsRefundCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*PurchasesSubscriptionsRefundCall) Header ¶
func (c *PurchasesSubscriptionsRefundCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type PurchasesSubscriptionsRevokeCall ¶
type PurchasesSubscriptionsRevokeCall struct {
// contains filtered or unexported fields
}
func (*PurchasesSubscriptionsRevokeCall) Context ¶
func (c *PurchasesSubscriptionsRevokeCall) Context(ctx context.Context) *PurchasesSubscriptionsRevokeCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*PurchasesSubscriptionsRevokeCall) Do ¶
func (c *PurchasesSubscriptionsRevokeCall) Do(opts ...googleapi.CallOption) error
Do executes the "androidpublisher.purchases.subscriptions.revoke" call.
func (*PurchasesSubscriptionsRevokeCall) Fields ¶
func (c *PurchasesSubscriptionsRevokeCall) Fields(s ...googleapi.Field) *PurchasesSubscriptionsRevokeCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*PurchasesSubscriptionsRevokeCall) Header ¶
func (c *PurchasesSubscriptionsRevokeCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type PurchasesSubscriptionsService ¶
type PurchasesSubscriptionsService struct {
// contains filtered or unexported fields
}
func NewPurchasesSubscriptionsService ¶
func NewPurchasesSubscriptionsService(s *Service) *PurchasesSubscriptionsService
func (*PurchasesSubscriptionsService) Cancel ¶
func (r *PurchasesSubscriptionsService) Cancel(packageName string, subscriptionId string, token string) *PurchasesSubscriptionsCancelCall
Cancel: Cancels a user's subscription purchase. The subscription remains valid until its expiration time.
func (*PurchasesSubscriptionsService) Defer ¶
func (r *PurchasesSubscriptionsService) Defer(packageName string, subscriptionId string, token string, subscriptionpurchasesdeferrequest *SubscriptionPurchasesDeferRequest) *PurchasesSubscriptionsDeferCall
Defer: Defers a user's subscription purchase until a specified future expiration time.
func (*PurchasesSubscriptionsService) Get ¶
func (r *PurchasesSubscriptionsService) Get(packageName string, subscriptionId string, token string) *PurchasesSubscriptionsGetCall
Get: Checks whether a user's subscription purchase is valid and returns its expiry time.
func (*PurchasesSubscriptionsService) Refund ¶
func (r *PurchasesSubscriptionsService) Refund(packageName string, subscriptionId string, token string) *PurchasesSubscriptionsRefundCall
Refund: Refunds a user's subscription purchase, but the subscription remains valid until its expiration time and it will continue to recur.
func (*PurchasesSubscriptionsService) Revoke ¶
func (r *PurchasesSubscriptionsService) Revoke(packageName string, subscriptionId string, token string) *PurchasesSubscriptionsRevokeCall
Revoke: Refunds and immediately revokes a user's subscription purchase. Access to the subscription will be terminated immediately and it will stop recurring.
type PurchasesVoidedpurchasesListCall ¶
type PurchasesVoidedpurchasesListCall struct {
// contains filtered or unexported fields
}
func (*PurchasesVoidedpurchasesListCall) Context ¶
func (c *PurchasesVoidedpurchasesListCall) Context(ctx context.Context) *PurchasesVoidedpurchasesListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*PurchasesVoidedpurchasesListCall) Do ¶
func (c *PurchasesVoidedpurchasesListCall) Do(opts ...googleapi.CallOption) (*VoidedPurchasesListResponse, error)
Do executes the "androidpublisher.purchases.voidedpurchases.list" call. Exactly one of *VoidedPurchasesListResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *VoidedPurchasesListResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*PurchasesVoidedpurchasesListCall) EndTime ¶
func (c *PurchasesVoidedpurchasesListCall) EndTime(endTime int64) *PurchasesVoidedpurchasesListCall
EndTime sets the optional parameter "endTime": The time, in milliseconds since the Epoch, of the newest voided in-app product purchase that you want to see in the response. The value of this parameter cannot be greater than the current time and is ignored if a pagination token is set. Default value is current time. Note: This filter is applied on the time at which the record is seen as voided by our systems and not the actual voided time returned in the response.
func (*PurchasesVoidedpurchasesListCall) Fields ¶
func (c *PurchasesVoidedpurchasesListCall) Fields(s ...googleapi.Field) *PurchasesVoidedpurchasesListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*PurchasesVoidedpurchasesListCall) Header ¶
func (c *PurchasesVoidedpurchasesListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*PurchasesVoidedpurchasesListCall) IfNoneMatch ¶
func (c *PurchasesVoidedpurchasesListCall) IfNoneMatch(entityTag string) *PurchasesVoidedpurchasesListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*PurchasesVoidedpurchasesListCall) MaxResults ¶
func (c *PurchasesVoidedpurchasesListCall) MaxResults(maxResults int64) *PurchasesVoidedpurchasesListCall
MaxResults sets the optional parameter "maxResults":
func (*PurchasesVoidedpurchasesListCall) StartIndex ¶
func (c *PurchasesVoidedpurchasesListCall) StartIndex(startIndex int64) *PurchasesVoidedpurchasesListCall
StartIndex sets the optional parameter "startIndex":
func (*PurchasesVoidedpurchasesListCall) StartTime ¶
func (c *PurchasesVoidedpurchasesListCall) StartTime(startTime int64) *PurchasesVoidedpurchasesListCall
StartTime sets the optional parameter "startTime": The time, in milliseconds since the Epoch, of the oldest voided in-app product purchase that you want to see in the response. The value of this parameter cannot be older than 30 days and is ignored if a pagination token is set. Default value is current time minus 30 days. Note: This filter is applied on the time at which the record is seen as voided by our systems and not the actual voided time returned in the response.
func (*PurchasesVoidedpurchasesListCall) Token ¶
func (c *PurchasesVoidedpurchasesListCall) Token(token string) *PurchasesVoidedpurchasesListCall
Token sets the optional parameter "token":
type PurchasesVoidedpurchasesService ¶
type PurchasesVoidedpurchasesService struct {
// contains filtered or unexported fields
}
func NewPurchasesVoidedpurchasesService ¶
func NewPurchasesVoidedpurchasesService(s *Service) *PurchasesVoidedpurchasesService
func (*PurchasesVoidedpurchasesService) List ¶
func (r *PurchasesVoidedpurchasesService) List(packageName string) *PurchasesVoidedpurchasesListCall
List: Lists the purchases that were canceled, refunded or charged-back.
type Review ¶
type Review struct { // AuthorName: The name of the user who wrote the review. AuthorName string `json:"authorName,omitempty"` // Comments: A repeated field containing comments for the review. Comments []*Comment `json:"comments,omitempty"` // ReviewId: Unique identifier for this review. ReviewId string `json:"reviewId,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "AuthorName") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AuthorName") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*Review) MarshalJSON ¶
type ReviewReplyResult ¶
type ReviewReplyResult struct { // LastEdited: The time at which the reply took effect. LastEdited *Timestamp `json:"lastEdited,omitempty"` // ReplyText: The reply text that was applied. ReplyText string `json:"replyText,omitempty"` // ForceSendFields is a list of field names (e.g. "LastEdited") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "LastEdited") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ReviewReplyResult) MarshalJSON ¶
func (s *ReviewReplyResult) MarshalJSON() ([]byte, error)
type ReviewsGetCall ¶
type ReviewsGetCall struct {
// contains filtered or unexported fields
}
func (*ReviewsGetCall) Context ¶
func (c *ReviewsGetCall) Context(ctx context.Context) *ReviewsGetCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ReviewsGetCall) Do ¶
func (c *ReviewsGetCall) Do(opts ...googleapi.CallOption) (*Review, error)
Do executes the "androidpublisher.reviews.get" call. Exactly one of *Review or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *Review.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ReviewsGetCall) Fields ¶
func (c *ReviewsGetCall) Fields(s ...googleapi.Field) *ReviewsGetCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ReviewsGetCall) Header ¶
func (c *ReviewsGetCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ReviewsGetCall) IfNoneMatch ¶
func (c *ReviewsGetCall) IfNoneMatch(entityTag string) *ReviewsGetCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*ReviewsGetCall) TranslationLanguage ¶
func (c *ReviewsGetCall) TranslationLanguage(translationLanguage string) *ReviewsGetCall
TranslationLanguage sets the optional parameter "translationLanguage":
type ReviewsListCall ¶
type ReviewsListCall struct {
// contains filtered or unexported fields
}
func (*ReviewsListCall) Context ¶
func (c *ReviewsListCall) Context(ctx context.Context) *ReviewsListCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ReviewsListCall) Do ¶
func (c *ReviewsListCall) Do(opts ...googleapi.CallOption) (*ReviewsListResponse, error)
Do executes the "androidpublisher.reviews.list" call. Exactly one of *ReviewsListResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ReviewsListResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ReviewsListCall) Fields ¶
func (c *ReviewsListCall) Fields(s ...googleapi.Field) *ReviewsListCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ReviewsListCall) Header ¶
func (c *ReviewsListCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
func (*ReviewsListCall) IfNoneMatch ¶
func (c *ReviewsListCall) IfNoneMatch(entityTag string) *ReviewsListCall
IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.
func (*ReviewsListCall) MaxResults ¶
func (c *ReviewsListCall) MaxResults(maxResults int64) *ReviewsListCall
MaxResults sets the optional parameter "maxResults":
func (*ReviewsListCall) StartIndex ¶
func (c *ReviewsListCall) StartIndex(startIndex int64) *ReviewsListCall
StartIndex sets the optional parameter "startIndex":
func (*ReviewsListCall) Token ¶
func (c *ReviewsListCall) Token(token string) *ReviewsListCall
Token sets the optional parameter "token":
func (*ReviewsListCall) TranslationLanguage ¶
func (c *ReviewsListCall) TranslationLanguage(translationLanguage string) *ReviewsListCall
TranslationLanguage sets the optional parameter "translationLanguage":
type ReviewsListResponse ¶
type ReviewsListResponse struct { PageInfo *PageInfo `json:"pageInfo,omitempty"` Reviews []*Review `json:"reviews,omitempty"` TokenPagination *TokenPagination `json:"tokenPagination,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "PageInfo") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "PageInfo") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ReviewsListResponse) MarshalJSON ¶
func (s *ReviewsListResponse) MarshalJSON() ([]byte, error)
type ReviewsReplyCall ¶
type ReviewsReplyCall struct {
// contains filtered or unexported fields
}
func (*ReviewsReplyCall) Context ¶
func (c *ReviewsReplyCall) Context(ctx context.Context) *ReviewsReplyCall
Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.
func (*ReviewsReplyCall) Do ¶
func (c *ReviewsReplyCall) Do(opts ...googleapi.CallOption) (*ReviewsReplyResponse, error)
Do executes the "androidpublisher.reviews.reply" call. Exactly one of *ReviewsReplyResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ReviewsReplyResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.
func (*ReviewsReplyCall) Fields ¶
func (c *ReviewsReplyCall) Fields(s ...googleapi.Field) *ReviewsReplyCall
Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.
func (*ReviewsReplyCall) Header ¶
func (c *ReviewsReplyCall) Header() http.Header
Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.
type ReviewsReplyRequest ¶
type ReviewsReplyRequest struct { // ReplyText: The text to set as the reply. Replies of more than // approximately 350 characters will be rejected. HTML tags will be // stripped. ReplyText string `json:"replyText,omitempty"` // ForceSendFields is a list of field names (e.g. "ReplyText") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "ReplyText") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ReviewsReplyRequest) MarshalJSON ¶
func (s *ReviewsReplyRequest) MarshalJSON() ([]byte, error)
type ReviewsReplyResponse ¶
type ReviewsReplyResponse struct { Result *ReviewReplyResult `json:"result,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Result") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Result") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*ReviewsReplyResponse) MarshalJSON ¶
func (s *ReviewsReplyResponse) MarshalJSON() ([]byte, error)
type ReviewsService ¶
type ReviewsService struct {
// contains filtered or unexported fields
}
func NewReviewsService ¶
func NewReviewsService(s *Service) *ReviewsService
func (*ReviewsService) Get ¶
func (r *ReviewsService) Get(packageNameid string, reviewId string) *ReviewsGetCall
Get: Returns a single review.
func (*ReviewsService) List ¶
func (r *ReviewsService) List(packageNameid string) *ReviewsListCall
List: Returns a list of reviews. Only reviews from last week will be returned.
func (*ReviewsService) Reply ¶
func (r *ReviewsService) Reply(packageNameid string, reviewId string, reviewsreplyrequest *ReviewsReplyRequest) *ReviewsReplyCall
Reply: Reply to a single review, or update an existing reply.
type Season ¶
type Season struct { // End: Inclusive end date of the recurrence period. End *MonthDay `json:"end,omitempty"` // Prorations: Optionally present list of prorations for the season. // Each proration is a one-off discounted entry into a subscription. // Each proration contains the first date on which the discount is // available and the new pricing information. Prorations []*Prorate `json:"prorations,omitempty"` // Start: Inclusive start date of the recurrence period. Start *MonthDay `json:"start,omitempty"` // ForceSendFields is a list of field names (e.g. "End") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "End") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*Season) MarshalJSON ¶
type Service ¶
type Service struct { BasePath string // API endpoint base URL UserAgent string // optional additional User-Agent fragment Edits *EditsService Inappproducts *InappproductsService Orders *OrdersService Purchases *PurchasesService Reviews *ReviewsService // contains filtered or unexported fields }
type SubscriptionCancelSurveyResult ¶
type SubscriptionCancelSurveyResult struct { // CancelSurveyReason: The cancellation reason the user chose in the // survey. Possible values are: // - Other // - I don't use this service enough // - Technical issues // - Cost-related reasons // - I found a better app CancelSurveyReason int64 `json:"cancelSurveyReason,omitempty"` // UserInputCancelReason: The customized input cancel reason from the // user. Only present when cancelReason is 0. UserInputCancelReason string `json:"userInputCancelReason,omitempty"` // ForceSendFields is a list of field names (e.g. "CancelSurveyReason") // to unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "CancelSurveyReason") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
SubscriptionCancelSurveyResult: Information provided by the user when they complete the subscription cancellation flow (cancellation reason survey).
func (*SubscriptionCancelSurveyResult) MarshalJSON ¶
func (s *SubscriptionCancelSurveyResult) MarshalJSON() ([]byte, error)
type SubscriptionDeferralInfo ¶
type SubscriptionDeferralInfo struct { // DesiredExpiryTimeMillis: The desired next expiry time to assign to // the subscription, in milliseconds since the Epoch. The given time // must be later/greater than the current expiry time for the // subscription. DesiredExpiryTimeMillis int64 `json:"desiredExpiryTimeMillis,omitempty,string"` // ExpectedExpiryTimeMillis: The expected expiry time for the // subscription. If the current expiry time for the subscription is not // the value specified here, the deferral will not occur. ExpectedExpiryTimeMillis int64 `json:"expectedExpiryTimeMillis,omitempty,string"` // ForceSendFields is a list of field names (e.g. // "DesiredExpiryTimeMillis") to unconditionally include in API // requests. By default, fields with empty values are omitted from API // requests. However, any non-pointer, non-interface field appearing in // ForceSendFields will be sent to the server regardless of whether the // field is empty or not. This may be used to include empty fields in // Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DesiredExpiryTimeMillis") // to include in API requests with the JSON null value. By default, // fields with empty values are omitted from API requests. However, any // field with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
SubscriptionDeferralInfo: A SubscriptionDeferralInfo contains the data needed to defer a subscription purchase to a future expiry time.
func (*SubscriptionDeferralInfo) MarshalJSON ¶
func (s *SubscriptionDeferralInfo) MarshalJSON() ([]byte, error)
type SubscriptionPriceChange ¶
type SubscriptionPriceChange struct { // NewPrice: The new price the subscription will renew with if the price // change is accepted by the user. NewPrice *Price `json:"newPrice,omitempty"` // State: The current state of the price change. Possible values are: // // - Outstanding: State for a pending price change waiting for the user // to agree. In this state, you can optionally seek confirmation from // the user using the In-App API. // - Accepted: State for an accepted price change that the subscription // will renew with unless it's canceled. The price change takes effect // on a future date when the subscription renews. Note that the change // might not occur when the subscription is renewed next. State int64 `json:"state,omitempty"` // ForceSendFields is a list of field names (e.g. "NewPrice") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "NewPrice") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
SubscriptionPriceChange: Contains the price change information for a subscription that can be used to control the user journey for the price change in the app. This can be in the form of seeking confirmation from the user or tailoring the experience for a successful conversion.
func (*SubscriptionPriceChange) MarshalJSON ¶
func (s *SubscriptionPriceChange) MarshalJSON() ([]byte, error)
type SubscriptionPurchase ¶
type SubscriptionPurchase struct { // AutoRenewing: Whether the subscription will automatically be renewed // when it reaches its current expiry time. AutoRenewing bool `json:"autoRenewing,omitempty"` // CancelReason: The reason why a subscription was canceled or is not // auto-renewing. Possible values are: // - User canceled the subscription // - Subscription was canceled by the system, for example because of a // billing problem // - Subscription was replaced with a new subscription // - Subscription was canceled by the developer CancelReason *int64 `json:"cancelReason,omitempty"` // CancelSurveyResult: Information provided by the user when they // complete the subscription cancellation flow (cancellation reason // survey). CancelSurveyResult *SubscriptionCancelSurveyResult `json:"cancelSurveyResult,omitempty"` // CountryCode: ISO 3166-1 alpha-2 billing country/region code of the // user at the time the subscription was granted. CountryCode string `json:"countryCode,omitempty"` // DeveloperPayload: A developer-specified string that contains // supplemental information about an order. DeveloperPayload string `json:"developerPayload,omitempty"` // EmailAddress: The email address of the user when the subscription was // purchased. Only present for purchases made with 'Subscribe with // Google'. EmailAddress string `json:"emailAddress,omitempty"` // ExpiryTimeMillis: Time at which the subscription will expire, in // milliseconds since the Epoch. ExpiryTimeMillis int64 `json:"expiryTimeMillis,omitempty,string"` // FamilyName: The family name of the user when the subscription was // purchased. Only present for purchases made with 'Subscribe with // Google'. FamilyName string `json:"familyName,omitempty"` // GivenName: The given name of the user when the subscription was // purchased. Only present for purchases made with 'Subscribe with // Google'. GivenName string `json:"givenName,omitempty"` // Kind: This kind represents a subscriptionPurchase object in the // androidpublisher service. Kind string `json:"kind,omitempty"` // LinkedPurchaseToken: The purchase token of the originating purchase // if this subscription is one of the following: // - Re-signup of a canceled but non-lapsed subscription // - Upgrade/downgrade from a previous subscription For example, // suppose a user originally signs up and you receive purchase token X, // then the user cancels and goes through the resignup flow (before // their subscription lapses) and you receive purchase token Y, and // finally the user upgrades their subscription and you receive purchase // token Z. If you call this API with purchase token Z, this field will // be set to Y. If you call this API with purchase token Y, this field // will be set to X. If you call this API with purchase token X, this // field will not be set. LinkedPurchaseToken string `json:"linkedPurchaseToken,omitempty"` // OrderId: The order id of the latest recurring order associated with // the purchase of the subscription. OrderId string `json:"orderId,omitempty"` // PaymentState: The payment state of the subscription. Possible values // are: // - Payment pending // - Payment received // - Free trial // - Pending deferred upgrade/downgrade PaymentState *int64 `json:"paymentState,omitempty"` // PriceAmountMicros: Price of the subscription, not including tax. // Price is expressed in micro-units, where 1,000,000 micro-units // represents one unit of the currency. For example, if the subscription // price is €1.99, price_amount_micros is 1990000. PriceAmountMicros int64 `json:"priceAmountMicros,omitempty,string"` // PriceChange: The latest price change information available. This is // present only when there is an upcoming price change for the // subscription yet to be applied. // // Once the subscription renews with the new price or the subscription // is canceled, no price change information will be returned. PriceChange *SubscriptionPriceChange `json:"priceChange,omitempty"` // PriceCurrencyCode: ISO 4217 currency code for the subscription price. // For example, if the price is specified in British pounds sterling, // price_currency_code is "GBP". PriceCurrencyCode string `json:"priceCurrencyCode,omitempty"` // ProfileId: The profile id of the user when the subscription was // purchased. Only present for purchases made with 'Subscribe with // Google'. ProfileId string `json:"profileId,omitempty"` // ProfileName: The profile name of the user when the subscription was // purchased. Only present for purchases made with 'Subscribe with // Google'. ProfileName string `json:"profileName,omitempty"` // PurchaseType: The type of purchase of the subscription. This field is // only set if this purchase was not made using the standard in-app // billing flow. Possible values are: // - Test (i.e. purchased from a license testing account) PurchaseType int64 `json:"purchaseType,omitempty"` // StartTimeMillis: Time at which the subscription was granted, in // milliseconds since the Epoch. StartTimeMillis int64 `json:"startTimeMillis,omitempty,string"` // UserCancellationTimeMillis: The time at which the subscription was // canceled by the user, in milliseconds since the epoch. Only present // if cancelReason is 0. UserCancellationTimeMillis int64 `json:"userCancellationTimeMillis,omitempty,string"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "AutoRenewing") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AutoRenewing") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
SubscriptionPurchase: A SubscriptionPurchase resource indicates the status of a user's subscription purchase.
func (*SubscriptionPurchase) MarshalJSON ¶
func (s *SubscriptionPurchase) MarshalJSON() ([]byte, error)
type SubscriptionPurchasesDeferRequest ¶
type SubscriptionPurchasesDeferRequest struct { // DeferralInfo: The information about the new desired expiry time for // the subscription. DeferralInfo *SubscriptionDeferralInfo `json:"deferralInfo,omitempty"` // ForceSendFields is a list of field names (e.g. "DeferralInfo") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "DeferralInfo") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*SubscriptionPurchasesDeferRequest) MarshalJSON ¶
func (s *SubscriptionPurchasesDeferRequest) MarshalJSON() ([]byte, error)
type SubscriptionPurchasesDeferResponse ¶
type SubscriptionPurchasesDeferResponse struct { // NewExpiryTimeMillis: The new expiry time for the subscription in // milliseconds since the Epoch. NewExpiryTimeMillis int64 `json:"newExpiryTimeMillis,omitempty,string"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "NewExpiryTimeMillis") // to unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "NewExpiryTimeMillis") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
func (*SubscriptionPurchasesDeferResponse) MarshalJSON ¶
func (s *SubscriptionPurchasesDeferResponse) MarshalJSON() ([]byte, error)
type Testers ¶
type Testers struct { GoogleGroups []string `json:"googleGroups,omitempty"` GooglePlusCommunities []string `json:"googlePlusCommunities,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "GoogleGroups") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "GoogleGroups") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*Testers) MarshalJSON ¶
type Timestamp ¶
type Timestamp struct { Nanos int64 `json:"nanos,omitempty"` Seconds int64 `json:"seconds,omitempty,string"` // ForceSendFields is a list of field names (e.g. "Nanos") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Nanos") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*Timestamp) MarshalJSON ¶
type TokenPagination ¶
type TokenPagination struct { NextPageToken string `json:"nextPageToken,omitempty"` PreviousPageToken string `json:"previousPageToken,omitempty"` // ForceSendFields is a list of field names (e.g. "NextPageToken") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "NextPageToken") to include // in API requests with the JSON null value. By default, fields with // empty values are omitted from API requests. However, any field with // an empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*TokenPagination) MarshalJSON ¶
func (s *TokenPagination) MarshalJSON() ([]byte, error)
type Track ¶
type Track struct { // Track: Identifier for this track. Track string `json:"track,omitempty"` UserFraction float64 `json:"userFraction,omitempty"` // VersionCodes: Version codes to make active on this track. Note that // this list should contain all versions you wish to be active, // including those you wish to retain from previous releases. VersionCodes []int64 `json:"versionCodes,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Track") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Track") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*Track) MarshalJSON ¶
func (*Track) UnmarshalJSON ¶
type TracksListResponse ¶
type TracksListResponse struct { // Kind: Identifies what kind of resource this is. Value: the fixed // string "androidpublisher#tracksListResponse". Kind string `json:"kind,omitempty"` Tracks []*Track `json:"tracks,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "Kind") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Kind") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*TracksListResponse) MarshalJSON ¶
func (s *TracksListResponse) MarshalJSON() ([]byte, error)
type UserComment ¶
type UserComment struct { // AndroidOsVersion: Integer Android SDK version of the user's device at // the time the review was written, e.g. 23 is Marshmallow. May be // absent. AndroidOsVersion int64 `json:"androidOsVersion,omitempty"` // AppVersionCode: Integer version code of the app as installed at the // time the review was written. May be absent. AppVersionCode int64 `json:"appVersionCode,omitempty"` // AppVersionName: String version name of the app as installed at the // time the review was written. May be absent. AppVersionName string `json:"appVersionName,omitempty"` // Device: Codename for the reviewer's device, e.g. klte, flounder. May // be absent. Device string `json:"device,omitempty"` // DeviceMetadata: Some information about the characteristics of the // user's device DeviceMetadata *DeviceMetadata `json:"deviceMetadata,omitempty"` // LastModified: The last time at which this comment was updated. LastModified *Timestamp `json:"lastModified,omitempty"` // OriginalText: Untranslated text of the review, in the case where the // review has been translated. If the review has not been translated // this is left blank. OriginalText string `json:"originalText,omitempty"` // ReviewerLanguage: Language code for the reviewer. This is taken from // the device settings so is not guaranteed to match the language the // review is written in. May be absent. ReviewerLanguage string `json:"reviewerLanguage,omitempty"` // StarRating: The star rating associated with the review, from 1 to 5. StarRating int64 `json:"starRating,omitempty"` // Text: The content of the comment, i.e. review body. In some cases // users have been able to write a review with separate title and body; // in those cases the title and body are concatenated and separated by a // tab character. Text string `json:"text,omitempty"` // ThumbsDownCount: Number of users who have given this review a thumbs // down ThumbsDownCount int64 `json:"thumbsDownCount,omitempty"` // ThumbsUpCount: Number of users who have given this review a thumbs up ThumbsUpCount int64 `json:"thumbsUpCount,omitempty"` // ForceSendFields is a list of field names (e.g. "AndroidOsVersion") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "AndroidOsVersion") to // include in API requests with the JSON null value. By default, fields // with empty values are omitted from API requests. However, any field // with an empty value appearing in NullFields will be sent to the // server as null. It is an error if a field in this list has a // non-empty value. This may be used to include null fields in Patch // requests. NullFields []string `json:"-"` }
func (*UserComment) MarshalJSON ¶
func (s *UserComment) MarshalJSON() ([]byte, error)
type VoidedPurchase ¶
type VoidedPurchase struct { // Kind: This kind represents a voided purchase object in the // androidpublisher service. Kind string `json:"kind,omitempty"` // PurchaseTimeMillis: The time at which the purchase was made, in // milliseconds since the epoch (Jan 1, 1970). PurchaseTimeMillis int64 `json:"purchaseTimeMillis,omitempty,string"` // PurchaseToken: The token that was generated when a purchase was made. // This uniquely identifies a purchase. PurchaseToken string `json:"purchaseToken,omitempty"` // VoidedTimeMillis: The time at which the purchase was // canceled/refunded/charged-back, in milliseconds since the epoch (Jan // 1, 1970). VoidedTimeMillis int64 `json:"voidedTimeMillis,omitempty,string"` // ForceSendFields is a list of field names (e.g. "Kind") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "Kind") to include in API // requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
VoidedPurchase: A VoidedPurchase resource indicates a purchase that was either canceled/refunded/charged-back.
func (*VoidedPurchase) MarshalJSON ¶
func (s *VoidedPurchase) MarshalJSON() ([]byte, error)
type VoidedPurchasesListResponse ¶
type VoidedPurchasesListResponse struct { PageInfo *PageInfo `json:"pageInfo,omitempty"` TokenPagination *TokenPagination `json:"tokenPagination,omitempty"` VoidedPurchases []*VoidedPurchase `json:"voidedPurchases,omitempty"` // ServerResponse contains the HTTP response code and headers from the // server. googleapi.ServerResponse `json:"-"` // ForceSendFields is a list of field names (e.g. "PageInfo") to // unconditionally include in API requests. By default, fields with // empty values are omitted from API requests. However, any non-pointer, // non-interface field appearing in ForceSendFields will be sent to the // server regardless of whether the field is empty or not. This may be // used to include empty fields in Patch requests. ForceSendFields []string `json:"-"` // NullFields is a list of field names (e.g. "PageInfo") to include in // API requests with the JSON null value. By default, fields with empty // values are omitted from API requests. However, any field with an // empty value appearing in NullFields will be sent to the server as // null. It is an error if a field in this list has a non-empty value. // This may be used to include null fields in Patch requests. NullFields []string `json:"-"` }
func (*VoidedPurchasesListResponse) MarshalJSON ¶
func (s *VoidedPurchasesListResponse) MarshalJSON() ([]byte, error)