Interface RecurringTimeWindowOrBuilder (0.16.0)

publicinterface RecurringTimeWindowOrBuilderextendsMessageOrBuilder

Implements

MessageOrBuilder

Methods

getRecurrence()

publicabstractStringgetRecurrence()

An RRULE (https://tools.ietf.org/html/rfc5545#section-3.8.5.3) for how this window recurs. They go on for the span of time between the start and end time.

string recurrence = 2;

Returns
Type Description
String

The recurrence.

getRecurrenceBytes()

publicabstractByteStringgetRecurrenceBytes()

An RRULE (https://tools.ietf.org/html/rfc5545#section-3.8.5.3) for how this window recurs. They go on for the span of time between the start and end time.

string recurrence = 2;

Returns
Type Description
ByteString

The bytes for recurrence.

getWindow()

publicabstractTimeWindowgetWindow()

The window of the first recurrence.

.google.cloud.edgecontainer.v1.TimeWindow window = 1;

Returns
Type Description
TimeWindow

The window.

getWindowOrBuilder()

publicabstractTimeWindowOrBuildergetWindowOrBuilder()

The window of the first recurrence.

.google.cloud.edgecontainer.v1.TimeWindow window = 1;

Returns
Type Description
TimeWindowOrBuilder

hasWindow()

publicabstractbooleanhasWindow()

The window of the first recurrence.

.google.cloud.edgecontainer.v1.TimeWindow window = 1;

Returns
Type Description
boolean

Whether the window field is set.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.