- 3.82.0 (latest)
 - 3.80.0
 - 3.79.0
 - 3.78.0
 - 3.77.0
 - 3.76.0
 - 3.74.0
 - 3.72.0
 - 3.71.0
 - 3.68.0
 - 3.67.0
 - 3.66.0
 - 3.64.0
 - 3.63.0
 - 3.62.0
 - 3.61.0
 - 3.60.0
 - 3.59.0
 - 3.58.0
 - 3.57.0
 - 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 AdminUser.Builder extends GeneratedMessageV3.Builder<AdminUser.Builder> implements AdminUserOrBuilderInformation needed to create an Admin User for Google Workspace.
 Protobuf type google.cloud.channel.v1.AdminUser
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > AdminUser.BuilderImplements
AdminUserOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
| Descriptor | 
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AdminUser.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| AdminUser.Builder | 
build()
public AdminUser build()| Type | Description | 
| AdminUser | 
buildPartial()
public AdminUser buildPartial()| Type | Description | 
| AdminUser | 
clear()
public AdminUser.Builder clear()| Type | Description | 
| AdminUser.Builder | 
clearEmail()
public AdminUser.Builder clearEmail()Primary email of the admin user.
 string email = 1;
| Type | Description | 
| AdminUser.Builder | This builder for chaining.  | 
      
clearFamilyName()
public AdminUser.Builder clearFamilyName()Family name of the admin user.
 string family_name = 3;
| Type | Description | 
| AdminUser.Builder | This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public AdminUser.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
      
| Type | Description | 
| AdminUser.Builder | 
clearGivenName()
public AdminUser.Builder clearGivenName()Given name of the admin user.
 string given_name = 2;
| Type | Description | 
| AdminUser.Builder | This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public AdminUser.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
      
| Type | Description | 
| AdminUser.Builder | 
clone()
public AdminUser.Builder clone()| Type | Description | 
| AdminUser.Builder | 
getDefaultInstanceForType()
public AdminUser getDefaultInstanceForType()| Type | Description | 
| AdminUser | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
getEmail()
public String getEmail()Primary email of the admin user.
 string email = 1;
| Type | Description | 
| String | The email.  | 
      
getEmailBytes()
public ByteString getEmailBytes()Primary email of the admin user.
 string email = 1;
| Type | Description | 
| ByteString | The bytes for email.  | 
      
getFamilyName()
public String getFamilyName()Family name of the admin user.
 string family_name = 3;
| Type | Description | 
| String | The familyName.  | 
      
getFamilyNameBytes()
public ByteString getFamilyNameBytes()Family name of the admin user.
 string family_name = 3;
| Type | Description | 
| ByteString | The bytes for familyName.  | 
      
getGivenName()
public String getGivenName()Given name of the admin user.
 string given_name = 2;
| Type | Description | 
| String | The givenName.  | 
      
getGivenNameBytes()
public ByteString getGivenNameBytes()Given name of the admin user.
 string given_name = 2;
| Type | Description | 
| ByteString | The bytes for givenName.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeFrom(AdminUser other)
public AdminUser.Builder mergeFrom(AdminUser other)| Name | Description | 
| other | AdminUser | 
      
| Type | Description | 
| AdminUser.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AdminUser.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
      
| extensionRegistry | ExtensionRegistryLite | 
      
| Type | Description | 
| AdminUser.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public AdminUser.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
      
| Type | Description | 
| AdminUser.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AdminUser.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| AdminUser.Builder | 
setEmail(String value)
public AdminUser.Builder setEmail(String value)Primary email of the admin user.
 string email = 1;
| Name | Description | 
| value | StringThe email to set.  | 
      
| Type | Description | 
| AdminUser.Builder | This builder for chaining.  | 
      
setEmailBytes(ByteString value)
public AdminUser.Builder setEmailBytes(ByteString value)Primary email of the admin user.
 string email = 1;
| Name | Description | 
| value | ByteStringThe bytes for email to set.  | 
      
| Type | Description | 
| AdminUser.Builder | This builder for chaining.  | 
      
setFamilyName(String value)
public AdminUser.Builder setFamilyName(String value)Family name of the admin user.
 string family_name = 3;
| Name | Description | 
| value | StringThe familyName to set.  | 
      
| Type | Description | 
| AdminUser.Builder | This builder for chaining.  | 
      
setFamilyNameBytes(ByteString value)
public AdminUser.Builder setFamilyNameBytes(ByteString value)Family name of the admin user.
 string family_name = 3;
| Name | Description | 
| value | ByteStringThe bytes for familyName to set.  | 
      
| Type | Description | 
| AdminUser.Builder | This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public AdminUser.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| AdminUser.Builder | 
setGivenName(String value)
public AdminUser.Builder setGivenName(String value)Given name of the admin user.
 string given_name = 2;
| Name | Description | 
| value | StringThe givenName to set.  | 
      
| Type | Description | 
| AdminUser.Builder | This builder for chaining.  | 
      
setGivenNameBytes(ByteString value)
public AdminUser.Builder setGivenNameBytes(ByteString value)Given name of the admin user.
 string given_name = 2;
| Name | Description | 
| value | ByteStringThe bytes for givenName to set.  | 
      
| Type | Description | 
| AdminUser.Builder | This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public AdminUser.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| index | int | 
      
| value | Object | 
      
| Type | Description | 
| AdminUser.Builder | 
setUnknownFields(UnknownFieldSet unknownFields)
public final AdminUser.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| AdminUser.Builder |