@@ -666,27 +666,27 @@ def update!(**args)
666666 class BigLakeConfiguration
667667 include Google::Apis::Core::Hashable
668668
669- # Required . The connection specifying the credentials to be used to read and
669+ # Optional . The connection specifying the credentials to be used to read and
670670 # write to external storage, such as Cloud Storage. The connection_id can have
671671 # the form ``project`.`location`.`connection_id`` or `projects/`project`/
672672 # locations/`location`/connections/`connection_id`".
673673 # Corresponds to the JSON property `connectionId`
674674 # @return [String]
675675 attr_accessor :connection_id
676676
677- # Required . The file format the table data is stored in.
677+ # Optional . The file format the table data is stored in.
678678 # Corresponds to the JSON property `fileFormat`
679679 # @return [String]
680680 attr_accessor :file_format
681681
682- # Required . The fully qualified location prefix of the external folder where
682+ # Optional . The fully qualified location prefix of the external folder where
683683 # table data is stored. The '*' wildcard character is not allowed. The URI
684684 # should be in the format `gs://bucket/path_to_table/`
685685 # Corresponds to the JSON property `storageUri`
686686 # @return [String]
687687 attr_accessor :storage_uri
688688
689- # Required . The table format the metadata only snapshots are stored in.
689+ # Optional . The table format the metadata only snapshots are stored in.
690690 # Corresponds to the JSON property `tableFormat`
691691 # @return [String]
692692 attr_accessor :table_format
@@ -10724,7 +10724,7 @@ class TrainingOptions
1072410724
1072510725 # The contribution metric. Applies to contribution analysis models. Allowed
1072610726 # formats supported are for summable and summable ratio contribution metrics.
10727- # These include expressions such as " SUM(x)" or " SUM(x)/SUM(y)" , where x and y
10727+ # These include expressions such as ` SUM(x)` or ` SUM(x)/SUM(y)` , where x and y
1072810728 # are column names from the base table.
1072910729 # Corresponds to the JSON property `contributionMetric`
1073010730 # @return [String]
0 commit comments