public interface CreateCustomerRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCustomer()
public abstract Customer getCustomer()Required. The customer to create.
.google.cloud.channel.v1.Customer customer = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Customer |
The customer. |
getCustomerOrBuilder()
public abstract CustomerOrBuilder getCustomerOrBuilder()Required. The customer to create.
.google.cloud.channel.v1.Customer customer = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
CustomerOrBuilder |
|
getParent()
public abstract String getParent()Required. The resource name of reseller account in which to create the customer. Parent uses the format: accounts/{account_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The resource name of reseller account in which to create the customer. Parent uses the format: accounts/{account_id}
string parent = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
hasCustomer()
public abstract boolean hasCustomer()Required. The customer to create.
.google.cloud.channel.v1.Customer customer = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the customer field is set. |