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

com.google.cloud.notebooks.v2.DataDiskOrBuilder Maven / Gradle / Ivy

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

package com.google.cloud.notebooks.v2;

public interface DataDiskOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.notebooks.v2.DataDisk)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * Optional. The size of the disk in GB attached to this VM instance, up to a
   * maximum of 64000 GB (64 TB). If not specified, this defaults to 100.
   * 
* * int64 disk_size_gb = 1 [(.google.api.field_behavior) = OPTIONAL]; * * @return The diskSizeGb. */ long getDiskSizeGb(); /** * * *
   * Optional. Input only. Indicates the type of the disk.
   * 
* * * .google.cloud.notebooks.v2.DiskType disk_type = 2 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL]; * * * @return The enum numeric value on the wire for diskType. */ int getDiskTypeValue(); /** * * *
   * Optional. Input only. Indicates the type of the disk.
   * 
* * * .google.cloud.notebooks.v2.DiskType disk_type = 2 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL]; * * * @return The diskType. */ com.google.cloud.notebooks.v2.DiskType getDiskType(); /** * * *
   * Optional. Input only. Disk encryption method used on the boot and data
   * disks, defaults to GMEK.
   * 
* * * .google.cloud.notebooks.v2.DiskEncryption disk_encryption = 5 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL]; * * * @return The enum numeric value on the wire for diskEncryption. */ int getDiskEncryptionValue(); /** * * *
   * Optional. Input only. Disk encryption method used on the boot and data
   * disks, defaults to GMEK.
   * 
* * * .google.cloud.notebooks.v2.DiskEncryption disk_encryption = 5 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL]; * * * @return The diskEncryption. */ com.google.cloud.notebooks.v2.DiskEncryption getDiskEncryption(); /** * * *
   * Optional. Input only. The KMS key used to encrypt the disks, only
   * applicable if disk_encryption is CMEK. Format:
   * `projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{key_id}`
   *
   * Learn more about using your own encryption keys.
   * 
* * * string kms_key = 6 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL]; * * * @return The kmsKey. */ java.lang.String getKmsKey(); /** * * *
   * Optional. Input only. The KMS key used to encrypt the disks, only
   * applicable if disk_encryption is CMEK. Format:
   * `projects/{project_id}/locations/{location}/keyRings/{key_ring_id}/cryptoKeys/{key_id}`
   *
   * Learn more about using your own encryption keys.
   * 
* * * string kms_key = 6 [(.google.api.field_behavior) = INPUT_ONLY, (.google.api.field_behavior) = OPTIONAL]; * * * @return The bytes for kmsKey. */ com.google.protobuf.ByteString getKmsKeyBytes(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy