All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.notebooks.v1.VmImageOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.52.0
Show newest version
/*
 * 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/environment.proto

// Protobuf Java Version: 3.25.3
package com.google.cloud.notebooks.v1;

public interface VmImageOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.notebooks.v1.VmImage)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Required. The name of the Google Cloud project that this VM image belongs to.
   * Format: `{project_id}`
   * 
* * string project = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The project. */ java.lang.String getProject(); /** * * *
   * Required. The name of the Google Cloud project that this VM image belongs to.
   * Format: `{project_id}`
   * 
* * string project = 1 [(.google.api.field_behavior) = REQUIRED]; * * @return The bytes for project. */ com.google.protobuf.ByteString getProjectBytes(); /** * * *
   * Use VM image name to find the image.
   * 
* * string image_name = 2; * * @return Whether the imageName field is set. */ boolean hasImageName(); /** * * *
   * Use VM image name to find the image.
   * 
* * string image_name = 2; * * @return The imageName. */ java.lang.String getImageName(); /** * * *
   * Use VM image name to find the image.
   * 
* * string image_name = 2; * * @return The bytes for imageName. */ com.google.protobuf.ByteString getImageNameBytes(); /** * * *
   * Use this VM image family to find the image; the newest image in this
   * family will be used.
   * 
* * string image_family = 3; * * @return Whether the imageFamily field is set. */ boolean hasImageFamily(); /** * * *
   * Use this VM image family to find the image; the newest image in this
   * family will be used.
   * 
* * string image_family = 3; * * @return The imageFamily. */ java.lang.String getImageFamily(); /** * * *
   * Use this VM image family to find the image; the newest image in this
   * family will be used.
   * 
* * string image_family = 3; * * @return The bytes for imageFamily. */ com.google.protobuf.ByteString getImageFamilyBytes(); com.google.cloud.notebooks.v1.VmImage.ImageCase getImageCase(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy