Package com.google.cloud.notebooks.v1
Class RuntimeSoftwareConfig
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.notebooks.v1.RuntimeSoftwareConfig
-
- All Implemented Interfaces:
RuntimeSoftwareConfigOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
public final class RuntimeSoftwareConfig extends com.google.protobuf.GeneratedMessageV3 implements RuntimeSoftwareConfigOrBuilder
Specifies the selection and configuration of software inside the runtime. The properties to set on runtime. Properties keys are specified in `key:value` format, for example: * `idle_shutdown: true` * `idle_shutdown_timeout: 180` * `enable_health_monitoring: true`
Protobuf typegoogle.cloud.notebooks.v1.RuntimeSoftwareConfig
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
RuntimeSoftwareConfig.Builder
Specifies the selection and configuration of software inside the runtime.static class
RuntimeSoftwareConfig.PostStartupScriptBehavior
Behavior for the post startup script.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
CUSTOM_GPU_DRIVER_PATH_FIELD_NUMBER
static int
DISABLE_TERMINAL_FIELD_NUMBER
static int
ENABLE_HEALTH_MONITORING_FIELD_NUMBER
static int
IDLE_SHUTDOWN_FIELD_NUMBER
static int
IDLE_SHUTDOWN_TIMEOUT_FIELD_NUMBER
static int
INSTALL_GPU_DRIVER_FIELD_NUMBER
static int
KERNELS_FIELD_NUMBER
static int
NOTEBOOK_UPGRADE_SCHEDULE_FIELD_NUMBER
static int
POST_STARTUP_SCRIPT_BEHAVIOR_FIELD_NUMBER
static int
POST_STARTUP_SCRIPT_FIELD_NUMBER
static int
UPGRADEABLE_FIELD_NUMBER
static int
VERSION_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getCustomGpuDriverPath()
Specify a custom Cloud Storage path where the GPU driver is stored.com.google.protobuf.ByteString
getCustomGpuDriverPathBytes()
Specify a custom Cloud Storage path where the GPU driver is stored.static RuntimeSoftwareConfig
getDefaultInstance()
RuntimeSoftwareConfig
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
boolean
getDisableTerminal()
Bool indicating whether JupyterLab terminal will be available or not.boolean
getEnableHealthMonitoring()
Verifies core internal services are running.boolean
getIdleShutdown()
Runtime will automatically shutdown after idle_shutdown_time.int
getIdleShutdownTimeout()
Time in minutes to wait before shutting down runtime.boolean
getInstallGpuDriver()
Install Nvidia Driver automatically.ContainerImage
getKernels(int index)
Optional.int
getKernelsCount()
Optional.List<ContainerImage>
getKernelsList()
Optional.ContainerImageOrBuilder
getKernelsOrBuilder(int index)
Optional.List<? extends ContainerImageOrBuilder>
getKernelsOrBuilderList()
Optional.String
getNotebookUpgradeSchedule()
Cron expression in UTC timezone, used to schedule instance auto upgrade.com.google.protobuf.ByteString
getNotebookUpgradeScheduleBytes()
Cron expression in UTC timezone, used to schedule instance auto upgrade.com.google.protobuf.Parser<RuntimeSoftwareConfig>
getParserForType()
String
getPostStartupScript()
Path to a Bash script that automatically runs after a notebook instance fully boots up.RuntimeSoftwareConfig.PostStartupScriptBehavior
getPostStartupScriptBehavior()
Behavior for the post startup script.int
getPostStartupScriptBehaviorValue()
Behavior for the post startup script.com.google.protobuf.ByteString
getPostStartupScriptBytes()
Path to a Bash script that automatically runs after a notebook instance fully boots up.int
getSerializedSize()
boolean
getUpgradeable()
Output only.String
getVersion()
Output only.com.google.protobuf.ByteString
getVersionBytes()
Output only.boolean
hasDisableTerminal()
Bool indicating whether JupyterLab terminal will be available or not.boolean
hasEnableHealthMonitoring()
Verifies core internal services are running.int
hashCode()
boolean
hasIdleShutdown()
Runtime will automatically shutdown after idle_shutdown_time.boolean
hasUpgradeable()
Output only.boolean
hasVersion()
Output only.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static RuntimeSoftwareConfig.Builder
newBuilder()
static RuntimeSoftwareConfig.Builder
newBuilder(RuntimeSoftwareConfig prototype)
RuntimeSoftwareConfig.Builder
newBuilderForType()
protected RuntimeSoftwareConfig.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static RuntimeSoftwareConfig
parseDelimitedFrom(InputStream input)
static RuntimeSoftwareConfig
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuntimeSoftwareConfig
parseFrom(byte[] data)
static RuntimeSoftwareConfig
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuntimeSoftwareConfig
parseFrom(com.google.protobuf.ByteString data)
static RuntimeSoftwareConfig
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuntimeSoftwareConfig
parseFrom(com.google.protobuf.CodedInputStream input)
static RuntimeSoftwareConfig
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuntimeSoftwareConfig
parseFrom(InputStream input)
static RuntimeSoftwareConfig
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RuntimeSoftwareConfig
parseFrom(ByteBuffer data)
static RuntimeSoftwareConfig
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<RuntimeSoftwareConfig>
parser()
RuntimeSoftwareConfig.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
NOTEBOOK_UPGRADE_SCHEDULE_FIELD_NUMBER
public static final int NOTEBOOK_UPGRADE_SCHEDULE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
ENABLE_HEALTH_MONITORING_FIELD_NUMBER
public static final int ENABLE_HEALTH_MONITORING_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IDLE_SHUTDOWN_FIELD_NUMBER
public static final int IDLE_SHUTDOWN_FIELD_NUMBER
- See Also:
- Constant Field Values
-
IDLE_SHUTDOWN_TIMEOUT_FIELD_NUMBER
public static final int IDLE_SHUTDOWN_TIMEOUT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INSTALL_GPU_DRIVER_FIELD_NUMBER
public static final int INSTALL_GPU_DRIVER_FIELD_NUMBER
- See Also:
- Constant Field Values
-
CUSTOM_GPU_DRIVER_PATH_FIELD_NUMBER
public static final int CUSTOM_GPU_DRIVER_PATH_FIELD_NUMBER
- See Also:
- Constant Field Values
-
POST_STARTUP_SCRIPT_FIELD_NUMBER
public static final int POST_STARTUP_SCRIPT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
KERNELS_FIELD_NUMBER
public static final int KERNELS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
UPGRADEABLE_FIELD_NUMBER
public static final int UPGRADEABLE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
POST_STARTUP_SCRIPT_BEHAVIOR_FIELD_NUMBER
public static final int POST_STARTUP_SCRIPT_BEHAVIOR_FIELD_NUMBER
- See Also:
- Constant Field Values
-
DISABLE_TERMINAL_FIELD_NUMBER
public static final int DISABLE_TERMINAL_FIELD_NUMBER
- See Also:
- Constant Field Values
-
VERSION_FIELD_NUMBER
public static final int VERSION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
getNotebookUpgradeSchedule
public String getNotebookUpgradeSchedule()
Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the [cron format](https://en.wikipedia.org/wiki/Cron).
string notebook_upgrade_schedule = 1;
- Specified by:
getNotebookUpgradeSchedule
in interfaceRuntimeSoftwareConfigOrBuilder
- Returns:
- The notebookUpgradeSchedule.
-
getNotebookUpgradeScheduleBytes
public com.google.protobuf.ByteString getNotebookUpgradeScheduleBytes()
Cron expression in UTC timezone, used to schedule instance auto upgrade. Please follow the [cron format](https://en.wikipedia.org/wiki/Cron).
string notebook_upgrade_schedule = 1;
- Specified by:
getNotebookUpgradeScheduleBytes
in interfaceRuntimeSoftwareConfigOrBuilder
- Returns:
- The bytes for notebookUpgradeSchedule.
-
hasEnableHealthMonitoring
public boolean hasEnableHealthMonitoring()
Verifies core internal services are running. Default: True
optional bool enable_health_monitoring = 2;
- Specified by:
hasEnableHealthMonitoring
in interfaceRuntimeSoftwareConfigOrBuilder
- Returns:
- Whether the enableHealthMonitoring field is set.
-
getEnableHealthMonitoring
public boolean getEnableHealthMonitoring()
Verifies core internal services are running. Default: True
optional bool enable_health_monitoring = 2;
- Specified by:
getEnableHealthMonitoring
in interfaceRuntimeSoftwareConfigOrBuilder
- Returns:
- The enableHealthMonitoring.
-
hasIdleShutdown
public boolean hasIdleShutdown()
Runtime will automatically shutdown after idle_shutdown_time. Default: True
optional bool idle_shutdown = 3;
- Specified by:
hasIdleShutdown
in interfaceRuntimeSoftwareConfigOrBuilder
- Returns:
- Whether the idleShutdown field is set.
-
getIdleShutdown
public boolean getIdleShutdown()
Runtime will automatically shutdown after idle_shutdown_time. Default: True
optional bool idle_shutdown = 3;
- Specified by:
getIdleShutdown
in interfaceRuntimeSoftwareConfigOrBuilder
- Returns:
- The idleShutdown.
-
getIdleShutdownTimeout
public int getIdleShutdownTimeout()
Time in minutes to wait before shutting down runtime. Default: 180 minutes
int32 idle_shutdown_timeout = 4;
- Specified by:
getIdleShutdownTimeout
in interfaceRuntimeSoftwareConfigOrBuilder
- Returns:
- The idleShutdownTimeout.
-
getInstallGpuDriver
public boolean getInstallGpuDriver()
Install Nvidia Driver automatically. Default: True
bool install_gpu_driver = 5;
- Specified by:
getInstallGpuDriver
in interfaceRuntimeSoftwareConfigOrBuilder
- Returns:
- The installGpuDriver.
-
getCustomGpuDriverPath
public String getCustomGpuDriverPath()
Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.
string custom_gpu_driver_path = 6;
- Specified by:
getCustomGpuDriverPath
in interfaceRuntimeSoftwareConfigOrBuilder
- Returns:
- The customGpuDriverPath.
-
getCustomGpuDriverPathBytes
public com.google.protobuf.ByteString getCustomGpuDriverPathBytes()
Specify a custom Cloud Storage path where the GPU driver is stored. If not specified, we'll automatically choose from official GPU drivers.
string custom_gpu_driver_path = 6;
- Specified by:
getCustomGpuDriverPathBytes
in interfaceRuntimeSoftwareConfigOrBuilder
- Returns:
- The bytes for customGpuDriverPath.
-
getPostStartupScript
public String getPostStartupScript()
Path to a Bash script that automatically runs after a notebook instance fully boots up. The path must be a URL or Cloud Storage path (`gs://path-to-file/file-name`).
string post_startup_script = 7;
- Specified by:
getPostStartupScript
in interfaceRuntimeSoftwareConfigOrBuilder
- Returns:
- The postStartupScript.
-
getPostStartupScriptBytes
public com.google.protobuf.ByteString getPostStartupScriptBytes()
Path to a Bash script that automatically runs after a notebook instance fully boots up. The path must be a URL or Cloud Storage path (`gs://path-to-file/file-name`).
string post_startup_script = 7;
- Specified by:
getPostStartupScriptBytes
in interfaceRuntimeSoftwareConfigOrBuilder
- Returns:
- The bytes for postStartupScript.
-
getKernelsList
public List<ContainerImage> getKernelsList()
Optional. Use a list of container images to use as Kernels in the notebook instance.
repeated .google.cloud.notebooks.v1.ContainerImage kernels = 8 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getKernelsList
in interfaceRuntimeSoftwareConfigOrBuilder
-
getKernelsOrBuilderList
public List<? extends ContainerImageOrBuilder> getKernelsOrBuilderList()
Optional. Use a list of container images to use as Kernels in the notebook instance.
repeated .google.cloud.notebooks.v1.ContainerImage kernels = 8 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getKernelsOrBuilderList
in interfaceRuntimeSoftwareConfigOrBuilder
-
getKernelsCount
public int getKernelsCount()
Optional. Use a list of container images to use as Kernels in the notebook instance.
repeated .google.cloud.notebooks.v1.ContainerImage kernels = 8 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getKernelsCount
in interfaceRuntimeSoftwareConfigOrBuilder
-
getKernels
public ContainerImage getKernels(int index)
Optional. Use a list of container images to use as Kernels in the notebook instance.
repeated .google.cloud.notebooks.v1.ContainerImage kernels = 8 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getKernels
in interfaceRuntimeSoftwareConfigOrBuilder
-
getKernelsOrBuilder
public ContainerImageOrBuilder getKernelsOrBuilder(int index)
Optional. Use a list of container images to use as Kernels in the notebook instance.
repeated .google.cloud.notebooks.v1.ContainerImage kernels = 8 [(.google.api.field_behavior) = OPTIONAL];
- Specified by:
getKernelsOrBuilder
in interfaceRuntimeSoftwareConfigOrBuilder
-
hasUpgradeable
public boolean hasUpgradeable()
Output only. Bool indicating whether an newer image is available in an image family.
optional bool upgradeable = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
hasUpgradeable
in interfaceRuntimeSoftwareConfigOrBuilder
- Returns:
- Whether the upgradeable field is set.
-
getUpgradeable
public boolean getUpgradeable()
Output only. Bool indicating whether an newer image is available in an image family.
optional bool upgradeable = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getUpgradeable
in interfaceRuntimeSoftwareConfigOrBuilder
- Returns:
- The upgradeable.
-
getPostStartupScriptBehaviorValue
public int getPostStartupScriptBehaviorValue()
Behavior for the post startup script.
.google.cloud.notebooks.v1.RuntimeSoftwareConfig.PostStartupScriptBehavior post_startup_script_behavior = 10;
- Specified by:
getPostStartupScriptBehaviorValue
in interfaceRuntimeSoftwareConfigOrBuilder
- Returns:
- The enum numeric value on the wire for postStartupScriptBehavior.
-
getPostStartupScriptBehavior
public RuntimeSoftwareConfig.PostStartupScriptBehavior getPostStartupScriptBehavior()
Behavior for the post startup script.
.google.cloud.notebooks.v1.RuntimeSoftwareConfig.PostStartupScriptBehavior post_startup_script_behavior = 10;
- Specified by:
getPostStartupScriptBehavior
in interfaceRuntimeSoftwareConfigOrBuilder
- Returns:
- The postStartupScriptBehavior.
-
hasDisableTerminal
public boolean hasDisableTerminal()
Bool indicating whether JupyterLab terminal will be available or not. Default: False
optional bool disable_terminal = 11;
- Specified by:
hasDisableTerminal
in interfaceRuntimeSoftwareConfigOrBuilder
- Returns:
- Whether the disableTerminal field is set.
-
getDisableTerminal
public boolean getDisableTerminal()
Bool indicating whether JupyterLab terminal will be available or not. Default: False
optional bool disable_terminal = 11;
- Specified by:
getDisableTerminal
in interfaceRuntimeSoftwareConfigOrBuilder
- Returns:
- The disableTerminal.
-
hasVersion
public boolean hasVersion()
Output only. version of boot image such as M100, from release label of the image.
optional string version = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
hasVersion
in interfaceRuntimeSoftwareConfigOrBuilder
- Returns:
- Whether the version field is set.
-
getVersion
public String getVersion()
Output only. version of boot image such as M100, from release label of the image.
optional string version = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getVersion
in interfaceRuntimeSoftwareConfigOrBuilder
- Returns:
- The version.
-
getVersionBytes
public com.google.protobuf.ByteString getVersionBytes()
Output only. version of boot image such as M100, from release label of the image.
optional string version = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
- Specified by:
getVersionBytes
in interfaceRuntimeSoftwareConfigOrBuilder
- Returns:
- The bytes for version.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static RuntimeSoftwareConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RuntimeSoftwareConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RuntimeSoftwareConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RuntimeSoftwareConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RuntimeSoftwareConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RuntimeSoftwareConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static RuntimeSoftwareConfig parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static RuntimeSoftwareConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static RuntimeSoftwareConfig parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static RuntimeSoftwareConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static RuntimeSoftwareConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static RuntimeSoftwareConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public RuntimeSoftwareConfig.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static RuntimeSoftwareConfig.Builder newBuilder()
-
newBuilder
public static RuntimeSoftwareConfig.Builder newBuilder(RuntimeSoftwareConfig prototype)
-
toBuilder
public RuntimeSoftwareConfig.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected RuntimeSoftwareConfig.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static RuntimeSoftwareConfig getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<RuntimeSoftwareConfig> parser()
-
getParserForType
public com.google.protobuf.Parser<RuntimeSoftwareConfig> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public RuntimeSoftwareConfig getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-