Uses of Class
com.google.cloud.channel.v1.ImportCustomerRequest.CustomerIdentityCase
-
Packages that use ImportCustomerRequest.CustomerIdentityCase Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of ImportCustomerRequest.CustomerIdentityCase in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return ImportCustomerRequest.CustomerIdentityCase Modifier and Type Method Description static ImportCustomerRequest.CustomerIdentityCase
ImportCustomerRequest.CustomerIdentityCase. forNumber(int value)
ImportCustomerRequest.CustomerIdentityCase
ImportCustomerRequest.Builder. getCustomerIdentityCase()
ImportCustomerRequest.CustomerIdentityCase
ImportCustomerRequest. getCustomerIdentityCase()
ImportCustomerRequest.CustomerIdentityCase
ImportCustomerRequestOrBuilder. getCustomerIdentityCase()
static ImportCustomerRequest.CustomerIdentityCase
ImportCustomerRequest.CustomerIdentityCase. valueOf(int value)
Deprecated.static ImportCustomerRequest.CustomerIdentityCase
ImportCustomerRequest.CustomerIdentityCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static ImportCustomerRequest.CustomerIdentityCase[]
ImportCustomerRequest.CustomerIdentityCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-