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

com.google.cloud.notebooks.v1.EnvironmentProto 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 final class EnvironmentProto {
  private EnvironmentProto() {}

  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}

  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
  }

  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_cloud_notebooks_v1_Environment_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_cloud_notebooks_v1_Environment_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_cloud_notebooks_v1_VmImage_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_cloud_notebooks_v1_VmImage_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_cloud_notebooks_v1_ContainerImage_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_cloud_notebooks_v1_ContainerImage_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
    return descriptor;
  }

  private static com.google.protobuf.Descriptors.FileDescriptor descriptor;

  static {
    java.lang.String[] descriptorData = {
      "\n+google/cloud/notebooks/v1/environment."
          + "proto\022\031google.cloud.notebooks.v1\032\037google"
          + "/api/field_behavior.proto\032\031google/api/re"
          + "source.proto\032\037google/protobuf/timestamp."
          + "proto\"\204\003\n\013Environment\022\021\n\004name\030\001 \001(\tB\003\340A\003"
          + "\022\024\n\014display_name\030\002 \001(\t\022\023\n\013description\030\003 "
          + "\001(\t\0226\n\010vm_image\030\006 \001(\0132\".google.cloud.not"
          + "ebooks.v1.VmImageH\000\022D\n\017container_image\030\007"
          + " \001(\0132).google.cloud.notebooks.v1.Contain"
          + "erImageH\000\022\033\n\023post_startup_script\030\010 \001(\t\0224"
          + "\n\013create_time\030\t \001(\0132\032.google.protobuf.Ti"
          + "mestampB\003\340A\003:X\352AU\n$notebooks.googleapis."
          + "com/Environment\022-projects/{project}/envi"
          + "ronments/{environment}B\014\n\nimage_type\"V\n\007"
          + "VmImage\022\024\n\007project\030\001 \001(\tB\003\340A\002\022\024\n\nimage_n"
          + "ame\030\002 \001(\tH\000\022\026\n\014image_family\030\003 \001(\tH\000B\007\n\005i"
          + "mage\"6\n\016ContainerImage\022\027\n\nrepository\030\001 \001"
          + "(\tB\003\340A\002\022\013\n\003tag\030\002 \001(\tB\307\001\n\035com.google.clou"
          + "d.notebooks.v1B\020EnvironmentProtoP\001Z;clou"
          + "d.google.com/go/notebooks/apiv1/notebook"
          + "spb;notebookspb\252\002\031Google.Cloud.Notebooks"
          + ".V1\312\002\031Google\\Cloud\\Notebooks\\V1\352\002\034Google"
          + "::Cloud::Notebooks::V1b\006proto3"
    };
    descriptor =
        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
            descriptorData,
            new com.google.protobuf.Descriptors.FileDescriptor[] {
              com.google.api.FieldBehaviorProto.getDescriptor(),
              com.google.api.ResourceProto.getDescriptor(),
              com.google.protobuf.TimestampProto.getDescriptor(),
            });
    internal_static_google_cloud_notebooks_v1_Environment_descriptor =
        getDescriptor().getMessageTypes().get(0);
    internal_static_google_cloud_notebooks_v1_Environment_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_cloud_notebooks_v1_Environment_descriptor,
            new java.lang.String[] {
              "Name",
              "DisplayName",
              "Description",
              "VmImage",
              "ContainerImage",
              "PostStartupScript",
              "CreateTime",
              "ImageType",
            });
    internal_static_google_cloud_notebooks_v1_VmImage_descriptor =
        getDescriptor().getMessageTypes().get(1);
    internal_static_google_cloud_notebooks_v1_VmImage_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_cloud_notebooks_v1_VmImage_descriptor,
            new java.lang.String[] {
              "Project", "ImageName", "ImageFamily", "Image",
            });
    internal_static_google_cloud_notebooks_v1_ContainerImage_descriptor =
        getDescriptor().getMessageTypes().get(2);
    internal_static_google_cloud_notebooks_v1_ContainerImage_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_cloud_notebooks_v1_ContainerImage_descriptor,
            new java.lang.String[] {
              "Repository", "Tag",
            });
    com.google.protobuf.ExtensionRegistry registry =
        com.google.protobuf.ExtensionRegistry.newInstance();
    registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
    registry.add(com.google.api.ResourceProto.resource);
    com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
        descriptor, registry);
    com.google.api.FieldBehaviorProto.getDescriptor();
    com.google.api.ResourceProto.getDescriptor();
    com.google.protobuf.TimestampProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy