All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.androidpublisher.model.ApkDescription.html Maven / Gradle / Ivy

There is a newer version: v3-rev20241217-2.0.0
Show newest version






ApkDescription (Google Play Android Developer API v3-rev20240129-2.0.0)












com.google.api.services.androidpublisher.model

Class ApkDescription

    • Constructor Detail

      • ApkDescription

        public ApkDescription()
    • Method Detail

      • getAssetSliceMetadata

        public SplitApkMetadata getAssetSliceMetadata()
        Set only for asset slices.
        Returns:
        value or null for none
      • setAssetSliceMetadata

        public ApkDescription setAssetSliceMetadata(SplitApkMetadata assetSliceMetadata)
        Set only for asset slices.
        Parameters:
        assetSliceMetadata - assetSliceMetadata or null for none
      • getInstantApkMetadata

        public SplitApkMetadata getInstantApkMetadata()
        Set only for Instant split APKs.
        Returns:
        value or null for none
      • setInstantApkMetadata

        public ApkDescription setInstantApkMetadata(SplitApkMetadata instantApkMetadata)
        Set only for Instant split APKs.
        Parameters:
        instantApkMetadata - instantApkMetadata or null for none
      • getPath

        public String getPath()
        Path of the Apk, will be in the following format: .apk where DownloadId is the ID used to download the apk using GeneratedApks.Download API.
        Returns:
        value or null for none
      • setPath

        public ApkDescription setPath(String path)
        Path of the Apk, will be in the following format: .apk where DownloadId is the ID used to download the apk using GeneratedApks.Download API.
        Parameters:
        path - path or null for none
      • getSplitApkMetadata

        public SplitApkMetadata getSplitApkMetadata()
        Set only for Split APKs.
        Returns:
        value or null for none
      • setSplitApkMetadata

        public ApkDescription setSplitApkMetadata(SplitApkMetadata splitApkMetadata)
        Set only for Split APKs.
        Parameters:
        splitApkMetadata - splitApkMetadata or null for none
      • getStandaloneApkMetadata

        public StandaloneApkMetadata getStandaloneApkMetadata()
        Set only for standalone APKs.
        Returns:
        value or null for none
      • setStandaloneApkMetadata

        public ApkDescription setStandaloneApkMetadata(StandaloneApkMetadata standaloneApkMetadata)
        Set only for standalone APKs.
        Parameters:
        standaloneApkMetadata - standaloneApkMetadata or null for none
      • getTargeting

        public ApkTargeting getTargeting()
        Apk-level targeting.
        Returns:
        value or null for none
      • setTargeting

        public ApkDescription setTargeting(ApkTargeting targeting)
        Apk-level targeting.
        Parameters:
        targeting - targeting or null for none
      • set

        public ApkDescription set(String fieldName,
                                  Object value)
        Overrides:
        set in class com.google.api.client.json.GenericJson
      • clone

        public ApkDescription clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy