Uses of Class
com.google.cloud.notebooks.v1.Instance.Disk.GuestOsFeature
-
Packages that use Instance.Disk.GuestOsFeature Package Description com.google.cloud.notebooks.v1 A client to Notebooks API -
-
Uses of Instance.Disk.GuestOsFeature in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return Instance.Disk.GuestOsFeature Modifier and Type Method Description Instance.Disk.GuestOsFeatureInstance.Disk.GuestOsFeature.Builder. build()Instance.Disk.GuestOsFeatureInstance.Disk.GuestOsFeature.Builder. buildPartial()static Instance.Disk.GuestOsFeatureInstance.Disk.GuestOsFeature. getDefaultInstance()Instance.Disk.GuestOsFeatureInstance.Disk.GuestOsFeature.Builder. getDefaultInstanceForType()Instance.Disk.GuestOsFeatureInstance.Disk.GuestOsFeature. getDefaultInstanceForType()Instance.Disk.GuestOsFeatureInstance.Disk.Builder. getGuestOsFeatures(int index)Indicates a list of features to enable on the guest operating system.Instance.Disk.GuestOsFeatureInstance.Disk. getGuestOsFeatures(int index)Indicates a list of features to enable on the guest operating system.Instance.Disk.GuestOsFeatureInstance.DiskOrBuilder. getGuestOsFeatures(int index)Indicates a list of features to enable on the guest operating system.static Instance.Disk.GuestOsFeatureInstance.Disk.GuestOsFeature. parseDelimitedFrom(InputStream input)static Instance.Disk.GuestOsFeatureInstance.Disk.GuestOsFeature. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Instance.Disk.GuestOsFeatureInstance.Disk.GuestOsFeature. parseFrom(byte[] data)static Instance.Disk.GuestOsFeatureInstance.Disk.GuestOsFeature. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Instance.Disk.GuestOsFeatureInstance.Disk.GuestOsFeature. parseFrom(com.google.protobuf.ByteString data)static Instance.Disk.GuestOsFeatureInstance.Disk.GuestOsFeature. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Instance.Disk.GuestOsFeatureInstance.Disk.GuestOsFeature. parseFrom(com.google.protobuf.CodedInputStream input)static Instance.Disk.GuestOsFeatureInstance.Disk.GuestOsFeature. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Instance.Disk.GuestOsFeatureInstance.Disk.GuestOsFeature. parseFrom(InputStream input)static Instance.Disk.GuestOsFeatureInstance.Disk.GuestOsFeature. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Instance.Disk.GuestOsFeatureInstance.Disk.GuestOsFeature. parseFrom(ByteBuffer data)static Instance.Disk.GuestOsFeatureInstance.Disk.GuestOsFeature. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.notebooks.v1 that return types with arguments of type Instance.Disk.GuestOsFeature Modifier and Type Method Description List<Instance.Disk.GuestOsFeature>Instance.Disk.Builder. getGuestOsFeaturesList()Indicates a list of features to enable on the guest operating system.List<Instance.Disk.GuestOsFeature>Instance.Disk. getGuestOsFeaturesList()Indicates a list of features to enable on the guest operating system.List<Instance.Disk.GuestOsFeature>Instance.DiskOrBuilder. getGuestOsFeaturesList()Indicates a list of features to enable on the guest operating system.com.google.protobuf.Parser<Instance.Disk.GuestOsFeature>Instance.Disk.GuestOsFeature. getParserForType()static com.google.protobuf.Parser<Instance.Disk.GuestOsFeature>Instance.Disk.GuestOsFeature. parser()Methods in com.google.cloud.notebooks.v1 with parameters of type Instance.Disk.GuestOsFeature Modifier and Type Method Description Instance.Disk.BuilderInstance.Disk.Builder. addGuestOsFeatures(int index, Instance.Disk.GuestOsFeature value)Indicates a list of features to enable on the guest operating system.Instance.Disk.BuilderInstance.Disk.Builder. addGuestOsFeatures(Instance.Disk.GuestOsFeature value)Indicates a list of features to enable on the guest operating system.Instance.Disk.GuestOsFeature.BuilderInstance.Disk.GuestOsFeature.Builder. mergeFrom(Instance.Disk.GuestOsFeature other)static Instance.Disk.GuestOsFeature.BuilderInstance.Disk.GuestOsFeature. newBuilder(Instance.Disk.GuestOsFeature prototype)Instance.Disk.BuilderInstance.Disk.Builder. setGuestOsFeatures(int index, Instance.Disk.GuestOsFeature value)Indicates a list of features to enable on the guest operating system.Method parameters in com.google.cloud.notebooks.v1 with type arguments of type Instance.Disk.GuestOsFeature Modifier and Type Method Description Instance.Disk.BuilderInstance.Disk.Builder. addAllGuestOsFeatures(Iterable<? extends Instance.Disk.GuestOsFeature> values)Indicates a list of features to enable on the guest operating system.
-