cloud.google.com/go/aiplatform@v1.106.0/apiv1beta1/aiplatformpb/notebook_runtime_template_ref.pb.go (about) 1 // Copyright 2025 Google LLC 2 // 3 // Licensed under the Apache License, Version 2.0 (the "License"); 4 // you may not use this file except in compliance with the License. 5 // You may obtain a copy of the License at 6 // 7 // http://www.apache.org/licenses/LICENSE-2.0 8 // 9 // Unless required by applicable law or agreed to in writing, software 10 // distributed under the License is distributed on an "AS IS" BASIS, 11 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 // See the License for the specific language governing permissions and 13 // limitations under the License. 14 15 // Code generated by protoc-gen-go. DO NOT EDIT. 16 // versions: 17 // protoc-gen-go v1.35.2 18 // protoc v4.25.7 19 // source: google/cloud/aiplatform/v1beta1/notebook_runtime_template_ref.proto 20 21 package aiplatformpb 22 23 import ( 24 _ "google.golang.org/genproto/googleapis/api/annotations" 25 protoreflect "google.golang.org/protobuf/reflect/protoreflect" 26 protoimpl "google.golang.org/protobuf/runtime/protoimpl" 27 reflect "reflect" 28 sync "sync" 29 ) 30 31 const ( 32 // Verify that this generated code is sufficiently up-to-date. 33 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) 34 // Verify that runtime/protoimpl is sufficiently up-to-date. 35 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) 36 ) 37 38 // Points to a NotebookRuntimeTemplateRef. 39 type NotebookRuntimeTemplateRef struct { 40 state protoimpl.MessageState 41 sizeCache protoimpl.SizeCache 42 unknownFields protoimpl.UnknownFields 43 44 // Immutable. A resource name of the NotebookRuntimeTemplate. 45 NotebookRuntimeTemplate string `protobuf:"bytes,1,opt,name=notebook_runtime_template,json=notebookRuntimeTemplate,proto3" json:"notebook_runtime_template,omitempty"` 46 } 47 48 func (x *NotebookRuntimeTemplateRef) Reset() { 49 *x = NotebookRuntimeTemplateRef{} 50 mi := &file_google_cloud_aiplatform_v1beta1_notebook_runtime_template_ref_proto_msgTypes[0] 51 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 52 ms.StoreMessageInfo(mi) 53 } 54 55 func (x *NotebookRuntimeTemplateRef) String() string { 56 return protoimpl.X.MessageStringOf(x) 57 } 58 59 func (*NotebookRuntimeTemplateRef) ProtoMessage() {} 60 61 func (x *NotebookRuntimeTemplateRef) ProtoReflect() protoreflect.Message { 62 mi := &file_google_cloud_aiplatform_v1beta1_notebook_runtime_template_ref_proto_msgTypes[0] 63 if x != nil { 64 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 65 if ms.LoadMessageInfo() == nil { 66 ms.StoreMessageInfo(mi) 67 } 68 return ms 69 } 70 return mi.MessageOf(x) 71 } 72 73 // Deprecated: Use NotebookRuntimeTemplateRef.ProtoReflect.Descriptor instead. 74 func (*NotebookRuntimeTemplateRef) Descriptor() ([]byte, []int) { 75 return file_google_cloud_aiplatform_v1beta1_notebook_runtime_template_ref_proto_rawDescGZIP(), []int{0} 76 } 77 78 func (x *NotebookRuntimeTemplateRef) GetNotebookRuntimeTemplate() string { 79 if x != nil { 80 return x.NotebookRuntimeTemplate 81 } 82 return "" 83 } 84 85 var File_google_cloud_aiplatform_v1beta1_notebook_runtime_template_ref_proto protoreflect.FileDescriptor 86 87 var file_google_cloud_aiplatform_v1beta1_notebook_runtime_template_ref_proto_rawDesc = []byte{ 88 0x0a, 0x43, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x61, 89 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 90 0x31, 0x2f, 0x6e, 0x6f, 0x74, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x5f, 0x72, 0x75, 0x6e, 0x74, 0x69, 91 0x6d, 0x65, 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x5f, 0x72, 0x65, 0x66, 0x2e, 92 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 93 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x76, 94 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 95 0x70, 0x69, 0x2f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x62, 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f, 96 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x19, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 97 0x61, 0x70, 0x69, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 98 0x74, 0x6f, 0x22, 0x93, 0x01, 0x0a, 0x1a, 0x4e, 0x6f, 0x74, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x52, 99 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 100 0x66, 0x12, 0x75, 0x0a, 0x19, 0x6e, 0x6f, 0x74, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x5f, 0x72, 0x75, 101 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x5f, 0x74, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x18, 0x01, 102 0x20, 0x01, 0x28, 0x09, 0x42, 0x39, 0xe0, 0x41, 0x05, 0xfa, 0x41, 0x33, 0x0a, 0x31, 0x61, 0x69, 103 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 104 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4e, 0x6f, 0x74, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 105 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 106 0x17, 0x6e, 0x6f, 0x74, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 107 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x42, 0xf6, 0x01, 0x0a, 0x23, 0x63, 0x6f, 0x6d, 108 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69, 109 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 110 0x42, 0x1f, 0x4e, 0x6f, 0x74, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 111 0x65, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x66, 0x50, 0x72, 0x6f, 0x74, 112 0x6f, 0x50, 0x01, 0x5a, 0x43, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 113 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x2f, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 114 0x6f, 0x72, 0x6d, 0x2f, 0x61, 0x70, 0x69, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2f, 0x61, 115 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x70, 0x62, 0x3b, 0x61, 0x69, 0x70, 0x6c, 116 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x70, 0x62, 0xaa, 0x02, 0x1f, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 117 0x65, 0x2e, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x41, 0x49, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 118 0x72, 0x6d, 0x2e, 0x56, 0x31, 0x42, 0x65, 0x74, 0x61, 0x31, 0xca, 0x02, 0x1f, 0x47, 0x6f, 0x6f, 119 0x67, 0x6c, 0x65, 0x5c, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x5c, 0x41, 0x49, 0x50, 0x6c, 0x61, 0x74, 120 0x66, 0x6f, 0x72, 0x6d, 0x5c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0xea, 0x02, 0x22, 0x47, 121 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x3a, 0x3a, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x3a, 0x3a, 0x41, 0x49, 122 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 123 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 124 } 125 126 var ( 127 file_google_cloud_aiplatform_v1beta1_notebook_runtime_template_ref_proto_rawDescOnce sync.Once 128 file_google_cloud_aiplatform_v1beta1_notebook_runtime_template_ref_proto_rawDescData = file_google_cloud_aiplatform_v1beta1_notebook_runtime_template_ref_proto_rawDesc 129 ) 130 131 func file_google_cloud_aiplatform_v1beta1_notebook_runtime_template_ref_proto_rawDescGZIP() []byte { 132 file_google_cloud_aiplatform_v1beta1_notebook_runtime_template_ref_proto_rawDescOnce.Do(func() { 133 file_google_cloud_aiplatform_v1beta1_notebook_runtime_template_ref_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_cloud_aiplatform_v1beta1_notebook_runtime_template_ref_proto_rawDescData) 134 }) 135 return file_google_cloud_aiplatform_v1beta1_notebook_runtime_template_ref_proto_rawDescData 136 } 137 138 var file_google_cloud_aiplatform_v1beta1_notebook_runtime_template_ref_proto_msgTypes = make([]protoimpl.MessageInfo, 1) 139 var file_google_cloud_aiplatform_v1beta1_notebook_runtime_template_ref_proto_goTypes = []any{ 140 (*NotebookRuntimeTemplateRef)(nil), // 0: google.cloud.aiplatform.v1beta1.NotebookRuntimeTemplateRef 141 } 142 var file_google_cloud_aiplatform_v1beta1_notebook_runtime_template_ref_proto_depIdxs = []int32{ 143 0, // [0:0] is the sub-list for method output_type 144 0, // [0:0] is the sub-list for method input_type 145 0, // [0:0] is the sub-list for extension type_name 146 0, // [0:0] is the sub-list for extension extendee 147 0, // [0:0] is the sub-list for field type_name 148 } 149 150 func init() { file_google_cloud_aiplatform_v1beta1_notebook_runtime_template_ref_proto_init() } 151 func file_google_cloud_aiplatform_v1beta1_notebook_runtime_template_ref_proto_init() { 152 if File_google_cloud_aiplatform_v1beta1_notebook_runtime_template_ref_proto != nil { 153 return 154 } 155 type x struct{} 156 out := protoimpl.TypeBuilder{ 157 File: protoimpl.DescBuilder{ 158 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 159 RawDescriptor: file_google_cloud_aiplatform_v1beta1_notebook_runtime_template_ref_proto_rawDesc, 160 NumEnums: 0, 161 NumMessages: 1, 162 NumExtensions: 0, 163 NumServices: 0, 164 }, 165 GoTypes: file_google_cloud_aiplatform_v1beta1_notebook_runtime_template_ref_proto_goTypes, 166 DependencyIndexes: file_google_cloud_aiplatform_v1beta1_notebook_runtime_template_ref_proto_depIdxs, 167 MessageInfos: file_google_cloud_aiplatform_v1beta1_notebook_runtime_template_ref_proto_msgTypes, 168 }.Build() 169 File_google_cloud_aiplatform_v1beta1_notebook_runtime_template_ref_proto = out.File 170 file_google_cloud_aiplatform_v1beta1_notebook_runtime_template_ref_proto_rawDesc = nil 171 file_google_cloud_aiplatform_v1beta1_notebook_runtime_template_ref_proto_goTypes = nil 172 file_google_cloud_aiplatform_v1beta1_notebook_runtime_template_ref_proto_depIdxs = nil 173 }