public interface CustomerOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomerOnboardingState()
public abstract CustomerOnboardingState getCustomerOnboardingState()Output only. Container for customer onboarding steps
 
 .google.cloud.cloudcontrolspartner.v1beta.CustomerOnboardingState customer_onboarding_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
CustomerOnboardingState | 
        The customerOnboardingState.  | 
      
getCustomerOnboardingStateOrBuilder()
public abstract CustomerOnboardingStateOrBuilder getCustomerOnboardingStateOrBuilder()Output only. Container for customer onboarding steps
 
 .google.cloud.cloudcontrolspartner.v1beta.CustomerOnboardingState customer_onboarding_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
CustomerOnboardingStateOrBuilder | 
        |
getDisplayName()
public abstract String getDisplayName()Required. Display name for the customer
 string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The displayName.  | 
      
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()Required. Display name for the customer
 string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for displayName.  | 
      
getIsOnboarded()
public abstract boolean getIsOnboarded()Output only. Indicates whether a customer is fully onboarded
 bool is_onboarded = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        The isOnboarded.  | 
      
getName()
public abstract String getName() Identifier. Format:
 organizations/{organization}/locations/{location}/customers/{customer}
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The name.  | 
      
getNameBytes()
public abstract ByteString getNameBytes() Identifier. Format:
 organizations/{organization}/locations/{location}/customers/{customer}
 string name = 1 [(.google.api.field_behavior) = IDENTIFIER];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for name.  | 
      
getOrganizationDomain()
public abstract String getOrganizationDomain()Output only. The customer organization domain, extracted from CRM Organization’s display_name field. e.g. "google.com"
 string organization_domain = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The organizationDomain.  | 
      
getOrganizationDomainBytes()
public abstract ByteString getOrganizationDomainBytes()Output only. The customer organization domain, extracted from CRM Organization’s display_name field. e.g. "google.com"
 string organization_domain = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for organizationDomain.  | 
      
hasCustomerOnboardingState()
public abstract boolean hasCustomerOnboardingState()Output only. Container for customer onboarding steps
 
 .google.cloud.cloudcontrolspartner.v1beta.CustomerOnboardingState customer_onboarding_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the customerOnboardingState field is set.  |