Class OAuth2 (0.18.0)

public final class OAuth2 extends GeneratedMessageV3 implements OAuth2OrBuilder

The OAuth 2.0 Settings

Protobuf type google.cloud.iap.v1.OAuth2

Implements

OAuth2OrBuilder

Static Fields

CLIENT_ID_FIELD_NUMBER

public static final int CLIENT_ID_FIELD_NUMBER
Field Value
Type Description
int

CLIENT_SECRET_FIELD_NUMBER

public static final int CLIENT_SECRET_FIELD_NUMBER
Field Value
Type Description
int

CLIENT_SECRET_SHA256_FIELD_NUMBER

public static final int CLIENT_SECRET_SHA256_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static OAuth2 getDefaultInstance()
Returns
Type Description
OAuth2

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static OAuth2.Builder newBuilder()
Returns
Type Description
OAuth2.Builder

newBuilder(OAuth2 prototype)

public static OAuth2.Builder newBuilder(OAuth2 prototype)
Parameter
Name Description
prototype OAuth2
Returns
Type Description
OAuth2.Builder

parseDelimitedFrom(InputStream input)

public static OAuth2 parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
OAuth2
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static OAuth2 parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OAuth2
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static OAuth2 parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
OAuth2
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static OAuth2 parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OAuth2
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static OAuth2 parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
OAuth2
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static OAuth2 parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OAuth2
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static OAuth2 parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
OAuth2
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static OAuth2 parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OAuth2
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static OAuth2 parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
OAuth2
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static OAuth2 parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OAuth2
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static OAuth2 parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
OAuth2
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static OAuth2 parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
OAuth2
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<OAuth2> parser()
Returns
Type Description
Parser<OAuth2>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getClientId()

public String getClientId()

The OAuth 2.0 client ID registered in the workforce identity federation OAuth 2.0 Server.

string client_id = 1;

Returns
Type Description
String

The clientId.

getClientIdBytes()

public ByteString getClientIdBytes()

The OAuth 2.0 client ID registered in the workforce identity federation OAuth 2.0 Server.

string client_id = 1;

Returns
Type Description
ByteString

The bytes for clientId.

getClientSecret()

public String getClientSecret()

Input only. The OAuth 2.0 client secret created while registering the client ID.

string client_secret = 2 [(.google.api.field_behavior) = INPUT_ONLY];

Returns
Type Description
String

The clientSecret.

getClientSecretBytes()

public ByteString getClientSecretBytes()

Input only. The OAuth 2.0 client secret created while registering the client ID.

string client_secret = 2 [(.google.api.field_behavior) = INPUT_ONLY];

Returns
Type Description
ByteString

The bytes for clientSecret.

getClientSecretSha256()

public String getClientSecretSha256()

Output only. SHA256 hash value for the client secret. This field is returned by IAP when the settings are retrieved.

string client_secret_sha256 = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The clientSecretSha256.

getClientSecretSha256Bytes()

public ByteString getClientSecretSha256Bytes()

Output only. SHA256 hash value for the client secret. This field is returned by IAP when the settings are retrieved.

string client_secret_sha256 = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for clientSecretSha256.

getDefaultInstanceForType()

public OAuth2 getDefaultInstanceForType()
Returns
Type Description
OAuth2

getParserForType()

public Parser<OAuth2> getParserForType()
Returns
Type Description
Parser<OAuth2>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public OAuth2.Builder newBuilderForType()
Returns
Type Description
OAuth2.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected OAuth2.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
OAuth2.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public OAuth2.Builder toBuilder()
Returns
Type Description
OAuth2.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException