cloud.google.com/go/aiplatform@v1.106.0/apiv1/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/v1/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_v1_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_v1_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_v1_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_v1_notebook_runtime_template_ref_proto protoreflect.FileDescriptor 86 87 var file_google_cloud_aiplatform_v1_notebook_runtime_template_ref_proto_rawDesc = []byte{ 88 0x0a, 0x3e, 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, 0x2f, 0x6e, 0x6f, 0x74, 90 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x5f, 0x72, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x5f, 0x74, 0x65, 91 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x5f, 0x72, 0x65, 0x66, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 92 0x12, 0x1a, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x61, 93 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x76, 0x31, 0x1a, 0x1f, 0x67, 0x6f, 94 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x62, 95 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x19, 0x67, 96 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 97 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x93, 0x01, 0x0a, 0x1a, 0x4e, 0x6f, 0x74, 98 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x54, 0x65, 0x6d, 0x70, 99 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x66, 0x12, 0x75, 0x0a, 0x19, 0x6e, 0x6f, 0x74, 0x65, 0x62, 100 0x6f, 0x6f, 0x6b, 0x5f, 0x72, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x5f, 0x74, 0x65, 0x6d, 0x70, 101 0x6c, 0x61, 0x74, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x39, 0xe0, 0x41, 0x05, 0xfa, 102 0x41, 0x33, 0x0a, 0x31, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x67, 103 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4e, 0x6f, 104 0x74, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x52, 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x54, 0x65, 0x6d, 105 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x17, 0x6e, 0x6f, 0x74, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x52, 106 0x75, 0x6e, 0x74, 0x69, 0x6d, 0x65, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x42, 0xdd, 107 0x01, 0x0a, 0x1e, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 108 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x76, 109 0x31, 0x42, 0x1f, 0x4e, 0x6f, 0x74, 0x65, 0x62, 0x6f, 0x6f, 0x6b, 0x52, 0x75, 0x6e, 0x74, 0x69, 110 0x6d, 0x65, 0x54, 0x65, 0x6d, 0x70, 0x6c, 0x61, 0x74, 0x65, 0x52, 0x65, 0x66, 0x50, 0x72, 0x6f, 111 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x3e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 112 0x6c, 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x2f, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 113 0x66, 0x6f, 0x72, 0x6d, 0x2f, 0x61, 0x70, 0x69, 0x76, 0x31, 0x2f, 0x61, 0x69, 0x70, 0x6c, 0x61, 114 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x70, 0x62, 0x3b, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 115 0x72, 0x6d, 0x70, 0x62, 0xaa, 0x02, 0x1a, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x43, 0x6c, 116 0x6f, 0x75, 0x64, 0x2e, 0x41, 0x49, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x56, 117 0x31, 0xca, 0x02, 0x1a, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x5c, 0x43, 0x6c, 0x6f, 0x75, 0x64, 118 0x5c, 0x41, 0x49, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x5c, 0x56, 0x31, 0xea, 0x02, 119 0x1d, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x3a, 0x3a, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x3a, 0x3a, 120 0x41, 0x49, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 121 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 122 } 123 124 var ( 125 file_google_cloud_aiplatform_v1_notebook_runtime_template_ref_proto_rawDescOnce sync.Once 126 file_google_cloud_aiplatform_v1_notebook_runtime_template_ref_proto_rawDescData = file_google_cloud_aiplatform_v1_notebook_runtime_template_ref_proto_rawDesc 127 ) 128 129 func file_google_cloud_aiplatform_v1_notebook_runtime_template_ref_proto_rawDescGZIP() []byte { 130 file_google_cloud_aiplatform_v1_notebook_runtime_template_ref_proto_rawDescOnce.Do(func() { 131 file_google_cloud_aiplatform_v1_notebook_runtime_template_ref_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_cloud_aiplatform_v1_notebook_runtime_template_ref_proto_rawDescData) 132 }) 133 return file_google_cloud_aiplatform_v1_notebook_runtime_template_ref_proto_rawDescData 134 } 135 136 var file_google_cloud_aiplatform_v1_notebook_runtime_template_ref_proto_msgTypes = make([]protoimpl.MessageInfo, 1) 137 var file_google_cloud_aiplatform_v1_notebook_runtime_template_ref_proto_goTypes = []any{ 138 (*NotebookRuntimeTemplateRef)(nil), // 0: google.cloud.aiplatform.v1.NotebookRuntimeTemplateRef 139 } 140 var file_google_cloud_aiplatform_v1_notebook_runtime_template_ref_proto_depIdxs = []int32{ 141 0, // [0:0] is the sub-list for method output_type 142 0, // [0:0] is the sub-list for method input_type 143 0, // [0:0] is the sub-list for extension type_name 144 0, // [0:0] is the sub-list for extension extendee 145 0, // [0:0] is the sub-list for field type_name 146 } 147 148 func init() { file_google_cloud_aiplatform_v1_notebook_runtime_template_ref_proto_init() } 149 func file_google_cloud_aiplatform_v1_notebook_runtime_template_ref_proto_init() { 150 if File_google_cloud_aiplatform_v1_notebook_runtime_template_ref_proto != nil { 151 return 152 } 153 type x struct{} 154 out := protoimpl.TypeBuilder{ 155 File: protoimpl.DescBuilder{ 156 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 157 RawDescriptor: file_google_cloud_aiplatform_v1_notebook_runtime_template_ref_proto_rawDesc, 158 NumEnums: 0, 159 NumMessages: 1, 160 NumExtensions: 0, 161 NumServices: 0, 162 }, 163 GoTypes: file_google_cloud_aiplatform_v1_notebook_runtime_template_ref_proto_goTypes, 164 DependencyIndexes: file_google_cloud_aiplatform_v1_notebook_runtime_template_ref_proto_depIdxs, 165 MessageInfos: file_google_cloud_aiplatform_v1_notebook_runtime_template_ref_proto_msgTypes, 166 }.Build() 167 File_google_cloud_aiplatform_v1_notebook_runtime_template_ref_proto = out.File 168 file_google_cloud_aiplatform_v1_notebook_runtime_template_ref_proto_rawDesc = nil 169 file_google_cloud_aiplatform_v1_notebook_runtime_template_ref_proto_goTypes = nil 170 file_google_cloud_aiplatform_v1_notebook_runtime_template_ref_proto_depIdxs = nil 171 }