public interface CustomerOrBuilder extends MessageOrBuilder
Implements
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. |
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. |