Uses of Interface
com.google.cloud.notebooks.v1.Instance.Disk.GuestOsFeatureOrBuilder
-
Packages that use Instance.Disk.GuestOsFeatureOrBuilder Package Description com.google.cloud.notebooks.v1 A client to Notebooks API -
-
Uses of Instance.Disk.GuestOsFeatureOrBuilder in com.google.cloud.notebooks.v1
Classes in com.google.cloud.notebooks.v1 that implement Instance.Disk.GuestOsFeatureOrBuilder Modifier and Type Class Description static class
Instance.Disk.GuestOsFeature
Guest OS features for boot disk.static class
Instance.Disk.GuestOsFeature.Builder
Guest OS features for boot disk.Methods in com.google.cloud.notebooks.v1 that return Instance.Disk.GuestOsFeatureOrBuilder Modifier and Type Method Description Instance.Disk.GuestOsFeatureOrBuilder
Instance.Disk.Builder. getGuestOsFeaturesOrBuilder(int index)
Indicates a list of features to enable on the guest operating system.Instance.Disk.GuestOsFeatureOrBuilder
Instance.Disk. getGuestOsFeaturesOrBuilder(int index)
Indicates a list of features to enable on the guest operating system.Instance.Disk.GuestOsFeatureOrBuilder
Instance.DiskOrBuilder. getGuestOsFeaturesOrBuilder(int index)
Indicates a list of features to enable on the guest operating system.Methods in com.google.cloud.notebooks.v1 that return types with arguments of type Instance.Disk.GuestOsFeatureOrBuilder Modifier and Type Method Description List<? extends Instance.Disk.GuestOsFeatureOrBuilder>
Instance.Disk.Builder. getGuestOsFeaturesOrBuilderList()
Indicates a list of features to enable on the guest operating system.List<? extends Instance.Disk.GuestOsFeatureOrBuilder>
Instance.Disk. getGuestOsFeaturesOrBuilderList()
Indicates a list of features to enable on the guest operating system.List<? extends Instance.Disk.GuestOsFeatureOrBuilder>
Instance.DiskOrBuilder. getGuestOsFeaturesOrBuilderList()
Indicates a list of features to enable on the guest operating system.
-