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.Disk
Instance.Disk.Builder. build()
Instance.Disk
Instance.Disk.Builder. buildPartial()
static Instance.Disk
Instance.Disk. getDefaultInstance()
Instance.Disk
Instance.Disk.Builder. getDefaultInstanceForType()
Instance.Disk
Instance.Disk. getDefaultInstanceForType()
Instance.Disk
Instance.Builder. getDisks(int index)
Output only.Instance.Disk
Instance. getDisks(int index)
Output only.Instance.Disk
InstanceOrBuilder. getDisks(int index)
Output only.static Instance.Disk
Instance.Disk. parseDelimitedFrom(InputStream input)
static Instance.Disk
Instance.Disk. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instance.Disk
Instance.Disk. parseFrom(byte[] data)
static Instance.Disk
Instance.Disk. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instance.Disk
Instance.Disk. parseFrom(com.google.protobuf.ByteString data)
static Instance.Disk
Instance.Disk. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instance.Disk
Instance.Disk. parseFrom(com.google.protobuf.CodedInputStream input)
static Instance.Disk
Instance.Disk. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instance.Disk
Instance.Disk. parseFrom(InputStream input)
static Instance.Disk
Instance.Disk. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instance.Disk
Instance.Disk. parseFrom(ByteBuffer data)
static Instance.Disk
Instance.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.Builder
Instance.Builder. addDisks(int index, Instance.Disk value)
Output only.Instance.Builder
Instance.Builder. addDisks(Instance.Disk value)
Output only.Instance.Disk.Builder
Instance.Disk.Builder. mergeFrom(Instance.Disk other)
static Instance.Disk.Builder
Instance.Disk. newBuilder(Instance.Disk prototype)
Instance.Builder
Instance.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.Builder
Instance.Builder. addAllDisks(Iterable<? extends Instance.Disk> values)
Output only.
-