target.apidocs.com.google.api.services.firebaseappdistribution.v1alpha.FirebaseAppDistribution.Apps.ReleaseByHash.html Maven / Gradle / Ivy
FirebaseAppDistribution.Apps.ReleaseByHash (Firebase App Distribution API v1alpha-rev20231221-2.0.0)
com.google.api.services.firebaseappdistribution.v1alpha
Class FirebaseAppDistribution.Apps.ReleaseByHash
- java.lang.Object
-
- com.google.api.services.firebaseappdistribution.v1alpha.FirebaseAppDistribution.Apps.ReleaseByHash
-
- Enclosing class:
- FirebaseAppDistribution.Apps
public class FirebaseAppDistribution.Apps.ReleaseByHash
extends Object
The "release_by_hash" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
FirebaseAppDistribution.Apps.ReleaseByHash.Get
-
Constructor Summary
Constructors
Constructor and Description
ReleaseByHash()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
FirebaseAppDistribution.Apps.ReleaseByHash.Get
get(String mobilesdkAppId,
String uploadHash)
GET Release by binary upload hash
Create a request for the method "release_by_hash.get".
-
-
Method Detail
-
get
public FirebaseAppDistribution.Apps.ReleaseByHash.Get get(String mobilesdkAppId,
String uploadHash)
throws IOException
GET Release by binary upload hash
Create a request for the method "release_by_hash.get".
This request holds the parameters needed by the firebaseappdistribution server. After setting
any optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
mobilesdkAppId
- Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)}
Example: 1:581234567376:android:aa0a3c7b135e90289
uploadHash
- The hash for the upload
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy