pulumi-gcp 7.8.0a1706805960__py3-none-any.whl → 7.8.0a1706829616__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (79) hide show
  1. pulumi_gcp/_utilities.py +6 -2
  2. pulumi_gcp/alloydb/outputs.py +16 -0
  3. pulumi_gcp/artifactregistry/outputs.py +204 -0
  4. pulumi_gcp/assuredworkloads/_inputs.py +34 -0
  5. pulumi_gcp/assuredworkloads/outputs.py +34 -0
  6. pulumi_gcp/backupdisasterrecovery/outputs.py +20 -0
  7. pulumi_gcp/beyondcorp/outputs.py +54 -0
  8. pulumi_gcp/bigquery/_inputs.py +18 -0
  9. pulumi_gcp/bigquery/outputs.py +172 -0
  10. pulumi_gcp/bigtable/_inputs.py +4 -0
  11. pulumi_gcp/bigtable/outputs.py +4 -0
  12. pulumi_gcp/certificateauthority/outputs.py +378 -0
  13. pulumi_gcp/certificatemanager/outputs.py +32 -0
  14. pulumi_gcp/cloudbuild/outputs.py +1009 -3
  15. pulumi_gcp/cloudbuildv2/_inputs.py +14 -0
  16. pulumi_gcp/cloudbuildv2/outputs.py +14 -0
  17. pulumi_gcp/clouddeploy/_inputs.py +36 -0
  18. pulumi_gcp/clouddeploy/outputs.py +36 -0
  19. pulumi_gcp/cloudfunctions/_inputs.py +4 -0
  20. pulumi_gcp/cloudfunctions/outputs.py +54 -0
  21. pulumi_gcp/cloudfunctionsv2/outputs.py +302 -0
  22. pulumi_gcp/cloudidentity/outputs.py +54 -0
  23. pulumi_gcp/cloudrun/outputs.py +704 -0
  24. pulumi_gcp/cloudrunv2/outputs.py +929 -5
  25. pulumi_gcp/composer/_inputs.py +430 -0
  26. pulumi_gcp/composer/outputs.py +860 -0
  27. pulumi_gcp/compute/_inputs.py +924 -0
  28. pulumi_gcp/compute/outputs.py +4091 -1
  29. pulumi_gcp/container/_inputs.py +542 -0
  30. pulumi_gcp/container/outputs.py +2137 -3
  31. pulumi_gcp/dataplex/_inputs.py +66 -0
  32. pulumi_gcp/dataplex/outputs.py +66 -0
  33. pulumi_gcp/dataproc/_inputs.py +174 -0
  34. pulumi_gcp/dataproc/outputs.py +174 -0
  35. pulumi_gcp/dns/_inputs.py +34 -0
  36. pulumi_gcp/dns/outputs.py +34 -0
  37. pulumi_gcp/filestore/outputs.py +88 -0
  38. pulumi_gcp/firebaserules/_inputs.py +6 -0
  39. pulumi_gcp/firebaserules/outputs.py +6 -0
  40. pulumi_gcp/folder/_inputs.py +4 -0
  41. pulumi_gcp/folder/iam_audit_config.py +2 -2
  42. pulumi_gcp/folder/iam_member.py +2 -2
  43. pulumi_gcp/folder/iam_policy.py +2 -2
  44. pulumi_gcp/folder/outputs.py +54 -0
  45. pulumi_gcp/gkehub/_inputs.py +8 -0
  46. pulumi_gcp/gkehub/outputs.py +8 -0
  47. pulumi_gcp/iam/outputs.py +92 -0
  48. pulumi_gcp/kms/outputs.py +16 -0
  49. pulumi_gcp/logging/_inputs.py +108 -0
  50. pulumi_gcp/logging/outputs.py +108 -0
  51. pulumi_gcp/monitoring/outputs.py +14 -0
  52. pulumi_gcp/networkconnectivity/_inputs.py +6 -0
  53. pulumi_gcp/networkconnectivity/outputs.py +6 -0
  54. pulumi_gcp/organizations/_inputs.py +4 -0
  55. pulumi_gcp/organizations/iam_audit_config.py +2 -2
  56. pulumi_gcp/organizations/iam_member.py +2 -2
  57. pulumi_gcp/organizations/iam_policy.py +2 -2
  58. pulumi_gcp/organizations/outputs.py +4 -0
  59. pulumi_gcp/projects/_inputs.py +4 -0
  60. pulumi_gcp/projects/iam_audit_config.py +2 -2
  61. pulumi_gcp/projects/iam_binding.py +2 -2
  62. pulumi_gcp/projects/iam_member.py +2 -2
  63. pulumi_gcp/projects/iam_policy.py +2 -2
  64. pulumi_gcp/projects/outputs.py +54 -0
  65. pulumi_gcp/pubsub/outputs.py +282 -0
  66. pulumi_gcp/redis/outputs.py +204 -0
  67. pulumi_gcp/secretmanager/outputs.py +88 -0
  68. pulumi_gcp/sourcerepo/outputs.py +20 -0
  69. pulumi_gcp/spanner/outputs.py +68 -0
  70. pulumi_gcp/sql/_inputs.py +50 -0
  71. pulumi_gcp/sql/outputs.py +904 -0
  72. pulumi_gcp/storage/outputs.py +188 -0
  73. pulumi_gcp/vertex/outputs.py +124 -0
  74. pulumi_gcp/vmwareengine/outputs.py +208 -0
  75. pulumi_gcp/vpcaccess/outputs.py +4 -0
  76. {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/METADATA +2 -1
  77. {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/RECORD +79 -79
  78. {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/WHEEL +0 -0
  79. {pulumi_gcp-7.8.0a1706805960.dist-info → pulumi_gcp-7.8.0a1706829616.dist-info}/top_level.txt +0 -0
@@ -559,6 +559,11 @@ class ConnectionInstallationStateArgs:
559
559
  action_uri: Optional[pulumi.Input[str]] = None,
560
560
  message: Optional[pulumi.Input[str]] = None,
561
561
  stage: Optional[pulumi.Input[str]] = None):
562
+ """
563
+ :param pulumi.Input[str] action_uri: Output only. Link to follow for next action. Empty string if the installation is already complete.
564
+ :param pulumi.Input[str] message: Output only. Message of what the user should do next to continue the installation. Empty string if the installation is already complete.
565
+ :param pulumi.Input[str] stage: Output only. Current step of the installation process. Possible values: STAGE_UNSPECIFIED, PENDING_CREATE_APP, PENDING_USER_OAUTH, PENDING_INSTALL_APP, COMPLETE
566
+ """
562
567
  if action_uri is not None:
563
568
  pulumi.set(__self__, "action_uri", action_uri)
564
569
  if message is not None:
@@ -569,6 +574,9 @@ class ConnectionInstallationStateArgs:
569
574
  @property
570
575
  @pulumi.getter(name="actionUri")
571
576
  def action_uri(self) -> Optional[pulumi.Input[str]]:
577
+ """
578
+ Output only. Link to follow for next action. Empty string if the installation is already complete.
579
+ """
572
580
  return pulumi.get(self, "action_uri")
573
581
 
574
582
  @action_uri.setter
@@ -578,6 +586,9 @@ class ConnectionInstallationStateArgs:
578
586
  @property
579
587
  @pulumi.getter
580
588
  def message(self) -> Optional[pulumi.Input[str]]:
589
+ """
590
+ Output only. Message of what the user should do next to continue the installation. Empty string if the installation is already complete.
591
+ """
581
592
  return pulumi.get(self, "message")
582
593
 
583
594
  @message.setter
@@ -587,6 +598,9 @@ class ConnectionInstallationStateArgs:
587
598
  @property
588
599
  @pulumi.getter
589
600
  def stage(self) -> Optional[pulumi.Input[str]]:
601
+ """
602
+ Output only. Current step of the installation process. Possible values: STAGE_UNSPECIFIED, PENDING_CREATE_APP, PENDING_USER_OAUTH, PENDING_INSTALL_APP, COMPLETE
603
+ """
590
604
  return pulumi.get(self, "stage")
591
605
 
592
606
  @stage.setter
@@ -583,6 +583,11 @@ class ConnectionInstallationState(dict):
583
583
  action_uri: Optional[str] = None,
584
584
  message: Optional[str] = None,
585
585
  stage: Optional[str] = None):
586
+ """
587
+ :param str action_uri: Output only. Link to follow for next action. Empty string if the installation is already complete.
588
+ :param str message: Output only. Message of what the user should do next to continue the installation. Empty string if the installation is already complete.
589
+ :param str stage: Output only. Current step of the installation process. Possible values: STAGE_UNSPECIFIED, PENDING_CREATE_APP, PENDING_USER_OAUTH, PENDING_INSTALL_APP, COMPLETE
590
+ """
586
591
  if action_uri is not None:
587
592
  pulumi.set(__self__, "action_uri", action_uri)
588
593
  if message is not None:
@@ -593,16 +598,25 @@ class ConnectionInstallationState(dict):
593
598
  @property
594
599
  @pulumi.getter(name="actionUri")
595
600
  def action_uri(self) -> Optional[str]:
601
+ """
602
+ Output only. Link to follow for next action. Empty string if the installation is already complete.
603
+ """
596
604
  return pulumi.get(self, "action_uri")
597
605
 
598
606
  @property
599
607
  @pulumi.getter
600
608
  def message(self) -> Optional[str]:
609
+ """
610
+ Output only. Message of what the user should do next to continue the installation. Empty string if the installation is already complete.
611
+ """
601
612
  return pulumi.get(self, "message")
602
613
 
603
614
  @property
604
615
  @pulumi.getter
605
616
  def stage(self) -> Optional[str]:
617
+ """
618
+ Output only. Current step of the installation process. Possible values: STAGE_UNSPECIFIED, PENDING_CREATE_APP, PENDING_USER_OAUTH, PENDING_INSTALL_APP, COMPLETE
619
+ """
606
620
  return pulumi.get(self, "stage")
607
621
 
608
622
 
@@ -286,6 +286,11 @@ class DeliveryPipelineConditionArgs:
286
286
  pipeline_ready_conditions: Optional[pulumi.Input[Sequence[pulumi.Input['DeliveryPipelineConditionPipelineReadyConditionArgs']]]] = None,
287
287
  targets_present_conditions: Optional[pulumi.Input[Sequence[pulumi.Input['DeliveryPipelineConditionTargetsPresentConditionArgs']]]] = None,
288
288
  targets_type_conditions: Optional[pulumi.Input[Sequence[pulumi.Input['DeliveryPipelineConditionTargetsTypeConditionArgs']]]] = None):
289
+ """
290
+ :param pulumi.Input[Sequence[pulumi.Input['DeliveryPipelineConditionPipelineReadyConditionArgs']]] pipeline_ready_conditions: Details around the Pipeline's overall status.
291
+ :param pulumi.Input[Sequence[pulumi.Input['DeliveryPipelineConditionTargetsPresentConditionArgs']]] targets_present_conditions: Details around targets enumerated in the pipeline.
292
+ :param pulumi.Input[Sequence[pulumi.Input['DeliveryPipelineConditionTargetsTypeConditionArgs']]] targets_type_conditions: Details on the whether the targets enumerated in the pipeline are of the same type.
293
+ """
289
294
  if pipeline_ready_conditions is not None:
290
295
  pulumi.set(__self__, "pipeline_ready_conditions", pipeline_ready_conditions)
291
296
  if targets_present_conditions is not None:
@@ -296,6 +301,9 @@ class DeliveryPipelineConditionArgs:
296
301
  @property
297
302
  @pulumi.getter(name="pipelineReadyConditions")
298
303
  def pipeline_ready_conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeliveryPipelineConditionPipelineReadyConditionArgs']]]]:
304
+ """
305
+ Details around the Pipeline's overall status.
306
+ """
299
307
  return pulumi.get(self, "pipeline_ready_conditions")
