Uses of Class
com.google.cloud.notebooks.v1.InstanceConfig
-
Packages that use InstanceConfig Package Description com.google.cloud.notebooks.v1 A client to Notebooks API -
-
Uses of InstanceConfig in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return InstanceConfig Modifier and Type Method Description InstanceConfig
InstanceConfig.Builder. build()
InstanceConfig
InstanceConfig.Builder. buildPartial()
InstanceConfig
UpdateInstanceConfigRequest.Builder. getConfig()
The instance configurations to be updated.InstanceConfig
UpdateInstanceConfigRequest. getConfig()
The instance configurations to be updated.InstanceConfig
UpdateInstanceConfigRequestOrBuilder. getConfig()
The instance configurations to be updated.static InstanceConfig
InstanceConfig. getDefaultInstance()
InstanceConfig
InstanceConfig.Builder. getDefaultInstanceForType()
InstanceConfig
InstanceConfig. getDefaultInstanceForType()
static InstanceConfig
InstanceConfig. parseDelimitedFrom(InputStream input)
static InstanceConfig
InstanceConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstanceConfig
InstanceConfig. parseFrom(byte[] data)
static InstanceConfig
InstanceConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstanceConfig
InstanceConfig. parseFrom(com.google.protobuf.ByteString data)
static InstanceConfig
InstanceConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstanceConfig
InstanceConfig. parseFrom(com.google.protobuf.CodedInputStream input)
static InstanceConfig
InstanceConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstanceConfig
InstanceConfig. parseFrom(InputStream input)
static InstanceConfig
InstanceConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstanceConfig
InstanceConfig. parseFrom(ByteBuffer data)
static InstanceConfig
InstanceConfig. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.notebooks.v1 that return types with arguments of type InstanceConfig Modifier and Type Method Description com.google.protobuf.Parser<InstanceConfig>
InstanceConfig. getParserForType()
static com.google.protobuf.Parser<InstanceConfig>
InstanceConfig. parser()
Methods in com.google.cloud.notebooks.v1 with parameters of type InstanceConfig Modifier and Type Method Description UpdateInstanceConfigRequest.Builder
UpdateInstanceConfigRequest.Builder. mergeConfig(InstanceConfig value)
The instance configurations to be updated.InstanceConfig.Builder
InstanceConfig.Builder. mergeFrom(InstanceConfig other)
static InstanceConfig.Builder
InstanceConfig. newBuilder(InstanceConfig prototype)
UpdateInstanceConfigRequest.Builder
UpdateInstanceConfigRequest.Builder. setConfig(InstanceConfig value)
The instance configurations to be updated.
-