Uses of Class
com.google.cloud.osconfig.v1.PatchJobs.PatchConfig.RebootConfig
-
Packages that use PatchJobs.PatchConfig.RebootConfig Package Description com.google.cloud.osconfig.v1 A client to OS Config API -
-
Uses of PatchJobs.PatchConfig.RebootConfig in com.google.cloud.osconfig.v1
Methods in com.google.cloud.osconfig.v1 that return PatchJobs.PatchConfig.RebootConfig Modifier and Type Method Description static PatchJobs.PatchConfig.RebootConfig
PatchJobs.PatchConfig.RebootConfig. forNumber(int value)
PatchJobs.PatchConfig.RebootConfig
PatchJobs.PatchConfig.Builder. getRebootConfig()
Post-patch reboot settings.PatchJobs.PatchConfig.RebootConfig
PatchJobs.PatchConfig. getRebootConfig()
Post-patch reboot settings.PatchJobs.PatchConfig.RebootConfig
PatchJobs.PatchConfigOrBuilder. getRebootConfig()
Post-patch reboot settings.static PatchJobs.PatchConfig.RebootConfig
PatchJobs.PatchConfig.RebootConfig. valueOf(int value)
Deprecated.static PatchJobs.PatchConfig.RebootConfig
PatchJobs.PatchConfig.RebootConfig. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static PatchJobs.PatchConfig.RebootConfig
PatchJobs.PatchConfig.RebootConfig. valueOf(String name)
Returns the enum constant of this type with the specified name.static PatchJobs.PatchConfig.RebootConfig[]
PatchJobs.PatchConfig.RebootConfig. 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 PatchJobs.PatchConfig.RebootConfig Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<PatchJobs.PatchConfig.RebootConfig>
PatchJobs.PatchConfig.RebootConfig. internalGetValueMap()
Methods in com.google.cloud.osconfig.v1 with parameters of type PatchJobs.PatchConfig.RebootConfig Modifier and Type Method Description PatchJobs.PatchConfig.Builder
PatchJobs.PatchConfig.Builder. setRebootConfig(PatchJobs.PatchConfig.RebootConfig value)
Post-patch reboot settings.
-