public interface BackendServiceIAPOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getEnabled()
Whether the serving infrastructure will authenticate and authorize all incoming requests.
|
String |
getOauth2ClientId()
OAuth2 client ID to use for the authentication flow.
|
com.google.protobuf.ByteString |
getOauth2ClientIdBytes()
OAuth2 client ID to use for the authentication flow.
|
String |
getOauth2ClientSecret()
OAuth2 client secret to use for the authentication flow.
|
com.google.protobuf.ByteString |
getOauth2ClientSecretBytes()
OAuth2 client secret to use for the authentication flow.
|
String |
getOauth2ClientSecretSha256()
[Output Only] SHA256 hash value for the field oauth2_client_secret above.
|
com.google.protobuf.ByteString |
getOauth2ClientSecretSha256Bytes()
[Output Only] SHA256 hash value for the field oauth2_client_secret above.
|
boolean |
hasEnabled()
Whether the serving infrastructure will authenticate and authorize all incoming requests.
|
boolean |
hasOauth2ClientId()
OAuth2 client ID to use for the authentication flow.
|
boolean |
hasOauth2ClientSecret()
OAuth2 client secret to use for the authentication flow.
|
boolean |
hasOauth2ClientSecretSha256()
[Output Only] SHA256 hash value for the field oauth2_client_secret above.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasEnabled()
Whether the serving infrastructure will authenticate and authorize all incoming requests. If true, the oauth2ClientId and oauth2ClientSecret fields must be non-empty.
optional bool enabled = 1018689;boolean getEnabled()
Whether the serving infrastructure will authenticate and authorize all incoming requests. If true, the oauth2ClientId and oauth2ClientSecret fields must be non-empty.
optional bool enabled = 1018689;boolean hasOauth2ClientId()
OAuth2 client ID to use for the authentication flow.
optional string oauth2_client_id = 314017611;String getOauth2ClientId()
OAuth2 client ID to use for the authentication flow.
optional string oauth2_client_id = 314017611;com.google.protobuf.ByteString getOauth2ClientIdBytes()
OAuth2 client ID to use for the authentication flow.
optional string oauth2_client_id = 314017611;boolean hasOauth2ClientSecret()
OAuth2 client secret to use for the authentication flow. For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2ClientSecretSha256 field. @InputOnly
optional string oauth2_client_secret = 50999520;String getOauth2ClientSecret()
OAuth2 client secret to use for the authentication flow. For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2ClientSecretSha256 field. @InputOnly
optional string oauth2_client_secret = 50999520;com.google.protobuf.ByteString getOauth2ClientSecretBytes()
OAuth2 client secret to use for the authentication flow. For security reasons, this value cannot be retrieved via the API. Instead, the SHA-256 hash of the value is returned in the oauth2ClientSecretSha256 field. @InputOnly
optional string oauth2_client_secret = 50999520;boolean hasOauth2ClientSecretSha256()
[Output Only] SHA256 hash value for the field oauth2_client_secret above.
optional string oauth2_client_secret_sha256 = 112903782;String getOauth2ClientSecretSha256()
[Output Only] SHA256 hash value for the field oauth2_client_secret above.
optional string oauth2_client_secret_sha256 = 112903782;com.google.protobuf.ByteString getOauth2ClientSecretSha256Bytes()
[Output Only] SHA256 hash value for the field oauth2_client_secret above.
optional string oauth2_client_secret_sha256 = 112903782;Copyright © 2023 Google LLC. All rights reserved.