- 3.57.0 (latest)
- 3.56.0
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.1
- 3.5.1
- 3.3.1
public static final class CloudIdentityInfo.Builder extends GeneratedMessageV3.Builder<CloudIdentityInfo.Builder> implements CloudIdentityInfoOrBuilder
Cloud Identity information for the Cloud Channel Customer.
Protobuf type google.cloud.channel.v1.CloudIdentityInfo
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CloudIdentityInfo.BuilderImplements
CloudIdentityInfoOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CloudIdentityInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
CloudIdentityInfo.Builder |
build()
public CloudIdentityInfo build()
Type | Description |
CloudIdentityInfo |
buildPartial()
public CloudIdentityInfo buildPartial()
Type | Description |
CloudIdentityInfo |
clear()
public CloudIdentityInfo.Builder clear()
Type | Description |
CloudIdentityInfo.Builder |
clearAdminConsoleUri()
public CloudIdentityInfo.Builder clearAdminConsoleUri()
Output only. URI of Customer's Admin console dashboard.
string admin_console_uri = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
CloudIdentityInfo.Builder | This builder for chaining. |
clearAlternateEmail()
public CloudIdentityInfo.Builder clearAlternateEmail()
The alternate email.
string alternate_email = 6;
Type | Description |
CloudIdentityInfo.Builder | This builder for chaining. |
clearCustomerType()
public CloudIdentityInfo.Builder clearCustomerType()
CustomerType indicates verification type needed for using services.
.google.cloud.channel.v1.CloudIdentityInfo.CustomerType customer_type = 1;
Type | Description |
CloudIdentityInfo.Builder | This builder for chaining. |
clearEduData()
public CloudIdentityInfo.Builder clearEduData()
Edu information about the customer.
.google.cloud.channel.v1.EduData edu_data = 22;
Type | Description |
CloudIdentityInfo.Builder |
clearField(Descriptors.FieldDescriptor field)
public CloudIdentityInfo.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
CloudIdentityInfo.Builder |
clearIsDomainVerified()
public CloudIdentityInfo.Builder clearIsDomainVerified()
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];
Type | Description |
CloudIdentityInfo.Builder | This builder for chaining. |
clearLanguageCode()
public CloudIdentityInfo.Builder clearLanguageCode()
Language code.
string language_code = 8;
Type | Description |
CloudIdentityInfo.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public CloudIdentityInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
CloudIdentityInfo.Builder |
clearPhoneNumber()
public CloudIdentityInfo.Builder clearPhoneNumber()
Phone number associated with the Cloud Identity.
string phone_number = 7;
Type | Description |
CloudIdentityInfo.Builder | This builder for chaining. |
clearPrimaryDomain()
public CloudIdentityInfo.Builder clearPrimaryDomain()
Output only. The primary domain name.
string primary_domain = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Type | Description |
CloudIdentityInfo.Builder | This builder for chaining. |
clone()
public CloudIdentityInfo.Builder clone()
Type | Description |
CloudIdentityInfo.Builder |
getAdminConsoleUri()
public String getAdminConsoleUri()
Output only. URI of Customer's Admin console dashboard.
string admin_console_uri = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
Type | Description |
ByteString | The bytes for adminConsoleUri. |
getAlternateEmail()
public String getAlternateEmail()
The alternate email.
string alternate_email = 6;
Type | Description |
String | The alternateEmail. |
getAlternateEmailBytes()
public ByteString getAlternateEmailBytes()
The alternate email.
string alternate_email = 6;
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;
Type | Description |
CloudIdentityInfo.CustomerType | The customerType. |
getCustomerTypeValue()
public int getCustomerTypeValue()
CustomerType indicates verification type needed for using services.
.google.cloud.channel.v1.CloudIdentityInfo.CustomerType customer_type = 1;
Type | Description |
int | The enum numeric value on the wire for customerType. |
getDefaultInstanceForType()
public CloudIdentityInfo getDefaultInstanceForType()
Type | Description |
CloudIdentityInfo |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getEduData()
public EduData getEduData()
Edu information about the customer.
.google.cloud.channel.v1.EduData edu_data = 22;
Type | Description |
EduData | The eduData. |
getEduDataBuilder()
public EduData.Builder getEduDataBuilder()
Edu information about the customer.
.google.cloud.channel.v1.EduData edu_data = 22;
Type | Description |
EduData.Builder |
getEduDataOrBuilder()
public EduDataOrBuilder getEduDataOrBuilder()
Edu information about the customer.
.google.cloud.channel.v1.EduData edu_data = 22;
Type | Description |
EduDataOrBuilder |
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];
Type | Description |
boolean | The isDomainVerified. |
getLanguageCode()
public String getLanguageCode()
Language code.
string language_code = 8;
Type | Description |
String | The languageCode. |
getLanguageCodeBytes()
public ByteString getLanguageCodeBytes()
Language code.
string language_code = 8;
Type | Description |
ByteString | The bytes for languageCode. |
getPhoneNumber()
public String getPhoneNumber()
Phone number associated with the Cloud Identity.
string phone_number = 7;
Type | Description |
String | The phoneNumber. |
getPhoneNumberBytes()
public ByteString getPhoneNumberBytes()
Phone number associated with the Cloud Identity.
string phone_number = 7;
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];
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];
Type | Description |
ByteString | The bytes for primaryDomain. |
hasEduData()
public boolean hasEduData()
Edu information about the customer.
.google.cloud.channel.v1.EduData edu_data = 22;
Type | Description |
boolean | Whether the eduData field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeEduData(EduData value)
public CloudIdentityInfo.Builder mergeEduData(EduData value)
Edu information about the customer.
.google.cloud.channel.v1.EduData edu_data = 22;
Name | Description |
value | EduData |
Type | Description |
CloudIdentityInfo.Builder |
mergeFrom(CloudIdentityInfo other)
public CloudIdentityInfo.Builder mergeFrom(CloudIdentityInfo other)
Name | Description |
other | CloudIdentityInfo |
Type | Description |
CloudIdentityInfo.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CloudIdentityInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
CloudIdentityInfo.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public CloudIdentityInfo.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
CloudIdentityInfo.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CloudIdentityInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
CloudIdentityInfo.Builder |
setAdminConsoleUri(String value)
public CloudIdentityInfo.Builder setAdminConsoleUri(String value)
Output only. URI of Customer's Admin console dashboard.
string admin_console_uri = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | String The adminConsoleUri to set. |
Type | Description |
CloudIdentityInfo.Builder | This builder for chaining. |
setAdminConsoleUriBytes(ByteString value)
public CloudIdentityInfo.Builder setAdminConsoleUriBytes(ByteString value)
Output only. URI of Customer's Admin console dashboard.
string admin_console_uri = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | ByteString The bytes for adminConsoleUri to set. |
Type | Description |
CloudIdentityInfo.Builder | This builder for chaining. |
setAlternateEmail(String value)
public CloudIdentityInfo.Builder setAlternateEmail(String value)
The alternate email.
string alternate_email = 6;
Name | Description |
value | String The alternateEmail to set. |
Type | Description |
CloudIdentityInfo.Builder | This builder for chaining. |
setAlternateEmailBytes(ByteString value)
public CloudIdentityInfo.Builder setAlternateEmailBytes(ByteString value)
The alternate email.
string alternate_email = 6;
Name | Description |
value | ByteString The bytes for alternateEmail to set. |
Type | Description |
CloudIdentityInfo.Builder | This builder for chaining. |
setCustomerType(CloudIdentityInfo.CustomerType value)
public CloudIdentityInfo.Builder setCustomerType(CloudIdentityInfo.CustomerType value)
CustomerType indicates verification type needed for using services.
.google.cloud.channel.v1.CloudIdentityInfo.CustomerType customer_type = 1;
Name | Description |
value | CloudIdentityInfo.CustomerType The customerType to set. |
Type | Description |
CloudIdentityInfo.Builder | This builder for chaining. |
setCustomerTypeValue(int value)
public CloudIdentityInfo.Builder setCustomerTypeValue(int value)
CustomerType indicates verification type needed for using services.
.google.cloud.channel.v1.CloudIdentityInfo.CustomerType customer_type = 1;
Name | Description |
value | int The enum numeric value on the wire for customerType to set. |
Type | Description |
CloudIdentityInfo.Builder | This builder for chaining. |
setEduData(EduData value)
public CloudIdentityInfo.Builder setEduData(EduData value)
Edu information about the customer.
.google.cloud.channel.v1.EduData edu_data = 22;
Name | Description |
value | EduData |
Type | Description |
CloudIdentityInfo.Builder |
setEduData(EduData.Builder builderForValue)
public CloudIdentityInfo.Builder setEduData(EduData.Builder builderForValue)
Edu information about the customer.
.google.cloud.channel.v1.EduData edu_data = 22;
Name | Description |
builderForValue | EduData.Builder |
Type | Description |
CloudIdentityInfo.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public CloudIdentityInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
CloudIdentityInfo.Builder |
setIsDomainVerified(boolean value)
public CloudIdentityInfo.Builder setIsDomainVerified(boolean value)
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];
Name | Description |
value | boolean The isDomainVerified to set. |
Type | Description |
CloudIdentityInfo.Builder | This builder for chaining. |
setLanguageCode(String value)
public CloudIdentityInfo.Builder setLanguageCode(String value)
Language code.
string language_code = 8;
Name | Description |
value | String The languageCode to set. |
Type | Description |
CloudIdentityInfo.Builder | This builder for chaining. |
setLanguageCodeBytes(ByteString value)
public CloudIdentityInfo.Builder setLanguageCodeBytes(ByteString value)
Language code.
string language_code = 8;
Name | Description |
value | ByteString The bytes for languageCode to set. |
Type | Description |
CloudIdentityInfo.Builder | This builder for chaining. |
setPhoneNumber(String value)
public CloudIdentityInfo.Builder setPhoneNumber(String value)
Phone number associated with the Cloud Identity.
string phone_number = 7;
Name | Description |
value | String The phoneNumber to set. |
Type | Description |
CloudIdentityInfo.Builder | This builder for chaining. |
setPhoneNumberBytes(ByteString value)
public CloudIdentityInfo.Builder setPhoneNumberBytes(ByteString value)
Phone number associated with the Cloud Identity.
string phone_number = 7;
Name | Description |
value | ByteString The bytes for phoneNumber to set. |
Type | Description |
CloudIdentityInfo.Builder | This builder for chaining. |
setPrimaryDomain(String value)
public CloudIdentityInfo.Builder setPrimaryDomain(String value)
Output only. The primary domain name.
string primary_domain = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | String The primaryDomain to set. |
Type | Description |
CloudIdentityInfo.Builder | This builder for chaining. |
setPrimaryDomainBytes(ByteString value)
public CloudIdentityInfo.Builder setPrimaryDomainBytes(ByteString value)
Output only. The primary domain name.
string primary_domain = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Name | Description |
value | ByteString The bytes for primaryDomain to set. |
Type | Description |
CloudIdentityInfo.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CloudIdentityInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
CloudIdentityInfo.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final CloudIdentityInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
CloudIdentityInfo.Builder |