Class HourlySchedule.Builder (0.23.0)

public static final class HourlySchedule.Builder extends GeneratedMessageV3.Builder<HourlySchedule.Builder> implements HourlyScheduleOrBuilder

Make a snapshot every hour e.g. at 04:00, 05:00, 06:00.

Protobuf type google.cloud.netapp.v1.HourlySchedule

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public HourlySchedule.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
HourlySchedule.Builder
Overrides

build()

public HourlySchedule build()
Returns
Type Description
HourlySchedule

buildPartial()

public HourlySchedule buildPartial()
Returns
Type Description
HourlySchedule

clear()

public HourlySchedule.Builder clear()
Returns
Type Description
HourlySchedule.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public HourlySchedule.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
HourlySchedule.Builder
Overrides

clearMinute()

public HourlySchedule.Builder clearMinute()

Set the minute of the hour to start the snapshot (0-59), defaults to the top of the hour (0).

optional double minute = 2;

Returns
Type Description
HourlySchedule.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public HourlySchedule.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
HourlySchedule.Builder
Overrides

clearSnapshotsToKeep()

public HourlySchedule.Builder clearSnapshotsToKeep()

The maximum number of Snapshots to keep for the hourly schedule

optional double snapshots_to_keep = 1;

Returns
Type Description
HourlySchedule.Builder

This builder for chaining.

clone()

public HourlySchedule.Builder clone()
Returns
Type Description
HourlySchedule.Builder
Overrides

getDefaultInstanceForType()

public HourlySchedule getDefaultInstanceForType()
Returns
Type Description
HourlySchedule

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getMinute()

public double getMinute()

Set the minute of the hour to start the snapshot (0-59), defaults to the top of the hour (0).

optional double minute = 2;

Returns
Type Description
double

The minute.

getSnapshotsToKeep()

public double getSnapshotsToKeep()

The maximum number of Snapshots to keep for the hourly schedule

optional double snapshots_to_keep = 1;

Returns
Type Description
double

The snapshotsToKeep.

hasMinute()

public boolean hasMinute()

Set the minute of the hour to start the snapshot (0-59), defaults to the top of the hour (0).

optional double minute = 2;

Returns
Type Description
boolean

Whether the minute field is set.

hasSnapshotsToKeep()

public boolean hasSnapshotsToKeep()

The maximum number of Snapshots to keep for the hourly schedule

optional double snapshots_to_keep = 1;

Returns
Type Description
boolean

Whether the snapshotsToKeep field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(HourlySchedule other)

public HourlySchedule.Builder mergeFrom(HourlySchedule other)
Parameter
Name Description
other HourlySchedule
Returns
Type Description
HourlySchedule.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public HourlySchedule.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
HourlySchedule.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public HourlySchedule.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
HourlySchedule.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final HourlySchedule.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
HourlySchedule.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public HourlySchedule.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
HourlySchedule.Builder
Overrides

setMinute(double value)

public HourlySchedule.Builder setMinute(double value)

Set the minute of the hour to start the snapshot (0-59), defaults to the top of the hour (0).

optional double minute = 2;

Parameter
Name Description
value double

The minute to set.

Returns
Type Description
HourlySchedule.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public HourlySchedule.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
HourlySchedule.Builder
Overrides

setSnapshotsToKeep(double value)

public HourlySchedule.Builder setSnapshotsToKeep(double value)

The maximum number of Snapshots to keep for the hourly schedule

optional double snapshots_to_keep = 1;

Parameter
Name Description
value double

The snapshotsToKeep to set.

Returns
Type Description
HourlySchedule.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final HourlySchedule.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
HourlySchedule.Builder
Overrides