public interface CreateCustomerRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomer()
public abstract Customer getCustomer()Required. The customer to create.
 
 .google.cloud.cloudcontrolspartner.v1.Customer customer = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| Customer | The customer. | 
getCustomerId()
public abstract String getCustomerId()Required. The customer id to use for the customer, which will become the final component of the customer's resource name. The specified value must be a valid Google cloud organization id.
 string customer_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| String | The customerId. | 
getCustomerIdBytes()
public abstract ByteString getCustomerIdBytes()Required. The customer id to use for the customer, which will become the final component of the customer's resource name. The specified value must be a valid Google cloud organization id.
 string customer_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for customerId. | 
getCustomerOrBuilder()
public abstract CustomerOrBuilder getCustomerOrBuilder()Required. The customer to create.
 
 .google.cloud.cloudcontrolspartner.v1.Customer customer = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| CustomerOrBuilder | |
getParent()
public abstract String getParent() Required. Parent resource
 Format: organizations/{organization}/locations/{location}
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| String | The parent. | 
getParentBytes()
public abstract ByteString getParentBytes() Required. Parent resource
 Format: organizations/{organization}/locations/{location}
 
 string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for parent. | 
hasCustomer()
public abstract boolean hasCustomer()Required. The customer to create.
 
 .google.cloud.cloudcontrolspartner.v1.Customer customer = 2 [(.google.api.field_behavior) = REQUIRED];
 
| Returns | |
|---|---|
| Type | Description | 
| boolean | Whether the customer field is set. |