Package com.google.firestore.admin.v1
Interface WeeklyRecurrenceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
WeeklyRecurrence,WeeklyRecurrence.Builder
@Generated
public interface WeeklyRecurrenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDayValue
int getDayValue()The day of week to run. DAY_OF_WEEK_UNSPECIFIED is not allowed.
.google.type.DayOfWeek day = 2;- Returns:
- The enum numeric value on the wire for day.
-
getDay
DayOfWeek getDay()The day of week to run. DAY_OF_WEEK_UNSPECIFIED is not allowed.
.google.type.DayOfWeek day = 2;- Returns:
- The day.
-