Class PatchDeployments.WeekDayOfMonth (2.6.0)

public static final class PatchDeployments.WeekDayOfMonth extends GeneratedMessageV3 implements PatchDeployments.WeekDayOfMonthOrBuilder

Represents one week day in a month. An example is "the 4th Sunday".

Protobuf type google.cloud.osconfig.v1.WeekDayOfMonth

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > PatchDeployments.WeekDayOfMonth

Static Fields

DAY_OFFSET_FIELD_NUMBER

public static final int DAY_OFFSET_FIELD_NUMBER
Field Value
TypeDescription
int

DAY_OF_WEEK_FIELD_NUMBER

public static final int DAY_OF_WEEK_FIELD_NUMBER
Field Value
TypeDescription
int

WEEK_ORDINAL_FIELD_NUMBER

public static final int WEEK_ORDINAL_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static PatchDeployments.WeekDayOfMonth getDefaultInstance()
Returns
TypeDescription
PatchDeployments.WeekDayOfMonth

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static PatchDeployments.WeekDayOfMonth.Builder newBuilder()
Returns
TypeDescription
PatchDeployments.WeekDayOfMonth.Builder

newBuilder(PatchDeployments.WeekDayOfMonth prototype)

public static PatchDeployments.WeekDayOfMonth.Builder newBuilder(PatchDeployments.WeekDayOfMonth prototype)
Parameter
NameDescription
prototypePatchDeployments.WeekDayOfMonth
Returns
TypeDescription
PatchDeployments.WeekDayOfMonth.Builder

parseDelimitedFrom(InputStream input)

public static PatchDeployments.WeekDayOfMonth parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
PatchDeployments.WeekDayOfMonth
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static PatchDeployments.WeekDayOfMonth parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PatchDeployments.WeekDayOfMonth
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static PatchDeployments.WeekDayOfMonth parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
PatchDeployments.WeekDayOfMonth
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static PatchDeployments.WeekDayOfMonth parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
PatchDeployments.WeekDayOfMonth
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static PatchDeployments.WeekDayOfMonth parseFrom(ByteString data)
Parameter</