@@ -237,9 +237,9 @@ def update!(**args)
237
237
class CryptoKeyConfig
238
238
include Google ::Apis ::Core ::Hashable
239
239
240
- # The name of the key which is used to encrypt/decrypt customer data. For key in
241
- # Cloud KMS, the key should be in the format of `projects/*/locations/*/keyRings /
242
- # */cryptoKeys/*`.
240
+ # Optional. The name of the key which is used to encrypt/decrypt customer data.
241
+ # For key in Cloud KMS, the key should be in the format of `projects/*/locations/
242
+ # */keyRings/*/ cryptoKeys/*`.
243
243
# Corresponds to the JSON property `keyReference`
244
244
# @return [String]
245
245
attr_accessor :key_reference
@@ -269,8 +269,8 @@ class DnsPeering
269
269
# @return [String]
270
270
attr_accessor :domain
271
271
272
- # Required . The resource name of the dns peering zone. Format: projects/`project `
273
- # /locations/`location`/instances/`instance`/dnsPeerings/`dns_peering`
272
+ # Identifier . The resource name of the dns peering zone. Format: projects/`
273
+ # project` /locations/`location`/instances/`instance`/dnsPeerings/`dns_peering`
274
274
# Corresponds to the JSON property `name`
275
275
# @return [String]
276
276
attr_accessor :name
@@ -490,14 +490,14 @@ class Instance
490
490
attr_accessor :dataplex_data_lineage_integration_enabled
491
491
alias_method :dataplex_data_lineage_integration_enabled? , :dataplex_data_lineage_integration_enabled
492
492
493
- # User-managed service account to set on Dataproc when Cloud Data Fusion creates
494
- # Dataproc to run data processing pipelines. This allows users to have fine-
495
- # grained access control on Dataproc's accesses to cloud resources.
493
+ # Optional. User-managed service account to set on Dataproc when Cloud Data
494
+ # Fusion creates Dataproc to run data processing pipelines. This allows users to
495
+ # have fine- grained access control on Dataproc's accesses to cloud resources.
496
496
# Corresponds to the JSON property `dataprocServiceAccount`
497
497
# @return [String]
498
498
attr_accessor :dataproc_service_account
499
499
500
- # A description of this instance.
500
+ # Optional. A description of this instance.
501
501
# Corresponds to the JSON property `description`
502
502
# @return [String]
503
503
attr_accessor :description
@@ -508,30 +508,30 @@ class Instance
508
508
# @return [Array<String>]
509
509
attr_accessor :disabled_reason
510
510
511
- # Display name for an instance.
511
+ # Optional. Display name for an instance.
512
512
# Corresponds to the JSON property `displayName`
513
513
# @return [String]
514
514
attr_accessor :display_name
515
515
516
- # Option to enable granular role-based access control.
516
+ # Optional. Option to enable granular role-based access control.
517
517
# Corresponds to the JSON property `enableRbac`
518
518
# @return [Boolean]
519
519
attr_accessor :enable_rbac
520
520
alias_method :enable_rbac? , :enable_rbac
521
521
522
- # Option to enable Dataproc Stackdriver Logging.
522
+ # Optional. Option to enable Dataproc Stackdriver Logging.
523
523
# Corresponds to the JSON property `enableStackdriverLogging`
524
524
# @return [Boolean]
525
525
attr_accessor :enable_stackdriver_logging
526
526
alias_method :enable_stackdriver_logging? , :enable_stackdriver_logging
527
527
528
- # Option to enable Stackdriver Monitoring.
528
+ # Optional. Option to enable Stackdriver Monitoring.
529
529
# Corresponds to the JSON property `enableStackdriverMonitoring`
530
530
# @return [Boolean]
531
531
attr_accessor :enable_stackdriver_monitoring
532
532
alias_method :enable_stackdriver_monitoring? , :enable_stackdriver_monitoring
533
533
534
- # Option to enable zone separation.
534
+ # Output only. Option to enable zone separation.
535
535
# Corresponds to the JSON property `enableZoneSeparation`
536
536
# @return [Boolean]
537
537
attr_accessor :enable_zone_separation
@@ -586,8 +586,8 @@ class Instance
586
586
# @return [Google::Apis::DatafusionV1beta1::NetworkConfig]
587
587
attr_accessor :network_config
588
588
589
- # Map of additional options used to configure the behavior of Data Fusion
590
- # instance.
589
+ # Optional. Map of additional options used to configure the behavior of Data
590
+ # Fusion instance.
591
591
# Corresponds to the JSON property `options`
592
592
# @return [Hash<String,String>]
593
593
attr_accessor :options
@@ -602,9 +602,9 @@ class Instance
602
602
# @return [String]
603
603
attr_accessor :patch_revision
604
604
605
- # Specifies whether the Data Fusion instance should be private. If set to true,
606
- # all Data Fusion nodes will have private IP addresses and will not be able to
607
- # access the public internet.
605
+ # Optional. Specifies whether the Data Fusion instance should be private. If set
606
+ # to true, all Data Fusion nodes will have private IP addresses and will not be
607
+ # able to access the public internet.
608
608
# Corresponds to the JSON property `privateInstance`
609
609
# @return [Boolean]
610
610
attr_accessor :private_instance
@@ -666,7 +666,7 @@ class Instance
666
666
# @return [String]
667
667
attr_accessor :update_time
668
668
669
- # Current version of Data Fusion.
669
+ # Optional. Current version of Data Fusion.
670
670
# Corresponds to the JSON property `version`
671
671
# @return [String]
672
672
attr_accessor :version
@@ -677,8 +677,8 @@ class Instance
677
677
# @return [String]
678
678
attr_accessor :workforce_identity_service_endpoint
679
679
680
- # Name of the zone in which the Data Fusion instance will be created. Only
681
- # DEVELOPER instances use this field.
680
+ # Optional. Name of the zone in which the Data Fusion instance will be created.
681
+ # Only DEVELOPER instances use this field.
682
682
# Corresponds to the JSON property `zone`
683
683
# @return [String]
684
684
attr_accessor :zone
0 commit comments