public static final class CloudIdentityCustomerAccount.Builder extends GeneratedMessageV3.Builder<CloudIdentityCustomerAccount.Builder> implements CloudIdentityCustomerAccountOrBuilderEntity representing a Cloud Identity account that may be associated with a Channel Services API partner.
Protobuf type google.cloud.channel.v1.CloudIdentityCustomerAccount
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > CloudIdentityCustomerAccount.BuilderImplements
CloudIdentityCustomerAccountOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CloudIdentityCustomerAccount.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Type | Description |
CloudIdentityCustomerAccount.Builder |
build()
public CloudIdentityCustomerAccount build()| Type | Description |
CloudIdentityCustomerAccount |
buildPartial()
public CloudIdentityCustomerAccount buildPartial()| Type | Description |
CloudIdentityCustomerAccount |
clear()
public CloudIdentityCustomerAccount.Builder clear()| Type | Description |
CloudIdentityCustomerAccount.Builder |
clearCustomerCloudIdentityId()
public CloudIdentityCustomerAccount.Builder clearCustomerCloudIdentityId()If existing = true, the Cloud Identity ID of the customer.
string customer_cloud_identity_id = 4;
| Type | Description |
CloudIdentityCustomerAccount.Builder |
This builder for chaining. |
clearCustomerName()
public CloudIdentityCustomerAccount.Builder clearCustomerName()If owned = true, the name of the customer that owns the Cloud Identity account. Customer_name uses the format: accounts/{account_id}/customers/{customer_id}
string customer_name = 3;
| Type | Description |
CloudIdentityCustomerAccount.Builder |
This builder for chaining. |
clearExisting()
public CloudIdentityCustomerAccount.Builder clearExisting()Returns true if a Cloud Identity account exists for a specific domain.
bool existing = 1;
| Type | Description |
CloudIdentityCustomerAccount.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public CloudIdentityCustomerAccount.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
field |
FieldDescriptor |
| Type | Description |
CloudIdentityCustomerAccount.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public CloudIdentityCustomerAccount.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
oneof |
OneofDescriptor |
| Type | Description |
CloudIdentityCustomerAccount.Builder |
clearOwned()
public CloudIdentityCustomerAccount.Builder clearOwned()Returns true if the Cloud Identity account is associated with a customer of the Channel Services partner.
bool owned = 2;
| Type | Description |
CloudIdentityCustomerAccount.Builder |
This builder for chaining. |
clone()
public CloudIdentityCustomerAccount.Builder clone()| Type | Description |
CloudIdentityCustomerAccount.Builder |
getCustomerCloudIdentityId()
public String getCustomerCloudIdentityId()If existing = true, the Cloud Identity ID of the customer.
string customer_cloud_identity_id = 4;
| Type | Description |
String |
The customerCloudIdentityId. |
getCustomerCloudIdentityIdBytes()
public ByteString getCustomerCloudIdentityIdBytes()If existing = true, the Cloud Identity ID of the customer.
string customer_cloud_identity_id = 4;
| Type | Description |
ByteString |
The bytes for customerCloudIdentityId. |
getCustomerName()
public String getCustomerName()If owned = true, the name of the customer that owns the Cloud Identity account. Customer_name uses the format: accounts/{account_id}/customers/{customer_id}
string customer_name = 3;
| Type | Description |
String |
The customerName. |
getCustomerNameBytes()
public ByteString getCustomerNameBytes()If owned = true, the name of the customer that owns the Cloud Identity account. Customer_name uses the format: accounts/{account_id}/customers/{customer_id}
string customer_name = 3;
| Type | Description |
ByteString |
The bytes for customerName. |
getDefaultInstanceForType()
public CloudIdentityCustomerAccount getDefaultInstanceForType()| Type | Description |
CloudIdentityCustomerAccount |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
Descriptor |
getExisting()
public boolean getExisting()Returns true if a Cloud Identity account exists for a specific domain.
bool existing = 1;
| Type | Description |
boolean |
The existing. |
getOwned()
public boolean getOwned()Returns true if the Cloud Identity account is associated with a customer of the Channel Services partner.
bool owned = 2;
| Type | Description |
boolean |
The owned. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
boolean |
mergeFrom(CloudIdentityCustomerAccount other)
public CloudIdentityCustomerAccount.Builder mergeFrom(CloudIdentityCustomerAccount other)| Name | Description |
other |
CloudIdentityCustomerAccount |
| Type | Description |
CloudIdentityCustomerAccount.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public CloudIdentityCustomerAccount.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Type | Description |
CloudIdentityCustomerAccount.Builder |
| Type | Description |
IOException |
mergeFrom(Message other)
public CloudIdentityCustomerAccount.Builder mergeFrom(Message other)| Name | Description |
other |
Message |
| Type | Description |
CloudIdentityCustomerAccount.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CloudIdentityCustomerAccount.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
unknownFields |
UnknownFieldSet |
| Type | Description |
CloudIdentityCustomerAccount.Builder |
setCustomerCloudIdentityId(String value)
public CloudIdentityCustomerAccount.Builder setCustomerCloudIdentityId(String value)If existing = true, the Cloud Identity ID of the customer.
string customer_cloud_identity_id = 4;
| Name | Description |
value |
StringThe customerCloudIdentityId to set. |
| Type | Description |
CloudIdentityCustomerAccount.Builder |
This builder for chaining. |
setCustomerCloudIdentityIdBytes(ByteString value)
public CloudIdentityCustomerAccount.Builder setCustomerCloudIdentityIdBytes(ByteString value)If existing = true, the Cloud Identity ID of the customer.
string customer_cloud_identity_id = 4;
| Name | Description |
value |
ByteStringThe bytes for customerCloudIdentityId to set. |
| Type | Description |
CloudIdentityCustomerAccount.Builder |
This builder for chaining. |
setCustomerName(String value)
public CloudIdentityCustomerAccount.Builder setCustomerName(String value)If owned = true, the name of the customer that owns the Cloud Identity account. Customer_name uses the format: accounts/{account_id}/customers/{customer_id}
string customer_name = 3;
| Name | Description |
value |
StringThe customerName to set. |
| Type | Description |
CloudIdentityCustomerAccount.Builder |
This builder for chaining. |
setCustomerNameBytes(ByteString value)
public CloudIdentityCustomerAccount.Builder setCustomerNameBytes(ByteString value)If owned = true, the name of the customer that owns the Cloud Identity account. Customer_name uses the format: accounts/{account_id}/customers/{customer_id}
string customer_name = 3;
| Name | Description |
value |
ByteStringThe bytes for customerName to set. |
| Type | Description |
CloudIdentityCustomerAccount.Builder |
This builder for chaining. |
setExisting(boolean value)
public CloudIdentityCustomerAccount.Builder setExisting(boolean value)Returns true if a Cloud Identity account exists for a specific domain.
bool existing = 1;
| Name | Description |
value |
booleanThe existing to set. |
| Type | Description |
CloudIdentityCustomerAccount.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public CloudIdentityCustomerAccount.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Type | Description |
CloudIdentityCustomerAccount.Builder |
setOwned(boolean value)
public CloudIdentityCustomerAccount.Builder setOwned(boolean value)Returns true if the Cloud Identity account is associated with a customer of the Channel Services partner.
bool owned = 2;
| Name | Description |
value |
booleanThe owned to set. |
| Type | Description |
CloudIdentityCustomerAccount.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CloudIdentityCustomerAccount.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Type | Description |
CloudIdentityCustomerAccount.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final CloudIdentityCustomerAccount.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
unknownFields |
UnknownFieldSet |
| Type | Description |
CloudIdentityCustomerAccount.Builder |