Send feedback
Class ModifyOrderRequest (0.54.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latest keyboard_arrow_down
public final class ModifyOrderRequest extends GeneratedMessageV3 implements ModifyOrderRequestOrBuilder
Request message for
ConsumerProcurementService.ModifyOrder .
Protobuf type google.cloud.commerce.consumer.procurement.v1.ModifyOrderRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
DISPLAY_NAME_FIELD_NUMBER
public static final int DISPLAY_NAME_FIELD_NUMBER
Field Value
Type
Description
int
ETAG_FIELD_NUMBER
public static final int ETAG_FIELD_NUMBER
Field Value
Type
Description
int
MODIFICATIONS_FIELD_NUMBER
public static final int MODIFICATIONS_FIELD_NUMBER
Field Value
Type
Description
int
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
getDefaultInstance()
public static ModifyOrderRequest getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static ModifyOrderRequest . Builder newBuilder ()
newBuilder(ModifyOrderRequest prototype)
public static ModifyOrderRequest . Builder newBuilder ( ModifyOrderRequest prototype )
public static ModifyOrderRequest parseDelimitedFrom ( InputStream input )
public static ModifyOrderRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static ModifyOrderRequest parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ModifyOrderRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static ModifyOrderRequest parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ModifyOrderRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static ModifyOrderRequest parseFrom ( CodedInputStream input )
public static ModifyOrderRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static ModifyOrderRequest parseFrom ( InputStream input )
public static ModifyOrderRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static ModifyOrderRequest parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ModifyOrderRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<ModifyOrderRequest> parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
getDefaultInstanceForType()
public ModifyOrderRequest getDefaultInstanceForType ()
getDisplayName()
public String getDisplayName ()
Optional. Updated display name of the order, leave as empty if you do not
want to update current display name.
string display_name = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
String
The displayName.
getDisplayNameBytes()
public ByteString getDisplayNameBytes ()
Optional. Updated display name of the order, leave as empty if you do not
want to update current display name.
string display_name = 5 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
ByteString
The bytes for displayName.
getEtag()
Optional. The weak etag, which can be optionally populated, of the order
that this modify request is based on. Validation checking will only happen
if the invoker supplies this field.
string etag = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
String
The etag.
getEtagBytes()
public ByteString getEtagBytes ()
Optional. The weak etag, which can be optionally populated, of the order
that this modify request is based on. Validation checking will only happen
if the invoker supplies this field.
string etag = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
ByteString
The bytes for etag.
getModifications(int index)
public ModifyOrderRequest . Modification getModifications ( int index )
Optional. Modifications for an existing Order created by an Offer.
Required when Offer based Order is being modified, except for when going
from an offer to a public plan.
repeated .google.cloud.commerce.consumer.procurement.v1.ModifyOrderRequest.Modification modifications = 6 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name
Description
index
int
getModificationsCount()
public int getModificationsCount ()
Optional. Modifications for an existing Order created by an Offer.
Required when Offer based Order is being modified, except for when going
from an offer to a public plan.
repeated .google.cloud.commerce.consumer.procurement.v1.ModifyOrderRequest.Modification modifications = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
int
getModificationsList()
public List<ModifyOrderRequest . Modification > getModificationsList ()
Optional. Modifications for an existing Order created by an Offer.
Required when Offer based Order is being modified, except for when going
from an offer to a public plan.
repeated .google.cloud.commerce.consumer.procurement.v1.ModifyOrderRequest.Modification modifications = 6 [(.google.api.field_behavior) = OPTIONAL];
getModificationsOrBuilder(int index)
public ModifyOrderRequest . ModificationOrBuilder getModificationsOrBuilder ( int index )
Optional. Modifications for an existing Order created by an Offer.
Required when Offer based Order is being modified, except for when going
from an offer to a public plan.
repeated .google.cloud.commerce.consumer.procurement.v1.ModifyOrderRequest.Modification modifications = 6 [(.google.api.field_behavior) = OPTIONAL];
Parameter
Name
Description
index
int
getModificationsOrBuilderList()
public List <? extends ModifyOrderRequest . ModificationOrBuilder > getModificationsOrBuilderList ()
Optional. Modifications for an existing Order created by an Offer.
Required when Offer based Order is being modified, except for when going
from an offer to a public plan.
repeated .google.cloud.commerce.consumer.procurement.v1.ModifyOrderRequest.Modification modifications = 6 [(.google.api.field_behavior) = OPTIONAL];
Returns
Type
Description
List <? extends com.google.cloud.commerce.consumer.procurement.v1.ModifyOrderRequest.ModificationOrBuilder >
getName()
Required. Name of the order to update.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
String
The name.
getNameBytes()
public ByteString getNameBytes ()
Required. Name of the order to update.
string name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
ByteString
The bytes for name.
getParserForType()
public Parser<ModifyOrderRequest> getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
hashCode()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public ModifyOrderRequest . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ModifyOrderRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public ModifyOrderRequest . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]