Uses of Class
com.google.cloud.notebooks.v1.Instance.Disk
-
Packages that use Instance.Disk Package Description com.google.cloud.notebooks.v1 A client to Notebooks API -
-
Uses of Instance.Disk in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return Instance.Disk Modifier and Type Method Description Instance.DiskInstance.Disk.Builder. build()Instance.DiskInstance.Disk.Builder. buildPartial()static Instance.DiskInstance.Disk. getDefaultInstance()Instance.DiskInstance.Disk.Builder. getDefaultInstanceForType()Instance.DiskInstance.Disk. getDefaultInstanceForType()Instance.DiskInstance.Builder. getDisks(int index)Output only.Instance.DiskInstance. getDisks(int index)Output only.Instance.DiskInstanceOrBuilder. getDisks(int index)Output only.static Instance.DiskInstance.Disk. parseDelimitedFrom(InputStream input)static Instance.DiskInstance.Disk. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Instance.DiskInstance.Disk. parseFrom(byte[] data)static Instance.DiskInstance.Disk. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Instance.DiskInstance.Disk. parseFrom(com.google.protobuf.ByteString data)static Instance.DiskInstance.Disk. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Instance.DiskInstance.Disk. parseFrom(com.google.protobuf.CodedInputStream input)static Instance.DiskInstance.Disk. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Instance.DiskInstance.Disk. parseFrom(InputStream input)static Instance.DiskInstance.Disk. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static Instance.DiskInstance.Disk. parseFrom(ByteBuffer data)static Instance.DiskInstance.Disk. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.notebooks.v1 that return types with arguments of type Instance.Disk Modifier and Type Method Description List<Instance.Disk>Instance.Builder. getDisksList()Output only.List<Instance.Disk>Instance. getDisksList()Output only.List<Instance.Disk>InstanceOrBuilder. getDisksList()Output only.com.google.protobuf.Parser<Instance.Disk>Instance.Disk. getParserForType()static com.google.protobuf.Parser<Instance.Disk>Instance.Disk. parser()Methods in com.google.cloud.notebooks.v1 with parameters of type Instance.Disk Modifier and Type Method Description Instance.BuilderInstance.Builder. addDisks(int index, Instance.Disk value)Output only.Instance.BuilderInstance.Builder. addDisks(Instance.Disk value)Output only.Instance.Disk.BuilderInstance.Disk.Builder. mergeFrom(Instance.Disk other)static Instance.Disk.BuilderInstance.Disk. newBuilder(Instance.Disk prototype)Instance.BuilderInstance.Builder. setDisks(int index, Instance.Disk value)Output only.Method parameters in com.google.cloud.notebooks.v1 with type arguments of type Instance.Disk Modifier and Type Method Description Instance.BuilderInstance.Builder. addAllDisks(Iterable<? extends Instance.Disk> values)Output only.
-