public interface CustomerOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCustomerOnboardingState()
public abstract CustomerOnboardingState getCustomerOnboardingState()
Container for customer onboarding steps
.google.cloud.cloudcontrolspartner.v1beta.CustomerOnboardingState customer_onboarding_state = 3;
Returns | |
---|---|
Type | Description |
CustomerOnboardingState |
The customerOnboardingState. |
getCustomerOnboardingStateOrBuilder()
public abstract CustomerOnboardingStateOrBuilder getCustomerOnboardingStateOrBuilder()
Container for customer onboarding steps
.google.cloud.cloudcontrolspartner.v1beta.CustomerOnboardingState customer_onboarding_state = 3;
Returns | |
---|---|
Type | Description |
CustomerOnboardingStateOrBuilder |
getDisplayName()
public abstract String getDisplayName()
The customer organization's display name. E.g. "google.com".
string display_name = 2;
Returns | |
---|---|
Type | Description |
String |
The displayName. |
getDisplayNameBytes()
public abstract ByteString getDisplayNameBytes()
The customer organization's display name. E.g. "google.com".
string display_name = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for displayName. |
getIsOnboarded()
public abstract boolean getIsOnboarded()
Indicates whether a customer is fully onboarded
bool is_onboarded = 4;
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()
Container for customer onboarding steps
.google.cloud.cloudcontrolspartner.v1beta.CustomerOnboardingState customer_onboarding_state = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the customerOnboardingState field is set. |