Send feedback
Class WorkforceIdentityBasedOAuth2ClientID.Builder (0.11.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.11.0 keyboard_arrow_down
public static final class WorkforceIdentityBasedOAuth2ClientID . Builder extends GeneratedMessageV3 . Builder<WorkforceIdentityBasedOAuth2ClientID . Builder > implements WorkforceIdentityBasedOAuth2ClientIDOrBuilder
OAuth Client ID depending on the Workforce Identity i.e. either 1p or 3p,
Protobuf type google.cloud.backupdr.v1.WorkforceIdentityBasedOAuth2ClientID
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public WorkforceIdentityBasedOAuth2ClientID . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public WorkforceIdentityBasedOAuth2ClientID build ()
buildPartial()
public WorkforceIdentityBasedOAuth2ClientID buildPartial ()
clear()
public WorkforceIdentityBasedOAuth2ClientID . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public WorkforceIdentityBasedOAuth2ClientID . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearFirstPartyOauth2ClientId()
public WorkforceIdentityBasedOAuth2ClientID . Builder clearFirstPartyOauth2ClientId ()
Output only. First party OAuth Client ID for Google Identities.
string first_party_oauth2_client_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
clearOneof(Descriptors.OneofDescriptor oneof)
public WorkforceIdentityBasedOAuth2ClientID . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearThirdPartyOauth2ClientId()
public WorkforceIdentityBasedOAuth2ClientID . Builder clearThirdPartyOauth2ClientId ()
Output only. Third party OAuth Client ID for External Identity Providers.
string third_party_oauth2_client_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
clone()
public WorkforceIdentityBasedOAuth2ClientID . Builder clone ()
Overrides
getDefaultInstanceForType()
public WorkforceIdentityBasedOAuth2ClientID getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getFirstPartyOauth2ClientId()
public String getFirstPartyOauth2ClientId ()
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()
public ByteString getFirstPartyOauth2ClientIdBytes ()
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.
getThirdPartyOauth2ClientId()
public String getThirdPartyOauth2ClientId ()
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()
public ByteString getThirdPartyOauth2ClientIdBytes ()
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.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(WorkforceIdentityBasedOAuth2ClientID other)
public WorkforceIdentityBasedOAuth2ClientID . Builder mergeFrom ( WorkforceIdentityBasedOAuth2ClientID other )
public WorkforceIdentityBasedOAuth2ClientID . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public WorkforceIdentityBasedOAuth2ClientID . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final WorkforceIdentityBasedOAuth2ClientID . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public WorkforceIdentityBasedOAuth2ClientID . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setFirstPartyOauth2ClientId(String value)
public WorkforceIdentityBasedOAuth2ClientID . Builder setFirstPartyOauth2ClientId ( String value )
Output only. First party OAuth Client ID for Google Identities.
string first_party_oauth2_client_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name
Description
value
String
The firstPartyOauth2ClientId to set.
setFirstPartyOauth2ClientIdBytes(ByteString value)
public WorkforceIdentityBasedOAuth2ClientID . Builder setFirstPartyOauth2ClientIdBytes ( ByteString value )
Output only. First party OAuth Client ID for Google Identities.
string first_party_oauth2_client_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name
Description
value
ByteString
The bytes for firstPartyOauth2ClientId to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public WorkforceIdentityBasedOAuth2ClientID . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setThirdPartyOauth2ClientId(String value)
public WorkforceIdentityBasedOAuth2ClientID . Builder setThirdPartyOauth2ClientId ( String value )
Output only. Third party OAuth Client ID for External Identity Providers.
string third_party_oauth2_client_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name
Description
value
String
The thirdPartyOauth2ClientId to set.
setThirdPartyOauth2ClientIdBytes(ByteString value)
public WorkforceIdentityBasedOAuth2ClientID . Builder setThirdPartyOauth2ClientIdBytes ( ByteString value )
Output only. Third party OAuth Client ID for External Identity Providers.
string third_party_oauth2_client_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Name
Description
value
ByteString
The bytes for thirdPartyOauth2ClientId to set.
setUnknownFields(UnknownFieldSet unknownFields)
public final WorkforceIdentityBasedOAuth2ClientID . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Send feedback
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-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]