- 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()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public AdminUser.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| AdminUser.Builder | |
build()
public AdminUser build()| Returns | |
|---|---|
| Type | Description | 
| AdminUser | |
buildPartial()
public AdminUser buildPartial()| Returns | |
|---|---|
| Type | Description | 
| AdminUser | |
clear()
public AdminUser.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| AdminUser.Builder | |
clearEmail()
public AdminUser.Builder clearEmail()Primary email of the admin user.
 string email = 1;
| Returns | |
|---|---|
| Type | Description | 
| AdminUser.Builder | This builder for chaining. | 
clearFamilyName()
public AdminUser.Builder clearFamilyName()Family name of the admin user.
 string family_name = 3;
| Returns | |
|---|---|
| Type | Description | 
| AdminUser.Builder | This builder for chaining. | 
clearField(Descriptors.FieldDescriptor field)
public AdminUser.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| AdminUser.Builder | |
clearGivenName()
public AdminUser.Builder clearGivenName()Given name of the admin user.
 string given_name = 2;
| Returns | |
|---|---|
| Type | Description | 
| AdminUser.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public AdminUser.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| AdminUser.Builder | |
clone()
public AdminUser.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| AdminUser.Builder | |
getDefaultInstanceForType()
public AdminUser getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| AdminUser | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getEmail()
public String getEmail()Primary email of the admin user.
 string email = 1;
| Returns | |
|---|---|
| Type | Description | 
| String | The email. | 
getEmailBytes()
public ByteString getEmailBytes()Primary email of the admin user.
 string email = 1;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for email. | 
getFamilyName()
public String getFamilyName()Family name of the admin user.
 string family_name = 3;
| Returns | |
|---|---|
| Type | Description | 
| String | The familyName. | 
getFamilyNameBytes()
public ByteString getFamilyNameBytes()Family name of the admin user.
 string family_name = 3;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for familyName. | 
getGivenName()
public String getGivenName()Given name of the admin user.
 string given_name = 2;
| Returns | |
|---|---|
| Type | Description | 
| String | The givenName. | 
getGivenNameBytes()
public ByteString getGivenNameBytes()Given name of the admin user.
 string given_name = 2;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for givenName. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeFrom(AdminUser other)
public AdminUser.Builder mergeFrom(AdminUser other)| Parameter | |
|---|---|
| Name | Description | 
| other | AdminUser | 
| Returns | |
|---|---|
| Type | Description | 
| AdminUser.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public AdminUser.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| AdminUser.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public AdminUser.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| AdminUser.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final AdminUser.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| AdminUser.Builder | |
setEmail(String value)
public AdminUser.Builder setEmail(String value)Primary email of the admin user.
 string email = 1;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe email to set. | 
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for email to set. | 
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe familyName to set. | 
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for familyName to set. | 
| Returns | |
|---|---|
| Type | Description | 
| AdminUser.Builder | This builder for chaining. | 
setField(Descriptors.FieldDescriptor field, Object value)
public AdminUser.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| AdminUser.Builder | |
setGivenName(String value)
public AdminUser.Builder setGivenName(String value)Given name of the admin user.
 string given_name = 2;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe givenName to set. | 
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for givenName to set. | 
| Returns | |
|---|---|
| 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)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| AdminUser.Builder | |
setUnknownFields(UnknownFieldSet unknownFields)
public final AdminUser.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| AdminUser.Builder | |