@@ -708,7 +708,7 @@ public string Name {
708708 /// The sink's `writer_identity`, set when the sink is created, must
709709 /// have permission to write to the destination or else the log
710710 /// entries are not exported. For more information, see
711- /// [Exporting Logs with Sinks](/logging/docs/api/tasks/exporting-logs).
711+ /// [Exporting Logs with Sinks](https://cloud.google.com /logging/docs/api/tasks/exporting-logs).
712712 /// </summary>
713713 [ global ::System . Diagnostics . DebuggerNonUserCodeAttribute ]
714714 public string Destination {
@@ -722,7 +722,7 @@ public string Destination {
722722 public const int FilterFieldNumber = 5 ;
723723 private string filter_ = "" ;
724724 /// <summary>
725- /// Optional. An [advanced logs filter](/logging/docs/view/advanced-queries). The only
725+ /// Optional. An [advanced logs filter](https://cloud.google.com /logging/docs/view/advanced-queries). The only
726726 /// exported log entries are those that are in the resource owning the sink and
727727 /// that match the filter. For example:
728728 ///
@@ -795,7 +795,7 @@ public bool Disabled {
795795 /// Until you grant this identity write-access to the destination, log entry
796796 /// exports from this sink will fail. For more information,
797797 /// see [Granting Access for a
798- /// Resource](/iam/docs/granting-roles-to-service-accounts#granting_access_to_a_service_account_for_a_resource).
798+ /// Resource](https://cloud.google.com /iam/docs/granting-roles-to-service-accounts#granting_access_to_a_service_account_for_a_resource).
799799 /// Consult the destination service's documentation to determine the
800800 /// appropriate IAM roles to assign to the identity.
801801 /// </summary>
@@ -1236,11 +1236,11 @@ public BigQueryOptions Clone() {
12361236 private bool usePartitionedTables_ ;
12371237 /// <summary>
12381238 /// Optional. Whether to use [BigQuery's partition
1239- /// tables](/bigquery/docs/partitioned-tables). By default, Logging
1239+ /// tables](https://cloud.google.com /bigquery/docs/partitioned-tables). By default, Logging
12401240 /// creates dated tables based on the log entries' timestamps, e.g.
12411241 /// syslog_20170523. With partitioned tables the date suffix is no longer
12421242 /// present and [special query
1243- /// syntax](/bigquery/docs/querying-partitioned-tables) has to be used instead.
1243+ /// syntax](https://cloud.google.com /bigquery/docs/querying-partitioned-tables) has to be used instead.
12441244 /// In both cases, tables are sharded based on UTC timezone.
12451245 /// </summary>
12461246 [ global ::System . Diagnostics . DebuggerNonUserCodeAttribute ]
@@ -3337,9 +3337,9 @@ public string Description {
33373337 public const int FilterFieldNumber = 3 ;
33383338 private string filter_ = "" ;
33393339 /// <summary>
3340- /// Required. An [advanced logs filter](/logging/docs/view/advanced-queries)
3340+ /// Required. An [advanced logs filter](https://cloud.google.com /logging/docs/view/advanced-queries)
33413341 /// that matches the log entries to be excluded. By using the
3342- /// [sample function](/logging/docs/view/advanced-queries#sample),
3342+ /// [sample function](https://cloud.google.com /logging/docs/view/advanced-queries#sample),
33433343 /// you can exclude less than 100% of the matching log entries.
33443344 /// For example, the following query matches 99% of low-severity log
33453345 /// entries from Google Cloud Storage buckets:
@@ -4637,7 +4637,7 @@ public void MergeFrom(pb::CodedInputStream input) {
46374637 /// The parameters to
46384638 /// [GetCmekSettings][google.logging.v2.ConfigServiceV2.GetCmekSettings].
46394639 ///
4640- /// See [Enabling CMEK for Logs Router](/logging/docs/routing/managed-encryption)
4640+ /// See [Enabling CMEK for Logs Router](https://cloud.google.com /logging/docs/routing/managed-encryption)
46414641 /// for more information.
46424642 /// </summary>
46434643 public sealed partial class GetCmekSettingsRequest : pb ::IMessage < GetCmekSettingsRequest > {
@@ -4787,7 +4787,7 @@ public void MergeFrom(pb::CodedInputStream input) {
47874787 /// The parameters to
47884788 /// [UpdateCmekSettings][google.logging.v2.ConfigServiceV2.UpdateCmekSettings].
47894789 ///
4790- /// See [Enabling CMEK for Logs Router](/logging/docs/routing/managed-encryption)
4790+ /// See [Enabling CMEK for Logs Router](https://cloud.google.com /logging/docs/routing/managed-encryption)
47914791 /// for more information.
47924792 /// </summary>
47934793 public sealed partial class UpdateCmekSettingsRequest : pb ::IMessage < UpdateCmekSettingsRequest > {
@@ -4858,7 +4858,7 @@ public string Name {
48584858 /// Required. The CMEK settings to update.
48594859 ///
48604860 /// See [Enabling CMEK for Logs
4861- /// Router](/logging/docs/routing/managed-encryption) for more information.
4861+ /// Router](https://cloud.google.com /logging/docs/routing/managed-encryption) for more information.
48624862 /// </summary>
48634863 [ global ::System . Diagnostics . DebuggerNonUserCodeAttribute ]
48644864 public global ::Google . Cloud . Logging . V2 . CmekSettings CmekSettings {
@@ -5024,7 +5024,7 @@ public void MergeFrom(pb::CodedInputStream input) {
50245024 /// organizations. Once configured, it applies to all projects and folders in the
50255025 /// GCP organization.
50265026 ///
5027- /// See [Enabling CMEK for Logs Router](/logging/docs/routing/managed-encryption)
5027+ /// See [Enabling CMEK for Logs Router](https://cloud.google.com /logging/docs/routing/managed-encryption)
50285028 /// for more information.
50295029 /// </summary>
50305030 public sealed partial class CmekSettings : pb ::IMessage < CmekSettings > {
@@ -5102,7 +5102,7 @@ public string Name {
51025102 /// To disable CMEK for the Logs Router, set this field to an empty string.
51035103 ///
51045104 /// See [Enabling CMEK for Logs
5105- /// Router](/logging/docs/routing/managed-encryption) for more information.
5105+ /// Router](https://cloud.google.com /logging/docs/routing/managed-encryption) for more information.
51065106 /// </summary>
51075107 [ global ::System . Diagnostics . DebuggerNonUserCodeAttribute ]
51085108 public string KmsKeyName {
@@ -5126,7 +5126,7 @@ public string KmsKeyName {
51265126 /// obtain the service account ID.
51275127 ///
51285128 /// See [Enabling CMEK for Logs
5129- /// Router](/logging/docs/routing/managed-encryption) for more information.
5129+ /// Router](https://cloud.google.com /logging/docs/routing/managed-encryption) for more information.
51305130 /// </summary>
51315131 [ global ::System . Diagnostics . DebuggerNonUserCodeAttribute ]
51325132 public string ServiceAccountId {
0 commit comments