public final class UpdateChannelPartnerRepricingConfigRequest extends GeneratedMessageV3 implements UpdateChannelPartnerRepricingConfigRequestOrBuilder
Request message for
CloudChannelService.UpdateChannelPartnerRepricingConfig.
Protobuf type google.cloud.channel.v1.UpdateChannelPartnerRepricingConfigRequest
Static Fields
CHANNEL_PARTNER_REPRICING_CONFIG_FIELD_NUMBER
public static final int CHANNEL_PARTNER_REPRICING_CONFIG_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static UpdateChannelPartnerRepricingConfigRequest getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static UpdateChannelPartnerRepricingConfigRequest.Builder newBuilder()
Returns
newBuilder(UpdateChannelPartnerRepricingConfigRequest prototype)
public static UpdateChannelPartnerRepricingConfigRequest.Builder newBuilder(UpdateChannelPartnerRepricingConfigRequest prototype)
Parameter
Returns
public static UpdateChannelPartnerRepricingConfigRequest parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static UpdateChannelPartnerRepricingConfigRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static UpdateChannelPartnerRepricingConfigRequest parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static UpdateChannelPartnerRepricingConfigRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static UpdateChannelPartnerRepricingConfigRequest parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static UpdateChannelPartnerRepricingConfigRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateChannelPartnerRepricingConfigRequest parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static UpdateChannelPartnerRepricingConfigRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static UpdateChannelPartnerRepricingConfigRequest parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static UpdateChannelPartnerRepricingConfigRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static UpdateChannelPartnerRepricingConfigRequest parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static UpdateChannelPartnerRepricingConfigRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<UpdateChannelPartnerRepricingConfigRequest> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getChannelPartnerRepricingConfig()
public ChannelPartnerRepricingConfig getChannelPartnerRepricingConfig()
Required. The ChannelPartnerRepricingConfig object to update.
.google.cloud.channel.v1.ChannelPartnerRepricingConfig channel_partner_repricing_config = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getChannelPartnerRepricingConfigOrBuilder()
public ChannelPartnerRepricingConfigOrBuilder getChannelPartnerRepricingConfigOrBuilder()
Required. The ChannelPartnerRepricingConfig object to update.
.google.cloud.channel.v1.ChannelPartnerRepricingConfig channel_partner_repricing_config = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
getDefaultInstanceForType()
public UpdateChannelPartnerRepricingConfigRequest getDefaultInstanceForType()
Returns
getParserForType()
public Parser<UpdateChannelPartnerRepricingConfigRequest> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
hasChannelPartnerRepricingConfig()
public boolean hasChannelPartnerRepricingConfig()
Required. The ChannelPartnerRepricingConfig object to update.
.google.cloud.channel.v1.ChannelPartnerRepricingConfig channel_partner_repricing_config = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the channelPartnerRepricingConfig field is set.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public UpdateChannelPartnerRepricingConfigRequest.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected UpdateChannelPartnerRepricingConfigRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public UpdateChannelPartnerRepricingConfigRequest.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions