1 /* 2 * Copyright 2020 Google LLC 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * https://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the License is distributed on an "AS IS" BASIS, 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 13 * See the License for the specific language governing permissions and 14 * limitations under the License. 15 */ 16 // Generated by the protocol buffer compiler. DO NOT EDIT! 17 // source: google/cloud/aiplatform/v1/env_var.proto 18 19 package com.google.cloud.aiplatform.v1; 20 21 public final class EnvVarProto { EnvVarProto()22 private EnvVarProto() {} 23 registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)24 public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} 25 registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)26 public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { 27 registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); 28 } 29 30 static final com.google.protobuf.Descriptors.Descriptor 31 internal_static_google_cloud_aiplatform_v1_EnvVar_descriptor; 32 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 33 internal_static_google_cloud_aiplatform_v1_EnvVar_fieldAccessorTable; 34 getDescriptor()35 public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { 36 return descriptor; 37 } 38 39 private static com.google.protobuf.Descriptors.FileDescriptor descriptor; 40 41 static { 42 java.lang.String[] descriptorData = { 43 "\n(google/cloud/aiplatform/v1/env_var.pro" 44 + "to\022\032google.cloud.aiplatform.v1\032\037google/a" 45 + "pi/field_behavior.proto\"/\n\006EnvVar\022\021\n\004nam" 46 + "e\030\001 \001(\tB\003\340A\002\022\022\n\005value\030\002 \001(\tB\003\340A\002B\311\001\n\036com" 47 + ".google.cloud.aiplatform.v1B\013EnvVarProto" 48 + "P\001Z>cloud.google.com/go/aiplatform/apiv1" 49 + "/aiplatformpb;aiplatformpb\252\002\032Google.Clou" 50 + "d.AIPlatform.V1\312\002\032Google\\Cloud\\AIPlatfor" 51 + "m\\V1\352\002\035Google::Cloud::AIPlatform::V1b\006pr" 52 + "oto3" 53 }; 54 descriptor = 55 com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( 56 descriptorData, 57 new com.google.protobuf.Descriptors.FileDescriptor[] { 58 com.google.api.FieldBehaviorProto.getDescriptor(), 59 }); 60 internal_static_google_cloud_aiplatform_v1_EnvVar_descriptor = 61 getDescriptor().getMessageTypes().get(0); 62 internal_static_google_cloud_aiplatform_v1_EnvVar_fieldAccessorTable = 63 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 64 internal_static_google_cloud_aiplatform_v1_EnvVar_descriptor, 65 new java.lang.String[] { 66 "Name", "Value", 67 }); 68 com.google.protobuf.ExtensionRegistry registry = 69 com.google.protobuf.ExtensionRegistry.newInstance(); 70 registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( descriptor, registry)71 com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( 72 descriptor, registry); com.google.api.FieldBehaviorProto.getDescriptor()73 com.google.api.FieldBehaviorProto.getDescriptor(); 74 } 75 76 // @@protoc_insertion_point(outer_class_scope) 77 } 78