public interface RecurringTimeWindowOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getRecurrence()
An RRULE (https://tools.ietf.org/html/rfc5545#section-3.8.5.3) for how
this window recurs.
|
com.google.protobuf.ByteString |
getRecurrenceBytes()
An RRULE (https://tools.ietf.org/html/rfc5545#section-3.8.5.3) for how
this window recurs.
|
TimeWindow |
getWindow()
The window of the first recurrence.
|
TimeWindowOrBuilder |
getWindowOrBuilder()
The window of the first recurrence.
|
boolean |
hasWindow()
The window of the first recurrence.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasWindow()
The window of the first recurrence.
.google.cloud.edgecontainer.v1.TimeWindow window = 1;TimeWindow getWindow()
The window of the first recurrence.
.google.cloud.edgecontainer.v1.TimeWindow window = 1;TimeWindowOrBuilder getWindowOrBuilder()
The window of the first recurrence.
.google.cloud.edgecontainer.v1.TimeWindow window = 1;String getRecurrence()
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;com.google.protobuf.ByteString getRecurrenceBytes()
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;Copyright © 2024 Google LLC. All rights reserved.