public static interface BusinessIdentity.IdentityAttributeOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getIdentityDeclaration()
public abstract BusinessIdentity.IdentityAttribute.IdentityDeclaration getIdentityDeclaration()
Required. The declaration of identity for this attribute.
.google.shopping.merchant.accounts.v1beta.BusinessIdentity.IdentityAttribute.IdentityDeclaration identity_declaration = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
BusinessIdentity.IdentityAttribute.IdentityDeclaration |
The identityDeclaration. |
getIdentityDeclarationValue()
public abstract int getIdentityDeclarationValue()
Required. The declaration of identity for this attribute.
.google.shopping.merchant.accounts.v1beta.BusinessIdentity.IdentityAttribute.IdentityDeclaration identity_declaration = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for identityDeclaration. |