public final class CloudIdentityCustomerAccount extends GeneratedMessageV3 implements CloudIdentityCustomerAccountOrBuilder
Entity representing a Cloud Identity account that may be
associated with a Channel Services API partner.
Protobuf type google.cloud.channel.v1.CloudIdentityCustomerAccount
Static Fields
CUSTOMER_CLOUD_IDENTITY_ID_FIELD_NUMBER
public static final int CUSTOMER_CLOUD_IDENTITY_ID_FIELD_NUMBER
Field Value
CUSTOMER_NAME_FIELD_NUMBER
public static final int CUSTOMER_NAME_FIELD_NUMBER
Field Value
EXISTING_FIELD_NUMBER
public static final int EXISTING_FIELD_NUMBER
Field Value
OWNED_FIELD_NUMBER
public static final int OWNED_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static CloudIdentityCustomerAccount getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static CloudIdentityCustomerAccount.Builder newBuilder()
Returns
newBuilder(CloudIdentityCustomerAccount prototype)
public static CloudIdentityCustomerAccount.Builder newBuilder(CloudIdentityCustomerAccount prototype)
Parameter
Returns
public static CloudIdentityCustomerAccount parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static CloudIdentityCustomerAccount parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static CloudIdentityCustomerAccount parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CloudIdentityCustomerAccount parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static CloudIdentityCustomerAccount parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CloudIdentityCustomerAccount parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CloudIdentityCustomerAccount parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static CloudIdentityCustomerAccount parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CloudIdentityCustomerAccount parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static CloudIdentityCustomerAccount parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static CloudIdentityCustomerAccount parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CloudIdentityCustomerAccount parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<CloudIdentityCustomerAccount> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getCustomerCloudIdentityId()
public String getCustomerCloudIdentityId()
If existing = true, the Cloud Identity ID of the customer.
string customer_cloud_identity_id = 4;
Returns
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;
Returns
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;
Returns
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;
Returns
Type | Description |
ByteString | The bytes for customerName.
|
getDefaultInstanceForType()
public CloudIdentityCustomerAccount getDefaultInstanceForType()
Returns
getExisting()
public boolean getExisting()
Returns true if a Cloud Identity account exists for a specific domain.
bool existing = 1;
Returns
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;
Returns
getParserForType()
public Parser<CloudIdentityCustomerAccount> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public CloudIdentityCustomerAccount.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CloudIdentityCustomerAccount.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public CloudIdentityCustomerAccount.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions