public interface WarehouseBasedDeliveryTimeOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCarrier()
public abstract String getCarrier()
Required. Carrier, such as "UPS"
or "Fedex"
.
optional string carrier = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The carrier. |
getCarrierBytes()
public abstract ByteString getCarrierBytes()
Required. Carrier, such as "UPS"
or "Fedex"
.
optional string carrier = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for carrier. |
getCarrierService()
public abstract String getCarrierService()
Required. Carrier service, such as "ground"
or "2 days"
. The name of
the service must be in the eddSupportedServices list.
optional string carrier_service = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The carrierService. |
getCarrierServiceBytes()
public abstract ByteString getCarrierServiceBytes()
Required. Carrier service, such as "ground"
or "2 days"
. The name of
the service must be in the eddSupportedServices list.
optional string carrier_service = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for carrierService. |
getWarehouse()
public abstract String getWarehouse()
Required. Warehouse name. This should match warehouse
optional string warehouse = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The warehouse. |
getWarehouseBytes()
public abstract ByteString getWarehouseBytes()
Required. Warehouse name. This should match warehouse
optional string warehouse = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for warehouse. |
hasCarrier()
public abstract boolean hasCarrier()
Required. Carrier, such as "UPS"
or "Fedex"
.
optional string carrier = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the carrier field is set. |
hasCarrierService()
public abstract boolean hasCarrierService()
Required. Carrier service, such as "ground"
or "2 days"
. The name of
the service must be in the eddSupportedServices list.
optional string carrier_service = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the carrierService field is set. |
hasWarehouse()
public abstract boolean hasWarehouse()
Required. Warehouse name. This should match warehouse
optional string warehouse = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the warehouse field is set. |