Package com.google.cloud.compute.v1
Interface ResourcePolicyInstanceSchedulePolicyScheduleOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ResourcePolicyInstanceSchedulePolicySchedule
,ResourcePolicyInstanceSchedulePolicySchedule.Builder
public interface ResourcePolicyInstanceSchedulePolicyScheduleOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getSchedule()
Specifies the frequency for the operation, using the unix-cron format.com.google.protobuf.ByteString
getScheduleBytes()
Specifies the frequency for the operation, using the unix-cron format.boolean
hasSchedule()
Specifies the frequency for the operation, using the unix-cron format.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSchedule
boolean hasSchedule()
Specifies the frequency for the operation, using the unix-cron format.
optional string schedule = 375820951;
- Returns:
- Whether the schedule field is set.
-
getSchedule
String getSchedule()
Specifies the frequency for the operation, using the unix-cron format.
optional string schedule = 375820951;
- Returns:
- The schedule.
-
getScheduleBytes
com.google.protobuf.ByteString getScheduleBytes()
Specifies the frequency for the operation, using the unix-cron format.
optional string schedule = 375820951;
- Returns:
- The bytes for schedule.
-
-