300
308
 
301
309
  @pipeline_ready_conditions.setter
@@ -305,6 +313,9 @@ class DeliveryPipelineConditionArgs:
305
313
  @property
306
314
  @pulumi.getter(name="targetsPresentConditions")
307
315
  def targets_present_conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeliveryPipelineConditionTargetsPresentConditionArgs']]]]:
316
+ """
317
+ Details around targets enumerated in the pipeline.
318
+ """
308
319
  return pulumi.get(self, "targets_present_conditions")
309
320
 
310
321
  @targets_present_conditions.setter
@@ -314,6 +325,9 @@ class DeliveryPipelineConditionArgs:
314
325
  @property
315
326
  @pulumi.getter(name="targetsTypeConditions")
316
327
  def targets_type_conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['DeliveryPipelineConditionTargetsTypeConditionArgs']]]]:
328
+ """
329
+ Details on the whether the targets enumerated in the pipeline are of the same type.
330
+ """
317
331
  return pulumi.get(self, "targets_type_conditions")
318
332
 
319
333
  @targets_type_conditions.setter
@@ -327,6 +341,7 @@ class DeliveryPipelineConditionPipelineReadyConditionArgs:
327
341
  status: Optional[pulumi.Input[bool]] = None,
328
342
  update_time: Optional[pulumi.Input[str]] = None):
329
343
  """
344
+ :param pulumi.Input[bool] status: True if the Pipeline is in a valid state. Otherwise at least one condition in `PipelineCondition` is in an invalid state. Iterate over those conditions and see which condition(s) has status = false to find out what is wrong with the Pipeline.
330
345
  :param pulumi.Input[str] update_time: Output only. Most recent time at which the pipeline was updated.
331
346
  """
332
347
  if status is not None:
@@ -337,6 +352,9 @@ class DeliveryPipelineConditionPipelineReadyConditionArgs:
337
352
  @property
338
353
  @pulumi.getter
339
354
  def status(self) -> Optional[pulumi.Input[bool]]:
355
+ """
356
+ True if the Pipeline is in a valid state. Otherwise at least one condition in `PipelineCondition` is in an invalid state. Iterate over those conditions and see which condition(s) has status = false to find out what is wrong with the Pipeline.
357
+ """
340
358
  return pulumi.get(self, "status")
341
359
 
342
360
  @status.setter
@@ -363,6 +381,8 @@ class DeliveryPipelineConditionTargetsPresentConditionArgs:
363
381
  status: Optional[pulumi.Input[bool]] = None,
364
382
  update_time: Optional[pulumi.Input[str]] = None):
365
383
  """
384
+ :param pulumi.Input[Sequence[pulumi.Input[str]]] missing_targets: The list of Target names that are missing. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
385
+ :param pulumi.Input[bool] status: True if there aren't any missing Targets.
366
386
  :param pulumi.Input[str] update_time: Output only. Most recent time at which the pipeline was updated.
367
387
  """
368
388
  if missing_targets is not None:
@@ -375,6 +395,9 @@ class DeliveryPipelineConditionTargetsPresentConditionArgs:
375
395
  @property
376
396
  @pulumi.getter(name="missingTargets")
377
397
  def missing_targets(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
398
+ """
399
+ The list of Target names that are missing. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
400
+ """
378
401
  return pulumi.get(self, "missing_targets")
379
402
 
380
403
  @missing_targets.setter
@@ -384,6 +407,9 @@ class DeliveryPipelineConditionTargetsPresentConditionArgs:
384
407
  @property
385
408
  @pulumi.getter
386
409
  def status(self) -> Optional[pulumi.Input[bool]]:
410
+ """
411
+ True if there aren't any missing Targets.
412
+ """
387
413
  return pulumi.get(self, "status")
388
414
 
389
415
  @status.setter
@@ -408,6 +434,10 @@ class DeliveryPipelineConditionTargetsTypeConditionArgs:
408
434
  def __init__(__self__, *,
409
435
  error_details: Optional[pulumi.Input[str]] = None,
410
436
  status: Optional[pulumi.Input[bool]] = None):
437
+ """
438
+ :param pulumi.Input[str] error_details: Human readable error message.
439
+ :param pulumi.Input[bool] status: True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.
440
+ """
411
441
  if error_details is not None:
412
442
  pulumi.set(__self__, "error_details", error_details)
413
443
  if status is not None:
@@ -416,6 +446,9 @@ class DeliveryPipelineConditionTargetsTypeConditionArgs:
416
446
  @property
417
447
  @pulumi.getter(name="errorDetails")
418
448
  def error_details(self) -> Optional[pulumi.Input[str]]:
449
+ """
450
+ Human readable error message.
451
+ """
419
452
  return pulumi.get(self, "error_details")
420
453
 
421
454
  @error_details.setter
@@ -425,6 +458,9 @@ class DeliveryPipelineConditionTargetsTypeConditionArgs:
425
458
  @property
426
459
  @pulumi.getter
427
460
  def status(self) -> Optional[pulumi.Input[bool]]:
461
+ """
462
+ True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.
463
+ """
428
464
  return pulumi.get(self, "status")
429
465
 
430
466
  @status.setter
@@ -315,6 +315,11 @@ class DeliveryPipelineCondition(dict):
315
315
  pipeline_ready_conditions: Optional[Sequence['outputs.DeliveryPipelineConditionPipelineReadyCondition']] = None,
316
316
  targets_present_conditions: Optional[Sequence['outputs.DeliveryPipelineConditionTargetsPresentCondition']] = None,
317
317
  targets_type_conditions: Optional[Sequence['outputs.DeliveryPipelineConditionTargetsTypeCondition']] = None):
318
+ """
319
+ :param Sequence['DeliveryPipelineConditionPipelineReadyConditionArgs'] pipeline_ready_conditions: Details around the Pipeline's overall status.
320
+ :param Sequence['DeliveryPipelineConditionTargetsPresentConditionArgs'] targets_present_conditions: Details around targets enumerated in the pipeline.
321
+ :param Sequence['DeliveryPipelineConditionTargetsTypeConditionArgs'] targets_type_conditions: Details on the whether the targets enumerated in the pipeline are of the same type.
322
+ """
318
323
  if pipeline_ready_conditions is not None:
319
324
  pulumi.set(__self__, "pipeline_ready_conditions", pipeline_ready_conditions)
320
325
  if targets_present_conditions is not None:
@@ -325,16 +330,25 @@ class DeliveryPipelineCondition(dict):
325
330
  @property
326
331
  @pulumi.getter(name="pipelineReadyConditions")
327
332
  def pipeline_ready_conditions(self) -> Optional[Sequence['outputs.DeliveryPipelineConditionPipelineReadyCondition']]:
333
+ """
334
+ Details around the Pipeline's overall status.
335
+ """
328
336
  return pulumi.get(self, "pipeline_ready_conditions")
329
337
 
330
338
  @property
331
339
  @pulumi.getter(name="targetsPresentConditions")
332
340
  def targets_present_conditions(self) -> Optional[Sequence['outputs.DeliveryPipelineConditionTargetsPresentCondition']]:
341
+ """
342
+ Details around targets enumerated in the pipeline.
343
+ """
333
344
  return pulumi.get(self, "targets_present_conditions")
334
345
 
335
346
  @property
336
347
  @pulumi.getter(name="targetsTypeConditions")
337
348
  def targets_type_conditions(self) -> Optional[Sequence['outputs.DeliveryPipelineConditionTargetsTypeCondition']]:
349
+ """
350
+ Details on the whether the targets enumerated in the pipeline are of the same type.
351
+ """
338
352
  return pulumi.get(self, "targets_type_conditions")
339
353
 
340
354
 
@@ -361,6 +375,7 @@ class DeliveryPipelineConditionPipelineReadyCondition(dict):
361
375
  status: Optional[bool] = None,
362
376
  update_time: Optional[str] = None):
363
377
  """
378
+ :param bool status: True if the Pipeline is in a valid state. Otherwise at least one condition in `PipelineCondition` is in an invalid state. Iterate over those conditions and see which condition(s) has status = false to find out what is wrong with the Pipeline.
364
379
  :param str update_time: Output only. Most recent time at which the pipeline was updated.
365
380
  """
366
381
  if status is not None:
@@ -371,6 +386,9 @@ class DeliveryPipelineConditionPipelineReadyCondition(dict):
371
386
  @property
372
387
  @pulumi.getter
373
388
  def status(self) -> Optional[bool]:
389
+ """
390
+ True if the Pipeline is in a valid state. Otherwise at least one condition in `PipelineCondition` is in an invalid state. Iterate over those conditions and see which condition(s) has status = false to find out what is wrong with the Pipeline.
391
+ """
374
392
  return pulumi.get(self, "status")
375
393
 
376
394
  @property
