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.GuestOsFeature
Instance.Disk.GuestOsFeature.Builder. build()
Instance.Disk.GuestOsFeature
Instance.Disk.GuestOsFeature.Builder. buildPartial()
static Instance.Disk.GuestOsFeature
Instance.Disk.GuestOsFeature. getDefaultInstance()
Instance.Disk.GuestOsFeature
Instance.Disk.GuestOsFeature.Builder. getDefaultInstanceForType()
Instance.Disk.GuestOsFeature
Instance.Disk.GuestOsFeature. getDefaultInstanceForType()
Instance.Disk.GuestOsFeature
Instance.Disk.Builder. getGuestOsFeatures(int index)
Indicates a list of features to enable on the guest operating system.Instance.Disk.GuestOsFeature
Instance.Disk. getGuestOsFeatures(int index)
Indicates a list of features to enable on the guest operating system.Instance.Disk.GuestOsFeature
Instance.DiskOrBuilder. getGuestOsFeatures(int index)
Indicates a list of features to enable on the guest operating system.static Instance.Disk.GuestOsFeature
Instance.Disk.GuestOsFeature. parseDelimitedFrom(InputStream input)
static Instance.Disk.GuestOsFeature
Instance.Disk.GuestOsFeature. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instance.Disk.GuestOsFeature
Instance.Disk.GuestOsFeature. parseFrom(byte[] data)
static Instance.Disk.GuestOsFeature
Instance.Disk.GuestOsFeature. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instance.Disk.GuestOsFeature
Instance.Disk.GuestOsFeature. parseFrom(com.google.protobuf.ByteString data)
static Instance.Disk.GuestOsFeature
Instance.Disk.GuestOsFeature. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instance.Disk.GuestOsFeature
Instance.Disk.GuestOsFeature. parseFrom(com.google.protobuf.CodedInputStream input)
static Instance.Disk.GuestOsFeature
Instance.Disk.GuestOsFeature. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instance.Disk.GuestOsFeature
Instance.Disk.GuestOsFeature. parseFrom(InputStream input)
static Instance.Disk.GuestOsFeature
Instance.Disk.GuestOsFeature. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instance.Disk.GuestOsFeature
Instance.Disk.GuestOsFeature. parseFrom(ByteBuffer data)
static Instance.Disk.GuestOsFeature
Instance.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.Builder
Instance.Disk.Builder. addGuestOsFeatures(int index, Instance.Disk.GuestOsFeature value)
Indicates a list of features to enable on the guest operating system.Instance.Disk.Builder
Instance.Disk.Builder. addGuestOsFeatures(Instance.Disk.GuestOsFeature value)
Indicates a list of features to enable on the guest operating system.Instance.Disk.GuestOsFeature.Builder
Instance.Disk.GuestOsFeature.Builder. mergeFrom(Instance.Disk.GuestOsFeature other)
static Instance.Disk.GuestOsFeature.Builder
Instance.Disk.GuestOsFeature. newBuilder(Instance.Disk.GuestOsFeature prototype)
Instance.Disk.Builder
Instance.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.Builder
Instance.Disk.Builder. addAllGuestOsFeatures(Iterable<? extends Instance.Disk.GuestOsFeature> values)
Indicates a list of features to enable on the guest operating system.
-