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 InstanceConfigInstanceConfig.Builder. build()InstanceConfigInstanceConfig.Builder. buildPartial()InstanceConfigUpdateInstanceConfigRequest.Builder. getConfig()The instance configurations to be updated.InstanceConfigUpdateInstanceConfigRequest. getConfig()The instance configurations to be updated.InstanceConfigUpdateInstanceConfigRequestOrBuilder. getConfig()The instance configurations to be updated.static InstanceConfigInstanceConfig. getDefaultInstance()InstanceConfigInstanceConfig.Builder. getDefaultInstanceForType()InstanceConfigInstanceConfig. getDefaultInstanceForType()static InstanceConfigInstanceConfig. parseDelimitedFrom(InputStream input)static InstanceConfigInstanceConfig. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstanceConfigInstanceConfig. parseFrom(byte[] data)static InstanceConfigInstanceConfig. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstanceConfigInstanceConfig. parseFrom(com.google.protobuf.ByteString data)static InstanceConfigInstanceConfig. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstanceConfigInstanceConfig. parseFrom(com.google.protobuf.CodedInputStream input)static InstanceConfigInstanceConfig. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstanceConfigInstanceConfig. parseFrom(InputStream input)static InstanceConfigInstanceConfig. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstanceConfigInstanceConfig. parseFrom(ByteBuffer data)static InstanceConfigInstanceConfig. 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.BuilderUpdateInstanceConfigRequest.Builder. mergeConfig(InstanceConfig value)The instance configurations to be updated.InstanceConfig.BuilderInstanceConfig.Builder. mergeFrom(InstanceConfig other)static InstanceConfig.BuilderInstanceConfig. newBuilder(InstanceConfig prototype)UpdateInstanceConfigRequest.BuilderUpdateInstanceConfigRequest.Builder. setConfig(InstanceConfig value)The instance configurations to be updated.
-