public interface CreateOrderTrackingSignalRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getOrderTrackingSignal()
public abstract OrderTrackingSignal getOrderTrackingSignal()Required. The order signal to be created.
.google.shopping.merchant.ordertracking.v1.OrderTrackingSignal order_tracking_signal = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
OrderTrackingSignal |
The orderTrackingSignal. |
getOrderTrackingSignalId()
public abstract 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. |
getOrderTrackingSignalIdBytes()
public abstract 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. |
getOrderTrackingSignalOrBuilder()
public abstract OrderTrackingSignalOrBuilder getOrderTrackingSignalOrBuilder()Required. The order signal to be created.
.google.shopping.merchant.ordertracking.v1.OrderTrackingSignal order_tracking_signal = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
OrderTrackingSignalOrBuilder |
|
getParent()
public abstract 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. |
getParentBytes()
public abstract 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. |
hasOrderTrackingSignal()
public abstract boolean hasOrderTrackingSignal()Required. The order signal to be created.
.google.shopping.merchant.ordertracking.v1.OrderTrackingSignal order_tracking_signal = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the orderTrackingSignal field is set. |