cloud.google.com/go/aiplatform@v1.106.0/apiv1/aiplatformpb/deployed_index_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/deployed_index_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 DeployedIndex. 39 type DeployedIndexRef struct { 40 state protoimpl.MessageState 41 sizeCache protoimpl.SizeCache 42 unknownFields protoimpl.UnknownFields 43 44 // Immutable. A resource name of the IndexEndpoint. 45 IndexEndpoint string `protobuf:"bytes,1,opt,name=index_endpoint,json=indexEndpoint,proto3" json:"index_endpoint,omitempty"` 46 // Immutable. The ID of the DeployedIndex in the above IndexEndpoint. 47 DeployedIndexId string `protobuf:"bytes,2,opt,name=deployed_index_id,json=deployedIndexId,proto3" json:"deployed_index_id,omitempty"` 48 // Output only. The display name of the DeployedIndex. 49 DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` 50 } 51 52 func (x *DeployedIndexRef) Reset() { 53 *x = DeployedIndexRef{} 54 mi := &file_google_cloud_aiplatform_v1_deployed_index_ref_proto_msgTypes[0] 55 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 56 ms.StoreMessageInfo(mi) 57 } 58 59 func (x *DeployedIndexRef) String() string { 60 return protoimpl.X.MessageStringOf(x) 61 } 62 63 func (*DeployedIndexRef) ProtoMessage() {} 64 65 func (x *DeployedIndexRef) ProtoReflect() protoreflect.Message { 66 mi := &file_google_cloud_aiplatform_v1_deployed_index_ref_proto_msgTypes[0] 67 if x != nil { 68 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 69 if ms.LoadMessageInfo() == nil { 70 ms.StoreMessageInfo(mi) 71 } 72 return ms 73 } 74 return mi.MessageOf(x) 75 } 76 77 // Deprecated: Use DeployedIndexRef.ProtoReflect.Descriptor instead. 78 func (*DeployedIndexRef) Descriptor() ([]byte, []int) { 79 return file_google_cloud_aiplatform_v1_deployed_index_ref_proto_rawDescGZIP(), []int{0} 80 } 81 82 func (x *DeployedIndexRef) GetIndexEndpoint() string { 83 if x != nil { 84 return x.IndexEndpoint 85 } 86 return "" 87 } 88 89 func (x *DeployedIndexRef) GetDeployedIndexId() string { 90 if x != nil { 91 return x.DeployedIndexId 92 } 93 return "" 94 } 95 96 func (x *DeployedIndexRef) GetDisplayName() string { 97 if x != nil { 98 return x.DisplayName 99 } 100 return "" 101 } 102 103 var File_google_cloud_aiplatform_v1_deployed_index_ref_proto protoreflect.FileDescriptor 104 105 var file_google_cloud_aiplatform_v1_deployed_index_ref_proto_rawDesc = []byte{ 106 0x0a, 0x33, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x61, 107 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2f, 0x76, 0x31, 0x2f, 0x64, 0x65, 0x70, 108 0x6c, 0x6f, 0x79, 0x65, 0x64, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x5f, 0x72, 0x65, 0x66, 0x2e, 109 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1a, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 110 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x76, 111 0x31, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x66, 0x69, 112 0x65, 0x6c, 0x64, 0x5f, 0x62, 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f, 0x72, 0x2e, 0x70, 0x72, 0x6f, 113 0x74, 0x6f, 0x1a, 0x19, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x72, 114 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0xc3, 0x01, 115 0x0a, 0x10, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x65, 0x64, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 116 0x65, 0x66, 0x12, 0x56, 0x0a, 0x0e, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x5f, 0x65, 0x6e, 0x64, 0x70, 117 0x6f, 0x69, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x2f, 0xe0, 0x41, 0x05, 0xfa, 118 0x41, 0x29, 0x0a, 0x27, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x67, 119 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x49, 0x6e, 120 0x64, 0x65, 0x78, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x52, 0x0d, 0x69, 0x6e, 0x64, 121 0x65, 0x78, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x12, 0x2f, 0x0a, 0x11, 0x64, 0x65, 122 0x70, 0x6c, 0x6f, 0x79, 0x65, 0x64, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78, 0x5f, 0x69, 0x64, 0x18, 123 0x02, 0x20, 0x01, 0x28, 0x09, 0x42, 0x03, 0xe0, 0x41, 0x05, 0x52, 0x0f, 0x64, 0x65, 0x70, 0x6c, 124 0x6f, 0x79, 0x65, 0x64, 0x49, 0x6e, 0x64, 0x65, 0x78, 0x49, 0x64, 0x12, 0x26, 0x0a, 0x0c, 0x64, 125 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 126 0x09, 0x42, 0x03, 0xe0, 0x41, 0x03, 0x52, 0x0b, 0x64, 0x69, 0x73, 0x70, 0x6c, 0x61, 0x79, 0x4e, 127 0x61, 0x6d, 0x65, 0x42, 0xd3, 0x01, 0x0a, 0x1e, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 128 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 129 0x6f, 0x72, 0x6d, 0x2e, 0x76, 0x31, 0x42, 0x15, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x65, 0x64, 130 0x49, 0x6e, 0x64, 0x65, 0x78, 0x52, 0x65, 0x66, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 131 0x3e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6f, 132 0x6d, 0x2f, 0x67, 0x6f, 0x2f, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2f, 133 0x61, 0x70, 0x69, 0x76, 0x31, 0x2f, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 134 0x70, 0x62, 0x3b, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x70, 0x62, 0xaa, 135 0x02, 0x1a, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x41, 136 0x49, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x1a, 0x47, 137 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x5c, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x5c, 0x41, 0x49, 0x50, 0x6c, 138 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x5c, 0x56, 0x31, 0xea, 0x02, 0x1d, 0x47, 0x6f, 0x6f, 0x67, 139 0x6c, 0x65, 0x3a, 0x3a, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x3a, 0x3a, 0x41, 0x49, 0x50, 0x6c, 0x61, 140 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 141 0x33, 142 } 143 144 var ( 145 file_google_cloud_aiplatform_v1_deployed_index_ref_proto_rawDescOnce sync.Once 146 file_google_cloud_aiplatform_v1_deployed_index_ref_proto_rawDescData = file_google_cloud_aiplatform_v1_deployed_index_ref_proto_rawDesc 147 ) 148 149 func file_google_cloud_aiplatform_v1_deployed_index_ref_proto_rawDescGZIP() []byte { 150 file_google_cloud_aiplatform_v1_deployed_index_ref_proto_rawDescOnce.Do(func() { 151 file_google_cloud_aiplatform_v1_deployed_index_ref_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_cloud_aiplatform_v1_deployed_index_ref_proto_rawDescData) 152 }) 153 return file_google_cloud_aiplatform_v1_deployed_index_ref_proto_rawDescData 154 } 155 156 var file_google_cloud_aiplatform_v1_deployed_index_ref_proto_msgTypes = make([]protoimpl.MessageInfo, 1) 157 var file_google_cloud_aiplatform_v1_deployed_index_ref_proto_goTypes = []any{ 158 (*DeployedIndexRef)(nil), // 0: google.cloud.aiplatform.v1.DeployedIndexRef 159 } 160 var file_google_cloud_aiplatform_v1_deployed_index_ref_proto_depIdxs = []int32{ 161 0, // [0:0] is the sub-list for method output_type 162 0, // [0:0] is the sub-list for method input_type 163 0, // [0:0] is the sub-list for extension type_name 164 0, // [0:0] is the sub-list for extension extendee 165 0, // [0:0] is the sub-list for field type_name 166 } 167 168 func init() { file_google_cloud_aiplatform_v1_deployed_index_ref_proto_init() } 169 func file_google_cloud_aiplatform_v1_deployed_index_ref_proto_init() { 170 if File_google_cloud_aiplatform_v1_deployed_index_ref_proto != nil { 171 return 172 } 173 type x struct{} 174 out := protoimpl.TypeBuilder{ 175 File: protoimpl.DescBuilder{ 176 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 177 RawDescriptor: file_google_cloud_aiplatform_v1_deployed_index_ref_proto_rawDesc, 178 NumEnums: 0, 179 NumMessages: 1, 180 NumExtensions: 0, 181 NumServices: 0, 182 }, 183 GoTypes: file_google_cloud_aiplatform_v1_deployed_index_ref_proto_goTypes, 184 DependencyIndexes: file_google_cloud_aiplatform_v1_deployed_index_ref_proto_depIdxs, 185 MessageInfos: file_google_cloud_aiplatform_v1_deployed_index_ref_proto_msgTypes, 186 }.Build() 187 File_google_cloud_aiplatform_v1_deployed_index_ref_proto = out.File 188 file_google_cloud_aiplatform_v1_deployed_index_ref_proto_rawDesc = nil 189 file_google_cloud_aiplatform_v1_deployed_index_ref_proto_goTypes = nil 190 file_google_cloud_aiplatform_v1_deployed_index_ref_proto_depIdxs = nil 191 }