Send feedback
Class CreateOrderTrackingSignalRequest (0.2.0)
Stay organized with collections
Save and categorize content based on your preferences.
public final class CreateOrderTrackingSignalRequest extends GeneratedMessageV3 implements CreateOrderTrackingSignalRequestOrBuilder
Signals only can be created but not updated.
Businesses need to call this API only when the order is completely shipped.
Creates new order signal.
Protobuf type
google.shopping.merchant.ordertracking.v1beta.CreateOrderTrackingSignalRequest
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
public static final int ORDER_TRACKING_SIGNAL_FIELD_NUMBER
Field Value
Type
Description
int
public static final int ORDER_TRACKING_SIGNAL_ID_FIELD_NUMBER
Field Value
Type
Description
int
public static final int PARENT_FIELD_NUMBER
Field Value
Type
Description
int
Static Methods
public static CreateOrderTrackingSignalRequest getDefaultInstance ()
public static final Descriptors . Descriptor getDescriptor ()
public static CreateOrderTrackingSignalRequest . Builder newBuilder ()
public static CreateOrderTrackingSignalRequest . Builder newBuilder ( CreateOrderTrackingSignalRequest prototype )
public static CreateOrderTrackingSignalRequest parseDelimitedFrom ( InputStream input )
public static CreateOrderTrackingSignalRequest parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static CreateOrderTrackingSignalRequest parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
public static CreateOrderTrackingSignalRequest parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
public static CreateOrderTrackingSignalRequest parseFrom ( ByteString data )
public static CreateOrderTrackingSignalRequest parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static CreateOrderTrackingSignalRequest parseFrom ( CodedInputStream input )
public static CreateOrderTrackingSignalRequest parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static CreateOrderTrackingSignalRequest parseFrom ( InputStream input )
public static CreateOrderTrackingSignalRequest parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
public static CreateOrderTrackingSignalRequest parseFrom ( ByteBuffer data )
public static CreateOrderTrackingSignalRequest parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
public static Parser<CreateOrderTrackingSignalRequest> parser ()
Methods
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
Overrides
public CreateOrderTrackingSignalRequest getDefaultInstanceForType ()
public OrderTrackingSignal getOrderTrackingSignal ()
Required. The order signal to be created.
.google.shopping.merchant.ordertracking.v1beta.OrderTrackingSignal order_tracking_signal = 3 [(.google.api.field_behavior) = REQUIRED];
public String getOrderTrackingSignalId ()
Output only. The ID that uniquely identifies this order tracking signal.
string order_tracking_signal_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
String
The orderTrackingSignalId.
public ByteString getOrderTrackingSignalIdBytes ()
Output only. The ID that uniquely identifies this order tracking signal.
string order_tracking_signal_id = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type
Description
ByteString
The bytes for orderTrackingSignalId.
public OrderTrackingSignalOrBuilder getOrderTrackingSignalOrBuilder ()
Required. The order signal to be created.
.google.shopping.merchant.ordertracking.v1beta.OrderTrackingSignal order_tracking_signal = 3 [(.google.api.field_behavior) = REQUIRED];
public String getParent ()
Required. The account of the business for which the order signal is
created. Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type
Description
String
The parent.
public ByteString getParentBytes ()
Required. The account of the business for which the order signal is
created. Format: accounts/{account}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type
Description
ByteString
The bytes for parent.
public Parser<CreateOrderTrackingSignalRequest> getParserForType ()
Overrides
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
public boolean hasOrderTrackingSignal ()
Required. The order signal to be created.
.google.shopping.merchant.ordertracking.v1beta.OrderTrackingSignal order_tracking_signal = 3 [(.google.api.field_behavior) = REQUIRED];
Returns
Type
Description
boolean
Whether the orderTrackingSignal field is set.
Returns
Type
Description
int
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
public final boolean isInitialized ()
Overrides
public CreateOrderTrackingSignalRequest . Builder newBuilderForType ()
protected CreateOrderTrackingSignalRequest . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
public CreateOrderTrackingSignalRequest . Builder toBuilder ()
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-05-10 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-05-10 UTC."],[],[]]