com.google.cloud.notebooks.v1.RuntimeOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-notebooks-v1 Show documentation
Show all versions of proto-google-cloud-notebooks-v1 Show documentation
Proto library for google-cloud-notebooks
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/notebooks/v1/runtime.proto
// Protobuf Java Version: 3.25.3
package com.google.cloud.notebooks.v1;
public interface RuntimeOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.notebooks.v1.Runtime)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Output only. The resource name of the runtime.
* Format:
* `projects/{project}/locations/{location}/runtimes/{runtimeId}`
*
*
* string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The name.
*/
java.lang.String getName();
/**
*
*
*
* Output only. The resource name of the runtime.
* Format:
* `projects/{project}/locations/{location}/runtimes/{runtimeId}`
*
*
* string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
* @return The bytes for name.
*/
com.google.protobuf.ByteString getNameBytes();
/**
*
*
*
* Use a Compute Engine VM image to start the managed notebook instance.
*
*
* .google.cloud.notebooks.v1.VirtualMachine virtual_machine = 2;
*
* @return Whether the virtualMachine field is set.
*/
boolean hasVirtualMachine();
/**
*
*
*
* Use a Compute Engine VM image to start the managed notebook instance.
*
*
* .google.cloud.notebooks.v1.VirtualMachine virtual_machine = 2;
*
* @return The virtualMachine.
*/
com.google.cloud.notebooks.v1.VirtualMachine getVirtualMachine();
/**
*
*
*
* Use a Compute Engine VM image to start the managed notebook instance.
*
*
* .google.cloud.notebooks.v1.VirtualMachine virtual_machine = 2;
*/
com.google.cloud.notebooks.v1.VirtualMachineOrBuilder getVirtualMachineOrBuilder();
/**
*
*
*
* Output only. Runtime state.
*
*
*
* .google.cloud.notebooks.v1.Runtime.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The enum numeric value on the wire for state.
*/
int getStateValue();
/**
*
*
*
* Output only. Runtime state.
*
*
*
* .google.cloud.notebooks.v1.Runtime.State state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The state.
*/
com.google.cloud.notebooks.v1.Runtime.State getState();
/**
*
*
*
* Output only. Runtime health_state.
*
*
*
* .google.cloud.notebooks.v1.Runtime.HealthState health_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The enum numeric value on the wire for healthState.
*/
int getHealthStateValue();
/**
*
*
*
* Output only. Runtime health_state.
*
*
*
* .google.cloud.notebooks.v1.Runtime.HealthState health_state = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The healthState.
*/
com.google.cloud.notebooks.v1.Runtime.HealthState getHealthState();
/**
*
*
*
* The config settings for accessing runtime.
*
*
* .google.cloud.notebooks.v1.RuntimeAccessConfig access_config = 5;
*
* @return Whether the accessConfig field is set.
*/
boolean hasAccessConfig();
/**
*
*
*
* The config settings for accessing runtime.
*
*
* .google.cloud.notebooks.v1.RuntimeAccessConfig access_config = 5;
*
* @return The accessConfig.
*/
com.google.cloud.notebooks.v1.RuntimeAccessConfig getAccessConfig();
/**
*
*
*
* The config settings for accessing runtime.
*
*
* .google.cloud.notebooks.v1.RuntimeAccessConfig access_config = 5;
*/
com.google.cloud.notebooks.v1.RuntimeAccessConfigOrBuilder getAccessConfigOrBuilder();
/**
*
*
*
* The config settings for software inside the runtime.
*
*
* .google.cloud.notebooks.v1.RuntimeSoftwareConfig software_config = 6;
*
* @return Whether the softwareConfig field is set.
*/
boolean hasSoftwareConfig();
/**
*
*
*
* The config settings for software inside the runtime.
*
*
* .google.cloud.notebooks.v1.RuntimeSoftwareConfig software_config = 6;
*
* @return The softwareConfig.
*/
com.google.cloud.notebooks.v1.RuntimeSoftwareConfig getSoftwareConfig();
/**
*
*
*
* The config settings for software inside the runtime.
*
*
* .google.cloud.notebooks.v1.RuntimeSoftwareConfig software_config = 6;
*/
com.google.cloud.notebooks.v1.RuntimeSoftwareConfigOrBuilder getSoftwareConfigOrBuilder();
/**
*
*
*
* Output only. Contains Runtime daemon metrics such as Service status and JupyterLab
* stats.
*
*
*
* .google.cloud.notebooks.v1.RuntimeMetrics metrics = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return Whether the metrics field is set.
*/
boolean hasMetrics();
/**
*
*
*
* Output only. Contains Runtime daemon metrics such as Service status and JupyterLab
* stats.
*
*
*
* .google.cloud.notebooks.v1.RuntimeMetrics metrics = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The metrics.
*/
com.google.cloud.notebooks.v1.RuntimeMetrics getMetrics();
/**
*
*
*
* Output only. Contains Runtime daemon metrics such as Service status and JupyterLab
* stats.
*
*
*
* .google.cloud.notebooks.v1.RuntimeMetrics metrics = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.cloud.notebooks.v1.RuntimeMetricsOrBuilder getMetricsOrBuilder();
/**
*
*
*
* Output only. Runtime creation time.
*
*
* .google.protobuf.Timestamp create_time = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return Whether the createTime field is set.
*/
boolean hasCreateTime();
/**
*
*
*
* Output only. Runtime creation time.
*
*
* .google.protobuf.Timestamp create_time = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The createTime.
*/
com.google.protobuf.Timestamp getCreateTime();
/**
*
*
*
* Output only. Runtime creation time.
*
*
* .google.protobuf.Timestamp create_time = 20 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder();
/**
*
*
*
* Output only. Runtime update time.
*
*
* .google.protobuf.Timestamp update_time = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return Whether the updateTime field is set.
*/
boolean hasUpdateTime();
/**
*
*
*
* Output only. Runtime update time.
*
*
* .google.protobuf.Timestamp update_time = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The updateTime.
*/
com.google.protobuf.Timestamp getUpdateTime();
/**
*
*
*
* Output only. Runtime update time.
*
*
* .google.protobuf.Timestamp update_time = 21 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*/
com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder();
com.google.cloud.notebooks.v1.Runtime.RuntimeTypeCase getRuntimeTypeCase();
}