target.apidocs.com.google.api.services.androidpublisher.AndroidPublisher.Internalappsharingartifacts.html Maven / Gradle / Ivy
AndroidPublisher.Internalappsharingartifacts (Google Play Android Developer API v3-rev20240129-2.0.0)
com.google.api.services.androidpublisher
Class AndroidPublisher.Internalappsharingartifacts
- java.lang.Object
-
- com.google.api.services.androidpublisher.AndroidPublisher.Internalappsharingartifacts
-
- Enclosing class:
- AndroidPublisher
public class AndroidPublisher.Internalappsharingartifacts
extends Object
The "internalappsharingartifacts" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
AndroidPublisher.Internalappsharingartifacts.Uploadapk
class
AndroidPublisher.Internalappsharingartifacts.Uploadbundle
-
Constructor Summary
Constructors
Constructor and Description
Internalappsharingartifacts()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
AndroidPublisher.Internalappsharingartifacts.Uploadapk
uploadapk(String packageName)
Uploads an APK to internal app sharing.
AndroidPublisher.Internalappsharingartifacts.Uploadapk
uploadapk(String packageName,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Uploads an APK to internal app sharing.
AndroidPublisher.Internalappsharingartifacts.Uploadbundle
uploadbundle(String packageName)
Uploads an app bundle to internal app sharing.
AndroidPublisher.Internalappsharingartifacts.Uploadbundle
uploadbundle(String packageName,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
Uploads an app bundle to internal app sharing.
-
-
Method Detail
-
uploadapk
public AndroidPublisher.Internalappsharingartifacts.Uploadapk uploadapk(String packageName)
throws IOException
Uploads an APK to internal app sharing. 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 [Timeouts and Errors](https://developers.google.com/api-client-library/java
/google-api-java-client/errors) for an example in java.
Create a request for the method "internalappsharingartifacts.uploadapk".
This request holds the parameters needed by the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
packageName
- Package name of the app.
- Returns:
- the request
- Throws:
IOException
-
uploadapk
public AndroidPublisher.Internalappsharingartifacts.Uploadapk uploadapk(String packageName,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
throws IOException
Uploads an APK to internal app sharing. 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 [Timeouts and Errors](https://developers.google.com/api-client-library/java
/google-api-java-client/errors) for an example in java.
Create a request for the method "internalappsharingartifacts.uploadapk".
This request holds the parameters needed by the the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
This method should be used for uploading media content.
- Parameters:
packageName
- Package name of the app.
mediaContent
- The media HTTP content.
- Returns:
- the request
- Throws:
IOException
- if the initialization of the request fails
-
uploadbundle
public AndroidPublisher.Internalappsharingartifacts.Uploadbundle uploadbundle(String packageName)
throws IOException
Uploads an app bundle to internal app sharing. 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 [Timeouts and Errors](https://developers.google.com/api-client-
library/java/google-api-java-client/errors) for an example in java.
Create a request for the method "internalappsharingartifacts.uploadbundle".
This request holds the parameters needed by the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.
- Parameters:
packageName
- Package name of the app.
- Returns:
- the request
- Throws:
IOException
-
uploadbundle
public AndroidPublisher.Internalappsharingartifacts.Uploadbundle uploadbundle(String packageName,
com.google.api.client.http.AbstractInputStreamContent mediaContent)
throws IOException
Uploads an app bundle to internal app sharing. 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 [Timeouts and Errors](https://developers.google.com/api-client-
library/java/google-api-java-client/errors) for an example in java.
Create a request for the method "internalappsharingartifacts.uploadbundle".
This request holds the parameters needed by the the androidpublisher server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.
This method should be used for uploading media content.
- Parameters:
packageName
- Package name of the app.
mediaContent
- The media HTTP content.
- Returns:
- the request
- Throws:
IOException
- if the initialization of the request fails
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy