cloud.google.com/go/aiplatform@v1.106.0/apiv1/aiplatformpb/deployment_resource_pool_service.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/deployment_resource_pool_service.proto 20 21 package aiplatformpb 22 23 import ( 24 longrunningpb "cloud.google.com/go/longrunning/autogen/longrunningpb" 25 _ "google.golang.org/genproto/googleapis/api/annotations" 26 protoreflect "google.golang.org/protobuf/reflect/protoreflect" 27 protoimpl "google.golang.org/protobuf/runtime/protoimpl" 28 _ "google.golang.org/protobuf/types/known/emptypb" 29 fieldmaskpb "google.golang.org/protobuf/types/known/fieldmaskpb" 30 reflect "reflect" 31 sync "sync" 32 ) 33 34 const ( 35 // Verify that this generated code is sufficiently up-to-date. 36 _ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion) 37 // Verify that runtime/protoimpl is sufficiently up-to-date. 38 _ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20) 39 ) 40 41 // Request message for CreateDeploymentResourcePool method. 42 type CreateDeploymentResourcePoolRequest struct { 43 state protoimpl.MessageState 44 sizeCache protoimpl.SizeCache 45 unknownFields protoimpl.UnknownFields 46 47 // Required. The parent location resource where this DeploymentResourcePool 48 // will be created. Format: `projects/{project}/locations/{location}` 49 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` 50 // Required. The DeploymentResourcePool to create. 51 DeploymentResourcePool *DeploymentResourcePool `protobuf:"bytes,2,opt,name=deployment_resource_pool,json=deploymentResourcePool,proto3" json:"deployment_resource_pool,omitempty"` 52 // Required. The ID to use for the DeploymentResourcePool, which 53 // will become the final component of the DeploymentResourcePool's resource 54 // name. 55 // 56 // The maximum length is 63 characters, and valid characters 57 // are `/^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$/`. 58 DeploymentResourcePoolId string `protobuf:"bytes,3,opt,name=deployment_resource_pool_id,json=deploymentResourcePoolId,proto3" json:"deployment_resource_pool_id,omitempty"` 59 } 60 61 func (x *CreateDeploymentResourcePoolRequest) Reset() { 62 *x = CreateDeploymentResourcePoolRequest{} 63 mi := &file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_msgTypes[0] 64 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 65 ms.StoreMessageInfo(mi) 66 } 67 68 func (x *CreateDeploymentResourcePoolRequest) String() string { 69 return protoimpl.X.MessageStringOf(x) 70 } 71 72 func (*CreateDeploymentResourcePoolRequest) ProtoMessage() {} 73 74 func (x *CreateDeploymentResourcePoolRequest) ProtoReflect() protoreflect.Message { 75 mi := &file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_msgTypes[0] 76 if x != nil { 77 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 78 if ms.LoadMessageInfo() == nil { 79 ms.StoreMessageInfo(mi) 80 } 81 return ms 82 } 83 return mi.MessageOf(x) 84 } 85 86 // Deprecated: Use CreateDeploymentResourcePoolRequest.ProtoReflect.Descriptor instead. 87 func (*CreateDeploymentResourcePoolRequest) Descriptor() ([]byte, []int) { 88 return file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_rawDescGZIP(), []int{0} 89 } 90 91 func (x *CreateDeploymentResourcePoolRequest) GetParent() string { 92 if x != nil { 93 return x.Parent 94 } 95 return "" 96 } 97 98 func (x *CreateDeploymentResourcePoolRequest) GetDeploymentResourcePool() *DeploymentResourcePool { 99 if x != nil { 100 return x.DeploymentResourcePool 101 } 102 return nil 103 } 104 105 func (x *CreateDeploymentResourcePoolRequest) GetDeploymentResourcePoolId() string { 106 if x != nil { 107 return x.DeploymentResourcePoolId 108 } 109 return "" 110 } 111 112 // Runtime operation information for CreateDeploymentResourcePool method. 113 type CreateDeploymentResourcePoolOperationMetadata struct { 114 state protoimpl.MessageState 115 sizeCache protoimpl.SizeCache 116 unknownFields protoimpl.UnknownFields 117 118 // The operation generic information. 119 GenericMetadata *GenericOperationMetadata `protobuf:"bytes,1,opt,name=generic_metadata,json=genericMetadata,proto3" json:"generic_metadata,omitempty"` 120 } 121 122 func (x *CreateDeploymentResourcePoolOperationMetadata) Reset() { 123 *x = CreateDeploymentResourcePoolOperationMetadata{} 124 mi := &file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_msgTypes[1] 125 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 126 ms.StoreMessageInfo(mi) 127 } 128 129 func (x *CreateDeploymentResourcePoolOperationMetadata) String() string { 130 return protoimpl.X.MessageStringOf(x) 131 } 132 133 func (*CreateDeploymentResourcePoolOperationMetadata) ProtoMessage() {} 134 135 func (x *CreateDeploymentResourcePoolOperationMetadata) ProtoReflect() protoreflect.Message { 136 mi := &file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_msgTypes[1] 137 if x != nil { 138 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 139 if ms.LoadMessageInfo() == nil { 140 ms.StoreMessageInfo(mi) 141 } 142 return ms 143 } 144 return mi.MessageOf(x) 145 } 146 147 // Deprecated: Use CreateDeploymentResourcePoolOperationMetadata.ProtoReflect.Descriptor instead. 148 func (*CreateDeploymentResourcePoolOperationMetadata) Descriptor() ([]byte, []int) { 149 return file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_rawDescGZIP(), []int{1} 150 } 151 152 func (x *CreateDeploymentResourcePoolOperationMetadata) GetGenericMetadata() *GenericOperationMetadata { 153 if x != nil { 154 return x.GenericMetadata 155 } 156 return nil 157 } 158 159 // Request message for GetDeploymentResourcePool method. 160 type GetDeploymentResourcePoolRequest struct { 161 state protoimpl.MessageState 162 sizeCache protoimpl.SizeCache 163 unknownFields protoimpl.UnknownFields 164 165 // Required. The name of the DeploymentResourcePool to retrieve. 166 // Format: 167 // `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}` 168 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` 169 } 170 171 func (x *GetDeploymentResourcePoolRequest) Reset() { 172 *x = GetDeploymentResourcePoolRequest{} 173 mi := &file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_msgTypes[2] 174 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 175 ms.StoreMessageInfo(mi) 176 } 177 178 func (x *GetDeploymentResourcePoolRequest) String() string { 179 return protoimpl.X.MessageStringOf(x) 180 } 181 182 func (*GetDeploymentResourcePoolRequest) ProtoMessage() {} 183 184 func (x *GetDeploymentResourcePoolRequest) ProtoReflect() protoreflect.Message { 185 mi := &file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_msgTypes[2] 186 if x != nil { 187 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 188 if ms.LoadMessageInfo() == nil { 189 ms.StoreMessageInfo(mi) 190 } 191 return ms 192 } 193 return mi.MessageOf(x) 194 } 195 196 // Deprecated: Use GetDeploymentResourcePoolRequest.ProtoReflect.Descriptor instead. 197 func (*GetDeploymentResourcePoolRequest) Descriptor() ([]byte, []int) { 198 return file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_rawDescGZIP(), []int{2} 199 } 200 201 func (x *GetDeploymentResourcePoolRequest) GetName() string { 202 if x != nil { 203 return x.Name 204 } 205 return "" 206 } 207 208 // Request message for ListDeploymentResourcePools method. 209 type ListDeploymentResourcePoolsRequest struct { 210 state protoimpl.MessageState 211 sizeCache protoimpl.SizeCache 212 unknownFields protoimpl.UnknownFields 213 214 // Required. The parent Location which owns this collection of 215 // DeploymentResourcePools. Format: `projects/{project}/locations/{location}` 216 Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"` 217 // The maximum number of DeploymentResourcePools to return. The service may 218 // return fewer than this value. 219 PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` 220 // A page token, received from a previous `ListDeploymentResourcePools` call. 221 // Provide this to retrieve the subsequent page. 222 // 223 // When paginating, all other parameters provided to 224 // `ListDeploymentResourcePools` must match the call that provided the page 225 // token. 226 PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` 227 } 228 229 func (x *ListDeploymentResourcePoolsRequest) Reset() { 230 *x = ListDeploymentResourcePoolsRequest{} 231 mi := &file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_msgTypes[3] 232 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 233 ms.StoreMessageInfo(mi) 234 } 235 236 func (x *ListDeploymentResourcePoolsRequest) String() string { 237 return protoimpl.X.MessageStringOf(x) 238 } 239 240 func (*ListDeploymentResourcePoolsRequest) ProtoMessage() {} 241 242 func (x *ListDeploymentResourcePoolsRequest) ProtoReflect() protoreflect.Message { 243 mi := &file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_msgTypes[3] 244 if x != nil { 245 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 246 if ms.LoadMessageInfo() == nil { 247 ms.StoreMessageInfo(mi) 248 } 249 return ms 250 } 251 return mi.MessageOf(x) 252 } 253 254 // Deprecated: Use ListDeploymentResourcePoolsRequest.ProtoReflect.Descriptor instead. 255 func (*ListDeploymentResourcePoolsRequest) Descriptor() ([]byte, []int) { 256 return file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_rawDescGZIP(), []int{3} 257 } 258 259 func (x *ListDeploymentResourcePoolsRequest) GetParent() string { 260 if x != nil { 261 return x.Parent 262 } 263 return "" 264 } 265 266 func (x *ListDeploymentResourcePoolsRequest) GetPageSize() int32 { 267 if x != nil { 268 return x.PageSize 269 } 270 return 0 271 } 272 273 func (x *ListDeploymentResourcePoolsRequest) GetPageToken() string { 274 if x != nil { 275 return x.PageToken 276 } 277 return "" 278 } 279 280 // Response message for ListDeploymentResourcePools method. 281 type ListDeploymentResourcePoolsResponse struct { 282 state protoimpl.MessageState 283 sizeCache protoimpl.SizeCache 284 unknownFields protoimpl.UnknownFields 285 286 // The DeploymentResourcePools from the specified location. 287 DeploymentResourcePools []*DeploymentResourcePool `protobuf:"bytes,1,rep,name=deployment_resource_pools,json=deploymentResourcePools,proto3" json:"deployment_resource_pools,omitempty"` 288 // A token, which can be sent as `page_token` to retrieve the next page. 289 // If this field is omitted, there are no subsequent pages. 290 NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` 291 } 292 293 func (x *ListDeploymentResourcePoolsResponse) Reset() { 294 *x = ListDeploymentResourcePoolsResponse{} 295 mi := &file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_msgTypes[4] 296 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 297 ms.StoreMessageInfo(mi) 298 } 299 300 func (x *ListDeploymentResourcePoolsResponse) String() string { 301 return protoimpl.X.MessageStringOf(x) 302 } 303 304 func (*ListDeploymentResourcePoolsResponse) ProtoMessage() {} 305 306 func (x *ListDeploymentResourcePoolsResponse) ProtoReflect() protoreflect.Message { 307 mi := &file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_msgTypes[4] 308 if x != nil { 309 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 310 if ms.LoadMessageInfo() == nil { 311 ms.StoreMessageInfo(mi) 312 } 313 return ms 314 } 315 return mi.MessageOf(x) 316 } 317 318 // Deprecated: Use ListDeploymentResourcePoolsResponse.ProtoReflect.Descriptor instead. 319 func (*ListDeploymentResourcePoolsResponse) Descriptor() ([]byte, []int) { 320 return file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_rawDescGZIP(), []int{4} 321 } 322 323 func (x *ListDeploymentResourcePoolsResponse) GetDeploymentResourcePools() []*DeploymentResourcePool { 324 if x != nil { 325 return x.DeploymentResourcePools 326 } 327 return nil 328 } 329 330 func (x *ListDeploymentResourcePoolsResponse) GetNextPageToken() string { 331 if x != nil { 332 return x.NextPageToken 333 } 334 return "" 335 } 336 337 // Request message for UpdateDeploymentResourcePool method. 338 type UpdateDeploymentResourcePoolRequest struct { 339 state protoimpl.MessageState 340 sizeCache protoimpl.SizeCache 341 unknownFields protoimpl.UnknownFields 342 343 // Required. The DeploymentResourcePool to update. 344 // 345 // The DeploymentResourcePool's `name` field is used to identify the 346 // DeploymentResourcePool to update. 347 // Format: 348 // `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}` 349 DeploymentResourcePool *DeploymentResourcePool `protobuf:"bytes,1,opt,name=deployment_resource_pool,json=deploymentResourcePool,proto3" json:"deployment_resource_pool,omitempty"` 350 // Required. The list of fields to update. 351 UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"` 352 } 353 354 func (x *UpdateDeploymentResourcePoolRequest) Reset() { 355 *x = UpdateDeploymentResourcePoolRequest{} 356 mi := &file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_msgTypes[5] 357 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 358 ms.StoreMessageInfo(mi) 359 } 360 361 func (x *UpdateDeploymentResourcePoolRequest) String() string { 362 return protoimpl.X.MessageStringOf(x) 363 } 364 365 func (*UpdateDeploymentResourcePoolRequest) ProtoMessage() {} 366 367 func (x *UpdateDeploymentResourcePoolRequest) ProtoReflect() protoreflect.Message { 368 mi := &file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_msgTypes[5] 369 if x != nil { 370 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 371 if ms.LoadMessageInfo() == nil { 372 ms.StoreMessageInfo(mi) 373 } 374 return ms 375 } 376 return mi.MessageOf(x) 377 } 378 379 // Deprecated: Use UpdateDeploymentResourcePoolRequest.ProtoReflect.Descriptor instead. 380 func (*UpdateDeploymentResourcePoolRequest) Descriptor() ([]byte, []int) { 381 return file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_rawDescGZIP(), []int{5} 382 } 383 384 func (x *UpdateDeploymentResourcePoolRequest) GetDeploymentResourcePool() *DeploymentResourcePool { 385 if x != nil { 386 return x.DeploymentResourcePool 387 } 388 return nil 389 } 390 391 func (x *UpdateDeploymentResourcePoolRequest) GetUpdateMask() *fieldmaskpb.FieldMask { 392 if x != nil { 393 return x.UpdateMask 394 } 395 return nil 396 } 397 398 // Runtime operation information for UpdateDeploymentResourcePool method. 399 type UpdateDeploymentResourcePoolOperationMetadata struct { 400 state protoimpl.MessageState 401 sizeCache protoimpl.SizeCache 402 unknownFields protoimpl.UnknownFields 403 404 // The operation generic information. 405 GenericMetadata *GenericOperationMetadata `protobuf:"bytes,1,opt,name=generic_metadata,json=genericMetadata,proto3" json:"generic_metadata,omitempty"` 406 } 407 408 func (x *UpdateDeploymentResourcePoolOperationMetadata) Reset() { 409 *x = UpdateDeploymentResourcePoolOperationMetadata{} 410 mi := &file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_msgTypes[6] 411 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 412 ms.StoreMessageInfo(mi) 413 } 414 415 func (x *UpdateDeploymentResourcePoolOperationMetadata) String() string { 416 return protoimpl.X.MessageStringOf(x) 417 } 418 419 func (*UpdateDeploymentResourcePoolOperationMetadata) ProtoMessage() {} 420 421 func (x *UpdateDeploymentResourcePoolOperationMetadata) ProtoReflect() protoreflect.Message { 422 mi := &file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_msgTypes[6] 423 if x != nil { 424 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 425 if ms.LoadMessageInfo() == nil { 426 ms.StoreMessageInfo(mi) 427 } 428 return ms 429 } 430 return mi.MessageOf(x) 431 } 432 433 // Deprecated: Use UpdateDeploymentResourcePoolOperationMetadata.ProtoReflect.Descriptor instead. 434 func (*UpdateDeploymentResourcePoolOperationMetadata) Descriptor() ([]byte, []int) { 435 return file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_rawDescGZIP(), []int{6} 436 } 437 438 func (x *UpdateDeploymentResourcePoolOperationMetadata) GetGenericMetadata() *GenericOperationMetadata { 439 if x != nil { 440 return x.GenericMetadata 441 } 442 return nil 443 } 444 445 // Request message for DeleteDeploymentResourcePool method. 446 type DeleteDeploymentResourcePoolRequest struct { 447 state protoimpl.MessageState 448 sizeCache protoimpl.SizeCache 449 unknownFields protoimpl.UnknownFields 450 451 // Required. The name of the DeploymentResourcePool to delete. 452 // Format: 453 // `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}` 454 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` 455 } 456 457 func (x *DeleteDeploymentResourcePoolRequest) Reset() { 458 *x = DeleteDeploymentResourcePoolRequest{} 459 mi := &file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_msgTypes[7] 460 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 461 ms.StoreMessageInfo(mi) 462 } 463 464 func (x *DeleteDeploymentResourcePoolRequest) String() string { 465 return protoimpl.X.MessageStringOf(x) 466 } 467 468 func (*DeleteDeploymentResourcePoolRequest) ProtoMessage() {} 469 470 func (x *DeleteDeploymentResourcePoolRequest) ProtoReflect() protoreflect.Message { 471 mi := &file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_msgTypes[7] 472 if x != nil { 473 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 474 if ms.LoadMessageInfo() == nil { 475 ms.StoreMessageInfo(mi) 476 } 477 return ms 478 } 479 return mi.MessageOf(x) 480 } 481 482 // Deprecated: Use DeleteDeploymentResourcePoolRequest.ProtoReflect.Descriptor instead. 483 func (*DeleteDeploymentResourcePoolRequest) Descriptor() ([]byte, []int) { 484 return file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_rawDescGZIP(), []int{7} 485 } 486 487 func (x *DeleteDeploymentResourcePoolRequest) GetName() string { 488 if x != nil { 489 return x.Name 490 } 491 return "" 492 } 493 494 // Request message for QueryDeployedModels method. 495 type QueryDeployedModelsRequest struct { 496 state protoimpl.MessageState 497 sizeCache protoimpl.SizeCache 498 unknownFields protoimpl.UnknownFields 499 500 // Required. The name of the target DeploymentResourcePool to query. 501 // Format: 502 // `projects/{project}/locations/{location}/deploymentResourcePools/{deployment_resource_pool}` 503 DeploymentResourcePool string `protobuf:"bytes,1,opt,name=deployment_resource_pool,json=deploymentResourcePool,proto3" json:"deployment_resource_pool,omitempty"` 504 // The maximum number of DeployedModels to return. The service may return 505 // fewer than this value. 506 PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` 507 // A page token, received from a previous `QueryDeployedModels` call. 508 // Provide this to retrieve the subsequent page. 509 // 510 // When paginating, all other parameters provided to 511 // `QueryDeployedModels` must match the call that provided the page 512 // token. 513 PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` 514 } 515 516 func (x *QueryDeployedModelsRequest) Reset() { 517 *x = QueryDeployedModelsRequest{} 518 mi := &file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_msgTypes[8] 519 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 520 ms.StoreMessageInfo(mi) 521 } 522 523 func (x *QueryDeployedModelsRequest) String() string { 524 return protoimpl.X.MessageStringOf(x) 525 } 526 527 func (*QueryDeployedModelsRequest) ProtoMessage() {} 528 529 func (x *QueryDeployedModelsRequest) ProtoReflect() protoreflect.Message { 530 mi := &file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_msgTypes[8] 531 if x != nil { 532 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 533 if ms.LoadMessageInfo() == nil { 534 ms.StoreMessageInfo(mi) 535 } 536 return ms 537 } 538 return mi.MessageOf(x) 539 } 540 541 // Deprecated: Use QueryDeployedModelsRequest.ProtoReflect.Descriptor instead. 542 func (*QueryDeployedModelsRequest) Descriptor() ([]byte, []int) { 543 return file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_rawDescGZIP(), []int{8} 544 } 545 546 func (x *QueryDeployedModelsRequest) GetDeploymentResourcePool() string { 547 if x != nil { 548 return x.DeploymentResourcePool 549 } 550 return "" 551 } 552 553 func (x *QueryDeployedModelsRequest) GetPageSize() int32 { 554 if x != nil { 555 return x.PageSize 556 } 557 return 0 558 } 559 560 func (x *QueryDeployedModelsRequest) GetPageToken() string { 561 if x != nil { 562 return x.PageToken 563 } 564 return "" 565 } 566 567 // Response message for QueryDeployedModels method. 568 type QueryDeployedModelsResponse struct { 569 state protoimpl.MessageState 570 sizeCache protoimpl.SizeCache 571 unknownFields protoimpl.UnknownFields 572 573 // DEPRECATED Use deployed_model_refs instead. 574 // 575 // Deprecated: Marked as deprecated in google/cloud/aiplatform/v1/deployment_resource_pool_service.proto. 576 DeployedModels []*DeployedModel `protobuf:"bytes,1,rep,name=deployed_models,json=deployedModels,proto3" json:"deployed_models,omitempty"` 577 // A token, which can be sent as `page_token` to retrieve the next page. 578 // If this field is omitted, there are no subsequent pages. 579 NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` 580 // References to the DeployedModels that share the specified 581 // deploymentResourcePool. 582 DeployedModelRefs []*DeployedModelRef `protobuf:"bytes,3,rep,name=deployed_model_refs,json=deployedModelRefs,proto3" json:"deployed_model_refs,omitempty"` 583 // The total number of DeployedModels on this DeploymentResourcePool. 584 TotalDeployedModelCount int32 `protobuf:"varint,4,opt,name=total_deployed_model_count,json=totalDeployedModelCount,proto3" json:"total_deployed_model_count,omitempty"` 585 // The total number of Endpoints that have DeployedModels on this 586 // DeploymentResourcePool. 587 TotalEndpointCount int32 `protobuf:"varint,5,opt,name=total_endpoint_count,json=totalEndpointCount,proto3" json:"total_endpoint_count,omitempty"` 588 } 589 590 func (x *QueryDeployedModelsResponse) Reset() { 591 *x = QueryDeployedModelsResponse{} 592 mi := &file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_msgTypes[9] 593 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 594 ms.StoreMessageInfo(mi) 595 } 596 597 func (x *QueryDeployedModelsResponse) String() string { 598 return protoimpl.X.MessageStringOf(x) 599 } 600 601 func (*QueryDeployedModelsResponse) ProtoMessage() {} 602 603 func (x *QueryDeployedModelsResponse) ProtoReflect() protoreflect.Message { 604 mi := &file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_msgTypes[9] 605 if x != nil { 606 ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) 607 if ms.LoadMessageInfo() == nil { 608 ms.StoreMessageInfo(mi) 609 } 610 return ms 611 } 612 return mi.MessageOf(x) 613 } 614 615 // Deprecated: Use QueryDeployedModelsResponse.ProtoReflect.Descriptor instead. 616 func (*QueryDeployedModelsResponse) Descriptor() ([]byte, []int) { 617 return file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_rawDescGZIP(), []int{9} 618 } 619 620 // Deprecated: Marked as deprecated in google/cloud/aiplatform/v1/deployment_resource_pool_service.proto. 621 func (x *QueryDeployedModelsResponse) GetDeployedModels() []*DeployedModel { 622 if x != nil { 623 return x.DeployedModels 624 } 625 return nil 626 } 627 628 func (x *QueryDeployedModelsResponse) GetNextPageToken() string { 629 if x != nil { 630 return x.NextPageToken 631 } 632 return "" 633 } 634 635 func (x *QueryDeployedModelsResponse) GetDeployedModelRefs() []*DeployedModelRef { 636 if x != nil { 637 return x.DeployedModelRefs 638 } 639 return nil 640 } 641 642 func (x *QueryDeployedModelsResponse) GetTotalDeployedModelCount() int32 { 643 if x != nil { 644 return x.TotalDeployedModelCount 645 } 646 return 0 647 } 648 649 func (x *QueryDeployedModelsResponse) GetTotalEndpointCount() int32 { 650 if x != nil { 651 return x.TotalEndpointCount 652 } 653 return 0 654 } 655 656 var File_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto protoreflect.FileDescriptor 657 658 var file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_rawDesc = []byte{ 659 0x0a, 0x41, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x61, 660 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2f, 0x76, 0x31, 0x2f, 0x64, 0x65, 0x70, 661 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 662 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x70, 0x72, 663 0x6f, 0x74, 0x6f, 0x12, 0x1a, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 664 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x76, 0x31, 0x1a, 665 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, 0x6f, 666 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x17, 0x67, 667 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6c, 0x69, 0x65, 0x6e, 0x74, 668 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1f, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 669 0x70, 0x69, 0x2f, 0x66, 0x69, 0x65, 0x6c, 0x64, 0x5f, 0x62, 0x65, 0x68, 0x61, 0x76, 0x69, 0x6f, 670 0x72, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x19, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 671 0x61, 0x70, 0x69, 0x2f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 672 0x74, 0x6f, 0x1a, 0x33, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 673 0x2f, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2f, 0x76, 0x31, 0x2f, 0x64, 674 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x65, 0x64, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x72, 0x65, 675 0x66, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x39, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 676 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 677 0x2f, 0x76, 0x31, 0x2f, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x72, 678 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x2e, 0x70, 0x72, 0x6f, 679 0x74, 0x6f, 0x1a, 0x29, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 680 0x2f, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2f, 0x76, 0x31, 0x2f, 0x65, 681 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x2a, 0x67, 682 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2f, 0x61, 0x69, 0x70, 0x6c, 683 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2f, 0x76, 0x31, 0x2f, 0x6f, 0x70, 0x65, 0x72, 0x61, 0x74, 684 0x69, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x23, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 685 0x65, 0x2f, 0x6c, 0x6f, 0x6e, 0x67, 0x72, 0x75, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x2f, 0x6f, 0x70, 686 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1b, 687 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 688 0x65, 0x6d, 0x70, 0x74, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x20, 0x67, 0x6f, 0x6f, 689 0x67, 0x6c, 0x65, 0x2f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2f, 0x66, 0x69, 0x65, 690 0x6c, 0x64, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x9f, 0x02, 691 0x0a, 0x23, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 692 0x6e, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x52, 0x65, 693 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x41, 0x0a, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x18, 694 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x29, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x23, 0x0a, 0x21, 0x6c, 695 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 696 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 697 0x52, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x12, 0x71, 0x0a, 0x18, 0x64, 0x65, 0x70, 0x6c, 698 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 699 0x70, 0x6f, 0x6f, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x67, 0x6f, 0x6f, 700 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 701 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 702 0x6e, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x42, 0x03, 703 0xe0, 0x41, 0x02, 0x52, 0x16, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 704 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x12, 0x42, 0x0a, 0x1b, 0x64, 705 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 706 0x63, 0x65, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 707 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x18, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 708 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x49, 0x64, 0x22, 709 0x90, 0x01, 0x0a, 0x2d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 710 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 711 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 712 0x61, 0x12, 0x5f, 0x0a, 0x10, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x69, 0x63, 0x5f, 0x6d, 0x65, 0x74, 713 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x67, 0x6f, 714 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61, 715 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x69, 0x63, 716 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 717 0x61, 0x52, 0x0f, 0x67, 0x65, 0x6e, 0x65, 0x72, 0x69, 0x63, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 718 0x74, 0x61, 0x22, 0x70, 0x0a, 0x20, 0x47, 0x65, 0x74, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 719 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x52, 720 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x4c, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 721 0x20, 0x01, 0x28, 0x09, 0x42, 0x38, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x32, 0x0a, 0x30, 0x61, 0x69, 722 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 723 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 724 0x6e, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x52, 0x04, 725 0x6e, 0x61, 0x6d, 0x65, 0x22, 0xa3, 0x01, 0x0a, 0x22, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x65, 0x70, 726 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 727 0x6f, 0x6f, 0x6c, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x41, 0x0a, 0x06, 0x70, 728 0x61, 0x72, 0x65, 0x6e, 0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 0x29, 0xe0, 0x41, 0x02, 729 0xfa, 0x41, 0x23, 0x12, 0x21, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x67, 730 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x4c, 0x6f, 731 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x06, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x12, 0x1b, 732 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 733 0x05, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 734 0x61, 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 735 0x09, 0x70, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0xbd, 0x01, 0x0a, 0x23, 0x4c, 736 0x69, 0x73, 0x74, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 737 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 738 0x73, 0x65, 0x12, 0x6e, 0x0a, 0x19, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 739 0x5f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x73, 0x18, 740 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 741 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 742 0x76, 0x31, 0x2e, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 743 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x52, 0x17, 0x64, 0x65, 0x70, 0x6c, 0x6f, 744 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 745 0x6c, 0x73, 0x12, 0x26, 0x0a, 0x0f, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 746 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6e, 0x65, 0x78, 747 0x74, 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0xda, 0x01, 0x0a, 0x23, 0x55, 748 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 749 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 750 0x73, 0x74, 0x12, 0x71, 0x0a, 0x18, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 751 0x5f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x18, 0x01, 752 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 753 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x76, 754 0x31, 0x2e, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x6f, 755 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x16, 0x64, 756 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 757 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x12, 0x40, 0x0a, 0x0b, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 758 0x6d, 0x61, 0x73, 0x6b, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1a, 0x2e, 0x67, 0x6f, 0x6f, 759 0x67, 0x6c, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x46, 0x69, 0x65, 760 0x6c, 0x64, 0x4d, 0x61, 0x73, 0x6b, 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x0a, 0x75, 0x70, 0x64, 761 0x61, 0x74, 0x65, 0x4d, 0x61, 0x73, 0x6b, 0x22, 0x90, 0x01, 0x0a, 0x2d, 0x55, 0x70, 0x64, 0x61, 762 0x74, 0x65, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x6f, 763 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 764 0x6e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x12, 0x5f, 0x0a, 0x10, 0x67, 0x65, 0x6e, 765 0x65, 0x72, 0x69, 0x63, 0x5f, 0x6d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x18, 0x01, 0x20, 766 0x01, 0x28, 0x0b, 0x32, 0x34, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 767 0x75, 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x76, 0x31, 768 0x2e, 0x47, 0x65, 0x6e, 0x65, 0x72, 0x69, 0x63, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 769 0x6e, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x52, 0x0f, 0x67, 0x65, 0x6e, 0x65, 0x72, 770 0x69, 0x63, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0x22, 0x73, 0x0a, 0x23, 0x44, 0x65, 771 0x6c, 0x65, 0x74, 0x65, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 772 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 773 0x74, 0x12, 0x4c, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x42, 774 0x38, 0xe0, 0x41, 0x02, 0xfa, 0x41, 0x32, 0x0a, 0x30, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 775 0x6f, 0x72, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 776 0x6f, 0x6d, 0x2f, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 777 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x22, 778 0x97, 0x01, 0x0a, 0x1a, 0x51, 0x75, 0x65, 0x72, 0x79, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x65, 779 0x64, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x3d, 780 0x0a, 0x18, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x72, 0x65, 0x73, 781 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 782 0x42, 0x03, 0xe0, 0x41, 0x02, 0x52, 0x16, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 783 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x12, 0x1b, 0x0a, 784 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 785 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x61, 786 0x67, 0x65, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 787 0x70, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x22, 0xea, 0x02, 0x0a, 0x1b, 0x51, 0x75, 788 0x65, 0x72, 0x79, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x65, 0x64, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 789 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x56, 0x0a, 0x0f, 0x64, 0x65, 0x70, 790 0x6c, 0x6f, 0x79, 0x65, 0x64, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x18, 0x01, 0x20, 0x03, 791 0x28, 0x0b, 0x32, 0x29, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 792 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 793 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x65, 0x64, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x42, 0x02, 0x18, 794 0x01, 0x52, 0x0e, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x65, 0x64, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 795 0x73, 0x12, 0x26, 0x0a, 0x0f, 0x6e, 0x65, 0x78, 0x74, 0x5f, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x74, 796 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x6e, 0x65, 0x78, 0x74, 797 0x50, 0x61, 0x67, 0x65, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x5c, 0x0a, 0x13, 0x64, 0x65, 0x70, 798 0x6c, 0x6f, 0x79, 0x65, 0x64, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x72, 0x65, 0x66, 0x73, 799 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 800 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 801 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x65, 0x64, 0x4d, 0x6f, 0x64, 0x65, 802 0x6c, 0x52, 0x65, 0x66, 0x52, 0x11, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x65, 0x64, 0x4d, 0x6f, 803 0x64, 0x65, 0x6c, 0x52, 0x65, 0x66, 0x73, 0x12, 0x3b, 0x0a, 0x1a, 0x74, 0x6f, 0x74, 0x61, 0x6c, 804 0x5f, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x65, 0x64, 0x5f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 805 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x17, 0x74, 0x6f, 0x74, 806 0x61, 0x6c, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x65, 0x64, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x43, 807 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x30, 0x0a, 0x14, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x5f, 0x65, 0x6e, 808 0x64, 0x70, 0x6f, 0x69, 0x6e, 0x74, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 809 0x28, 0x05, 0x52, 0x12, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x45, 0x6e, 0x64, 0x70, 0x6f, 0x69, 0x6e, 810 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x32, 0x88, 0x0e, 0x0a, 0x1d, 0x44, 0x65, 0x70, 0x6c, 0x6f, 811 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 812 0x6c, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0xcf, 0x02, 0x0a, 0x1c, 0x43, 0x72, 0x65, 813 0x61, 0x74, 0x65, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 814 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x12, 0x3f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 815 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 816 0x6f, 0x72, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x65, 0x70, 817 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 818 0x6f, 0x6f, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 819 0x67, 0x6c, 0x65, 0x2e, 0x6c, 0x6f, 0x6e, 0x67, 0x72, 0x75, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x2e, 820 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xce, 0x01, 0xca, 0x41, 0x47, 0x0a, 821 0x16, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 822 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x12, 0x2d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 823 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 824 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 825 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xda, 0x41, 0x3b, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x2c, 826 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x72, 0x65, 0x73, 0x6f, 0x75, 827 0x72, 0x63, 0x65, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x2c, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 828 0x65, 0x6e, 0x74, 0x5f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x70, 0x6f, 0x6f, 829 0x6c, 0x5f, 0x69, 0x64, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x40, 0x3a, 0x01, 0x2a, 0x22, 0x3b, 0x2f, 830 0x76, 0x31, 0x2f, 0x7b, 0x70, 0x61, 0x72, 0x65, 0x6e, 0x74, 0x3d, 0x70, 0x72, 0x6f, 0x6a, 0x65, 831 0x63, 0x74, 0x73, 0x2f, 0x2a, 0x2f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 832 0x2a, 0x7d, 0x2f, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 833 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x12, 0xd9, 0x01, 0x0a, 0x19, 0x47, 834 0x65, 0x74, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x6f, 835 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x12, 0x3c, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 836 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 837 0x72, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 838 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x52, 839 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x32, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 840 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 841 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 842 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x22, 0x4a, 0xda, 0x41, 0x04, 0x6e, 843 0x61, 0x6d, 0x65, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3d, 0x12, 0x3b, 0x2f, 0x76, 0x31, 0x2f, 0x7b, 844 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x2a, 0x2f, 845 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x64, 0x65, 0x70, 0x6c, 846 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 847 0x6f, 0x6c, 0x73, 0x2f, 0x2a, 0x7d, 0x12, 0xec, 0x01, 0x0a, 0x1b, 0x4c, 0x69, 0x73, 0x74, 0x44, 848 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 849 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x12, 0x3e, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 850 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 851 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 852 0x6e, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x52, 853 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x3f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 854 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 855 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 856 0x6e, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x52, 857 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4c, 0xda, 0x41, 0x06, 0x70, 0x61, 0x72, 0x65, 858 0x6e, 0x74, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x3d, 0x12, 0x3b, 0x2f, 0x76, 0x31, 0x2f, 0x7b, 0x70, 859 0x61, 0x72, 0x65, 0x6e, 0x74, 0x3d, 0x70, 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x2a, 860 0x2f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x7d, 0x2f, 0x64, 0x65, 861 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 862 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x12, 0xe8, 0x02, 0x0a, 0x1c, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 863 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 864 0x63, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x12, 0x3f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 865 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 866 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 867 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 868 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 869 0x2e, 0x6c, 0x6f, 0x6e, 0x67, 0x72, 0x75, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x2e, 0x4f, 0x70, 0x65, 870 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x22, 0xe7, 0x01, 0xca, 0x41, 0x47, 0x0a, 0x16, 0x44, 0x65, 871 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 872 0x50, 0x6f, 0x6f, 0x6c, 0x12, 0x2d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x44, 0x65, 0x70, 0x6c, 873 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 874 0x6f, 0x6c, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 0x74, 0x61, 0x64, 875 0x61, 0x74, 0x61, 0xda, 0x41, 0x24, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 876 0x5f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x2c, 0x75, 877 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x6d, 0x61, 0x73, 0x6b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x70, 878 0x3a, 0x18, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x72, 0x65, 0x73, 879 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x32, 0x54, 0x2f, 0x76, 0x31, 0x2f, 880 0x7b, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x72, 0x65, 0x73, 0x6f, 881 0x75, 0x72, 0x63, 0x65, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x2e, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x70, 882 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x2a, 0x2f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 883 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 884 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x2f, 0x2a, 0x7d, 885 0x12, 0xfd, 0x01, 0x0a, 0x1c, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x65, 0x70, 0x6c, 0x6f, 886 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 887 0x6c, 0x12, 0x3f, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 888 0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x44, 889 0x65, 0x6c, 0x65, 0x74, 0x65, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 890 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x52, 0x65, 0x71, 0x75, 0x65, 891 0x73, 0x74, 0x1a, 0x1d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x6c, 0x6f, 0x6e, 0x67, 892 0x72, 0x75, 0x6e, 0x6e, 0x69, 0x6e, 0x67, 0x2e, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 893 0x6e, 0x22, 0x7d, 0xca, 0x41, 0x30, 0x0a, 0x15, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x70, 894 0x72, 0x6f, 0x74, 0x6f, 0x62, 0x75, 0x66, 0x2e, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x12, 0x17, 0x44, 895 0x65, 0x6c, 0x65, 0x74, 0x65, 0x4f, 0x70, 0x65, 0x72, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x4d, 0x65, 896 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xda, 0x41, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x82, 0xd3, 0xe4, 897 0x93, 0x02, 0x3d, 0x2a, 0x3b, 0x2f, 0x76, 0x31, 0x2f, 0x7b, 0x6e, 0x61, 0x6d, 0x65, 0x3d, 0x70, 898 0x72, 0x6f, 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x2a, 0x2f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 899 0x6f, 0x6e, 0x73, 0x2f, 0x2a, 0x2f, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 900 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x2f, 0x2a, 0x7d, 901 0x12, 0x8f, 0x02, 0x0a, 0x13, 0x51, 0x75, 0x65, 0x72, 0x79, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 902 0x65, 0x64, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x12, 0x36, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 903 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 904 0x72, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x44, 0x65, 0x70, 0x6c, 0x6f, 905 0x79, 0x65, 0x64, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 906 0x1a, 0x37, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 907 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x76, 0x31, 0x2e, 0x51, 0x75, 908 0x65, 0x72, 0x79, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x65, 0x64, 0x4d, 0x6f, 0x64, 0x65, 0x6c, 909 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x86, 0x01, 0xda, 0x41, 0x18, 0x64, 910 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 911 0x63, 0x65, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x65, 0x12, 0x63, 0x2f, 912 0x76, 0x31, 0x2f, 0x7b, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x72, 913 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x5f, 0x70, 0x6f, 0x6f, 0x6c, 0x3d, 0x70, 0x72, 0x6f, 914 0x6a, 0x65, 0x63, 0x74, 0x73, 0x2f, 0x2a, 0x2f, 0x6c, 0x6f, 0x63, 0x61, 0x74, 0x69, 0x6f, 0x6e, 915 0x73, 0x2f, 0x2a, 0x2f, 0x64, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 916 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x73, 0x2f, 0x2a, 0x7d, 0x3a, 0x71, 917 0x75, 0x65, 0x72, 0x79, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x65, 0x64, 0x4d, 0x6f, 0x64, 0x65, 918 0x6c, 0x73, 0x1a, 0x4d, 0xca, 0x41, 0x19, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 919 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 920 0xd2, 0x41, 0x2e, 0x68, 0x74, 0x74, 0x70, 0x73, 0x3a, 0x2f, 0x2f, 0x77, 0x77, 0x77, 0x2e, 0x67, 921 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x61, 0x70, 0x69, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x61, 0x75, 922 0x74, 0x68, 0x2f, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2d, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 923 0x6d, 0x42, 0xe0, 0x01, 0x0a, 0x1e, 0x63, 0x6f, 0x6d, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 924 0x2e, 0x63, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 925 0x6d, 0x2e, 0x76, 0x31, 0x42, 0x22, 0x44, 0x65, 0x70, 0x6c, 0x6f, 0x79, 0x6d, 0x65, 0x6e, 0x74, 926 0x52, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x50, 0x6f, 0x6f, 0x6c, 0x53, 0x65, 0x72, 0x76, 927 0x69, 0x63, 0x65, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x3e, 0x63, 0x6c, 0x6f, 0x75, 928 0x64, 0x2e, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x2f, 929 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x2f, 0x61, 0x70, 0x69, 0x76, 0x31, 930 0x2f, 0x61, 0x69, 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x70, 0x62, 0x3b, 0x61, 0x69, 931 0x70, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 0x70, 0x62, 0xaa, 0x02, 0x1a, 0x47, 0x6f, 0x6f, 932 0x67, 0x6c, 0x65, 0x2e, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x2e, 0x41, 0x49, 0x50, 0x6c, 0x61, 0x74, 933 0x66, 0x6f, 0x72, 0x6d, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x1a, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 934 0x5c, 0x43, 0x6c, 0x6f, 0x75, 0x64, 0x5c, 0x41, 0x49, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 935 0x6d, 0x5c, 0x56, 0x31, 0xea, 0x02, 0x1d, 0x47, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x3a, 0x3a, 0x43, 936 0x6c, 0x6f, 0x75, 0x64, 0x3a, 0x3a, 0x41, 0x49, 0x50, 0x6c, 0x61, 0x74, 0x66, 0x6f, 0x72, 0x6d, 937 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, 938 } 939 940 var ( 941 file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_rawDescOnce sync.Once 942 file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_rawDescData = file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_rawDesc 943 ) 944 945 func file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_rawDescGZIP() []byte { 946 file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_rawDescOnce.Do(func() { 947 file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_rawDescData = protoimpl.X.CompressGZIP(file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_rawDescData) 948 }) 949 return file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_rawDescData 950 } 951 952 var file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_msgTypes = make([]protoimpl.MessageInfo, 10) 953 var file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_goTypes = []any{ 954 (*CreateDeploymentResourcePoolRequest)(nil), // 0: google.cloud.aiplatform.v1.CreateDeploymentResourcePoolRequest 955 (*CreateDeploymentResourcePoolOperationMetadata)(nil), // 1: google.cloud.aiplatform.v1.CreateDeploymentResourcePoolOperationMetadata 956 (*GetDeploymentResourcePoolRequest)(nil), // 2: google.cloud.aiplatform.v1.GetDeploymentResourcePoolRequest 957 (*ListDeploymentResourcePoolsRequest)(nil), // 3: google.cloud.aiplatform.v1.ListDeploymentResourcePoolsRequest 958 (*ListDeploymentResourcePoolsResponse)(nil), // 4: google.cloud.aiplatform.v1.ListDeploymentResourcePoolsResponse 959 (*UpdateDeploymentResourcePoolRequest)(nil), // 5: google.cloud.aiplatform.v1.UpdateDeploymentResourcePoolRequest 960 (*UpdateDeploymentResourcePoolOperationMetadata)(nil), // 6: google.cloud.aiplatform.v1.UpdateDeploymentResourcePoolOperationMetadata 961 (*DeleteDeploymentResourcePoolRequest)(nil), // 7: google.cloud.aiplatform.v1.DeleteDeploymentResourcePoolRequest 962 (*QueryDeployedModelsRequest)(nil), // 8: google.cloud.aiplatform.v1.QueryDeployedModelsRequest 963 (*QueryDeployedModelsResponse)(nil), // 9: google.cloud.aiplatform.v1.QueryDeployedModelsResponse 964 (*DeploymentResourcePool)(nil), // 10: google.cloud.aiplatform.v1.DeploymentResourcePool 965 (*GenericOperationMetadata)(nil), // 11: google.cloud.aiplatform.v1.GenericOperationMetadata 966 (*fieldmaskpb.FieldMask)(nil), // 12: google.protobuf.FieldMask 967 (*DeployedModel)(nil), // 13: google.cloud.aiplatform.v1.DeployedModel 968 (*DeployedModelRef)(nil), // 14: google.cloud.aiplatform.v1.DeployedModelRef 969 (*longrunningpb.Operation)(nil), // 15: google.longrunning.Operation 970 } 971 var file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_depIdxs = []int32{ 972 10, // 0: google.cloud.aiplatform.v1.CreateDeploymentResourcePoolRequest.deployment_resource_pool:type_name -> google.cloud.aiplatform.v1.DeploymentResourcePool 973 11, // 1: google.cloud.aiplatform.v1.CreateDeploymentResourcePoolOperationMetadata.generic_metadata:type_name -> google.cloud.aiplatform.v1.GenericOperationMetadata 974 10, // 2: google.cloud.aiplatform.v1.ListDeploymentResourcePoolsResponse.deployment_resource_pools:type_name -> google.cloud.aiplatform.v1.DeploymentResourcePool 975 10, // 3: google.cloud.aiplatform.v1.UpdateDeploymentResourcePoolRequest.deployment_resource_pool:type_name -> google.cloud.aiplatform.v1.DeploymentResourcePool 976 12, // 4: google.cloud.aiplatform.v1.UpdateDeploymentResourcePoolRequest.update_mask:type_name -> google.protobuf.FieldMask 977 11, // 5: google.cloud.aiplatform.v1.UpdateDeploymentResourcePoolOperationMetadata.generic_metadata:type_name -> google.cloud.aiplatform.v1.GenericOperationMetadata 978 13, // 6: google.cloud.aiplatform.v1.QueryDeployedModelsResponse.deployed_models:type_name -> google.cloud.aiplatform.v1.DeployedModel 979 14, // 7: google.cloud.aiplatform.v1.QueryDeployedModelsResponse.deployed_model_refs:type_name -> google.cloud.aiplatform.v1.DeployedModelRef 980 0, // 8: google.cloud.aiplatform.v1.DeploymentResourcePoolService.CreateDeploymentResourcePool:input_type -> google.cloud.aiplatform.v1.CreateDeploymentResourcePoolRequest 981 2, // 9: google.cloud.aiplatform.v1.DeploymentResourcePoolService.GetDeploymentResourcePool:input_type -> google.cloud.aiplatform.v1.GetDeploymentResourcePoolRequest 982 3, // 10: google.cloud.aiplatform.v1.DeploymentResourcePoolService.ListDeploymentResourcePools:input_type -> google.cloud.aiplatform.v1.ListDeploymentResourcePoolsRequest 983 5, // 11: google.cloud.aiplatform.v1.DeploymentResourcePoolService.UpdateDeploymentResourcePool:input_type -> google.cloud.aiplatform.v1.UpdateDeploymentResourcePoolRequest 984 7, // 12: google.cloud.aiplatform.v1.DeploymentResourcePoolService.DeleteDeploymentResourcePool:input_type -> google.cloud.aiplatform.v1.DeleteDeploymentResourcePoolRequest 985 8, // 13: google.cloud.aiplatform.v1.DeploymentResourcePoolService.QueryDeployedModels:input_type -> google.cloud.aiplatform.v1.QueryDeployedModelsRequest 986 15, // 14: google.cloud.aiplatform.v1.DeploymentResourcePoolService.CreateDeploymentResourcePool:output_type -> google.longrunning.Operation 987 10, // 15: google.cloud.aiplatform.v1.DeploymentResourcePoolService.GetDeploymentResourcePool:output_type -> google.cloud.aiplatform.v1.DeploymentResourcePool 988 4, // 16: google.cloud.aiplatform.v1.DeploymentResourcePoolService.ListDeploymentResourcePools:output_type -> google.cloud.aiplatform.v1.ListDeploymentResourcePoolsResponse 989 15, // 17: google.cloud.aiplatform.v1.DeploymentResourcePoolService.UpdateDeploymentResourcePool:output_type -> google.longrunning.Operation 990 15, // 18: google.cloud.aiplatform.v1.DeploymentResourcePoolService.DeleteDeploymentResourcePool:output_type -> google.longrunning.Operation 991 9, // 19: google.cloud.aiplatform.v1.DeploymentResourcePoolService.QueryDeployedModels:output_type -> google.cloud.aiplatform.v1.QueryDeployedModelsResponse 992 14, // [14:20] is the sub-list for method output_type 993 8, // [8:14] is the sub-list for method input_type 994 8, // [8:8] is the sub-list for extension type_name 995 8, // [8:8] is the sub-list for extension extendee 996 0, // [0:8] is the sub-list for field type_name 997 } 998 999 func init() { file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_init() } 1000 func file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_init() { 1001 if File_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto != nil { 1002 return 1003 } 1004 file_google_cloud_aiplatform_v1_deployed_model_ref_proto_init() 1005 file_google_cloud_aiplatform_v1_deployment_resource_pool_proto_init() 1006 file_google_cloud_aiplatform_v1_endpoint_proto_init() 1007 file_google_cloud_aiplatform_v1_operation_proto_init() 1008 type x struct{} 1009 out := protoimpl.TypeBuilder{ 1010 File: protoimpl.DescBuilder{ 1011 GoPackagePath: reflect.TypeOf(x{}).PkgPath(), 1012 RawDescriptor: file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_rawDesc, 1013 NumEnums: 0, 1014 NumMessages: 10, 1015 NumExtensions: 0, 1016 NumServices: 1, 1017 }, 1018 GoTypes: file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_goTypes, 1019 DependencyIndexes: file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_depIdxs, 1020 MessageInfos: file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_msgTypes, 1021 }.Build() 1022 File_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto = out.File 1023 file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_rawDesc = nil 1024 file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_goTypes = nil 1025 file_google_cloud_aiplatform_v1_deployment_resource_pool_service_proto_depIdxs = nil 1026 }