@@ -408,6 +426,8 @@ class DeliveryPipelineConditionTargetsPresentCondition(dict):
408
426
  status: Optional[bool] = None,
409
427
  update_time: Optional[str] = None):
410
428
  """
429
+ :param Sequence[str] missing_targets: The list of Target names that are missing. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
430
+ :param bool status: True if there aren't any missing Targets.
411
431
  :param str update_time: Output only. Most recent time at which the pipeline was updated.
412
432
  """
413
433
  if missing_targets is not None:
@@ -420,11 +440,17 @@ class DeliveryPipelineConditionTargetsPresentCondition(dict):
420
440
  @property
421
441
  @pulumi.getter(name="missingTargets")
422
442
  def missing_targets(self) -> Optional[Sequence[str]]:
443
+ """
444
+ The list of Target names that are missing. For example, projects/{project_id}/locations/{location_name}/targets/{target_name}.
445
+ """
423
446
  return pulumi.get(self, "missing_targets")
424
447
 
425
448
  @property
426
449
  @pulumi.getter
427
450
  def status(self) -> Optional[bool]:
451
+ """
452
+ True if there aren't any missing Targets.
453
+ """
428
454
  return pulumi.get(self, "status")
429
455
 
430
456
  @property
@@ -458,6 +484,10 @@ class DeliveryPipelineConditionTargetsTypeCondition(dict):
458
484
  def __init__(__self__, *,
459
485
  error_details: Optional[str] = None,
460
486
  status: Optional[bool] = None):
487
+ """
488
+ :param str error_details: Human readable error message.
489
+ :param bool status: True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.
490
+ """
461
491
  if error_details is not None:
462
492
  pulumi.set(__self__, "error_details", error_details)
463
493
  if status is not None:
@@ -466,11 +496,17 @@ class DeliveryPipelineConditionTargetsTypeCondition(dict):
466
496
  @property
467
497
  @pulumi.getter(name="errorDetails")
468
498
  def error_details(self) -> Optional[str]:
499
+ """
500
+ Human readable error message.
501
+ """
469
502
  return pulumi.get(self, "error_details")
470
503
 
471
504
  @property
472
505
  @pulumi.getter
473
506
  def status(self) -> Optional[bool]:
507
+ """
508
+ True if the targets are all a comparable type. For example this is true if all targets are GKE clusters. This is false if some targets are Cloud Run targets and others are GKE clusters.
509
+ """
474
510
  return pulumi.get(self, "status")
475
511
 
476
512
 
@@ -364,6 +364,7 @@ class FunctionSourceRepositoryArgs:
364
364
  * To refer to a specific commit: `https://source.developers.google.com/projects/*/repos/*/revisions/*/paths/*`
365
365
  * To refer to a moveable alias (branch): `https://source.developers.google.com/projects/*/repos/*/moveable-aliases/*/paths/*`. To refer to HEAD, use the `master` moveable alias.
366
366
  * To refer to a specific fixed alias (tag): `https://source.developers.google.com/projects/*/repos/*/fixed-aliases/*/paths/*`
367
+ :param pulumi.Input[str] deployed_url: The URL pointing to the hosted repository where the function was defined at the time of deployment.
367
368
  """
368
369
  pulumi.set(__self__, "url", url)
369
370
  if deployed_url is not None:
@@ -388,6 +389,9 @@ class FunctionSourceRepositoryArgs:
388
389
  @property
389
390
  @pulumi.getter(name="deployedUrl")
390
391
  def deployed_url(self) -> Optional[pulumi.Input[str]]:
392
+ """
393
+ The URL pointing to the hosted repository where the function was defined at the time of deployment.
394
+ """
391
395
  return pulumi.get(self, "deployed_url")
392
396
 
393
397
  @deployed_url.setter
@@ -363,6 +363,7 @@ class FunctionSourceRepository(dict):
363
363
  * To refer to a specific commit: `https://source.developers.google.com/projects/*/repos/*/revisions/*/paths/*`
364
364
  * To refer to a moveable alias (branch): `https://source.developers.google.com/projects/*/repos/*/moveable-aliases/*/paths/*`. To refer to HEAD, use the `master` moveable alias.
365
365
  * To refer to a specific fixed alias (tag): `https://source.developers.google.com/projects/*/repos/*/fixed-aliases/*/paths/*`
366
+ :param str deployed_url: The URL pointing to the hosted repository where the function was defined at the time of deployment.
366
367
  """
