Class WorkforceIdentityBasedOAuth2ClientID (0.37.0)

publicfinalclass WorkforceIdentityBasedOAuth2ClientIDextendsGeneratedMessageV3implementsWorkforceIdentityBasedOAuth2ClientIDOrBuilder

OAuth Client ID depending on the Workforce Identity i.e. either 1p or 3p,

Protobuf type google.cloud.backupdr.v1.WorkforceIdentityBasedOAuth2ClientID

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > WorkforceIdentityBasedOAuth2ClientID

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>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)

Static Fields

FIRST_PARTY_OAUTH2_CLIENT_ID_FIELD_NUMBER

publicstaticfinalintFIRST_PARTY_OAUTH2_CLIENT_ID_FIELD_NUMBER
Field Value
Type Description
int

THIRD_PARTY_OAUTH2_CLIENT_ID_FIELD_NUMBER

publicstaticfinalintTHIRD_PARTY_OAUTH2_CLIENT_ID_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

publicstaticWorkforceIdentityBasedOAuth2ClientIDgetDefaultInstance()
Returns
Type Description
WorkforceIdentityBasedOAuth2ClientID

getDescriptor()

publicstaticfinalDescriptors.DescriptorgetDescriptor()
Returns
Type Description
Descriptor

newBuilder()

publicstaticWorkforceIdentityBasedOAuth2ClientID.BuildernewBuilder()
Returns
Type Description
WorkforceIdentityBasedOAuth2ClientID.Builder

newBuilder(WorkforceIdentityBasedOAuth2ClientID prototype)

publicstaticWorkforceIdentityBasedOAuth2ClientID.BuildernewBuilder(WorkforceIdentityBasedOAuth2ClientIDprototype)
Parameter
Name Description
prototype WorkforceIdentityBasedOAuth2ClientID
Returns
Type Description
WorkforceIdentityBasedOAuth2ClientID.Builder

parseDelimitedFrom(InputStream input)

publicstaticWorkforceIdentityBasedOAuth2ClientIDparseDelimitedFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
WorkforceIdentityBasedOAuth2ClientID
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticWorkforceIdentityBasedOAuth2ClientIDparseDelimitedFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WorkforceIdentityBasedOAuth2ClientID
Exceptions
Type Description
IOException

parseFrom(byte[] data)

publicstaticWorkforceIdentityBasedOAuth2ClientIDparseFrom(byte[]data)
Parameter
Name Description
data byte[]
Returns
Type Description
WorkforceIdentityBasedOAuth2ClientID
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

publicstaticWorkforceIdentityBasedOAuth2ClientIDparseFrom(byte[]data,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WorkforceIdentityBasedOAuth2ClientID
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

publicstaticWorkforceIdentityBasedOAuth2ClientIDparseFrom(ByteStringdata)
Parameter
Name Description
data ByteString
Returns
Type Description
WorkforceIdentityBasedOAuth2ClientID
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

publicstaticWorkforceIdentityBasedOAuth2ClientIDparseFrom(ByteStringdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WorkforceIdentityBasedOAuth2ClientID
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

publicstaticWorkforceIdentityBasedOAuth2ClientIDparseFrom(CodedInputStreaminput)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
WorkforceIdentityBasedOAuth2ClientID
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticWorkforceIdentityBasedOAuth2ClientIDparseFrom(CodedInputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WorkforceIdentityBasedOAuth2ClientID
Exceptions
Type Description
IOException

parseFrom(InputStream input)

publicstaticWorkforceIdentityBasedOAuth2ClientIDparseFrom(InputStreaminput)
Parameter
Name Description
input InputStream
Returns
Type Description
WorkforceIdentityBasedOAuth2ClientID
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

publicstaticWorkforceIdentityBasedOAuth2ClientIDparseFrom(InputStreaminput,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WorkforceIdentityBasedOAuth2ClientID
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

publicstaticWorkforceIdentityBasedOAuth2ClientIDparseFrom(ByteBufferdata)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
WorkforceIdentityBasedOAuth2ClientID
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

publicstaticWorkforceIdentityBasedOAuth2ClientIDparseFrom(ByteBufferdata,ExtensionRegistryLiteextensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
WorkforceIdentityBasedOAuth2ClientID
Exceptions
Type Description
InvalidProtocolBufferException

parser()

publicstaticParser<WorkforceIdentityBasedOAuth2ClientID>parser()
Returns
Type Description
Parser<WorkforceIdentityBasedOAuth2ClientID>

Methods

equals(Object obj)

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

getDefaultInstanceForType()

publicWorkforceIdentityBasedOAuth2ClientIDgetDefaultInstanceForType()
Returns
Type Description
WorkforceIdentityBasedOAuth2ClientID

getFirstPartyOauth2ClientId()

publicStringgetFirstPartyOauth2ClientId()

Output only. First party OAuth Client ID for Google Identities.

string first_party_oauth2_client_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The firstPartyOauth2ClientId.

getFirstPartyOauth2ClientIdBytes()

publicByteStringgetFirstPartyOauth2ClientIdBytes()

Output only. First party OAuth Client ID for Google Identities.

string first_party_oauth2_client_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for firstPartyOauth2ClientId.

getParserForType()

publicParser<WorkforceIdentityBasedOAuth2ClientID>getParserForType()
Returns
Type Description
Parser<WorkforceIdentityBasedOAuth2ClientID>
Overrides

getSerializedSize()

publicintgetSerializedSize()
Returns
Type Description
int
Overrides

getThirdPartyOauth2ClientId()

publicStringgetThirdPartyOauth2ClientId()

Output only. Third party OAuth Client ID for External Identity Providers.

string third_party_oauth2_client_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
String

The thirdPartyOauth2ClientId.

getThirdPartyOauth2ClientIdBytes()

publicByteStringgetThirdPartyOauth2ClientIdBytes()

Output only. Third party OAuth Client ID for External Identity Providers.

string third_party_oauth2_client_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
ByteString

The bytes for thirdPartyOauth2ClientId.

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protectedGeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

publicfinalbooleanisInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

publicWorkforceIdentityBasedOAuth2ClientID.BuildernewBuilderForType()
Returns
Type Description
WorkforceIdentityBasedOAuth2ClientID.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protectedWorkforceIdentityBasedOAuth2ClientID.BuildernewBuilderForType(GeneratedMessageV3.BuilderParentparent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
WorkforceIdentityBasedOAuth2ClientID.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

publicWorkforceIdentityBasedOAuth2ClientID.BuildertoBuilder()
Returns
Type Description
WorkforceIdentityBasedOAuth2ClientID.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年11月19日 UTC.