public final class BackendServiceIAP
extends com.google.api.client.json.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
com.google.api.client.util.GenericData.Flags
AbstractMap.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, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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 com.google.api.client.json.GenericJson
public BackendServiceIAP clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.