367
368
  pulumi.set(__self__, "url", url)
368
369
  if deployed_url is not None:
@@ -383,6 +384,9 @@ class FunctionSourceRepository(dict):
383
384
  @property
384
385
  @pulumi.getter(name="deployedUrl")
385
386
  def deployed_url(self) -> Optional[str]:
387
+ """
388
+ The URL pointing to the hosted repository where the function was defined at the time of deployment.
389
+ """
386
390
  return pulumi.get(self, "deployed_url")
387
391
 
388
392
 
@@ -455,6 +459,12 @@ class GetFunctionSecretEnvironmentVariableResult(dict):
455
459
  project_id: str,
456
460
  secret: str,
457
461
  version: str):
462
+ """
463
+ :param str key: Name of the environment variable.
464
+ :param str project_id: Project identifier (due to a known limitation, only project number is supported by this field) of the project that contains the secret. If not set, it will be populated with the function's project, assuming that the secret exists in the same project as of the function.
465
+ :param str secret: ID of the secret in secret manager (not the full resource name).
466
+ :param str version: Version of the secret (version number or the string "latest"). It is recommended to use a numeric version for secret environment variables as any updates to the secret value is not reflected until new clones start.
467
+ """
458
468
  pulumi.set(__self__, "key", key)
459
469
  pulumi.set(__self__, "project_id", project_id)
460
470
  pulumi.set(__self__, "secret", secret)
@@ -463,21 +473,33 @@ class GetFunctionSecretEnvironmentVariableResult(dict):
463
473
  @property
464
474
  @pulumi.getter
465
475
  def key(self) -> str:
476
+ """
477
+ Name of the environment variable.
478
+ """
466
479
  return pulumi.get(self, "key")
467
480
 
468
481
  @property
469
482
  @pulumi.getter(name="projectId")
470
483
  def project_id(self) -> str:
484
+ """
485
+ Project identifier (due to a known limitation, only project number is supported by this field) of the project that contains the secret. If not set, it will be populated with the function's project, assuming that the secret exists in the same project as of the function.
486
+ """
471
487
  return pulumi.get(self, "project_id")
472
488
 
473
489
  @property
474
490
  @pulumi.getter
475
491
  def secret(self) -> str:
492
+ """
493
+ ID of the secret in secret manager (not the full resource name).
494
+ """
476
495
  return pulumi.get(self, "secret")
477
496
 
478
497
  @property
479
498
  @pulumi.getter
480
499
  def version(self) -> str:
500
+ """
501
+ Version of the secret (version number or the string "latest"). It is recommended to use a numeric version for secret environment variables as any updates to the secret value is not reflected until new clones start.
502
+ """
481
503
  return pulumi.get(self, "version")
482
504
 
483
505
 
@@ -488,6 +510,12 @@ class GetFunctionSecretVolumeResult(dict):
488
510
  project_id: str,
489
511
  secret: str,
490
512
  versions: Sequence['outputs.GetFunctionSecretVolumeVersionResult']):
513
+ """
514
+ :param str mount_path: The path within the container to mount the secret volume. For example, setting the mount_path as "/etc/secrets" would mount the secret value files under the "/etc/secrets" directory. This directory will also be completely shadowed and unavailable to mount any other secrets. Recommended mount paths: "/etc/secrets" Restricted mount paths: "/cloudsql", "/dev/log", "/pod", "/proc", "/var/log".
515
+ :param str project_id: Project identifier (due to a known limitation, only project number is supported by this field) of the project that contains the secret. If not set, it will be populated with the function's project, assuming that the secret exists in the same project as of the function.
516
+ :param str secret: ID of the secret in secret manager (not the full resource name).
517
+ :param Sequence['GetFunctionSecretVolumeVersionArgs'] versions: List of secret versions to mount for this secret. If empty, the "latest" version of the secret will be made available in a file named after the secret under the mount point.
518
+ """
491
519
  pulumi.set(__self__, "mount_path", mount_path)
