Class CheckCloudIdentityAccountsExistRequest.Builder (3.87.0)

public static final class CheckCloudIdentityAccountsExistRequest.Builder extends GeneratedMessage.Builder<CheckCloudIdentityAccountsExistRequest.Builder> implements CheckCloudIdentityAccountsExistRequestOrBuilder

Request message for CloudChannelService.CheckCloudIdentityAccountsExist.

Protobuf type google.cloud.channel.v1.CheckCloudIdentityAccountsExistRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public CheckCloudIdentityAccountsExistRequest build()
Returns
Type Description
CheckCloudIdentityAccountsExistRequest

buildPartial()

public CheckCloudIdentityAccountsExistRequest buildPartial()
Returns
Type Description
CheckCloudIdentityAccountsExistRequest

clear()

public CheckCloudIdentityAccountsExistRequest.Builder clear()
Returns
Type Description
CheckCloudIdentityAccountsExistRequest.Builder
Overrides

clearDomain()

public CheckCloudIdentityAccountsExistRequest.Builder clearDomain()

Required. Domain to fetch for Cloud Identity account customers, including domain and team customers. For team customers, please use the domain for their emails.

string domain = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CheckCloudIdentityAccountsExistRequest.Builder

This builder for chaining.

clearParent()

public CheckCloudIdentityAccountsExistRequest.Builder clearParent()

Required. The reseller account's resource name. Parent uses the format: accounts/{account_id}

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CheckCloudIdentityAccountsExistRequest.Builder

This builder for chaining.

clearPrimaryAdminEmail()

public CheckCloudIdentityAccountsExistRequest.Builder clearPrimaryAdminEmail()

Optional. Primary admin email to fetch for Cloud Identity account team customer.

string primary_admin_email = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
CheckCloudIdentityAccountsExistRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public CheckCloudIdentityAccountsExistRequest getDefaultInstanceForType()
Returns
Type Description
CheckCloudIdentityAccountsExistRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDomain()

public String getDomain()

Required. Domain to fetch for Cloud Identity account customers, including domain and team customers. For team customers, please use the domain for their emails.

string domain = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The domain.

getDomainBytes()

public ByteString getDomainBytes()

Required. Domain to fetch for Cloud Identity account customers, including domain and team customers. For team customers, please use the domain for their emails.

string domain = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for domain.

getParent()

public String getParent()

Required. The reseller account's resource name. Parent uses the format: accounts/{account_id}

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The reseller account's resource name. Parent uses the format: accounts/{account_id}

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for parent.

getPrimaryAdminEmail()

public String getPrimaryAdminEmail()

Optional. Primary admin email to fetch for Cloud Identity account team customer.

string primary_admin_email = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The primaryAdminEmail.

getPrimaryAdminEmailBytes()

public ByteString getPrimaryAdminEmailBytes()

Optional. Primary admin email to fetch for Cloud Identity account team customer.

string primary_admin_email = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for primaryAdminEmail.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CheckCloudIdentityAccountsExistRequest other)

public CheckCloudIdentityAccountsExistRequest.Builder mergeFrom(CheckCloudIdentityAccountsExistRequest other)
Parameter
Name Description
other CheckCloudIdentityAccountsExistRequest
Returns
Type Description
CheckCloudIdentityAccountsExistRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CheckCloudIdentityAccountsExistRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CheckCloudIdentityAccountsExistRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public CheckCloudIdentityAccountsExistRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
CheckCloudIdentityAccountsExistRequest.Builder
Overrides

setDomain(String value)

public CheckCloudIdentityAccountsExistRequest.Builder setDomain(String value)

Required. Domain to fetch for Cloud Identity account customers, including domain and team customers. For team customers, please use the domain for their emails.

string domain = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The domain to set.

Returns
Type Description
CheckCloudIdentityAccountsExistRequest.Builder

This builder for chaining.

setDomainBytes(ByteString value)

public CheckCloudIdentityAccountsExistRequest.Builder setDomainBytes(ByteString value)

Required. Domain to fetch for Cloud Identity account customers, including domain and team customers. For team customers, please use the domain for their emails.

string domain = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for domain to set.

Returns
Type Description
CheckCloudIdentityAccountsExistRequest.Builder

This builder for chaining.

setParent(String value)

public CheckCloudIdentityAccountsExistRequest.Builder setParent(String value)

Required. The reseller account's resource name. Parent uses the format: accounts/{account_id}

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
CheckCloudIdentityAccountsExistRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public CheckCloudIdentityAccountsExistRequest.Builder setParentBytes(ByteString value)

Required. The reseller account's resource name. Parent uses the format: accounts/{account_id}

string parent = 1 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
CheckCloudIdentityAccountsExistRequest.Builder

This builder for chaining.

setPrimaryAdminEmail(String value)

public CheckCloudIdentityAccountsExistRequest.Builder setPrimaryAdminEmail(String value)

Optional. Primary admin email to fetch for Cloud Identity account team customer.

string primary_admin_email = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value String

The primaryAdminEmail to set.

Returns
Type Description
CheckCloudIdentityAccountsExistRequest.Builder

This builder for chaining.

setPrimaryAdminEmailBytes(ByteString value)

public CheckCloudIdentityAccountsExistRequest.Builder setPrimaryAdminEmailBytes(ByteString value)

Optional. Primary admin email to fetch for Cloud Identity account team customer.

string primary_admin_email = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value ByteString

The bytes for primaryAdminEmail to set.

Returns
Type Description
CheckCloudIdentityAccountsExistRequest.Builder

This builder for chaining.