Class DeleteChannelPartnerRepricingConfigRequest.Builder (3.8.0)

public static final class DeleteChannelPartnerRepricingConfigRequest.Builder extends GeneratedMessageV3.Builder<DeleteChannelPartnerRepricingConfigRequest.Builder> implements DeleteChannelPartnerRepricingConfigRequestOrBuilder

Request message for DeleteChannelPartnerRepricingConfig.

Protobuf type google.cloud.channel.v1.DeleteChannelPartnerRepricingConfigRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public DeleteChannelPartnerRepricingConfigRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
DeleteChannelPartnerRepricingConfigRequest.Builder
Overrides

build()

public DeleteChannelPartnerRepricingConfigRequest build()
Returns
TypeDescription
DeleteChannelPartnerRepricingConfigRequest

buildPartial()

public DeleteChannelPartnerRepricingConfigRequest buildPartial()
Returns
TypeDescription
DeleteChannelPartnerRepricingConfigRequest

clear()

public DeleteChannelPartnerRepricingConfigRequest.Builder clear()
Returns
TypeDescription
DeleteChannelPartnerRepricingConfigRequest.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public DeleteChannelPartnerRepricingConfigRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
DeleteChannelPartnerRepricingConfigRequest.Builder
Overrides

clearName()

public DeleteChannelPartnerRepricingConfigRequest.Builder clearName()

Required. The resource name of the channel partner repricing config rule to delete.

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

Returns
TypeDescription
DeleteChannelPartnerRepricingConfigRequest.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public DeleteChannelPartnerRepricingConfigRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
DeleteChannelPartnerRepricingConfigRequest.Builder
Overrides

clone()

public DeleteChannelPartnerRepricingConfigRequest.Builder clone()
Returns
TypeDescription
DeleteChannelPartnerRepricingConfigRequest.Builder
Overrides

getDefaultInstanceForType()

public DeleteChannelPartnerRepricingConfigRequest getDefaultInstanceForType()
Returns
TypeDescription
DeleteChannelPartnerRepricingConfigRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getName()

public String getName()

Required. The resource name of the channel partner repricing config rule to delete.

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

Returns
TypeDescription
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The resource name of the channel partner repricing config rule to delete.

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

Returns
TypeDescription
ByteString

The bytes for name.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(DeleteChannelPartnerRepricingConfigRequest other)

public DeleteChannelPartnerRepricingConfigRequest.Builder mergeFrom(DeleteChannelPartnerRepricingConfigRequest other)
Parameter
NameDescription
otherDeleteChannelPartnerRepricingConfigRequest
Returns
TypeDescription
DeleteChannelPartnerRepricingConfigRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public DeleteChannelPartnerRepricingConfigRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
DeleteChannelPartnerRepricingConfigRequest.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public DeleteChannelPartnerRepricingConfigRequest.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
DeleteChannelPartnerRepricingConfigRequest.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final DeleteChannelPartnerRepricingConfigRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
DeleteChannelPartnerRepricingConfigRequest.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public DeleteChannelPartnerRepricingConfigRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
DeleteChannelPartnerRepricingConfigRequest.Builder
Overrides

setName(String value)

public DeleteChannelPartnerRepricingConfigRequest.Builder setName(String value)

Required. The resource name of the channel partner repricing config rule to delete.

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

Parameter
NameDescription
valueString

The name to set.

Returns
TypeDescription
DeleteChannelPartnerRepricingConfigRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public DeleteChannelPartnerRepricingConfigRequest.Builder setNameBytes(ByteString value)

Required. The resource name of the channel partner repricing config rule to delete.

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

Parameter
NameDescription
valueByteString

The bytes for name to set.

Returns
TypeDescription
DeleteChannelPartnerRepricingConfigRequest.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public DeleteChannelPartnerRepricingConfigRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
DeleteChannelPartnerRepricingConfigRequest.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final DeleteChannelPartnerRepricingConfigRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
DeleteChannelPartnerRepricingConfigRequest.Builder
Overrides