com.google.cloud.notebooks.v2.UpgradeHistoryEntryOrBuilder 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-v2 Show documentation
Show all versions of proto-google-cloud-notebooks-v2 Show documentation
Proto library for google-cloud-notebooks
/*
* Copyright 2023 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/v2/instance.proto
package com.google.cloud.notebooks.v2;
public interface UpgradeHistoryEntryOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.notebooks.v2.UpgradeHistoryEntry)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Optional. The snapshot of the boot disk of this notebook instance before
* upgrade.
*
*
* string snapshot = 1 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The snapshot.
*/
java.lang.String getSnapshot();
/**
*
*
*
* Optional. The snapshot of the boot disk of this notebook instance before
* upgrade.
*
*
* string snapshot = 1 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The bytes for snapshot.
*/
com.google.protobuf.ByteString getSnapshotBytes();
/**
*
*
*
* Optional. The VM image before this instance upgrade.
*
*
* string vm_image = 2 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The vmImage.
*/
java.lang.String getVmImage();
/**
*
*
*
* Optional. The VM image before this instance upgrade.
*
*
* string vm_image = 2 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The bytes for vmImage.
*/
com.google.protobuf.ByteString getVmImageBytes();
/**
*
*
*
* Optional. The container image before this instance upgrade.
*
*
* string container_image = 3 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The containerImage.
*/
java.lang.String getContainerImage();
/**
*
*
*
* Optional. The container image before this instance upgrade.
*
*
* string container_image = 3 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The bytes for containerImage.
*/
com.google.protobuf.ByteString getContainerImageBytes();
/**
*
*
*
* Optional. The framework of this notebook instance.
*
*
* string framework = 4 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The framework.
*/
java.lang.String getFramework();
/**
*
*
*
* Optional. The framework of this notebook instance.
*
*
* string framework = 4 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The bytes for framework.
*/
com.google.protobuf.ByteString getFrameworkBytes();
/**
*
*
*
* Optional. The version of the notebook instance before this upgrade.
*
*
* string version = 5 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The version.
*/
java.lang.String getVersion();
/**
*
*
*
* Optional. The version of the notebook instance before this upgrade.
*
*
* string version = 5 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The bytes for version.
*/
com.google.protobuf.ByteString getVersionBytes();
/**
*
*
*
* Output only. The state of this instance upgrade history entry.
*
*
*
* .google.cloud.notebooks.v2.UpgradeHistoryEntry.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The enum numeric value on the wire for state.
*/
int getStateValue();
/**
*
*
*
* Output only. The state of this instance upgrade history entry.
*
*
*
* .google.cloud.notebooks.v2.UpgradeHistoryEntry.State state = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
*
*
* @return The state.
*/
com.google.cloud.notebooks.v2.UpgradeHistoryEntry.State getState();
/**
*
*
*
* Immutable. The time that this instance upgrade history entry is created.
*
*
* .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = IMMUTABLE];
*
*
* @return Whether the createTime field is set.
*/
boolean hasCreateTime();
/**
*
*
*
* Immutable. The time that this instance upgrade history entry is created.
*
*
* .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = IMMUTABLE];
*
*
* @return The createTime.
*/
com.google.protobuf.Timestamp getCreateTime();
/**
*
*
*
* Immutable. The time that this instance upgrade history entry is created.
*
*
* .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = IMMUTABLE];
*
*/
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder();
/**
*
*
*
* Optional. Action. Rolloback or Upgrade.
*
*
*
* .google.cloud.notebooks.v2.UpgradeHistoryEntry.Action action = 8 [(.google.api.field_behavior) = OPTIONAL];
*
*
* @return The enum numeric value on the wire for action.
*/
int getActionValue();
/**
*
*
*
* Optional. Action. Rolloback or Upgrade.
*
*
*
* .google.cloud.notebooks.v2.UpgradeHistoryEntry.Action action = 8 [(.google.api.field_behavior) = OPTIONAL];
*
*
* @return The action.
*/
com.google.cloud.notebooks.v2.UpgradeHistoryEntry.Action getAction();
/**
*
*
*
* Optional. Target VM Version, like m63.
*
*
* string target_version = 9 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The targetVersion.
*/
java.lang.String getTargetVersion();
/**
*
*
*
* Optional. Target VM Version, like m63.
*
*
* string target_version = 9 [(.google.api.field_behavior) = OPTIONAL];
*
* @return The bytes for targetVersion.
*/
com.google.protobuf.ByteString getTargetVersionBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy