public static final class WarehouseCutoffTime.Builder extends GeneratedMessageV3.Builder<WarehouseCutoffTime.Builder> implements WarehouseCutoffTimeOrBuilder
The latest time of day that an order can be accepted and begin processing.
Later orders will be processed in the next day. The time is based on the
warehouse postal code.
Protobuf type google.shopping.merchant.accounts.v1beta.WarehouseCutoffTime
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public WarehouseCutoffTime.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public WarehouseCutoffTime build()
public WarehouseCutoffTime buildPartial()
public WarehouseCutoffTime.Builder clear()
Overrides
public WarehouseCutoffTime.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public WarehouseCutoffTime.Builder clearHour()
Required. Hour of the cutoff time until which an order has to be placed to
be processed in the same day by the warehouse. Hour is based on the
timezone of warehouse.
optional int32 hour = 1 [(.google.api.field_behavior) = REQUIRED];
public WarehouseCutoffTime.Builder clearMinute()
Required. Minute of the cutoff time until which an order has to be placed
to be processed in the same day by the warehouse. Minute is based on the
timezone of warehouse.
optional int32 minute = 2 [(.google.api.field_behavior) = REQUIRED];
public WarehouseCutoffTime.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public WarehouseCutoffTime.Builder clone()
Overrides
public WarehouseCutoffTime getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
Required. Hour of the cutoff time until which an order has to be placed to
be processed in the same day by the warehouse. Hour is based on the
timezone of warehouse.
optional int32 hour = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
int |
The hour.
|
Required. Minute of the cutoff time until which an order has to be placed
to be processed in the same day by the warehouse. Minute is based on the
timezone of warehouse.
optional int32 minute = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
int |
The minute.
|
Required. Hour of the cutoff time until which an order has to be placed to
be processed in the same day by the warehouse. Hour is based on the
timezone of warehouse.
optional int32 hour = 1 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the hour field is set.
|
public boolean hasMinute()
Required. Minute of the cutoff time until which an order has to be placed
to be processed in the same day by the warehouse. Minute is based on the
timezone of warehouse.
optional int32 minute = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the minute field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public WarehouseCutoffTime.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public WarehouseCutoffTime.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public WarehouseCutoffTime.Builder mergeFrom(WarehouseCutoffTime other)
public final WarehouseCutoffTime.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public WarehouseCutoffTime.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public WarehouseCutoffTime.Builder setHour(int value)
Required. Hour of the cutoff time until which an order has to be placed to
be processed in the same day by the warehouse. Hour is based on the
timezone of warehouse.
optional int32 hour = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
value |
int
The hour to set.
|
public WarehouseCutoffTime.Builder setMinute(int value)
Required. Minute of the cutoff time until which an order has to be placed
to be processed in the same day by the warehouse. Minute is based on the
timezone of warehouse.
optional int32 minute = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter |
Name |
Description |
value |
int
The minute to set.
|
public WarehouseCutoffTime.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final WarehouseCutoffTime.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides