Interface FutureReservationTimeWindowOrBuilder (1.92.0)

public interface FutureReservationTimeWindowOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDuration()

public abstract Duration getDuration()

optional .google.cloud.compute.v1.Duration duration = 155471252;

Returns
Type Description
Duration

The duration.

getDurationOrBuilder()

public abstract DurationOrBuilder getDurationOrBuilder()

optional .google.cloud.compute.v1.Duration duration = 155471252;

Returns
Type Description
DurationOrBuilder

getEndTime()

public abstract String getEndTime()

optional string end_time = 114938801;

Returns
Type Description
String

The endTime.

getEndTimeBytes()

public abstract ByteString getEndTimeBytes()

optional string end_time = 114938801;

Returns
Type Description
ByteString

The bytes for endTime.

getStartTime()

public abstract String getStartTime()

Start time of the Future Reservation. The start_time is an RFC3339 string.

optional string start_time = 37467274;

Returns
Type Description
String

The startTime.

getStartTimeBytes()

public abstract ByteString getStartTimeBytes()

Start time of the Future Reservation. The start_time is an RFC3339 string.

optional string start_time = 37467274;

Returns
Type Description
ByteString

The bytes for startTime.

hasDuration()

public abstract boolean hasDuration()

optional .google.cloud.compute.v1.Duration duration = 155471252;

Returns
Type Description
boolean

Whether the duration field is set.

hasEndTime()

public abstract boolean hasEndTime()

optional string end_time = 114938801;

Returns
Type Description
boolean

Whether the endTime field is set.

hasStartTime()

public abstract boolean hasStartTime()

Start time of the Future Reservation. The start_time is an RFC3339 string.

optional string start_time = 37467274;

Returns
Type Description
boolean

Whether the startTime field is set.