Home
last modified time | relevance | path

Searched defs:customerRepricingConfig (Results 1 – 7 of 7) sorted by relevance

/external/google-cloud-java/java-channel/proto-google-cloud-channel-v1/src/main/java/com/google/cloud/channel/v1/
DCustomerRepricingConfigName.java38 private final String customerRepricingConfig; field in CustomerRepricingConfigName
74 String account, String customer, String customerRepricingConfig) { in of()
82 public static String format(String account, String customer, String customerRepricingConfig) { in format()
199 private String customerRepricingConfig; field in CustomerRepricingConfigName.Builder
225 public Builder setCustomerRepricingConfig(String customerRepricingConfig) { in setCustomerRepricingConfig()
/external/google-cloud-java/java-channel/samples/snippets/generated/com/google/cloud/channel/v1/cloudchannelservice/updatecustomerrepricingconfig/
DSyncUpdateCustomerRepricingConfigCustomerrepricingconfig.java36 CustomerRepricingConfig customerRepricingConfig = in syncUpdateCustomerRepricingConfigCustomerrepricingconfig() local
/external/google-cloud-java/java-channel/samples/snippets/generated/com/google/cloud/channel/v1/cloudchannelservice/createcustomerrepricingconfig/
DSyncCreateCustomerRepricingConfigStringCustomerrepricingconfig.java39 CustomerRepricingConfig customerRepricingConfig = in syncCreateCustomerRepricingConfigStringCustomerrepricingconfig() local
DSyncCreateCustomerRepricingConfigCustomernameCustomerrepricingconfig.java39 CustomerRepricingConfig customerRepricingConfig = in syncCreateCustomerRepricingConfigCustomernameCustomerrepricingconfig() local
/external/google-cloud-java/java-channel/google-cloud-channel/src/test/java/com/google/cloud/channel/v1/
DCloudChannelServiceClientTest.java1961 CustomerRepricingConfig customerRepricingConfig = CustomerRepricingConfig.newBuilder().build(); in createCustomerRepricingConfigTest() local
1987 CustomerRepricingConfig customerRepricingConfig = in createCustomerRepricingConfigExceptionTest() local
2010 CustomerRepricingConfig customerRepricingConfig = CustomerRepricingConfig.newBuilder().build(); in createCustomerRepricingConfigTest2() local
2036 CustomerRepricingConfig customerRepricingConfig = in createCustomerRepricingConfigExceptionTest2() local
2058 CustomerRepricingConfig customerRepricingConfig = CustomerRepricingConfig.newBuilder().build(); in updateCustomerRepricingConfigTest() local
2082 CustomerRepricingConfig customerRepricingConfig = in updateCustomerRepricingConfigExceptionTest() local
DCloudChannelServiceClientHttpJsonTest.java2084 CustomerRepricingConfig customerRepricingConfig = CustomerRepricingConfig.newBuilder().build(); in createCustomerRepricingConfigTest() local
2114 CustomerRepricingConfig customerRepricingConfig = in createCustomerRepricingConfigExceptionTest() local
2137 CustomerRepricingConfig customerRepricingConfig = CustomerRepricingConfig.newBuilder().build(); in createCustomerRepricingConfigTest2() local
2167 CustomerRepricingConfig customerRepricingConfig = in createCustomerRepricingConfigExceptionTest2() local
2189 CustomerRepricingConfig customerRepricingConfig = in updateCustomerRepricingConfigTest() local
2226 CustomerRepricingConfig customerRepricingConfig = in updateCustomerRepricingConfigExceptionTest() local
/external/google-cloud-java/java-channel/google-cloud-channel/src/main/java/com/google/cloud/channel/v1/
DCloudChannelServiceClient.java4367 CustomerName parent, CustomerRepricingConfig customerRepricingConfig) { in createCustomerRepricingConfig()
4444 String parent, CustomerRepricingConfig customerRepricingConfig) { in createCustomerRepricingConfig()
4651 CustomerRepricingConfig customerRepricingConfig) { in updateCustomerRepricingConfig()