Package com.google.cloud.channel.v1
Interface CreateCustomerRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateCustomerRequest
,CreateCustomerRequest.Builder
public interface CreateCustomerRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Customer
getCustomer()
Required.CustomerOrBuilder
getCustomerOrBuilder()
Required.String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.boolean
hasCustomer()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getParent
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:
- The parent.
-
getParentBytes
com.google.protobuf.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:
- The bytes for parent.
-
hasCustomer
boolean hasCustomer()
Required. The customer to create.
.google.cloud.channel.v1.Customer customer = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- Whether the customer field is set.
-
getCustomer
Customer getCustomer()
Required. The customer to create.
.google.cloud.channel.v1.Customer customer = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The customer.
-
getCustomerOrBuilder
CustomerOrBuilder getCustomerOrBuilder()
Required. The customer to create.
.google.cloud.channel.v1.Customer customer = 2 [(.google.api.field_behavior) = REQUIRED];
-
-