Class CreateCustomerRepricingConfigRequest.Builder (3.87.0)

public static final class CreateCustomerRepricingConfigRequest.Builder extends GeneratedMessage.Builder<CreateCustomerRepricingConfigRequest.Builder> implements CreateCustomerRepricingConfigRequestOrBuilder

Request message for CloudChannelService.CreateCustomerRepricingConfig.

Protobuf type google.cloud.channel.v1.CreateCustomerRepricingConfigRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public CreateCustomerRepricingConfigRequest build()
Returns
Type Description
CreateCustomerRepricingConfigRequest

buildPartial()

public CreateCustomerRepricingConfigRequest buildPartial()
Returns
Type Description
CreateCustomerRepricingConfigRequest

clear()

public CreateCustomerRepricingConfigRequest.Builder clear()
Returns
Type Description
CreateCustomerRepricingConfigRequest.Builder
Overrides

clearCustomerRepricingConfig()

public CreateCustomerRepricingConfigRequest.Builder clearCustomerRepricingConfig()

Required. The CustomerRepricingConfig object to update.

.google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CreateCustomerRepricingConfigRequest.Builder

clearParent()

public CreateCustomerRepricingConfigRequest.Builder clearParent()

Required. The resource name of the customer that will receive this repricing config. Parent uses the format: accounts/{account_id}/customers/{customer_id}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
CreateCustomerRepricingConfigRequest.Builder

This builder for chaining.

getCustomerRepricingConfig()

public CustomerRepricingConfig getCustomerRepricingConfig()

Required. The CustomerRepricingConfig object to update.

.google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CustomerRepricingConfig

The customerRepricingConfig.

getCustomerRepricingConfigBuilder()

public CustomerRepricingConfig.Builder getCustomerRepricingConfigBuilder()

Required. The CustomerRepricingConfig object to update.

.google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CustomerRepricingConfig.Builder

getCustomerRepricingConfigOrBuilder()

public CustomerRepricingConfigOrBuilder getCustomerRepricingConfigOrBuilder()

Required. The CustomerRepricingConfig object to update.

.google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CustomerRepricingConfigOrBuilder

getDefaultInstanceForType()

public CreateCustomerRepricingConfigRequest getDefaultInstanceForType()
Returns
Type Description
CreateCustomerRepricingConfigRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getParent()

public String getParent()

Required. The resource name of the customer that will receive this repricing config. Parent uses the format: accounts/{account_id}/customers/{customer_id}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The resource name of the customer that will receive this repricing config. Parent uses the format: accounts/{account_id}/customers/{customer_id}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

hasCustomerRepricingConfig()

public boolean hasCustomerRepricingConfig()

Required. The CustomerRepricingConfig object to update.

.google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_config = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the customerRepricingConfig field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeCustomerRepricingConfig(CustomerRepricingConfig value)

public CreateCustomerRepricingConfigRequest.Builder mergeCustomerRepricingConfig(CustomerRepricingConfig value)

Required. The CustomerRepricingConfig object to update.

.google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_config = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value CustomerRepricingConfig
Returns
Type Description
CreateCustomerRepricingConfigRequest.Builder

mergeFrom(CreateCustomerRepricingConfigRequest other)

public CreateCustomerRepricingConfigRequest.Builder mergeFrom(CreateCustomerRepricingConfigRequest other)
Parameter
Name Description
other CreateCustomerRepricingConfigRequest
Returns
Type Description
CreateCustomerRepricingConfigRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CreateCustomerRepricingConfigRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateCustomerRepricingConfigRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public CreateCustomerRepricingConfigRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
CreateCustomerRepricingConfigRequest.Builder
Overrides

setCustomerRepricingConfig(CustomerRepricingConfig value)

public CreateCustomerRepricingConfigRequest.Builder setCustomerRepricingConfig(CustomerRepricingConfig value)

Required. The CustomerRepricingConfig object to update.

.google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_config = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value CustomerRepricingConfig
Returns
Type Description
CreateCustomerRepricingConfigRequest.Builder

setCustomerRepricingConfig(CustomerRepricingConfig.Builder builderForValue)

public CreateCustomerRepricingConfigRequest.Builder setCustomerRepricingConfig(CustomerRepricingConfig.Builder builderForValue)

Required. The CustomerRepricingConfig object to update.

.google.cloud.channel.v1.CustomerRepricingConfig customer_repricing_config = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue CustomerRepricingConfig.Builder
Returns
Type Description
CreateCustomerRepricingConfigRequest.Builder

setParent(String value)

public CreateCustomerRepricingConfigRequest.Builder setParent(String value)

Required. The resource name of the customer that will receive this repricing config. Parent uses the format: accounts/{account_id}/customers/{customer_id}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
CreateCustomerRepricingConfigRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public CreateCustomerRepricingConfigRequest.Builder setParentBytes(ByteString value)

Required. The resource name of the customer that will receive this repricing config. Parent uses the format: accounts/{account_id}/customers/{customer_id}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
CreateCustomerRepricingConfigRequest.Builder

This builder for chaining.