Class Application.IdentityAwareProxy (2.2.0)

publicstaticfinalclass Application.IdentityAwareProxyextendsGeneratedMessageV3implementsApplication.IdentityAwareProxyOrBuilder

Identity-Aware Proxy

Protobuf type google.appengine.v1.Application.IdentityAwareProxy

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Application.IdentityAwareProxy

Inherited Members

Static Fields

ENABLED_FIELD_NUMBER

publicstaticfinalintENABLED_FIELD_NUMBER
Field Value
Type Description
int

OAUTH2_CLIENT_ID_FIELD_NUMBER

publicstaticfinalintOAUTH2_CLIENT_ID_FIELD_NUMBER
Field Value
Type Description
int

OAUTH2_CLIENT_SECRET_FIELD_NUMBER

publicstaticfinalintOAUTH2_CLIENT_SECRET_FIELD_NUMBER
Field Value
Type Description
int

OAUTH2_CLIENT_SECRET_SHA256_FIELD_NUMBER

publicstaticfinalintOAUTH2_CLIENT_SECRET_SHA256_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticApplication.IdentityAwareProxygetDefaultInstance()
Returns
Type Description

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description

newBuilder()

publicstaticApplication.IdentityAwareProxy.BuildernewBuilder()
Returns
Type Description

newBuilder(Application.IdentityAwareProxy prototype)

publicstaticApplication.IdentityAwareProxy.BuildernewBuilder(Application.IdentityAwareProxyprototype)
Parameter
Name Description
Returns
Type Description

parseDelimitedFrom(InputStream input)

publicstaticApplication.IdentityAwareProxyparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
Exceptions
Type Description

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticApplication.IdentityAwareProxyparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parseFrom(byte[] data)

publicstaticApplication.IdentityAwareProxyparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
Exceptions
Type Description

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticApplication.IdentityAwareProxyparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parseFrom(ByteString data)

publicstaticApplication.IdentityAwareProxyparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
Exceptions
Type Description

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticApplication.IdentityAwareProxyparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parseFrom(CodedInputStream input)

publicstaticApplication.IdentityAwareProxyparseFrom(CodedInputStreaminput)
Parameter
Name Description
Returns
Type Description
Exceptions
Type Description

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticApplication.IdentityAwareProxyparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parseFrom(InputStream input)

publicstaticApplication.IdentityAwareProxyparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
Exceptions
Type Description

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticApplication.IdentityAwareProxyparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parseFrom(ByteBuffer data)

publicstaticApplication.IdentityAwareProxyparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Exceptions
Type Description

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticApplication.IdentityAwareProxyparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Exceptions
Type Description

parser()

publicstaticParser<Application.IdentityAwareProxy>parser()
Returns
Type Description

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
Overrides

getDefaultInstanceForType()

publicApplication.IdentityAwareProxygetDefaultInstanceForType()
Returns
Type Description

getEnabled()

publicbooleangetEnabled()

Whether the serving infrastructure will authenticate and authorize all incoming requests. If true, the oauth2_client_id and oauth2_client_secret fields must be non-empty.

bool enabled = 1;

Returns
Type Description
boolean

The enabled.

getOauth2ClientId()

publicStringgetOauth2ClientId()

OAuth2 client ID to use for the authentication flow.

string oauth2_client_id = 2;

Returns
Type Description
String

The oauth2ClientId.

getOauth2ClientIdBytes()

publicByteStringgetOauth2ClientIdBytes()

OAuth2 client ID to use for the authentication flow.

string oauth2_client_id = 2;

Returns
Type Description
ByteString

The bytes for oauth2ClientId.

getOauth2ClientSecret()

publicStringgetOauth2ClientSecret()

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 oauth2_client_secret_sha256 field. @InputOnly

string oauth2_client_secret = 3;

Returns
Type Description
String

The oauth2ClientSecret.

getOauth2ClientSecretBytes()

publicByteStringgetOauth2ClientSecretBytes()

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 oauth2_client_secret_sha256 field. @InputOnly

string oauth2_client_secret = 3;

Returns
Type Description
ByteString

The bytes for oauth2ClientSecret.

getOauth2ClientSecretSha256()

publicStringgetOauth2ClientSecretSha256()

Hex-encoded SHA-256 hash of the client secret. @OutputOnly

string oauth2_client_secret_sha256 = 4;

Returns
Type Description
String

The oauth2ClientSecretSha256.

getOauth2ClientSecretSha256Bytes()

publicByteStringgetOauth2ClientSecretSha256Bytes()

Hex-encoded SHA-256 hash of the client secret. @OutputOnly

string oauth2_client_secret_sha256 = 4;

Returns
Type Description
ByteString

The bytes for oauth2ClientSecretSha256.

getParserForType()

publicParser<Application.IdentityAwareProxy>getParserForType()
Returns
Type Description
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

getUnknownFields()

publicfinalUnknownFieldSetgetUnknownFields()
Returns
Type Description
Overrides

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
Overrides

newBuilderForType()

publicApplication.IdentityAwareProxy.BuildernewBuilderForType()
Returns
Type Description

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedApplication.IdentityAwareProxy.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protectedObjectnewInstance(GeneratedMessageV3.UnusedPrivateParameterunused)
Parameter
Name Description
Returns
Type Description
Overrides

toBuilder()

publicApplication.IdentityAwareProxy.BuildertoBuilder()
Returns
Type Description

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
Overrides Exceptions
Type Description

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.