492
520
  pulumi.set(__self__, "project_id", project_id)
493
521
  pulumi.set(__self__, "secret", secret)
@@ -496,21 +524,33 @@ class GetFunctionSecretVolumeResult(dict):
496
524
  @property
497
525
  @pulumi.getter(name="mountPath")
498
526
  def mount_path(self) -> str:
527
+ """
528
+ The path within the container to mount the secret volume. For example, setting the mount_path as "/etc/secrets" would mount the secret value files under the "/etc/secrets" directory. This directory will also be completely shadowed and unavailable to mount any other secrets. Recommended mount paths: "/etc/secrets" Restricted mount paths: "/cloudsql", "/dev/log", "/pod", "/proc", "/var/log".
529
+ """
499
530
  return pulumi.get(self, "mount_path")
500
531
 
501
532
  @property
502
533
  @pulumi.getter(name="projectId")
503
534
  def project_id(self) -> str:
535
+ """
536
+ Project identifier (due to a known limitation, only project number is supported by this field) of the project that contains the secret. If not set, it will be populated with the function's project, assuming that the secret exists in the same project as of the function.
537
+ """
504
538
  return pulumi.get(self, "project_id")
505
539
 
506
540
  @property
507
541
  @pulumi.getter
508
542
  def secret(self) -> str:
543
+ """
544
+ ID of the secret in secret manager (not the full resource name).
545
+ """
509
546
  return pulumi.get(self, "secret")
510
547
 
511
548
  @property
512
549
  @pulumi.getter
513
550
  def versions(self) -> Sequence['outputs.GetFunctionSecretVolumeVersionResult']:
551
+ """
552
+ List of secret versions to mount for this secret. If empty, the "latest" version of the secret will be made available in a file named after the secret under the mount point.
553
+ """
514
554
  return pulumi.get(self, "versions")
515
555
 
516
556
 
@@ -519,17 +559,27 @@ class GetFunctionSecretVolumeVersionResult(dict):
519
559
  def __init__(__self__, *,
520
560
  path: str,
521
561
  version: str):
562
+ """
563
+ :param str path: Relative path of the file under the mount path where the secret value for this version will be fetched and made available. For example, setting the mount_path as "/etc/secrets" and path as "/secret_foo" would mount the secret value file at "/etc/secrets/secret_foo".
564
+ :param str version: Version of the secret (version number or the string "latest"). It is preferable to use "latest" version with secret volumes as secret value changes are reflected immediately.
565
+ """
522
566
  pulumi.set(__self__, "path", path)
523
567
  pulumi.set(__self__, "version", version)
524
568
 
525
569
  @property
526
570
  @pulumi.getter
527
571
  def path(self) -> str:
572
+ """
573
+ Relative path of the file under the mount path where the secret value for this version will be fetched and made available. For example, setting the mount_path as "/etc/secrets" and path as "/secret_foo" would mount the secret value file at "/etc/secrets/secret_foo".
574
+ """
528
575
  return pulumi.get(self, "path")
529
576
 
530
577
  @property
531
578
  @pulumi.getter
532
579
  def version(self) -> str:
580
+ """
581
+ Version of the secret (version number or the string "latest"). It is preferable to use "latest" version with secret volumes as secret value changes are reflected immediately.
582
+ """
533
583
  return pulumi.get(self, "version")
534
584
 
535
585
 
@@ -539,6 +589,7 @@ class GetFunctionSourceRepositoryResult(dict):
539
589
  deployed_url: str,
540
590
  url: str):
541
591
  """
592
+ :param str deployed_url: The URL pointing to the hosted repository where the function was defined at the time of deployment.
542
593
  :param str url: The URL pointing to the hosted repository where the function is defined.
543
594
  """
544
595
  pulumi.set(__self__, "deployed_url", deployed_url)
@@ -547,6 +598,9 @@ class GetFunctionSourceRepositoryResult(dict):
547
598
  @property
548
599
  @pulumi.getter(name="deployedUrl")
549
600
  def deployed_url(self) -> str:
601
+ """
602
+ The URL pointing to the hosted repository where the function was defined at the time of deployment.
603
+ """
550
604
  return pulumi.get(self, "deployed_url")
551
605
 
552
606
  @property