public static final class Service.StoreConfig.CutoffConfig.LocalCutoffTime.Builder extends GeneratedMessage.Builder<Service.StoreConfig.CutoffConfig.LocalCutoffTime.Builder> implements Service.StoreConfig.CutoffConfig.LocalCutoffTimeOrBuilderTime that local delivery ends for the day.
Protobuf type
google.shopping.merchant.accounts.v1.Service.StoreConfig.CutoffConfig.LocalCutoffTime
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > Service.StoreConfig.CutoffConfig.LocalCutoffTime.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public Service.StoreConfig.CutoffConfig.LocalCutoffTime build()| Returns | |
|---|---|
| Type | Description |
Service.StoreConfig.CutoffConfig.LocalCutoffTime |
|
buildPartial()
public Service.StoreConfig.CutoffConfig.LocalCutoffTime buildPartial()| Returns | |
|---|---|
| Type | Description |
Service.StoreConfig.CutoffConfig.LocalCutoffTime |
|
clear()
public Service.StoreConfig.CutoffConfig.LocalCutoffTime.Builder clear()| Returns | |
|---|---|
| Type | Description |
Service.StoreConfig.CutoffConfig.LocalCutoffTime.Builder |
|
clearHour()
public Service.StoreConfig.CutoffConfig.LocalCutoffTime.Builder clearHour()Hour local delivery orders must be placed by to process the same day.
optional int64 hour = 1;
| Returns | |
|---|---|
| Type | Description |
Service.StoreConfig.CutoffConfig.LocalCutoffTime.Builder |
This builder for chaining. |
clearMinute()
public Service.StoreConfig.CutoffConfig.LocalCutoffTime.Builder clearMinute()Minute local delivery orders must be placed by to process the same day.
optional int64 minute = 2;
| Returns | |
|---|---|
| Type | Description |
Service.StoreConfig.CutoffConfig.LocalCutoffTime.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public Service.StoreConfig.CutoffConfig.LocalCutoffTime getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
Service.StoreConfig.CutoffConfig.LocalCutoffTime |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getHour()
public long getHour()Hour local delivery orders must be placed by to process the same day.
optional int64 hour = 1;
| Returns | |
|---|---|
| Type | Description |
long |
The hour. |
getMinute()
public long getMinute()Minute local delivery orders must be placed by to process the same day.
optional int64 minute = 2;
| Returns | |
|---|---|
| Type | Description |
long |
The minute. |
hasHour()
public boolean hasHour()Hour local delivery orders must be placed by to process the same day.
optional int64 hour = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the hour field is set. |
hasMinute()
public boolean hasMinute()Minute local delivery orders must be placed by to process the same day.
optional int64 minute = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the minute field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Service.StoreConfig.CutoffConfig.LocalCutoffTime.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
Service.StoreConfig.CutoffConfig.LocalCutoffTime.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public Service.StoreConfig.CutoffConfig.LocalCutoffTime.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
Service.StoreConfig.CutoffConfig.LocalCutoffTime.Builder |
|
mergeFrom(Service.StoreConfig.CutoffConfig.LocalCutoffTime other)
public Service.StoreConfig.CutoffConfig.LocalCutoffTime.Builder mergeFrom(Service.StoreConfig.CutoffConfig.LocalCutoffTime other)| Parameter | |
|---|---|
| Name | Description |
other |
Service.StoreConfig.CutoffConfig.LocalCutoffTime |
| Returns | |
|---|---|
| Type | Description |
Service.StoreConfig.CutoffConfig.LocalCutoffTime.Builder |
|
setHour(long value)
public Service.StoreConfig.CutoffConfig.LocalCutoffTime.Builder setHour(long value)Hour local delivery orders must be placed by to process the same day.
optional int64 hour = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe hour to set. |
| Returns | |
|---|---|
| Type | Description |
Service.StoreConfig.CutoffConfig.LocalCutoffTime.Builder |
This builder for chaining. |
setMinute(long value)
public Service.StoreConfig.CutoffConfig.LocalCutoffTime.Builder setMinute(long value)Minute local delivery orders must be placed by to process the same day.
optional int64 minute = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
longThe minute to set. |
| Returns | |
|---|---|
| Type | Description |
Service.StoreConfig.CutoffConfig.LocalCutoffTime.Builder |
This builder for chaining. |