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