Uses of Class
com.google.cloud.osconfig.v1.PatchDeployments.RecurringSchedule.Frequency
-
Packages that use PatchDeployments.RecurringSchedule.Frequency Package Description com.google.cloud.osconfig.v1 A client to OS Config API -
-
Uses of PatchDeployments.RecurringSchedule.Frequency in com.google.cloud.osconfig.v1
Methods in com.google.cloud.osconfig.v1 that return PatchDeployments.RecurringSchedule.Frequency Modifier and Type Method Description static PatchDeployments.RecurringSchedule.Frequency
PatchDeployments.RecurringSchedule.Frequency. forNumber(int value)
PatchDeployments.RecurringSchedule.Frequency
PatchDeployments.RecurringSchedule.Builder. getFrequency()
Required.PatchDeployments.RecurringSchedule.Frequency
PatchDeployments.RecurringSchedule. getFrequency()
Required.PatchDeployments.RecurringSchedule.Frequency
PatchDeployments.RecurringScheduleOrBuilder. getFrequency()
Required.static PatchDeployments.RecurringSchedule.Frequency
PatchDeployments.RecurringSchedule.Frequency. valueOf(int value)
Deprecated.static PatchDeployments.RecurringSchedule.Frequency
PatchDeployments.RecurringSchedule.Frequency. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static PatchDeployments.RecurringSchedule.Frequency
PatchDeployments.RecurringSchedule.Frequency. valueOf(String name)
Returns the enum constant of this type with the specified name.static PatchDeployments.RecurringSchedule.Frequency[]
PatchDeployments.RecurringSchedule.Frequency. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.osconfig.v1 that return types with arguments of type PatchDeployments.RecurringSchedule.Frequency Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<PatchDeployments.RecurringSchedule.Frequency>
PatchDeployments.RecurringSchedule.Frequency. internalGetValueMap()
Methods in com.google.cloud.osconfig.v1 with parameters of type PatchDeployments.RecurringSchedule.Frequency Modifier and Type Method Description PatchDeployments.RecurringSchedule.Builder
PatchDeployments.RecurringSchedule.Builder. setFrequency(PatchDeployments.RecurringSchedule.Frequency value)
Required.
-