Send feedback
Class CloudIdentityInfo (3.22.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 3.22.0 keyboard_arrow_down
public final class CloudIdentityInfo extends GeneratedMessageV3 implements CloudIdentityInfoOrBuilder
Cloud Identity information for the Cloud Channel Customer.
Protobuf type google.cloud.channel.v1.CloudIdentityInfo
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
Static Fields
ADMIN_CONSOLE_URI_FIELD_NUMBER
public static final int ADMIN_CONSOLE_URI_FIELD_NUMBER
Field Value Type Description int
ALTERNATE_EMAIL_FIELD_NUMBER
public static final int ALTERNATE_EMAIL_FIELD_NUMBER
Field Value Type Description int
CUSTOMER_TYPE_FIELD_NUMBER
public static final int CUSTOMER_TYPE_FIELD_NUMBER
Field Value Type Description int
EDU_DATA_FIELD_NUMBER
public static final int EDU_DATA_FIELD_NUMBER
Field Value Type Description int
IS_DOMAIN_VERIFIED_FIELD_NUMBER
public static final int IS_DOMAIN_VERIFIED_FIELD_NUMBER
Field Value Type Description int
LANGUAGE_CODE_FIELD_NUMBER
public static final int LANGUAGE_CODE_FIELD_NUMBER
Field Value Type Description int
PHONE_NUMBER_FIELD_NUMBER
public static final int PHONE_NUMBER_FIELD_NUMBER
Field Value Type Description int
PRIMARY_DOMAIN_FIELD_NUMBER
public static final int PRIMARY_DOMAIN_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static CloudIdentityInfo getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static CloudIdentityInfo . Builder newBuilder ()
newBuilder(CloudIdentityInfo prototype)
public static CloudIdentityInfo . Builder newBuilder ( CloudIdentityInfo prototype )
public static CloudIdentityInfo parseDelimitedFrom ( InputStream input )
public static CloudIdentityInfo parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static CloudIdentityInfo parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CloudIdentityInfo parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static CloudIdentityInfo parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CloudIdentityInfo parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static CloudIdentityInfo parseFrom ( CodedInputStream input )
public static CloudIdentityInfo parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static CloudIdentityInfo parseFrom ( InputStream input )
public static CloudIdentityInfo parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static CloudIdentityInfo parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CloudIdentityInfo parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<CloudIdentityInfo> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getAdminConsoleUri()
public String getAdminConsoleUri ()
Output only. URI of Customer's Admin console dashboard.
string admin_console_uri = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns Type Description String
The adminConsoleUri.
getAdminConsoleUriBytes()
public ByteString getAdminConsoleUriBytes ()
Output only. URI of Customer's Admin console dashboard.
string admin_console_uri = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns Type Description ByteString
The bytes for adminConsoleUri.
getAlternateEmail()
public String getAlternateEmail ()
The alternate email.
string alternate_email = 6;
Returns Type Description String
The alternateEmail.
getAlternateEmailBytes()
public ByteString getAlternateEmailBytes ()
The alternate email.
string alternate_email = 6;
Returns Type Description ByteString
The bytes for alternateEmail.
getCustomerType()
public CloudIdentityInfo . CustomerType getCustomerType ()
CustomerType indicates verification type needed for using services.
.google.cloud.channel.v1.CloudIdentityInfo.CustomerType customer_type = 1;
getCustomerTypeValue()
public int getCustomerTypeValue ()
CustomerType indicates verification type needed for using services.
.google.cloud.channel.v1.CloudIdentityInfo.CustomerType customer_type = 1;
Returns Type Description int
The enum numeric value on the wire for customerType.
getDefaultInstanceForType()
public CloudIdentityInfo getDefaultInstanceForType ()
getEduData()
public EduData getEduData ()
Edu information about the customer.
.google.cloud.channel.v1.EduData edu_data = 22;
Returns Type Description EduData
The eduData.
getEduDataOrBuilder()
public EduDataOrBuilder getEduDataOrBuilder ()
Edu information about the customer.
.google.cloud.channel.v1.EduData edu_data = 22;
getIsDomainVerified()
public boolean getIsDomainVerified ()
Output only. Whether the domain is verified.
This field is not returned for a Customer's cloud_identity_info resource.
Partners can use the domains.get() method of the Workspace SDK's
Directory API, or listen to the PRIMARY_DOMAIN_VERIFIED Pub/Sub event in
to track domain verification of their resolve Workspace customers.
bool is_domain_verified = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns Type Description boolean
The isDomainVerified.
getLanguageCode()
public String getLanguageCode ()
Language code.
string language_code = 8;
Returns Type Description String
The languageCode.
getLanguageCodeBytes()
public ByteString getLanguageCodeBytes ()
Language code.
string language_code = 8;
Returns Type Description ByteString
The bytes for languageCode.
getParserForType()
public Parser<CloudIdentityInfo> getParserForType ()
Overrides
getPhoneNumber()
public String getPhoneNumber ()
Phone number associated with the Cloud Identity.
string phone_number = 7;
Returns Type Description String
The phoneNumber.
getPhoneNumberBytes()
public ByteString getPhoneNumberBytes ()
Phone number associated with the Cloud Identity.
string phone_number = 7;
Returns Type Description ByteString
The bytes for phoneNumber.
getPrimaryDomain()
public String getPrimaryDomain ()
Output only. The primary domain name.
string primary_domain = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns Type Description String
The primaryDomain.
getPrimaryDomainBytes()
public ByteString getPrimaryDomainBytes ()
Output only. The primary domain name.
string primary_domain = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns Type Description ByteString
The bytes for primaryDomain.
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields ()
Overrides
hasEduData()
public boolean hasEduData ()
Edu information about the customer.
.google.cloud.channel.v1.EduData edu_data = 22;
Returns Type Description boolean
Whether the eduData field is set.
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public CloudIdentityInfo . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CloudIdentityInfo . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public CloudIdentityInfo . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
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."],[],[]]