public final class BackendServiceIAP extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Compute Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
| BackendServiceIAP() | 
| Modifier and Type | Method and Description | 
|---|---|
| BackendServiceIAP | clone() | 
| Boolean | getEnabled()Whether the serving infrastructure will authenticate and authorize all incoming requests. | 
| String | getOauth2ClientId()OAuth2 client ID to use for the authentication flow. | 
| String | getOauth2ClientSecret()OAuth2 client secret to use for the authentication flow. | 
| String | getOauth2ClientSecretSha256()[Output Only] SHA256 hash value for the field oauth2_client_secret above. | 
| BackendServiceIAP | set(String fieldName,
   Object value) | 
| BackendServiceIAP | setEnabled(Boolean enabled)Whether the serving infrastructure will authenticate and authorize all incoming requests. | 
| BackendServiceIAP | setOauth2ClientId(String oauth2ClientId)OAuth2 client ID to use for the authentication flow. | 
| BackendServiceIAP | setOauth2ClientSecret(String oauth2ClientSecret)OAuth2 client secret to use for the authentication flow. | 
| BackendServiceIAP | setOauth2ClientSecretSha256(String oauth2ClientSecretSha256)[Output Only] SHA256 hash value for the field oauth2_client_secret above. | 
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic Boolean getEnabled()
null for nonepublic BackendServiceIAP setEnabled(Boolean enabled)
enabled - enabled or null for nonepublic String getOauth2ClientId()
null for nonepublic BackendServiceIAP setOauth2ClientId(String oauth2ClientId)
oauth2ClientId - oauth2ClientId or null for nonepublic String getOauth2ClientSecret()
null for nonepublic BackendServiceIAP setOauth2ClientSecret(String oauth2ClientSecret)
oauth2ClientSecret - oauth2ClientSecret or null for nonepublic String getOauth2ClientSecretSha256()
null for nonepublic BackendServiceIAP setOauth2ClientSecretSha256(String oauth2ClientSecretSha256)
oauth2ClientSecretSha256 - oauth2ClientSecretSha256 or null for nonepublic BackendServiceIAP set(String fieldName, Object value)
set in class GenericJsonpublic BackendServiceIAP clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.