target.apidocs.com.google.api.services.firebaseappdistribution.v1alpha.FirebaseAppDistribution.Projects.Testers.GetUdids.html Maven / Gradle / Ivy
FirebaseAppDistribution.Projects.Testers.GetUdids (Firebase App Distribution API v1alpha-rev20231221-2.0.0)
com.google.api.services.firebaseappdistribution.v1alpha
Class FirebaseAppDistribution.Projects.Testers.GetUdids
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.googleapis.services.AbstractGoogleClientRequest<T>
-
- com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
-
- com.google.api.services.firebaseappdistribution.v1alpha.FirebaseAppDistributionRequest<GoogleFirebaseAppdistroV1alphaGetTesterUdidsResponse>
-
- com.google.api.services.firebaseappdistribution.v1alpha.FirebaseAppDistribution.Projects.Testers.GetUdids
-
- Enclosing class:
- FirebaseAppDistribution.Projects.Testers
public class FirebaseAppDistribution.Projects.Testers.GetUdids
extends FirebaseAppDistributionRequest<GoogleFirebaseAppdistroV1alphaGetTesterUdidsResponse>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Modifier
Constructor and Description
protected
GetUdids(String project)
Get UDIDs of tester iOS devices in a project
Create a request for the method "testers.getUdids".
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
com.google.api.client.http.HttpRequest
buildHttpRequestUsingHead()
com.google.api.client.http.HttpResponse
executeUsingHead()
String
getMobilesdkAppId()
Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)}
Example: 1:581234567376:android:aa0a3c7b135e90289
String
getProject()
The name of the project, which is the parent of testers Format: `projects/{project_number}`
FirebaseAppDistribution.Projects.Testers.GetUdids
set(String parameterName,
Object value)
FirebaseAppDistribution.Projects.Testers.GetUdids
set$Xgafv(String $Xgafv)
V1 error format.
FirebaseAppDistribution.Projects.Testers.GetUdids
setAccessToken(String accessToken)
OAuth access token.
FirebaseAppDistribution.Projects.Testers.GetUdids
setAlt(String alt)
Data format for response.
FirebaseAppDistribution.Projects.Testers.GetUdids
setCallback(String callback)
JSONP
FirebaseAppDistribution.Projects.Testers.GetUdids
setFields(String fields)
Selector specifying which fields to include in a partial response.
FirebaseAppDistribution.Projects.Testers.GetUdids
setKey(String key)
API key.
FirebaseAppDistribution.Projects.Testers.GetUdids
setMobilesdkAppId(String mobilesdkAppId)
Unique id for a Firebase app of the format:
{version}:{project_number}:{platform}:{hash(bundle_id)} Example:
1:581234567376:android:aa0a3c7b135e90289
FirebaseAppDistribution.Projects.Testers.GetUdids
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
FirebaseAppDistribution.Projects.Testers.GetUdids
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
FirebaseAppDistribution.Projects.Testers.GetUdids
setProject(String project)
The name of the project, which is the parent of testers Format:
`projects/{project_number}`
FirebaseAppDistribution.Projects.Testers.GetUdids
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
FirebaseAppDistribution.Projects.Testers.GetUdids
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
FirebaseAppDistribution.Projects.Testers.GetUdids
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
-
Methods inherited from class com.google.api.services.firebaseappdistribution.v1alpha.FirebaseAppDistributionRequest
get$Xgafv, getAbstractGoogleClient, getAccessToken, getAlt, getCallback, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUploadProtocol, getUploadType, setDisableGZipContent, setRequestHeaders
-
Methods inherited from class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest
getJsonContent, newExceptionOnError, queue
-
Methods inherited from class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
buildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
-
Methods inherited from class com.google.api.client.util.GenericData
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Constructor Detail
-
GetUdids
protected GetUdids(String project)
Get UDIDs of tester iOS devices in a project
Create a request for the method "testers.getUdids".
This request holds the parameters needed by the the firebaseappdistribution server. After
setting any optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the
remote operation. FirebaseAppDistribution.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
- Parameters:
project
- The name of the project, which is the parent of testers Format: `projects/{project_number}`
- Since:
- 1.13
-
Method Detail
-
executeUsingHead
public com.google.api.client.http.HttpResponse executeUsingHead()
throws IOException
- Overrides:
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<GoogleFirebaseAppdistroV1alphaGetTesterUdidsResponse>
- Throws:
IOException
-
buildHttpRequestUsingHead
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws IOException
- Overrides:
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<GoogleFirebaseAppdistroV1alphaGetTesterUdidsResponse>
- Throws:
IOException
-
set$Xgafv
public FirebaseAppDistribution.Projects.Testers.GetUdids set$Xgafv(String $Xgafv)
Description copied from class: FirebaseAppDistributionRequest
V1 error format.
- Overrides:
set$Xgafv
in class FirebaseAppDistributionRequest<GoogleFirebaseAppdistroV1alphaGetTesterUdidsResponse>
-
setAccessToken
public FirebaseAppDistribution.Projects.Testers.GetUdids setAccessToken(String accessToken)
Description copied from class: FirebaseAppDistributionRequest
OAuth access token.
-
setAlt
public FirebaseAppDistribution.Projects.Testers.GetUdids setAlt(String alt)
Description copied from class: FirebaseAppDistributionRequest
Data format for response.
- Overrides:
setAlt
in class FirebaseAppDistributionRequest<GoogleFirebaseAppdistroV1alphaGetTesterUdidsResponse>
-
setCallback
public FirebaseAppDistribution.Projects.Testers.GetUdids setCallback(String callback)
Description copied from class: FirebaseAppDistributionRequest
JSONP
-
setFields
public FirebaseAppDistribution.Projects.Testers.GetUdids setFields(String fields)
Description copied from class: FirebaseAppDistributionRequest
Selector specifying which fields to include in a partial response.
- Overrides:
setFields
in class FirebaseAppDistributionRequest<GoogleFirebaseAppdistroV1alphaGetTesterUdidsResponse>
-
setKey
public FirebaseAppDistribution.Projects.Testers.GetUdids setKey(String key)
Description copied from class: FirebaseAppDistributionRequest
API key. Your API key identifies your project and provides you with API access, quota, and
reports. Required unless you provide an OAuth 2.0 token.
- Overrides:
setKey
in class FirebaseAppDistributionRequest<GoogleFirebaseAppdistroV1alphaGetTesterUdidsResponse>
-
setOauthToken
public FirebaseAppDistribution.Projects.Testers.GetUdids setOauthToken(String oauthToken)
Description copied from class: FirebaseAppDistributionRequest
OAuth 2.0 token for the current user.
-
setPrettyPrint
public FirebaseAppDistribution.Projects.Testers.GetUdids setPrettyPrint(Boolean prettyPrint)
Description copied from class: FirebaseAppDistributionRequest
Returns response with indentations and line breaks.
-
setQuotaUser
public FirebaseAppDistribution.Projects.Testers.GetUdids setQuotaUser(String quotaUser)
Description copied from class: FirebaseAppDistributionRequest
Available to use for quota purposes for server-side applications. Can be any arbitrary string
assigned to a user, but should not exceed 40 characters.
-
setUploadType
public FirebaseAppDistribution.Projects.Testers.GetUdids setUploadType(String uploadType)
Description copied from class: FirebaseAppDistributionRequest
Legacy upload protocol for media (e.g. "media", "multipart").
-
setUploadProtocol
public FirebaseAppDistribution.Projects.Testers.GetUdids setUploadProtocol(String uploadProtocol)
Description copied from class: FirebaseAppDistributionRequest
Upload protocol for media (e.g. "raw", "multipart").
-
getProject
public String getProject()
The name of the project, which is the parent of testers Format: `projects/{project_number}`
-
setProject
public FirebaseAppDistribution.Projects.Testers.GetUdids setProject(String project)
The name of the project, which is the parent of testers Format:
`projects/{project_number}`
-
getMobilesdkAppId
public String getMobilesdkAppId()
Unique id for a Firebase app of the format: {version}:{project_number}:{platform}:{hash(bundle_id)}
Example: 1:581234567376:android:aa0a3c7b135e90289
-
setMobilesdkAppId
public FirebaseAppDistribution.Projects.Testers.GetUdids setMobilesdkAppId(String mobilesdkAppId)
Unique id for a Firebase app of the format:
{version}:{project_number}:{platform}:{hash(bundle_id)} Example:
1:581234567376:android:aa0a3c7b135e90289
-
set
public FirebaseAppDistribution.Projects.Testers.GetUdids set(String parameterName,
Object value)
- Overrides:
set
in class FirebaseAppDistributionRequest<GoogleFirebaseAppdistroV1alphaGetTesterUdidsResponse>
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy