Interface CreateCustomerRequestOrBuilder (3.45.0)

public interface CreateCustomerRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCustomer()

public abstract Customer getCustomer()

Required. The customer to create.

.google.cloud.channel.v1.Customer customer = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the customer field is set.