Class Schedule.MonthlySchedule (0.11.0)

public static final class Schedule.MonthlySchedule extends GeneratedMessageV3 implements Schedule.MonthlyScheduleOrBuilder

Days of Month to schedule report run.

Protobuf type google.ads.admanager.v1.Schedule.MonthlySchedule

Static Fields

MONTHLY_SCHEDULED_DAYS_FIELD_NUMBER

public static final int MONTHLY_SCHEDULED_DAYS_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Schedule.MonthlySchedule getDefaultInstance()
Returns
Type Description
Schedule.MonthlySchedule

getDescriptor()

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

newBuilder()

public static Schedule.MonthlySchedule.Builder newBuilder()
Returns
Type Description
Schedule.MonthlySchedule.Builder

newBuilder(Schedule.MonthlySchedule prototype)

public static Schedule.MonthlySchedule.Builder newBuilder(Schedule.MonthlySchedule prototype)
Parameter
Name Description
prototype Schedule.MonthlySchedule
Returns
Type Description
Schedule.MonthlySchedule.Builder

parseDelimitedFrom(InputStream input)

public static Schedule.MonthlySchedule parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Schedule.MonthlySchedule
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Schedule.MonthlySchedule parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Schedule.MonthlySchedule
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static Schedule.MonthlySchedule parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
Schedule.MonthlySchedule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static Schedule.MonthlySchedule parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Schedule.MonthlySchedule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static Schedule.MonthlySchedule parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Schedule.MonthlySchedule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static Schedule.MonthlySchedule parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Schedule.MonthlySchedule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static Schedule.MonthlySchedule parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Schedule.MonthlySchedule
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static Schedule.MonthlySchedule parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Schedule.MonthlySchedule
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static Schedule.MonthlySchedule parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Schedule.MonthlySchedule
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static Schedule.MonthlySchedule parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Schedule.MonthlySchedule
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static Schedule.MonthlySchedule parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Schedule.MonthlySchedule
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static Schedule.MonthlySchedule parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Schedule.MonthlySchedule
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<Schedule.MonthlySchedule> parser()
Returns
Type Description
Parser<MonthlySchedule>

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public Schedule.MonthlySchedule getDefaultInstanceForType()
Returns
Type Description
Schedule.MonthlySchedule

getMonthlyScheduledDays(int index)

public int getMonthlyScheduledDays(int index)

Specifies days of the month to run report. Range is from 1-31. Will ignore days that are not valid for the given month.

repeated int32 monthly_scheduled_days = 1;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
int

The monthlyScheduledDays at the given index.

getMonthlyScheduledDaysCount()

public int getMonthlyScheduledDaysCount()

Specifies days of the month to run report. Range is from 1-31. Will ignore days that are not valid for the given month.

repeated int32 monthly_scheduled_days = 1;

Returns
Type Description
int

The count of monthlyScheduledDays.

getMonthlyScheduledDaysList()

public List<Integer> getMonthlyScheduledDaysList()

Specifies days of the month to run report. Range is from 1-31. Will ignore days that are not valid for the given month.

repeated int32 monthly_scheduled_days = 1;

Returns
Type Description
List<Integer>

A list containing the monthlyScheduledDays.

getParserForType()

public Parser<Schedule.MonthlySchedule> getParserForType()
Returns
Type Description
Parser<MonthlySchedule>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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 Schedule.MonthlySchedule.Builder newBuilderForType()
Returns
Type Description
Schedule.MonthlySchedule.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected Schedule.MonthlySchedule.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Schedule.MonthlySchedule.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

public Schedule.MonthlySchedule.Builder toBuilder()
Returns
Type Description
Schedule.MonthlySchedule.Builder

writeTo(CodedOutputStream output)

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