Class Application.IdentityAwareProxy (2.30.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

com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)

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
Application.IdentityAwareProxy

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticApplication.IdentityAwareProxy.BuildernewBuilder()
Returns
Type Description
Application.IdentityAwareProxy.Builder

newBuilder(Application.IdentityAwareProxy prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

publicstaticApplication.IdentityAwareProxyparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Application.IdentityAwareProxy
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticApplication.IdentityAwareProxyparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Application.IdentityAwareProxy
Exceptions
Type Description
IOException

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

publicApplication.IdentityAwareProxygetDefaultInstanceForType()
Returns
Type Description
Application.IdentityAwareProxy

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
Parser<IdentityAwareProxy>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicApplication.IdentityAwareProxy.BuildernewBuilderForType()
Returns
Type Description
Application.IdentityAwareProxy.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

publicApplication.IdentityAwareProxy.BuildertoBuilder()
Returns
Type Description
Application.IdentityAwareProxy.Builder

writeTo(CodedOutputStream output)

publicvoidwriteTo(CodedOutputStreamoutput)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException

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.