Uses of Class
com.google.cloud.notebooks.v2.BootDisk
-
Packages that use BootDisk Package Description com.google.cloud.notebooks.v2 A client to Notebooks API -
-
Uses of BootDisk in com.google.cloud.notebooks.v2
Methods in com.google.cloud.notebooks.v2 that return BootDisk Modifier and Type Method Description BootDisk
BootDisk.Builder. build()
BootDisk
BootDisk.Builder. buildPartial()
BootDisk
GceSetup.Builder. getBootDisk()
Optional.BootDisk
GceSetup. getBootDisk()
Optional.BootDisk
GceSetupOrBuilder. getBootDisk()
Optional.static BootDisk
BootDisk. getDefaultInstance()
BootDisk
BootDisk.Builder. getDefaultInstanceForType()
BootDisk
BootDisk. getDefaultInstanceForType()
static BootDisk
BootDisk. parseDelimitedFrom(InputStream input)
static BootDisk
BootDisk. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BootDisk
BootDisk. parseFrom(byte[] data)
static BootDisk
BootDisk. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BootDisk
BootDisk. parseFrom(com.google.protobuf.ByteString data)
static BootDisk
BootDisk. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BootDisk
BootDisk. parseFrom(com.google.protobuf.CodedInputStream input)
static BootDisk
BootDisk. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BootDisk
BootDisk. parseFrom(InputStream input)
static BootDisk
BootDisk. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BootDisk
BootDisk. parseFrom(ByteBuffer data)
static BootDisk
BootDisk. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.notebooks.v2 that return types with arguments of type BootDisk Modifier and Type Method Description com.google.protobuf.Parser<BootDisk>
BootDisk. getParserForType()
static com.google.protobuf.Parser<BootDisk>
BootDisk. parser()
Methods in com.google.cloud.notebooks.v2 with parameters of type BootDisk Modifier and Type Method Description GceSetup.Builder
GceSetup.Builder. mergeBootDisk(BootDisk value)
Optional.BootDisk.Builder
BootDisk.Builder. mergeFrom(BootDisk other)
static BootDisk.Builder
BootDisk. newBuilder(BootDisk prototype)
GceSetup.Builder
GceSetup.Builder. setBootDisk(BootDisk value)
Optional.
-