Class Service.StoreConfig.CutoffConfig.LocalCutoffTime (0.2.0)

public static final class Service.StoreConfig.CutoffConfig.LocalCutoffTime extends GeneratedMessageV3 implements Service.StoreConfig.CutoffConfig.LocalCutoffTimeOrBuilder

Time that local delivery ends for the day.

Protobuf type google.shopping.merchant.accounts.v1beta.Service.StoreConfig.CutoffConfig.LocalCutoffTime

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Service.StoreConfig.CutoffConfig.LocalCutoffTime

Static Fields

HOUR_FIELD_NUMBER

public static final int HOUR_FIELD_NUMBER
Field Value
Type Description
int

MINUTE_FIELD_NUMBER

public static final int MINUTE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Service.StoreConfig.CutoffConfig.LocalCutoffTime getDefaultInstance()
Returns
Type Description
Service.StoreConfig.CutoffConfig.LocalCutoffTime

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

newBuilder()

public static Service.StoreConfig.CutoffConfig.LocalCutoffTime.Builder newBuilder()
Returns
Type Description
Service.StoreConfig.CutoffConfig.LocalCutoffTime.Builder

newBuilder(Service.StoreConfig.CutoffConfig.LocalCutoffTime prototype)

public static Service.StoreConfig.CutoffConfig.LocalCutoffTime.Builder newBuilder(Service.StoreConfig.CutoffConfig.LocalCutoffTime prototype)
Parameter
Name Description
prototype Service.StoreConfig.CutoffConfig.LocalCutoffTime
Returns
Type Description
Service.StoreConfig.CutoffConfig.LocalCutoffTime.Builder

parseDelimitedFrom(InputStream input)

public static Service.StoreConfig.CutoffConfig.LocalCutoffTime parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Service.StoreConfig.CutoffConfig.LocalCutoffTime
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Service.StoreConfig.CutoffConfig.LocalCutoffTime parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Service.StoreConfig.CutoffConfig.LocalCutoffTime
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Service.StoreConfig.CutoffConfig.LocalCutoffTime parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Service.StoreConfig.CutoffConfig.LocalCutoffTime
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Service.StoreConfig.CutoffConfig.LocalCutoffTime parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Service.StoreConfig.CutoffConfig.LocalCutoffTime
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Service.StoreConfig.CutoffConfig.LocalCutoffTime parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Service.StoreConfig.CutoffConfig.LocalCutoffTime
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Service.StoreConfig.CutoffConfig.LocalCutoffTime parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Service.StoreConfig.CutoffConfig.LocalCutoffTime
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Service.StoreConfig.CutoffConfig.LocalCutoffTime parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Service.StoreConfig.CutoffConfig.LocalCutoffTime
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Service.StoreConfig.CutoffConfig.LocalCutoffTime parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Service.StoreConfig.CutoffConfig.LocalCutoffTime
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Service.StoreConfig.CutoffConfig.LocalCutoffTime parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Service.StoreConfig.CutoffConfig.LocalCutoffTime
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Service.StoreConfig.CutoffConfig.LocalCutoffTime parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Service.StoreConfig.CutoffConfig.LocalCutoffTime
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Service.StoreConfig.CutoffConfig.LocalCutoffTime parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Service.StoreConfig.CutoffConfig.LocalCutoffTime
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Service.StoreConfig.CutoffConfig.LocalCutoffTime parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Service.StoreConfig.CutoffConfig.LocalCutoffTime
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Service.StoreConfig.CutoffConfig.LocalCutoffTime> parser()
Returns
Type Description
Parser<LocalCutoffTime>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public Service.StoreConfig.CutoffConfig.LocalCutoffTime getDefaultInstanceForType()
Returns
Type Description
Service.StoreConfig.CutoffConfig.LocalCutoffTime

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.

getParserForType()

public Parser<Service.StoreConfig.CutoffConfig.LocalCutoffTime> getParserForType()
Returns
Type Description
Parser<LocalCutoffTime>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public Service.StoreConfig.CutoffConfig.LocalCutoffTime.Builder newBuilderForType()
Returns
Type Description
Service.StoreConfig.CutoffConfig.LocalCutoffTime.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Service.StoreConfig.CutoffConfig.LocalCutoffTime.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Service.StoreConfig.CutoffConfig.LocalCutoffTime.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public Service.StoreConfig.CutoffConfig.LocalCutoffTime.Builder toBuilder()
Returns
Type Description
Service.StoreConfig.CutoffConfig.LocalCutoffTime.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException