
target.apidocs.com.google.api.services.firebase.v1beta1.FirebaseManagement.Projects.AndroidApps.Sha.Create.html Maven / Gradle / Ivy
FirebaseManagement.Projects.AndroidApps.Sha.Create (Firebase Management API v1beta1-rev20230202-2.0.0)
com.google.api.services.firebase.v1beta1
Class FirebaseManagement.Projects.AndroidApps.Sha.Create
- 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.firebase.v1beta1.FirebaseManagementRequest<ShaCertificate>
-
- com.google.api.services.firebase.v1beta1.FirebaseManagement.Projects.AndroidApps.Sha.Create
-
- Enclosing class:
- FirebaseManagement.Projects.AndroidApps.Sha
public class FirebaseManagement.Projects.AndroidApps.Sha.Create
extends FirebaseManagementRequest<ShaCertificate>
-
-
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
Create(String parent,
ShaCertificate content)
Adds a ShaCertificate to the specified AndroidApp.
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
String
getParent()
The resource name of the parent AndroidApp to which to add a ShaCertificate, in the format:
projects/PROJECT_IDENTIFIER/androidApps/ APP_ID Since an APP_ID is a unique identifier, the Unique
Resource from Sub-Collection access pattern may be used here, in the format:
projects/-/androidApps/APP_ID Refer to the `AndroidApp`
[`name`](../projects.androidApps#AndroidApp.FIELDS.name) field for details about PROJECT_IDENTIFIER
and APP_ID values.
FirebaseManagement.Projects.AndroidApps.Sha.Create
set(String parameterName,
Object value)
FirebaseManagement.Projects.AndroidApps.Sha.Create
set$Xgafv(String $Xgafv)
V1 error format.
FirebaseManagement.Projects.AndroidApps.Sha.Create
setAccessToken(String accessToken)
OAuth access token.
FirebaseManagement.Projects.AndroidApps.Sha.Create
setAlt(String alt)
Data format for response.
FirebaseManagement.Projects.AndroidApps.Sha.Create
setCallback(String callback)
JSONP
FirebaseManagement.Projects.AndroidApps.Sha.Create
setFields(String fields)
Selector specifying which fields to include in a partial response.
FirebaseManagement.Projects.AndroidApps.Sha.Create
setKey(String key)
API key.
FirebaseManagement.Projects.AndroidApps.Sha.Create
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
FirebaseManagement.Projects.AndroidApps.Sha.Create
setParent(String parent)
The resource name of the parent AndroidApp to which to add a ShaCertificate, in the
format: projects/PROJECT_IDENTIFIER/androidApps/ APP_ID Since an APP_ID is a unique
identifier, the Unique Resource from Sub-Collection access pattern may be used here, in
the format: projects/-/androidApps/APP_ID Refer to the `AndroidApp`
[`name`](../projects.androidApps#AndroidApp.FIELDS.name) field for details about
PROJECT_IDENTIFIER and APP_ID values.
FirebaseManagement.Projects.AndroidApps.Sha.Create
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
FirebaseManagement.Projects.AndroidApps.Sha.Create
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
FirebaseManagement.Projects.AndroidApps.Sha.Create
setUploadProtocol(String uploadProtocol)
Upload protocol for media (e.g.
FirebaseManagement.Projects.AndroidApps.Sha.Create
setUploadType(String uploadType)
Legacy upload protocol for media (e.g.
-
Methods inherited from class com.google.api.services.firebase.v1beta1.FirebaseManagementRequest
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, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, 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
-
Create
protected Create(String parent,
ShaCertificate content)
Adds a ShaCertificate to the specified AndroidApp.
Create a request for the method "sha.create".
This request holds the parameters needed by the the firebase server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
FirebaseManagement.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must
be called to initialize this instance immediately after invoking the constructor.
- Parameters:
parent
- The resource name of the parent AndroidApp to which to add a ShaCertificate, in the format:
projects/PROJECT_IDENTIFIER/androidApps/ APP_ID Since an APP_ID is a unique identifier,
the Unique Resource from Sub-Collection access pattern may be used here, in the format:
projects/-/androidApps/APP_ID Refer to the `AndroidApp`
[`name`](../projects.androidApps#AndroidApp.FIELDS.name) field for details about
PROJECT_IDENTIFIER and APP_ID values.
content
- the ShaCertificate
- Since:
- 1.13
-
Method Detail
-
set$Xgafv
public FirebaseManagement.Projects.AndroidApps.Sha.Create set$Xgafv(String $Xgafv)
Description copied from class: FirebaseManagementRequest
V1 error format.
- Overrides:
set$Xgafv
in class FirebaseManagementRequest<ShaCertificate>
-
setAccessToken
public FirebaseManagement.Projects.AndroidApps.Sha.Create setAccessToken(String accessToken)
Description copied from class: FirebaseManagementRequest
OAuth access token.
- Overrides:
setAccessToken
in class FirebaseManagementRequest<ShaCertificate>
-
setAlt
public FirebaseManagement.Projects.AndroidApps.Sha.Create setAlt(String alt)
Description copied from class: FirebaseManagementRequest
Data format for response.
- Overrides:
setAlt
in class FirebaseManagementRequest<ShaCertificate>
-
setCallback
public FirebaseManagement.Projects.AndroidApps.Sha.Create setCallback(String callback)
Description copied from class: FirebaseManagementRequest
JSONP
- Overrides:
setCallback
in class FirebaseManagementRequest<ShaCertificate>
-
setFields
public FirebaseManagement.Projects.AndroidApps.Sha.Create setFields(String fields)
Description copied from class: FirebaseManagementRequest
Selector specifying which fields to include in a partial response.
- Overrides:
setFields
in class FirebaseManagementRequest<ShaCertificate>
-
setKey
public FirebaseManagement.Projects.AndroidApps.Sha.Create setKey(String key)
Description copied from class: FirebaseManagementRequest
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 FirebaseManagementRequest<ShaCertificate>
-
setOauthToken
public FirebaseManagement.Projects.AndroidApps.Sha.Create setOauthToken(String oauthToken)
Description copied from class: FirebaseManagementRequest
OAuth 2.0 token for the current user.
- Overrides:
setOauthToken
in class FirebaseManagementRequest<ShaCertificate>
-
setPrettyPrint
public FirebaseManagement.Projects.AndroidApps.Sha.Create setPrettyPrint(Boolean prettyPrint)
Description copied from class: FirebaseManagementRequest
Returns response with indentations and line breaks.
- Overrides:
setPrettyPrint
in class FirebaseManagementRequest<ShaCertificate>
-
setQuotaUser
public FirebaseManagement.Projects.AndroidApps.Sha.Create setQuotaUser(String quotaUser)
Description copied from class: FirebaseManagementRequest
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.
- Overrides:
setQuotaUser
in class FirebaseManagementRequest<ShaCertificate>
-
setUploadType
public FirebaseManagement.Projects.AndroidApps.Sha.Create setUploadType(String uploadType)
Description copied from class: FirebaseManagementRequest
Legacy upload protocol for media (e.g. "media", "multipart").
- Overrides:
setUploadType
in class FirebaseManagementRequest<ShaCertificate>
-
setUploadProtocol
public FirebaseManagement.Projects.AndroidApps.Sha.Create setUploadProtocol(String uploadProtocol)
Description copied from class: FirebaseManagementRequest
Upload protocol for media (e.g. "raw", "multipart").
- Overrides:
setUploadProtocol
in class FirebaseManagementRequest<ShaCertificate>
-
getParent
public String getParent()
The resource name of the parent AndroidApp to which to add a ShaCertificate, in the format:
projects/PROJECT_IDENTIFIER/androidApps/ APP_ID Since an APP_ID is a unique identifier, the Unique
Resource from Sub-Collection access pattern may be used here, in the format:
projects/-/androidApps/APP_ID Refer to the `AndroidApp`
[`name`](../projects.androidApps#AndroidApp.FIELDS.name) field for details about PROJECT_IDENTIFIER
and APP_ID values.
-
setParent
public FirebaseManagement.Projects.AndroidApps.Sha.Create setParent(String parent)
The resource name of the parent AndroidApp to which to add a ShaCertificate, in the
format: projects/PROJECT_IDENTIFIER/androidApps/ APP_ID Since an APP_ID is a unique
identifier, the Unique Resource from Sub-Collection access pattern may be used here, in
the format: projects/-/androidApps/APP_ID Refer to the `AndroidApp`
[`name`](../projects.androidApps#AndroidApp.FIELDS.name) field for details about
PROJECT_IDENTIFIER and APP_ID values.
-
set
public FirebaseManagement.Projects.AndroidApps.Sha.Create set(String parameterName,
Object value)
- Overrides:
set
in class FirebaseManagementRequest<ShaCertificate>
Copyright © 2011–2023 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy