diff --git a/generated/google-bigtable-admin-v2/Sources/GoogleCloudBigtableAdminV2/BigtableTableAdmin.swift b/generated/google-bigtable-admin-v2/Sources/GoogleCloudBigtableAdminV2/BigtableTableAdmin.swift index 04c254c18..bbf544265 100644 --- a/generated/google-bigtable-admin-v2/Sources/GoogleCloudBigtableAdminV2/BigtableTableAdmin.swift +++ b/generated/google-bigtable-admin-v2/Sources/GoogleCloudBigtableAdminV2/BigtableTableAdmin.swift @@ -705,7 +705,7 @@ public class BigtableTableAdminClient: Clients.BigtableTableAdminProtocol { /// [google.bigtable.admin.v2.CreateBackupMetadata]: /// [google.longrunning.Operation]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation /// [google.longrunning.Operation.metadata]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/metadata - /// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/response + /// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/response(_:) /// /// @Snippet(path: "BigtableTableAdmin_CreateBackup") public func createBackup( @@ -727,7 +727,7 @@ public class BigtableTableAdminClient: Clients.BigtableTableAdminProtocol { /// [google.bigtable.admin.v2.CreateBackupMetadata]: /// [google.longrunning.Operation]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation /// [google.longrunning.Operation.metadata]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/metadata - /// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/response + /// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/response(_:) /// /// @Snippet(path: "BigtableTableAdmin_CreateBackup") public func createBackup( @@ -851,7 +851,7 @@ public class BigtableTableAdminClient: Clients.BigtableTableAdminProtocol { /// [google.bigtable.admin.v2.Table]: /// [google.longrunning.Operation]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation /// [google.longrunning.Operation.metadata]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/metadata - /// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/response + /// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/response(_:) /// /// @Snippet(path: "BigtableTableAdmin_RestoreTable") public func restoreTable( @@ -872,7 +872,7 @@ public class BigtableTableAdminClient: Clients.BigtableTableAdminProtocol { /// [google.bigtable.admin.v2.Table]: /// [google.longrunning.Operation]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation /// [google.longrunning.Operation.metadata]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/metadata - /// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/response + /// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/response(_:) /// /// @Snippet(path: "BigtableTableAdmin_RestoreTable") public func restoreTable( diff --git a/generated/google-bigtable-admin-v2/Sources/GoogleCloudBigtableAdminV2/SchemaBundle.swift b/generated/google-bigtable-admin-v2/Sources/GoogleCloudBigtableAdminV2/SchemaBundle.swift index 9b046150b..ebc7e7801 100644 --- a/generated/google-bigtable-admin-v2/Sources/GoogleCloudBigtableAdminV2/SchemaBundle.swift +++ b/generated/google-bigtable-admin-v2/Sources/GoogleCloudBigtableAdminV2/SchemaBundle.swift @@ -34,7 +34,7 @@ public struct SchemaBundle: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// The type of this schema bundle. The oneof case cannot change after /// creation. - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `SchemaBundle`. public init() {} @@ -63,7 +63,7 @@ public struct SchemaBundle: Codable, Equatable, GoogleCloudWkt._AnyPackable, self.name = try container.decode(Swift.String.self, forKey: .name) self.etag = try container.decode(Swift.String.self, forKey: .etag) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -94,7 +94,7 @@ public struct SchemaBundle: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// The type of this schema bundle. The oneof case cannot change after /// creation. - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// Schema for Protobufs. indirect case protoSchema(ProtoSchema?) } diff --git a/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/Attribution.swift b/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/Attribution.swift index 65e66b21f..e02a27f8e 100644 --- a/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/Attribution.swift +++ b/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/Attribution.swift @@ -91,9 +91,9 @@ /// [google.cloud.aiplatform.v1.ExplanationMetadata.feature_attributions_schema_uri]: /// [google.cloud.aiplatform.v1.ExplanationMetadata.inputs]: /// [google.cloud.aiplatform.v1.ExplanationSpec]: - /// [google.protobuf.Value.list_value]: https://www.google.com/search?q=Swift+google.protobuf+GoogleCloudWkt.Value/listValue - /// [google.protobuf.Value.number_value]: https://www.google.com/search?q=Swift+google.protobuf+GoogleCloudWkt.Value/numberValue - /// [google.protobuf.Value.struct_value]: https://www.google.com/search?q=Swift+google.protobuf+GoogleCloudWkt.Value/structValue + /// [google.protobuf.Value.list_value]: https://www.google.com/search?q=Swift+google.protobuf+GoogleCloudWkt.Value/OneOf_Kind/listValue(_:) + /// [google.protobuf.Value.number_value]: https://www.google.com/search?q=Swift+google.protobuf+GoogleCloudWkt.Value/OneOf_Kind/numberValue(_:) + /// [google.protobuf.Value.struct_value]: https://www.google.com/search?q=Swift+google.protobuf+GoogleCloudWkt.Value/OneOf_Kind/structValue(_:) public var featureAttributions: GoogleCloudWkt.Value? = nil /// Output only. The index that locates the explained prediction output. @@ -142,9 +142,9 @@ /// for more information. /// /// [google.cloud.aiplatform.v1.Attribution.feature_attributions]: - /// [google.cloud.aiplatform.v1.ExplanationParameters.integrated_gradients_attribution]: - /// [google.cloud.aiplatform.v1.ExplanationParameters.sampled_shapley_attribution]: - /// [google.cloud.aiplatform.v1.ExplanationParameters.xrai_attribution]: + /// [google.cloud.aiplatform.v1.ExplanationParameters.integrated_gradients_attribution]: + /// [google.cloud.aiplatform.v1.ExplanationParameters.sampled_shapley_attribution]: + /// [google.cloud.aiplatform.v1.ExplanationParameters.xrai_attribution]: /// [google.cloud.aiplatform.v1.IntegratedGradientsAttribution.step_count]: /// [google.cloud.aiplatform.v1.SampledShapleyAttribution.path_count]: /// [google.cloud.aiplatform.v1.XraiAttribution.step_count]: diff --git a/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/Blob.swift b/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/Blob.swift index b46dc2607..a5a9fc318 100644 --- a/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/Blob.swift +++ b/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/Blob.swift @@ -23,7 +23,7 @@ /// It's preferred to send as [text][google.cloud.aiplatform.v1.Part.text] /// directly rather than raw bytes. /// - /// [google.cloud.aiplatform.v1.Part.text]: + /// [google.cloud.aiplatform.v1.Part.text]: public struct Blob: Codable, Equatable, GoogleCloudWkt._AnyPackable, Sendable { diff --git a/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/ExplanationMetadata.swift b/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/ExplanationMetadata.swift index 81d3c36c7..f0296e4c3 100644 --- a/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/ExplanationMetadata.swift +++ b/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/ExplanationMetadata.swift @@ -170,8 +170,8 @@ /// An encoded tensor is generated if the input tensor is encoded by a lookup /// table. /// - /// [google.cloud.aiplatform.v1.ExplanationParameters.integrated_gradients_attribution]: - /// [google.cloud.aiplatform.v1.ExplanationParameters.xrai_attribution]: + /// [google.cloud.aiplatform.v1.ExplanationParameters.integrated_gradients_attribution]: + /// [google.cloud.aiplatform.v1.ExplanationParameters.xrai_attribution]: public var encodedTensorName: Swift.String = Swift.String() /// A list of baselines for the encoded tensor. @@ -275,7 +275,7 @@ /// OUTLINES shows regions of attribution, while PIXELS shows per-pixel /// attribution. Defaults to OUTLINES. /// - /// [google.cloud.aiplatform.v1.ExplanationParameters.integrated_gradients_attribution]: + /// [google.cloud.aiplatform.v1.ExplanationParameters.integrated_gradients_attribution]: public var type: ExplanationMetadata.InputMetadata.Visualization.Type_ = ExplanationMetadata .InputMetadata.Visualization.Type_() @@ -297,8 +297,8 @@ /// which highlights the most influential regions in yellow and the least /// influential in blue. /// - /// [google.cloud.aiplatform.v1.ExplanationParameters.integrated_gradients_attribution]: - /// [google.cloud.aiplatform.v1.ExplanationParameters.xrai_attribution]: + /// [google.cloud.aiplatform.v1.ExplanationParameters.integrated_gradients_attribution]: + /// [google.cloud.aiplatform.v1.ExplanationParameters.xrai_attribution]: public var colorMap: ExplanationMetadata.InputMetadata.Visualization.ColorMap = ExplanationMetadata.InputMetadata.Visualization.ColorMap() @@ -339,7 +339,7 @@ /// [Integrated Gradients /// attribution][google.cloud.aiplatform.v1.ExplanationParameters.integrated_gradients_attribution]. /// - /// [google.cloud.aiplatform.v1.ExplanationParameters.integrated_gradients_attribution]: + /// [google.cloud.aiplatform.v1.ExplanationParameters.integrated_gradients_attribution]: public enum Type_: Codable, Equatable, Sendable { /// Should not be used. case unspecified diff --git a/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/FeatureNoiseSigma.swift b/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/FeatureNoiseSigma.swift index a6962c7bc..097ee6dbb 100644 --- a/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/FeatureNoiseSigma.swift +++ b/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/FeatureNoiseSigma.swift @@ -60,7 +60,7 @@ /// to [noise_sigma][google.cloud.aiplatform.v1.SmoothGradConfig.noise_sigma] /// but represents the noise added to the current feature. Defaults to 0.1. /// - /// [google.cloud.aiplatform.v1.SmoothGradConfig.noise_sigma]: + /// [google.cloud.aiplatform.v1.SmoothGradConfig.noise_sigma]: public var sigma: Swift.Float = Swift.Float() /// Initialize a new instance of `NoiseSigmaForFeature`. diff --git a/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/FeatureStatsAnomaly.swift b/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/FeatureStatsAnomaly.swift index 3db9b6748..9becfd790 100644 --- a/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/FeatureStatsAnomaly.swift +++ b/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/FeatureStatsAnomaly.swift @@ -69,7 +69,7 @@ /// The threshold can be changed by user, so this one might be different from /// [ThresholdConfig.value][google.cloud.aiplatform.v1.ThresholdConfig.value]. /// - /// [google.cloud.aiplatform.v1.ThresholdConfig.value]: + /// [google.cloud.aiplatform.v1.ThresholdConfig.value]: public var anomalyDetectionThreshold: Swift.Double = Swift.Double() /// The start timestamp of window where stats were generated. diff --git a/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/FeatureValueDestination.swift b/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/FeatureValueDestination.swift index 2dd17f4e0..9d07970e4 100644 --- a/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/FeatureValueDestination.swift +++ b/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/FeatureValueDestination.swift @@ -100,7 +100,7 @@ /// must refer to a table. /// /// [google.cloud.aiplatform.v1.BigQueryDestination.output_uri]: - /// [google.cloud.aiplatform.v1.FeatureValueDestination.bigquery_destination]: + /// [google.cloud.aiplatform.v1.FeatureValueDestination.bigquery_destination]: indirect case bigqueryDestination(BigQueryDestination?) /// Output in TFRecord format. /// diff --git a/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/InputDataConfig.swift b/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/InputDataConfig.swift index 4a975f6fa..fe52dd2d7 100644 --- a/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/InputDataConfig.swift +++ b/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/InputDataConfig.swift @@ -111,7 +111,7 @@ /// [fraction_split][google.cloud.aiplatform.v1.InputDataConfig.fraction_split] /// is used by default. /// - /// [google.cloud.aiplatform.v1.InputDataConfig.fraction_split]: + /// [google.cloud.aiplatform.v1.InputDataConfig.fraction_split]: public var split: OneOf_Split? = nil /// Only applicable to Custom and Hyperparameter Tuning TrainingPipelines. @@ -269,7 +269,7 @@ /// [fraction_split][google.cloud.aiplatform.v1.InputDataConfig.fraction_split] /// is used by default. /// - /// [google.cloud.aiplatform.v1.InputDataConfig.fraction_split]: + /// [google.cloud.aiplatform.v1.InputDataConfig.fraction_split]: public enum OneOf_Split: Codable, Equatable, Sendable { /// Split based on fractions defining the size of each set. indirect case fractionSplit(FractionSplit?) diff --git a/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/Model.swift b/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/Model.swift index 98591c633..b0d88a5e3 100644 --- a/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/Model.swift +++ b/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/Model.swift @@ -194,8 +194,8 @@ /// /// [google.cloud.aiplatform.v1.BatchPredictionJob]: /// [google.cloud.aiplatform.v1.BatchPredictionJob.InputConfig]: - /// [google.cloud.aiplatform.v1.BatchPredictionJob.InputConfig.bigquery_source]: - /// [google.cloud.aiplatform.v1.BatchPredictionJob.InputConfig.gcs_source]: + /// [google.cloud.aiplatform.v1.BatchPredictionJob.InputConfig.bigquery_source]: + /// [google.cloud.aiplatform.v1.BatchPredictionJob.InputConfig.gcs_source]: /// [google.cloud.aiplatform.v1.BatchPredictionJob.input_config]: /// [google.cloud.aiplatform.v1.Model.supported_deployment_resources_types]: /// [google.cloud.aiplatform.v1.PredictSchemata.instance_schema_uri]: @@ -242,8 +242,8 @@ /// [PredictionService.Explain][google.cloud.aiplatform.v1.PredictionService.Explain]. /// /// [google.cloud.aiplatform.v1.BatchPredictionJob]: - /// [google.cloud.aiplatform.v1.BatchPredictionJob.OutputConfig.bigquery_destination]: - /// [google.cloud.aiplatform.v1.BatchPredictionJob.OutputConfig.gcs_destination]: + /// [google.cloud.aiplatform.v1.BatchPredictionJob.OutputConfig.bigquery_destination]: + /// [google.cloud.aiplatform.v1.BatchPredictionJob.OutputConfig.gcs_destination]: /// [google.cloud.aiplatform.v1.BatchPredictionJob.output_config]: /// [google.cloud.aiplatform.v1.Model.supported_deployment_resources_types]: /// [google.cloud.aiplatform.v1.PredictSchemata.instance_schema_uri]: diff --git a/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/SmoothGradConfig.swift b/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/SmoothGradConfig.swift index 7ed8f5fb0..095cc8289 100644 --- a/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/SmoothGradConfig.swift +++ b/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/SmoothGradConfig.swift @@ -117,7 +117,7 @@ /// [feature_noise_sigma][google.cloud.aiplatform.v1.SmoothGradConfig.feature_noise_sigma] /// instead for each feature. /// - /// [google.cloud.aiplatform.v1.SmoothGradConfig.feature_noise_sigma]: + /// [google.cloud.aiplatform.v1.SmoothGradConfig.feature_noise_sigma]: case noiseSigma(Swift.Float) /// This is similar to /// [noise_sigma][google.cloud.aiplatform.v1.SmoothGradConfig.noise_sigma], @@ -128,7 +128,7 @@ /// [noise_sigma][google.cloud.aiplatform.v1.SmoothGradConfig.noise_sigma] /// will be used for all features. /// - /// [google.cloud.aiplatform.v1.SmoothGradConfig.noise_sigma]: + /// [google.cloud.aiplatform.v1.SmoothGradConfig.noise_sigma]: indirect case featureNoiseSigma(FeatureNoiseSigma?) } diff --git a/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/Tool.swift b/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/Tool.swift index 0f1844e05..a09a95d8d 100644 --- a/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/Tool.swift +++ b/generated/google-cloud-aiplatform-v1/Sources/GoogleCloudAIPlatformV1/Tool.swift @@ -38,8 +38,8 @@ /// will generate the final response back to the user. Maximum 128 function /// declarations can be provided. /// - /// [google.cloud.aiplatform.v1.Part.function_call]: - /// [google.cloud.aiplatform.v1.Part.function_response]: + /// [google.cloud.aiplatform.v1.Part.function_call]: + /// [google.cloud.aiplatform.v1.Part.function_response]: public var functionDeclarations: [FunctionDeclaration] = [] /// Optional. Retrieval tool type. diff --git a/generated/google-cloud-alloydb-v1/Sources/GoogleCloudAlloyDBV1/OperationMetadata.swift b/generated/google-cloud-alloydb-v1/Sources/GoogleCloudAlloyDBV1/OperationMetadata.swift index 45449c4c2..213d15e9a 100644 --- a/generated/google-cloud-alloydb-v1/Sources/GoogleCloudAlloyDBV1/OperationMetadata.swift +++ b/generated/google-cloud-alloydb-v1/Sources/GoogleCloudAlloyDBV1/OperationMetadata.swift @@ -43,7 +43,7 @@ public struct OperationMetadata: Codable, Equatable, GoogleCloudWkt._AnyPackable /// value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, /// corresponding to `Code.CANCELLED`. /// - /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/error + /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/error(_:) /// [google.rpc.Status.code]: https://www.google.com/search?q=Swift+google.rpc+GoogleRpc.Status/code public var requestedCancellation: Swift.Bool = Swift.Bool() diff --git a/generated/google-cloud-apihub-v1/Sources/GoogleCloudApiHubV1/OperationMetadata.swift b/generated/google-cloud-apihub-v1/Sources/GoogleCloudApiHubV1/OperationMetadata.swift index cd3abe853..e6d0b05ad 100644 --- a/generated/google-cloud-apihub-v1/Sources/GoogleCloudApiHubV1/OperationMetadata.swift +++ b/generated/google-cloud-apihub-v1/Sources/GoogleCloudApiHubV1/OperationMetadata.swift @@ -42,7 +42,7 @@ public struct OperationMetadata: Codable, Equatable, GoogleCloudWkt._AnyPackable /// [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to /// `Code.CANCELLED`. /// - /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/error + /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/error(_:) /// [google.rpc.Status.code]: https://www.google.com/search?q=Swift+google.rpc+GoogleRpc.Status/code public var requestedCancellation: Swift.Bool = Swift.Bool() diff --git a/generated/google-cloud-apphub-v1/Sources/GoogleCloudAppHubV1/OperationMetadata.swift b/generated/google-cloud-apphub-v1/Sources/GoogleCloudAppHubV1/OperationMetadata.swift index 3ff3d71bf..e694b1672 100644 --- a/generated/google-cloud-apphub-v1/Sources/GoogleCloudAppHubV1/OperationMetadata.swift +++ b/generated/google-cloud-apphub-v1/Sources/GoogleCloudAppHubV1/OperationMetadata.swift @@ -43,7 +43,7 @@ public struct OperationMetadata: Codable, Equatable, GoogleCloudWkt._AnyPackable /// value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, /// corresponding to `Code.CANCELLED`. /// - /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/error + /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/error(_:) /// [google.rpc.Status.code]: https://www.google.com/search?q=Swift+google.rpc+GoogleRpc.Status/code public var requestedCancellation: Swift.Bool = Swift.Bool() diff --git a/generated/google-cloud-asset-v1/Sources/GoogleCloudAssetV1/AnalyzerOrgPolicy.swift b/generated/google-cloud-asset-v1/Sources/GoogleCloudAssetV1/AnalyzerOrgPolicy.swift index 092806822..554a0e757 100644 --- a/generated/google-cloud-asset-v1/Sources/GoogleCloudAssetV1/AnalyzerOrgPolicy.swift +++ b/generated/google-cloud-asset-v1/Sources/GoogleCloudAssetV1/AnalyzerOrgPolicy.swift @@ -103,7 +103,7 @@ public struct AnalyzerOrgPolicy: Codable, Equatable, GoogleCloudWkt._AnyPackable /// /// [google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset]: /// [google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.consolidated_policy]: - /// [google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.governed_resource]: + /// [google.cloud.asset.v1.AnalyzeOrgPolicyGovernedAssetsResponse.GovernedAsset.governed_resource]: /// [google.cloud.asset.v1.AnalyzeOrgPolicyGovernedContainersResponse.GovernedContainer.consolidated_policy]: /// [google.cloud.asset.v1.AnalyzerOrgPolicy.Rule.condition]: public var conditionEvaluation: ConditionEvaluation? = nil diff --git a/generated/google-cloud-asset-v1/Sources/GoogleCloudAssetV1/ExportAssetsResponse.swift b/generated/google-cloud-asset-v1/Sources/GoogleCloudAssetV1/ExportAssetsResponse.swift index db211752f..2ceb464be 100644 --- a/generated/google-cloud-asset-v1/Sources/GoogleCloudAssetV1/ExportAssetsResponse.swift +++ b/generated/google-cloud-asset-v1/Sources/GoogleCloudAssetV1/ExportAssetsResponse.swift @@ -23,7 +23,7 @@ import GoogleCloudWkt /// [google.longrunning.Operation.response][google.longrunning.Operation.response] /// field. /// -/// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/response +/// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/response(_:) public struct ExportAssetsResponse: Codable, Equatable, GoogleCloudWkt._AnyPackable, Sendable { diff --git a/generated/google-cloud-auditmanager-v1/Sources/GoogleCloudAuditManagerV1/OperationMetadata.swift b/generated/google-cloud-auditmanager-v1/Sources/GoogleCloudAuditManagerV1/OperationMetadata.swift index 736367444..ca5d34b4a 100644 --- a/generated/google-cloud-auditmanager-v1/Sources/GoogleCloudAuditManagerV1/OperationMetadata.swift +++ b/generated/google-cloud-auditmanager-v1/Sources/GoogleCloudAuditManagerV1/OperationMetadata.swift @@ -43,7 +43,7 @@ public struct OperationMetadata: Codable, Equatable, GoogleCloudWkt._AnyPackable /// value with a status code /// [Code.CANCELLED][google.rpc.Status.code.CANCELLED]. /// - /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/error + /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/error(_:) public var requestedCancellation: Swift.Bool = Swift.Bool() /// Output only. The API version used to start the operation. For example, diff --git a/generated/google-cloud-backupdr-v1/Sources/GoogleCloudBackupDRV1/OperationMetadata.swift b/generated/google-cloud-backupdr-v1/Sources/GoogleCloudBackupDRV1/OperationMetadata.swift index 0947d7fe3..7987f5870 100644 --- a/generated/google-cloud-backupdr-v1/Sources/GoogleCloudBackupDRV1/OperationMetadata.swift +++ b/generated/google-cloud-backupdr-v1/Sources/GoogleCloudBackupDRV1/OperationMetadata.swift @@ -43,7 +43,7 @@ public struct OperationMetadata: Codable, Equatable, GoogleCloudWkt._AnyPackable /// value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, /// corresponding to 'Code.CANCELLED'. /// - /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/error + /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/error(_:) /// [google.rpc.Status.code]: https://www.google.com/search?q=Swift+google.rpc+GoogleRpc.Status/code public var requestedCancellation: Swift.Bool = Swift.Bool() diff --git a/generated/google-cloud-batch-v1/Sources/GoogleCloudBatchV1/OperationMetadata.swift b/generated/google-cloud-batch-v1/Sources/GoogleCloudBatchV1/OperationMetadata.swift index 0382daba3..7c4b4e9f3 100644 --- a/generated/google-cloud-batch-v1/Sources/GoogleCloudBatchV1/OperationMetadata.swift +++ b/generated/google-cloud-batch-v1/Sources/GoogleCloudBatchV1/OperationMetadata.swift @@ -43,7 +43,7 @@ public struct OperationMetadata: Codable, Equatable, GoogleCloudWkt._AnyPackable /// value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, /// corresponding to `Code.CANCELLED`. /// - /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/error + /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/error(_:) /// [google.rpc.Status.code]: https://www.google.com/search?q=Swift+google.rpc+GoogleRpc.Status/code public var requestedCancellation: Swift.Bool = Swift.Bool() diff --git a/generated/google-cloud-beyondcorp-appconnectors-v1/Sources/GoogleCloudBeyondCorpAppConnectorsV1/AppConnector.swift b/generated/google-cloud-beyondcorp-appconnectors-v1/Sources/GoogleCloudBeyondCorpAppConnectorsV1/AppConnector.swift index cd904ea38..43af4b4e9 100644 --- a/generated/google-cloud-beyondcorp-appconnectors-v1/Sources/GoogleCloudBeyondCorpAppConnectorsV1/AppConnector.swift +++ b/generated/google-cloud-beyondcorp-appconnectors-v1/Sources/GoogleCloudBeyondCorpAppConnectorsV1/AppConnector.swift @@ -75,7 +75,7 @@ public struct AppConnector: Codable, Equatable, GoogleCloudWkt._AnyPackable, public struct PrincipalInfo: Codable, Equatable, GoogleCloudWkt._AnyPackable, Sendable { - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `PrincipalInfo`. public init() {} @@ -100,7 +100,7 @@ public struct AppConnector: Codable, Equatable, GoogleCloudWkt._AnyPackable, public init(from decoder: Decoder) throws { let container = try decoder.container(keyedBy: CodingKeys.self) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -164,7 +164,7 @@ public struct AppConnector: Codable, Equatable, GoogleCloudWkt._AnyPackable, } } - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// A GCP service account. indirect case serviceAccount(AppConnector.PrincipalInfo.ServiceAccount?) } diff --git a/generated/google-cloud-billing-budgets-v1/Sources/GoogleCloudBillingBudgetsV1/BudgetAmount.swift b/generated/google-cloud-billing-budgets-v1/Sources/GoogleCloudBillingBudgetsV1/BudgetAmount.swift index 04d506b60..2221f5caf 100644 --- a/generated/google-cloud-billing-budgets-v1/Sources/GoogleCloudBillingBudgetsV1/BudgetAmount.swift +++ b/generated/google-cloud-billing-budgets-v1/Sources/GoogleCloudBillingBudgetsV1/BudgetAmount.swift @@ -99,8 +99,8 @@ public struct BudgetAmount: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// It cannot be set in combination with /// [Filter.custom_period][google.cloud.billing.budgets.v1.Filter.custom_period]. /// - /// [google.cloud.billing.budgets.v1.Filter.calendar_period]: - /// [google.cloud.billing.budgets.v1.Filter.custom_period]: + /// [google.cloud.billing.budgets.v1.Filter.calendar_period]: + /// [google.cloud.billing.budgets.v1.Filter.custom_period]: indirect case lastPeriodAmount(LastPeriodAmount?) } diff --git a/generated/google-cloud-billing-budgets-v1/Sources/GoogleCloudBillingBudgetsV1/LastPeriodAmount.swift b/generated/google-cloud-billing-budgets-v1/Sources/GoogleCloudBillingBudgetsV1/LastPeriodAmount.swift index e313d1c19..6715d300d 100644 --- a/generated/google-cloud-billing-budgets-v1/Sources/GoogleCloudBillingBudgetsV1/LastPeriodAmount.swift +++ b/generated/google-cloud-billing-budgets-v1/Sources/GoogleCloudBillingBudgetsV1/LastPeriodAmount.swift @@ -25,8 +25,8 @@ import GoogleCloudWkt /// a /// [Filter.custom_period][google.cloud.billing.budgets.v1.Filter.custom_period]. /// -/// [google.cloud.billing.budgets.v1.Filter.calendar_period]: -/// [google.cloud.billing.budgets.v1.Filter.custom_period]: +/// [google.cloud.billing.budgets.v1.Filter.calendar_period]: +/// [google.cloud.billing.budgets.v1.Filter.custom_period]: public struct LastPeriodAmount: Codable, Equatable, GoogleCloudWkt._AnyPackable, Sendable { diff --git a/generated/google-cloud-billing-budgets-v1/Sources/GoogleCloudBillingBudgetsV1/ThresholdRule.swift b/generated/google-cloud-billing-budgets-v1/Sources/GoogleCloudBillingBudgetsV1/ThresholdRule.swift index 9386531c9..406c4f236 100644 --- a/generated/google-cloud-billing-budgets-v1/Sources/GoogleCloudBillingBudgetsV1/ThresholdRule.swift +++ b/generated/google-cloud-billing-budgets-v1/Sources/GoogleCloudBillingBudgetsV1/ThresholdRule.swift @@ -80,8 +80,8 @@ public struct ThresholdRule: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// It cannot be set in combination with /// [Filter.custom_period][google.cloud.billing.budgets.v1.Filter.custom_period]. /// - /// [google.cloud.billing.budgets.v1.Filter.calendar_period]: - /// [google.cloud.billing.budgets.v1.Filter.custom_period]: + /// [google.cloud.billing.budgets.v1.Filter.calendar_period]: + /// [google.cloud.billing.budgets.v1.Filter.custom_period]: case forecastedSpend /// Encodes an unknown integer value. /// diff --git a/generated/google-cloud-certificatemanager-v1/Sources/GoogleCloudCertificateManagerV1/Certificate.swift b/generated/google-cloud-certificatemanager-v1/Sources/GoogleCloudCertificateManagerV1/Certificate.swift index fd531bbd5..4d1460b98 100644 --- a/generated/google-cloud-certificatemanager-v1/Sources/GoogleCloudCertificateManagerV1/Certificate.swift +++ b/generated/google-cloud-certificatemanager-v1/Sources/GoogleCloudCertificateManagerV1/Certificate.swift @@ -52,7 +52,7 @@ public struct Certificate: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// Immutable. The scope of the certificate. public var scope: Certificate.Scope = Certificate.Scope() - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `Certificate`. public init() {} @@ -99,7 +99,7 @@ public struct Certificate: Codable, Equatable, GoogleCloudWkt._AnyPackable, GoogleCloudWkt.Timestamp.self, forKey: .expireTime) self.scope = try container.decode(Certificate.Scope.self, forKey: .scope) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -908,7 +908,7 @@ public struct Certificate: Codable, Equatable, GoogleCloudWkt._AnyPackable, } } - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// If set, defines data of a self-managed certificate. indirect case selfManaged(Certificate.SelfManagedCertificate?) /// If set, contains configuration and state of a managed certificate. diff --git a/generated/google-cloud-ces-v1/Sources/GoogleCloudCESV1/OperationMetadata.swift b/generated/google-cloud-ces-v1/Sources/GoogleCloudCESV1/OperationMetadata.swift index 48ad0f5bb..617df6c5f 100644 --- a/generated/google-cloud-ces-v1/Sources/GoogleCloudCESV1/OperationMetadata.swift +++ b/generated/google-cloud-ces-v1/Sources/GoogleCloudCESV1/OperationMetadata.swift @@ -36,7 +36,7 @@ public struct OperationMetadata: Codable, Equatable, GoogleCloudWkt._AnyPackable /// value with a [google.rpc.Status.code][google.rpc.Status.code] of `1`, /// corresponding to `Code.CANCELLED`. /// - /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/error + /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/error(_:) /// [google.rpc.Status.code]: https://www.google.com/search?q=Swift+google.rpc+GoogleRpc.Status/code public var requestedCancellation: Swift.Bool = Swift.Bool() diff --git a/generated/google-cloud-channel-v1/Sources/GoogleCloudChannelV1/RepricingConfig.swift b/generated/google-cloud-channel-v1/Sources/GoogleCloudChannelV1/RepricingConfig.swift index dee197ffb..b736fb570 100644 --- a/generated/google-cloud-channel-v1/Sources/GoogleCloudChannelV1/RepricingConfig.swift +++ b/generated/google-cloud-channel-v1/Sources/GoogleCloudChannelV1/RepricingConfig.swift @@ -224,7 +224,7 @@ public struct RepricingConfig: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// instead. /// /// [google.cloud.channel.v1.ChannelPartnerRepricingConfig]: - /// [google.cloud.channel.v1.RepricingConfig.entitlement_granularity]: + /// [google.cloud.channel.v1.RepricingConfig.entitlement_granularity]: @available(*, deprecated) indirect case channelPartnerGranularity(RepricingConfig.ChannelPartnerGranularity?) } diff --git a/generated/google-cloud-chronicle-v1/Sources/GoogleCloudChronicleV1/ExecuteDashboardQueryResponse.swift b/generated/google-cloud-chronicle-v1/Sources/GoogleCloudChronicleV1/ExecuteDashboardQueryResponse.swift index 10cb198ac..493671bad 100644 --- a/generated/google-cloud-chronicle-v1/Sources/GoogleCloudChronicleV1/ExecuteDashboardQueryResponse.swift +++ b/generated/google-cloud-chronicle-v1/Sources/GoogleCloudChronicleV1/ExecuteDashboardQueryResponse.swift @@ -256,7 +256,7 @@ public struct ExecuteDashboardQueryResponse: Codable, Equatable, GoogleCloudWkt. public struct ColumnType: Codable, Equatable, GoogleCloudWkt._AnyPackable, Sendable { - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `ColumnType`. public init() {} @@ -282,7 +282,7 @@ public struct ExecuteDashboardQueryResponse: Codable, Equatable, GoogleCloudWkt. public init(from decoder: Decoder) throws { let container = try decoder.container(keyedBy: CodingKeys.self) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -352,7 +352,7 @@ public struct ExecuteDashboardQueryResponse: Codable, Equatable, GoogleCloudWkt. } } - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// Single value in a column. indirect case value(ExecuteDashboardQueryResponse.ColumnValue?) /// List of values in a column e.g. IPs diff --git a/generated/google-cloud-clouddms-v1/Sources/GoogleCloudDMSV1/OperationMetadata.swift b/generated/google-cloud-clouddms-v1/Sources/GoogleCloudDMSV1/OperationMetadata.swift index e23f44166..56b20d346 100644 --- a/generated/google-cloud-clouddms-v1/Sources/GoogleCloudDMSV1/OperationMetadata.swift +++ b/generated/google-cloud-clouddms-v1/Sources/GoogleCloudDMSV1/OperationMetadata.swift @@ -43,7 +43,7 @@ public struct OperationMetadata: Codable, Equatable, GoogleCloudWkt._AnyPackable /// value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, /// corresponding to `Code.CANCELLED`. /// - /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/error + /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/error(_:) /// [google.rpc.Status.code]: https://www.google.com/search?q=Swift+google.rpc+GoogleRpc.Status/code public var requestedCancellation: Swift.Bool = Swift.Bool() diff --git a/generated/google-cloud-cloudsecuritycompliance-v1/Sources/GoogleCloudSecurityComplianceV1/OperationMetadata.swift b/generated/google-cloud-cloudsecuritycompliance-v1/Sources/GoogleCloudSecurityComplianceV1/OperationMetadata.swift index f7b3c43e3..31c8c048a 100644 --- a/generated/google-cloud-cloudsecuritycompliance-v1/Sources/GoogleCloudSecurityComplianceV1/OperationMetadata.swift +++ b/generated/google-cloud-cloudsecuritycompliance-v1/Sources/GoogleCloudSecurityComplianceV1/OperationMetadata.swift @@ -42,7 +42,7 @@ public struct OperationMetadata: Codable, Equatable, GoogleCloudWkt._AnyPackable /// [google.longrunning.Operation.error][google.longrunning.Operation.error] /// contains the value [google.rpc.Code.CANCELLED][google.rpc.Code.CANCELLED]. /// - /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/error + /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/error(_:) public var requestedCancellation: Swift.Bool = Swift.Bool() /// Output only. The API version that was used to start the operation. diff --git a/generated/google-cloud-config-v1/Sources/GoogleCloudConfigV1/OperationMetadata.swift b/generated/google-cloud-config-v1/Sources/GoogleCloudConfigV1/OperationMetadata.swift index f5101f043..6fbfdfffe 100644 --- a/generated/google-cloud-config-v1/Sources/GoogleCloudConfigV1/OperationMetadata.swift +++ b/generated/google-cloud-config-v1/Sources/GoogleCloudConfigV1/OperationMetadata.swift @@ -42,7 +42,7 @@ public struct OperationMetadata: Codable, Equatable, GoogleCloudWkt._AnyPackable /// value with a [google.rpc.Status.code][google.rpc.Status.code] of `1`, /// corresponding to `Code.CANCELLED`. /// - /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/error + /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/error(_:) /// [google.rpc.Status.code]: https://www.google.com/search?q=Swift+google.rpc+GoogleRpc.Status/code public var requestedCancellation: Swift.Bool = Swift.Bool() diff --git a/generated/google-cloud-configdelivery-v1/Sources/GoogleCloudConfigDeliveryV1/OperationMetadata.swift b/generated/google-cloud-configdelivery-v1/Sources/GoogleCloudConfigDeliveryV1/OperationMetadata.swift index bcfd33b25..6f0a0955b 100644 --- a/generated/google-cloud-configdelivery-v1/Sources/GoogleCloudConfigDeliveryV1/OperationMetadata.swift +++ b/generated/google-cloud-configdelivery-v1/Sources/GoogleCloudConfigDeliveryV1/OperationMetadata.swift @@ -43,7 +43,7 @@ public struct OperationMetadata: Codable, Equatable, GoogleCloudWkt._AnyPackable /// value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, /// corresponding to `Code.CANCELLED`. /// - /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/error + /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/error(_:) /// [google.rpc.Status.code]: https://www.google.com/search?q=Swift+google.rpc+GoogleRpc.Status/code public var requestedCancellation: Swift.Bool = Swift.Bool() diff --git a/generated/google-cloud-connectors-v1/Sources/GoogleCloudConnectorsV1/AuthConfig.swift b/generated/google-cloud-connectors-v1/Sources/GoogleCloudConnectorsV1/AuthConfig.swift index 9ff59c21c..0d7932383 100644 --- a/generated/google-cloud-connectors-v1/Sources/GoogleCloudConnectorsV1/AuthConfig.swift +++ b/generated/google-cloud-connectors-v1/Sources/GoogleCloudConnectorsV1/AuthConfig.swift @@ -28,7 +28,7 @@ public struct AuthConfig: Codable, Equatable, GoogleCloudWkt._AnyPackable, public var additionalVariables: [ConfigVariable] = [] /// Supported auth types. - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `AuthConfig`. public init() {} @@ -61,7 +61,7 @@ public struct AuthConfig: Codable, Equatable, GoogleCloudWkt._AnyPackable, self.additionalVariables = try container.decode( [ConfigVariable].self, forKey: .additionalVariables) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -314,7 +314,7 @@ public struct AuthConfig: Codable, Equatable, GoogleCloudWkt._AnyPackable, } /// Supported auth types. - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// UserPassword. indirect case userPassword(AuthConfig.UserPassword?) /// Oauth2JwtBearer. diff --git a/generated/google-cloud-datacatalog-lineage-v1/Sources/GoogleCloudDataCatalogLineageV1/SearchLinksRequest.swift b/generated/google-cloud-datacatalog-lineage-v1/Sources/GoogleCloudDataCatalogLineageV1/SearchLinksRequest.swift index 1bb0c77d2..854ffaf92 100644 --- a/generated/google-cloud-datacatalog-lineage-v1/Sources/GoogleCloudDataCatalogLineageV1/SearchLinksRequest.swift +++ b/generated/google-cloud-datacatalog-lineage-v1/Sources/GoogleCloudDataCatalogLineageV1/SearchLinksRequest.swift @@ -140,7 +140,7 @@ public struct SearchLinksRequest: Codable, Equatable, GoogleCloudWkt._AnyPackabl /// All entities within the `MultipleEntityReference` must have the same /// `fully_qualified_name`. /// - /// [google.cloud.datacatalog.lineage.v1.SearchLinksRequest.source]: + /// [google.cloud.datacatalog.lineage.v1.SearchLinksRequest.source]: indirect case sources(MultipleEntityReference?) /// Optional. Send a list of asset information in the **targets** field to /// retrieve all links that lead from upstream assets to the specified @@ -150,7 +150,7 @@ public struct SearchLinksRequest: Codable, Equatable, GoogleCloudWkt._AnyPackabl /// All entities within the `MultipleEntityReference` must have the same /// `fully_qualified_name`. /// - /// [google.cloud.datacatalog.lineage.v1.SearchLinksRequest.target]: + /// [google.cloud.datacatalog.lineage.v1.SearchLinksRequest.target]: indirect case targets(MultipleEntityReference?) } diff --git a/generated/google-cloud-datacatalog-v1/Sources/GoogleCloudDataCatalogV1/DataCatalog.swift b/generated/google-cloud-datacatalog-v1/Sources/GoogleCloudDataCatalogV1/DataCatalog.swift index a9301084c..cc933250c 100644 --- a/generated/google-cloud-datacatalog-v1/Sources/GoogleCloudDataCatalogV1/DataCatalog.swift +++ b/generated/google-cloud-datacatalog-v1/Sources/GoogleCloudDataCatalogV1/DataCatalog.swift @@ -530,7 +530,7 @@ public class DataCatalogClient: Clients.DataCatalogProtocol { /// lowercased. /// /// [google.cloud.datacatalog.v1.Entry]: - /// [google.cloud.datacatalog.v1.Tag.column]: + /// [google.cloud.datacatalog.v1.Tag.column]: /// /// @Snippet(path: "DataCatalog_ListTags") @available(*, deprecated) @@ -545,7 +545,7 @@ public class DataCatalogClient: Clients.DataCatalogProtocol { /// lowercased. /// /// [google.cloud.datacatalog.v1.Entry]: - /// [google.cloud.datacatalog.v1.Tag.column]: + /// [google.cloud.datacatalog.v1.Tag.column]: /// /// @Snippet(path: "DataCatalog_ListTags") @available(*, deprecated) diff --git a/generated/google-cloud-dataplex-v1/Sources/GoogleCloudDataplexV1/DataProduct.swift b/generated/google-cloud-dataplex-v1/Sources/GoogleCloudDataplexV1/DataProduct.swift index f1c133b20..a07417abd 100644 --- a/generated/google-cloud-dataplex-v1/Sources/GoogleCloudDataplexV1/DataProduct.swift +++ b/generated/google-cloud-dataplex-v1/Sources/GoogleCloudDataplexV1/DataProduct.swift @@ -123,7 +123,7 @@ public struct DataProduct: Codable, Equatable, GoogleCloudWkt._AnyPackable, public var serviceAccount: Swift.String? = nil /// The type of the principal entity. - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `Principal`. public init() {} @@ -151,7 +151,7 @@ public struct DataProduct: Codable, Equatable, GoogleCloudWkt._AnyPackable, self.serviceAccount = try container.decodeIfPresent( Swift.String.self, forKey: .serviceAccount) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -180,7 +180,7 @@ public struct DataProduct: Codable, Equatable, GoogleCloudWkt._AnyPackable, } /// The type of the principal entity. - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// Optional. Email of the Google Group, as per /// https://cloud.google.com/iam/docs/principals-overview#google-group. case googleGroup(Swift.String) diff --git a/generated/google-cloud-dataproc-v1/Sources/GoogleCloudDataprocV1/ClusterController.swift b/generated/google-cloud-dataproc-v1/Sources/GoogleCloudDataprocV1/ClusterController.swift index 1ec49a917..3f3b6d7f8 100644 --- a/generated/google-cloud-dataproc-v1/Sources/GoogleCloudDataprocV1/ClusterController.swift +++ b/generated/google-cloud-dataproc-v1/Sources/GoogleCloudDataprocV1/ClusterController.swift @@ -451,7 +451,7 @@ public class ClusterControllerClient: Clients.ClusterControllerProtocol { /// [DiagnoseClusterResults](https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#diagnoseclusterresults). /// /// [google.longrunning.Operation.metadata]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/metadata - /// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/response + /// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/response(_:) /// /// @Snippet(path: "ClusterController_DiagnoseCluster") public func diagnoseCluster( @@ -469,7 +469,7 @@ public class ClusterControllerClient: Clients.ClusterControllerProtocol { /// [DiagnoseClusterResults](https://cloud.google.com/dataproc/docs/reference/rpc/google.cloud.dataproc.v1#diagnoseclusterresults). /// /// [google.longrunning.Operation.metadata]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/metadata - /// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/response + /// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/response(_:) /// /// @Snippet(path: "ClusterController_DiagnoseCluster") public func diagnoseCluster( diff --git a/generated/google-cloud-dataproc-v1/Sources/GoogleCloudDataprocV1/FlinkJob.swift b/generated/google-cloud-dataproc-v1/Sources/GoogleCloudDataprocV1/FlinkJob.swift index 068310039..b882a9653 100644 --- a/generated/google-cloud-dataproc-v1/Sources/GoogleCloudDataprocV1/FlinkJob.swift +++ b/generated/google-cloud-dataproc-v1/Sources/GoogleCloudDataprocV1/FlinkJob.swift @@ -51,7 +51,7 @@ public struct FlinkJob: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// [mainClass][google.cloud.dataproc.v1.FlinkJob.main_class]. /// /// [google.cloud.dataproc.v1.FlinkJob.jar_file_uris]: - /// [google.cloud.dataproc.v1.FlinkJob.main_class]: + /// [google.cloud.dataproc.v1.FlinkJob.main_class]: public var driver: OneOf_Driver? = nil /// Initialize a new instance of `FlinkJob`. @@ -135,7 +135,7 @@ public struct FlinkJob: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// [mainClass][google.cloud.dataproc.v1.FlinkJob.main_class]. /// /// [google.cloud.dataproc.v1.FlinkJob.jar_file_uris]: - /// [google.cloud.dataproc.v1.FlinkJob.main_class]: + /// [google.cloud.dataproc.v1.FlinkJob.main_class]: public enum OneOf_Driver: Codable, Equatable, Sendable { /// The HCFS URI of the jar file that contains the main class. case mainJarFileUri(Swift.String) diff --git a/generated/google-cloud-dataproc-v1/Sources/GoogleCloudDataprocV1/SparkJob.swift b/generated/google-cloud-dataproc-v1/Sources/GoogleCloudDataprocV1/SparkJob.swift index 405bd5323..5ac356275 100644 --- a/generated/google-cloud-dataproc-v1/Sources/GoogleCloudDataprocV1/SparkJob.swift +++ b/generated/google-cloud-dataproc-v1/Sources/GoogleCloudDataprocV1/SparkJob.swift @@ -57,7 +57,7 @@ public struct SparkJob: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// [mainClass][google.cloud.dataproc.v1.SparkJob.main_class]. /// /// [google.cloud.dataproc.v1.SparkJob.jar_file_uris]: - /// [google.cloud.dataproc.v1.SparkJob.main_class]: + /// [google.cloud.dataproc.v1.SparkJob.main_class]: public var driver: OneOf_Driver? = nil /// Initialize a new instance of `SparkJob`. @@ -144,7 +144,7 @@ public struct SparkJob: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// [mainClass][google.cloud.dataproc.v1.SparkJob.main_class]. /// /// [google.cloud.dataproc.v1.SparkJob.jar_file_uris]: - /// [google.cloud.dataproc.v1.SparkJob.main_class]: + /// [google.cloud.dataproc.v1.SparkJob.main_class]: public enum OneOf_Driver: Codable, Equatable, Sendable { /// The HCFS URI of the jar file that contains the main class. case mainJarFileUri(Swift.String) diff --git a/generated/google-cloud-dataproc-v1/Sources/GoogleCloudDataprocV1/WorkflowTemplateService.swift b/generated/google-cloud-dataproc-v1/Sources/GoogleCloudDataprocV1/WorkflowTemplateService.swift index 86d978e35..79ea4e8bf 100644 --- a/generated/google-cloud-dataproc-v1/Sources/GoogleCloudDataprocV1/WorkflowTemplateService.swift +++ b/generated/google-cloud-dataproc-v1/Sources/GoogleCloudDataprocV1/WorkflowTemplateService.swift @@ -89,7 +89,7 @@ public class WorkflowTemplateServiceClient: Clients.WorkflowTemplateServiceProto /// [Empty][google.protobuf.Empty]. /// /// [google.longrunning.Operation.metadata]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/metadata - /// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/response + /// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/response(_:) /// [google.protobuf.Empty]: https://www.google.com/search?q=Swift+google.protobuf+GoogleCloudWkt.Empty /// /// @Snippet(path: "WorkflowTemplateService_InstantiateWorkflowTemplate") @@ -121,7 +121,7 @@ public class WorkflowTemplateServiceClient: Clients.WorkflowTemplateServiceProto /// [Empty][google.protobuf.Empty]. /// /// [google.longrunning.Operation.metadata]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/metadata - /// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/response + /// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/response(_:) /// [google.protobuf.Empty]: https://www.google.com/search?q=Swift+google.protobuf+GoogleCloudWkt.Empty /// /// @Snippet(path: "WorkflowTemplateService_InstantiateWorkflowTemplate") @@ -203,7 +203,7 @@ public class WorkflowTemplateServiceClient: Clients.WorkflowTemplateServiceProto /// [google.cloud.dataproc.v1.WorkflowTemplateService.DeleteWorkflowTemplate]: /// [google.cloud.dataproc.v1.WorkflowTemplateService.InstantiateWorkflowTemplate]: /// [google.longrunning.Operation.metadata]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/metadata - /// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/response + /// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/response(_:) /// [google.protobuf.Empty]: https://www.google.com/search?q=Swift+google.protobuf+GoogleCloudWkt.Empty /// /// @Snippet(path: "WorkflowTemplateService_InstantiateInlineWorkflowTemplate") @@ -243,7 +243,7 @@ public class WorkflowTemplateServiceClient: Clients.WorkflowTemplateServiceProto /// [google.cloud.dataproc.v1.WorkflowTemplateService.DeleteWorkflowTemplate]: /// [google.cloud.dataproc.v1.WorkflowTemplateService.InstantiateWorkflowTemplate]: /// [google.longrunning.Operation.metadata]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/metadata - /// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/response + /// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/response(_:) /// [google.protobuf.Empty]: https://www.google.com/search?q=Swift+google.protobuf+GoogleCloudWkt.Empty /// /// @Snippet(path: "WorkflowTemplateService_InstantiateInlineWorkflowTemplate") diff --git a/generated/google-cloud-datastream-v1/Sources/GoogleCloudDatastreamV1/OperationMetadata.swift b/generated/google-cloud-datastream-v1/Sources/GoogleCloudDatastreamV1/OperationMetadata.swift index d1b8255ba..085397ea9 100644 --- a/generated/google-cloud-datastream-v1/Sources/GoogleCloudDatastreamV1/OperationMetadata.swift +++ b/generated/google-cloud-datastream-v1/Sources/GoogleCloudDatastreamV1/OperationMetadata.swift @@ -43,7 +43,7 @@ public struct OperationMetadata: Codable, Equatable, GoogleCloudWkt._AnyPackable /// value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, /// corresponding to `Code.CANCELLED`. /// - /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/error + /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/error(_:) /// [google.rpc.Status.code]: https://www.google.com/search?q=Swift+google.rpc+GoogleRpc.Status/code public var requestedCancellation: Swift.Bool = Swift.Bool() diff --git a/generated/google-cloud-deploy-v1/Sources/GoogleCloudDeployV1/OperationMetadata.swift b/generated/google-cloud-deploy-v1/Sources/GoogleCloudDeployV1/OperationMetadata.swift index 00c0a8184..574fbb93f 100644 --- a/generated/google-cloud-deploy-v1/Sources/GoogleCloudDeployV1/OperationMetadata.swift +++ b/generated/google-cloud-deploy-v1/Sources/GoogleCloudDeployV1/OperationMetadata.swift @@ -43,7 +43,7 @@ public struct OperationMetadata: Codable, Equatable, GoogleCloudWkt._AnyPackable /// value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, /// corresponding to `Code.CANCELLED`. /// - /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/error + /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/error(_:) /// [google.rpc.Status.code]: https://www.google.com/search?q=Swift+google.rpc+GoogleRpc.Status/code public var requestedCancellation: Swift.Bool = Swift.Bool() diff --git a/generated/google-cloud-developerconnect-v1/Sources/GoogleCloudDeveloperConnectV1/OperationMetadata.swift b/generated/google-cloud-developerconnect-v1/Sources/GoogleCloudDeveloperConnectV1/OperationMetadata.swift index 7fc3dafe1..19dedd293 100644 --- a/generated/google-cloud-developerconnect-v1/Sources/GoogleCloudDeveloperConnectV1/OperationMetadata.swift +++ b/generated/google-cloud-developerconnect-v1/Sources/GoogleCloudDeveloperConnectV1/OperationMetadata.swift @@ -43,7 +43,7 @@ public struct OperationMetadata: Codable, Equatable, GoogleCloudWkt._AnyPackable /// value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, /// corresponding to `Code.CANCELLED`. /// - /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/error + /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/error(_:) /// [google.rpc.Status.code]: https://www.google.com/search?q=Swift+google.rpc+GoogleRpc.Status/code public var requestedCancellation: Swift.Bool = Swift.Bool() diff --git a/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/AudioInput.swift b/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/AudioInput.swift index 2be7062a8..962efb2d2 100644 --- a/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/AudioInput.swift +++ b/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/AudioInput.swift @@ -36,7 +36,7 @@ /// For streaming audio detect intent, `config` must be provided in /// the first request and `audio` must be provided in all following requests. /// - /// [google.cloud.dialogflow.cx.v3.QueryResult.transcript]: + /// [google.cloud.dialogflow.cx.v3.QueryResult.transcript]: public var audio: Foundation.Data = Foundation.Data() /// Initialize a new instance of `AudioInput`. diff --git a/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/ConversationTurn.swift b/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/ConversationTurn.swift index 95a6dfc34..3e48329b7 100644 --- a/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/ConversationTurn.swift +++ b/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/ConversationTurn.swift @@ -54,9 +54,9 @@ /// [event input][google.cloud.dialogflow.cx.v3.QueryInput.event], [dtmf /// input][google.cloud.dialogflow.cx.v3.QueryInput.dtmf] in the test case. /// - /// [google.cloud.dialogflow.cx.v3.QueryInput.dtmf]: - /// [google.cloud.dialogflow.cx.v3.QueryInput.event]: - /// [google.cloud.dialogflow.cx.v3.QueryInput.text]: + /// [google.cloud.dialogflow.cx.v3.QueryInput.dtmf]: + /// [google.cloud.dialogflow.cx.v3.QueryInput.event]: + /// [google.cloud.dialogflow.cx.v3.QueryInput.text]: public var input: QueryInput? = nil /// Parameters that need to be injected into the conversation during intent diff --git a/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/DeleteFlowRequest.swift b/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/DeleteFlowRequest.swift index 38ccb3e70..7692a9313 100644 --- a/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/DeleteFlowRequest.swift +++ b/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/DeleteFlowRequest.swift @@ -41,8 +41,8 @@ /// flow][TransitionRoute.target_flow] in transition routes that point to /// this flow will be cleared). /// - /// [EventHandler.target_flow]: - /// [TransitionRoute.target_flow]: + /// [EventHandler.target_flow]: + /// [TransitionRoute.target_flow]: public var force: Swift.Bool = Swift.Bool() /// Initialize a new instance of `DeleteFlowRequest`. diff --git a/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/DeletePageRequest.swift b/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/DeletePageRequest.swift index dcb18dffa..8736fdffe 100644 --- a/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/DeletePageRequest.swift +++ b/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/DeletePageRequest.swift @@ -41,8 +41,8 @@ /// page][TransitionRoute.target_page] in transition routes that point to /// this page will be cleared). /// - /// [EventHandler.target_page]: - /// [TransitionRoute.target_page]: + /// [EventHandler.target_page]: + /// [TransitionRoute.target_page]: public var force: Swift.Bool = Swift.Bool() /// Initialize a new instance of `DeletePageRequest`. diff --git a/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/Environment.swift b/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/Environment.swift index 78f83929e..40905c4a0 100644 --- a/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/Environment.swift +++ b/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/Environment.swift @@ -47,7 +47,7 @@ /// Flow`][Agent.start_flow] in the agent. Otherwise, an error will be /// returned. /// - /// [Agent.start_flow]: + /// [Agent.start_flow]: public var versionConfigs: [Environment.VersionConfig] = [] /// Output only. Update time of this environment. @@ -175,8 +175,8 @@ /// and /// [`service_directory`][google.cloud.dialogflow.cx.v3.Webhook.service_directory]. /// - /// [google.cloud.dialogflow.cx.v3.Webhook.generic_web_service]: - /// [google.cloud.dialogflow.cx.v3.Webhook.service_directory]: + /// [google.cloud.dialogflow.cx.v3.Webhook.generic_web_service]: + /// [google.cloud.dialogflow.cx.v3.Webhook.service_directory]: public var webhookOverrides: [Webhook] = [] /// Initialize a new instance of `WebhookConfig`. diff --git a/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/EventHandler.swift b/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/EventHandler.swift index ac933129a..d0293b215 100644 --- a/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/EventHandler.swift +++ b/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/EventHandler.swift @@ -36,8 +36,8 @@ /// flow. /// /// [google.cloud.dialogflow.cx.v3.EventHandler.event]: - /// [google.cloud.dialogflow.cx.v3.EventHandler.target_flow]: - /// [google.cloud.dialogflow.cx.v3.EventHandler.target_page]: + /// [google.cloud.dialogflow.cx.v3.EventHandler.target_flow]: + /// [google.cloud.dialogflow.cx.v3.EventHandler.target_page]: /// [google.cloud.dialogflow.cx.v3.EventHandler.trigger_fulfillment]: public struct EventHandler: Codable, Equatable, GoogleCloudWkt._AnyPackable, Sendable diff --git a/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/ImportEntityTypesRequest.swift b/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/ImportEntityTypesRequest.swift index e40a0ebd8..049bc8e98 100644 --- a/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/ImportEntityTypesRequest.swift +++ b/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/ImportEntityTypesRequest.swift @@ -43,7 +43,7 @@ /// imported entity type will be added to the target entity type. /// /// [google.cloud.dialogflow.cx.v3.EntityType.entities]: - /// [google.cloud.dialogflow.cx.v3.ImportEntityTypesRequest.entity_types]: + /// [google.cloud.dialogflow.cx.v3.ImportEntityTypesRequest.entity_types]: public var targetEntityType: Swift.String = Swift.String() /// Required. The entity types to import. diff --git a/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/ResponseMessage.swift b/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/ResponseMessage.swift index 9e0d23f19..312b45e5e 100644 --- a/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/ResponseMessage.swift +++ b/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/ResponseMessage.swift @@ -505,7 +505,7 @@ /// This message is generated by Dialogflow only and not supposed to be /// defined by the user. /// - /// [google.cloud.dialogflow.cx.v3.ResponseMessage.play_audio]: + /// [google.cloud.dialogflow.cx.v3.ResponseMessage.play_audio]: public struct MixedAudio: Codable, Equatable, GoogleCloudWkt._AnyPackable, Sendable { @@ -897,7 +897,7 @@ /// However, Dialogflow itself does not try to read or process the URI in any /// way. /// - /// [google.cloud.dialogflow.cx.v3.ResponseMessage.mixed_audio]: + /// [google.cloud.dialogflow.cx.v3.ResponseMessage.mixed_audio]: indirect case playAudio(ResponseMessage.PlayAudio?) /// Output only. An audio response message composed of both the synthesized /// Dialogflow agent responses and responses defined via @@ -905,7 +905,7 @@ /// This message is generated by Dialogflow only and not supposed to be /// defined by the user. /// - /// [google.cloud.dialogflow.cx.v3.ResponseMessage.play_audio]: + /// [google.cloud.dialogflow.cx.v3.ResponseMessage.play_audio]: indirect case mixedAudio(ResponseMessage.MixedAudio?) /// A signal that the client should transfer the phone call connected to /// this agent to a third-party endpoint. diff --git a/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/SecuritySettings.swift b/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/SecuritySettings.swift index f51eb02b7..98e4d6525 100644 --- a/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/SecuritySettings.swift +++ b/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/SecuritySettings.swift @@ -108,7 +108,7 @@ /// or /// [Sessions.StreamingDetectIntent][google.cloud.dialogflow.cx.v3.Sessions.StreamingDetectIntent]. /// - /// [google.cloud.dialogflow.cx.v3.SecuritySettings.retention_strategy]: + /// [google.cloud.dialogflow.cx.v3.SecuritySettings.retention_strategy]: /// [google.cloud.dialogflow.cx.v3.Sessions.DetectIntent]: /// [google.cloud.dialogflow.cx.v3.Sessions.StreamingDetectIntent]: public var audioExportSettings: SecuritySettings.AudioExportSettings? = nil @@ -121,7 +121,7 @@ /// is set to REMOVE_AFTER_CONVERSATION, Insights export is disabled no matter /// what you configure here. /// - /// [google.cloud.dialogflow.cx.v3.SecuritySettings.retention_strategy]: + /// [google.cloud.dialogflow.cx.v3.SecuritySettings.retention_strategy]: public var insightsExportSettings: SecuritySettings.InsightsExportSettings? = nil /// Specifies how data is retained. Note that even if the data is diff --git a/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/StreamingDetectIntentRequest.swift b/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/StreamingDetectIntentRequest.swift index 74b51a4bf..050036324 100644 --- a/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/StreamingDetectIntentRequest.swift +++ b/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/StreamingDetectIntentRequest.swift @@ -54,7 +54,7 @@ /// /// [google.cloud.dialogflow.cx.v3.AudioInput.audio]: /// [google.cloud.dialogflow.cx.v3.AudioInput.config]: - /// [google.cloud.dialogflow.cx.v3.QueryInput.text]: + /// [google.cloud.dialogflow.cx.v3.QueryInput.text]: /// [google.cloud.dialogflow.cx.v3.Sessions.StreamingDetectIntent]: /// [google.cloud.dialogflow.cx.v3.StreamingDetectIntentRequest.output_audio_config]: /// [google.cloud.dialogflow.cx.v3.StreamingDetectIntentRequest.query_input]: diff --git a/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/TransitionRoute.swift b/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/TransitionRoute.swift index 97955804b..2bc0a4e40 100644 --- a/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/TransitionRoute.swift +++ b/generated/google-cloud-dialogflow-cx-v3/Sources/GoogleCloudDialogflowCXV3/TransitionRoute.swift @@ -36,8 +36,8 @@ /// specified flow. /// /// [google.cloud.dialogflow.cx.v3.Intent]: - /// [google.cloud.dialogflow.cx.v3.TransitionRoute.target_flow]: - /// [google.cloud.dialogflow.cx.v3.TransitionRoute.target_page]: + /// [google.cloud.dialogflow.cx.v3.TransitionRoute.target_flow]: + /// [google.cloud.dialogflow.cx.v3.TransitionRoute.target_page]: /// [google.cloud.dialogflow.cx.v3.TransitionRoute.trigger_fulfillment]: public struct TransitionRoute: Codable, Equatable, GoogleCloudWkt._AnyPackable, Sendable diff --git a/generated/google-cloud-dialogflow-v2/Sources/GoogleCloudDialogflowV2/HumanAgentAssistantConfig.swift b/generated/google-cloud-dialogflow-v2/Sources/GoogleCloudDialogflowV2/HumanAgentAssistantConfig.swift index 3b99c6fc9..9e7299fc2 100644 --- a/generated/google-cloud-dialogflow-v2/Sources/GoogleCloudDialogflowV2/HumanAgentAssistantConfig.swift +++ b/generated/google-cloud-dialogflow-v2/Sources/GoogleCloudDialogflowV2/HumanAgentAssistantConfig.swift @@ -953,7 +953,7 @@ /// [ConversationEvent.new_message_payload.SentimentAnalysisResult][google.cloud.dialogflow.v2.ConversationEvent.new_message_payload]. /// /// [google.cloud.dialogflow.v2.AnalyzeContentResponse.message]: - /// [google.cloud.dialogflow.v2.ConversationEvent.new_message_payload]: + /// [google.cloud.dialogflow.v2.ConversationEvent.new_message_payload]: /// [google.cloud.dialogflow.v2.Conversations.ListMessages]: /// [google.cloud.dialogflow.v2.ListMessagesResponse.messages]: /// [google.cloud.dialogflow.v2.Participants.AnalyzeContent]: @@ -985,7 +985,7 @@ /// [ConversationEvent.new_message_payload.SentimentAnalysisResult][google.cloud.dialogflow.v2.ConversationEvent.new_message_payload]. /// /// [google.cloud.dialogflow.v2.AnalyzeContentResponse.message]: - /// [google.cloud.dialogflow.v2.ConversationEvent.new_message_payload]: + /// [google.cloud.dialogflow.v2.ConversationEvent.new_message_payload]: /// [google.cloud.dialogflow.v2.Conversations.ListMessages]: /// [google.cloud.dialogflow.v2.ListMessagesResponse.messages]: /// [google.cloud.dialogflow.v2.Participants.AnalyzeContent]: diff --git a/generated/google-cloud-dialogflow-v2/Sources/GoogleCloudDialogflowV2/StreamingAnalyzeContentRequest.swift b/generated/google-cloud-dialogflow-v2/Sources/GoogleCloudDialogflowV2/StreamingAnalyzeContentRequest.swift index b5a96bc53..d71f6fa50 100644 --- a/generated/google-cloud-dialogflow-v2/Sources/GoogleCloudDialogflowV2/StreamingAnalyzeContentRequest.swift +++ b/generated/google-cloud-dialogflow-v2/Sources/GoogleCloudDialogflowV2/StreamingAnalyzeContentRequest.swift @@ -59,15 +59,15 @@ /// After you sent all input, you must half-close or abort the request stream. /// /// [google.cloud.dialogflow.v2.Participants.StreamingAnalyzeContent]: - /// [google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest.audio_config]: - /// [google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest.config]: - /// [google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest.input]: - /// [google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest.input_audio]: - /// [google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest.input_text]: + /// [google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest.audio_config]: + /// [google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest.config]: + /// [google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest.input]: + /// [google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest.input_audio]: + /// [google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest.input_text]: /// [google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest.participant]: /// [google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest.query_params]: /// [google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest.reply_audio_config]: - /// [google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest.text_config]: + /// [google.cloud.dialogflow.v2.StreamingAnalyzeContentRequest.text_config]: public struct StreamingAnalyzeContentRequest: Codable, Equatable, GoogleCloudWkt._AnyPackable, Sendable { diff --git a/generated/google-cloud-dialogflow-v2/Sources/GoogleCloudDialogflowV2/StreamingDetectIntentRequest.swift b/generated/google-cloud-dialogflow-v2/Sources/GoogleCloudDialogflowV2/StreamingDetectIntentRequest.swift index ae0513080..f452e0b08 100644 --- a/generated/google-cloud-dialogflow-v2/Sources/GoogleCloudDialogflowV2/StreamingDetectIntentRequest.swift +++ b/generated/google-cloud-dialogflow-v2/Sources/GoogleCloudDialogflowV2/StreamingDetectIntentRequest.swift @@ -53,7 +53,7 @@ /// After you sent all input, you must half-close or abort the request stream. /// /// [google.cloud.dialogflow.v2.InputAudioConfig]: - /// [google.cloud.dialogflow.v2.QueryInput.text]: + /// [google.cloud.dialogflow.v2.QueryInput.text]: /// [google.cloud.dialogflow.v2.StreamingDetectIntentRequest.input_audio]: /// [google.cloud.dialogflow.v2.StreamingDetectIntentRequest.output_audio_config]: /// [google.cloud.dialogflow.v2.StreamingDetectIntentRequest.query_input]: diff --git a/generated/google-cloud-discoveryengine-v1/Sources/GoogleCloudDiscoveryEngineV1/BigQuerySource.swift b/generated/google-cloud-discoveryengine-v1/Sources/GoogleCloudDiscoveryEngineV1/BigQuerySource.swift index 9c43cfe28..5ddf26ee6 100644 --- a/generated/google-cloud-discoveryengine-v1/Sources/GoogleCloudDiscoveryEngineV1/BigQuerySource.swift +++ b/generated/google-cloud-discoveryengine-v1/Sources/GoogleCloudDiscoveryEngineV1/BigQuerySource.swift @@ -63,8 +63,8 @@ /// /// [google.cloud.discoveryengine.v1.Document]: /// [google.cloud.discoveryengine.v1.Document.id]: - /// [google.cloud.discoveryengine.v1.Document.json_data]: - /// [google.cloud.discoveryengine.v1.Document.struct_data]: + /// [google.cloud.discoveryengine.v1.Document.json_data]: + /// [google.cloud.discoveryengine.v1.Document.struct_data]: /// [google.cloud.discoveryengine.v1.Schema]: /// [google.cloud.discoveryengine.v1.UserEvent]: public var dataSchema: Swift.String = Swift.String() diff --git a/generated/google-cloud-discoveryengine-v1/Sources/GoogleCloudDiscoveryEngineV1/Document.swift b/generated/google-cloud-discoveryengine-v1/Sources/GoogleCloudDiscoveryEngineV1/Document.swift index d380ea4a4..23554f3da 100644 --- a/generated/google-cloud-discoveryengine-v1/Sources/GoogleCloudDiscoveryEngineV1/Document.swift +++ b/generated/google-cloud-discoveryengine-v1/Sources/GoogleCloudDiscoveryEngineV1/Document.swift @@ -80,8 +80,8 @@ /// [json_data][google.cloud.discoveryengine.v1.Document.json_data] should be /// provided otherwise an `INVALID_ARGUMENT` error is thrown. /// - /// [google.cloud.discoveryengine.v1.Document.json_data]: - /// [google.cloud.discoveryengine.v1.Document.struct_data]: + /// [google.cloud.discoveryengine.v1.Document.json_data]: + /// [google.cloud.discoveryengine.v1.Document.struct_data]: public var data: OneOf_Data? = nil /// Initialize a new instance of `Document`. @@ -469,8 +469,8 @@ /// [json_data][google.cloud.discoveryengine.v1.Document.json_data] should be /// provided otherwise an `INVALID_ARGUMENT` error is thrown. /// - /// [google.cloud.discoveryengine.v1.Document.json_data]: - /// [google.cloud.discoveryengine.v1.Document.struct_data]: + /// [google.cloud.discoveryengine.v1.Document.json_data]: + /// [google.cloud.discoveryengine.v1.Document.struct_data]: public enum OneOf_Data: Codable, Equatable, Sendable { /// The structured JSON data for the document. It should conform to the /// registered [Schema][google.cloud.discoveryengine.v1.Schema] or an diff --git a/generated/google-cloud-discoveryengine-v1/Sources/GoogleCloudDiscoveryEngineV1/DocumentInfo.swift b/generated/google-cloud-discoveryengine-v1/Sources/GoogleCloudDiscoveryEngineV1/DocumentInfo.swift index ede83c687..24f69e63f 100644 --- a/generated/google-cloud-discoveryengine-v1/Sources/GoogleCloudDiscoveryEngineV1/DocumentInfo.swift +++ b/generated/google-cloud-discoveryengine-v1/Sources/GoogleCloudDiscoveryEngineV1/DocumentInfo.swift @@ -66,8 +66,8 @@ /// `{branch_id}` are used when annotating with the stored Document. /// /// [google.cloud.discoveryengine.v1.Document]: - /// [google.cloud.discoveryengine.v1.DocumentInfo.id]: - /// [google.cloud.discoveryengine.v1.DocumentInfo.name]: + /// [google.cloud.discoveryengine.v1.DocumentInfo.id]: + /// [google.cloud.discoveryengine.v1.DocumentInfo.name]: public var documentDescriptor: OneOf_DocumentDescriptor? = nil /// Initialize a new instance of `DocumentInfo`. @@ -159,8 +159,8 @@ /// `{branch_id}` are used when annotating with the stored Document. /// /// [google.cloud.discoveryengine.v1.Document]: - /// [google.cloud.discoveryengine.v1.DocumentInfo.id]: - /// [google.cloud.discoveryengine.v1.DocumentInfo.name]: + /// [google.cloud.discoveryengine.v1.DocumentInfo.id]: + /// [google.cloud.discoveryengine.v1.DocumentInfo.name]: public enum OneOf_DocumentDescriptor: Codable, Equatable, Sendable { /// The [Document][google.cloud.discoveryengine.v1.Document] resource ID. /// diff --git a/generated/google-cloud-discoveryengine-v1/Sources/GoogleCloudDiscoveryEngineV1/Schema.swift b/generated/google-cloud-discoveryengine-v1/Sources/GoogleCloudDiscoveryEngineV1/Schema.swift index a11a409d0..6119043d7 100644 --- a/generated/google-cloud-discoveryengine-v1/Sources/GoogleCloudDiscoveryEngineV1/Schema.swift +++ b/generated/google-cloud-discoveryengine-v1/Sources/GoogleCloudDiscoveryEngineV1/Schema.swift @@ -34,8 +34,8 @@ /// [json_schema][google.cloud.discoveryengine.v1.Schema.json_schema] should be /// provided otherwise an `INVALID_ARGUMENT` error is thrown. /// - /// [google.cloud.discoveryengine.v1.Schema.json_schema]: - /// [google.cloud.discoveryengine.v1.Schema.struct_schema]: + /// [google.cloud.discoveryengine.v1.Schema.json_schema]: + /// [google.cloud.discoveryengine.v1.Schema.struct_schema]: public var schema: OneOf_Schema? = nil /// Initialize a new instance of `Schema`. @@ -104,8 +104,8 @@ /// [json_schema][google.cloud.discoveryengine.v1.Schema.json_schema] should be /// provided otherwise an `INVALID_ARGUMENT` error is thrown. /// - /// [google.cloud.discoveryengine.v1.Schema.json_schema]: - /// [google.cloud.discoveryengine.v1.Schema.struct_schema]: + /// [google.cloud.discoveryengine.v1.Schema.json_schema]: + /// [google.cloud.discoveryengine.v1.Schema.struct_schema]: public enum OneOf_Schema: Codable, Equatable, Sendable { /// The structured representation of the schema. indirect case structSchema(GoogleCloudWkt.Struct?) diff --git a/generated/google-cloud-discoveryengine-v1/Sources/GoogleCloudDiscoveryEngineV1/SearchRequest.swift b/generated/google-cloud-discoveryengine-v1/Sources/GoogleCloudDiscoveryEngineV1/SearchRequest.swift index 8c124b861..952a463d4 100644 --- a/generated/google-cloud-discoveryengine-v1/Sources/GoogleCloudDiscoveryEngineV1/SearchRequest.swift +++ b/generated/google-cloud-discoveryengine-v1/Sources/GoogleCloudDiscoveryEngineV1/SearchRequest.swift @@ -756,7 +756,7 @@ /// /// [google.cloud.discoveryengine.v1.SearchRequest.FacetSpec.FacetKey.intervals]: /// [google.cloud.discoveryengine.v1.SearchResponse.Facet.FacetValue.count]: - /// [google.cloud.discoveryengine.v1.SearchResponse.Facet.FacetValue.value]: + /// [google.cloud.discoveryengine.v1.SearchResponse.Facet.FacetValue.value]: public var orderBy: Swift.String = Swift.String() /// Initialize a new instance of `FacetKey`. diff --git a/generated/google-cloud-ftp-v1/Sources/GoogleCloudFtpV1/OperationMetadata.swift b/generated/google-cloud-ftp-v1/Sources/GoogleCloudFtpV1/OperationMetadata.swift index bf110bf47..aa0ede22d 100644 --- a/generated/google-cloud-ftp-v1/Sources/GoogleCloudFtpV1/OperationMetadata.swift +++ b/generated/google-cloud-ftp-v1/Sources/GoogleCloudFtpV1/OperationMetadata.swift @@ -43,7 +43,7 @@ public struct OperationMetadata: Codable, Equatable, GoogleCloudWkt._AnyPackable /// value with a [google.rpc.Status.code][google.rpc.Status.code] of `1`, /// corresponding to `Code.CANCELLED`. /// - /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/error + /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/error(_:) /// [google.rpc.Status.code]: https://www.google.com/search?q=Swift+google.rpc+GoogleRpc.Status/code public var requestedCancellation: Swift.Bool = Swift.Bool() diff --git a/generated/google-cloud-functions-v2/Sources/GoogleCloudFunctionsV2/OperationMetadata.swift b/generated/google-cloud-functions-v2/Sources/GoogleCloudFunctionsV2/OperationMetadata.swift index 1e244a0ba..bbe77d1f1 100644 --- a/generated/google-cloud-functions-v2/Sources/GoogleCloudFunctionsV2/OperationMetadata.swift +++ b/generated/google-cloud-functions-v2/Sources/GoogleCloudFunctionsV2/OperationMetadata.swift @@ -43,7 +43,7 @@ public struct OperationMetadata: Codable, Equatable, GoogleCloudWkt._AnyPackable /// value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, /// corresponding to `Code.CANCELLED`. /// - /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/error + /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/error(_:) /// [google.rpc.Status.code]: https://www.google.com/search?q=Swift+google.rpc+GoogleRpc.Status/code public var cancelRequested: Swift.Bool = Swift.Bool() diff --git a/generated/google-cloud-gkebackup-v1/Sources/GoogleCloudGKEBackupV1/Backup.swift b/generated/google-cloud-gkebackup-v1/Sources/GoogleCloudGKEBackupV1/Backup.swift index f1cc57f8c..f14e9840c 100644 --- a/generated/google-cloud-gkebackup-v1/Sources/GoogleCloudGKEBackupV1/Backup.swift +++ b/generated/google-cloud-gkebackup-v1/Sources/GoogleCloudGKEBackupV1/Backup.swift @@ -184,7 +184,7 @@ public struct Backup: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// [backup_scope][google.cloud.gkebackup.v1.BackupPlan.BackupConfig.backup_scope] /// value. /// - /// [google.cloud.gkebackup.v1.BackupPlan.BackupConfig.backup_scope]: + /// [google.cloud.gkebackup.v1.BackupPlan.BackupConfig.backup_scope]: public var backupScope: OneOf_BackupScope? = nil /// Initialize a new instance of `Backup`. @@ -589,7 +589,7 @@ public struct Backup: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// [backup_scope][google.cloud.gkebackup.v1.BackupPlan.BackupConfig.backup_scope] /// value. /// - /// [google.cloud.gkebackup.v1.BackupPlan.BackupConfig.backup_scope]: + /// [google.cloud.gkebackup.v1.BackupPlan.BackupConfig.backup_scope]: public enum OneOf_BackupScope: Codable, Equatable, Sendable { /// Output only. If True, all namespaces were included in the Backup. case allNamespaces(Swift.Bool) diff --git a/generated/google-cloud-gkebackup-v1/Sources/GoogleCloudGKEBackupV1/OperationMetadata.swift b/generated/google-cloud-gkebackup-v1/Sources/GoogleCloudGKEBackupV1/OperationMetadata.swift index 4a97d9f23..49e4ad207 100644 --- a/generated/google-cloud-gkebackup-v1/Sources/GoogleCloudGKEBackupV1/OperationMetadata.swift +++ b/generated/google-cloud-gkebackup-v1/Sources/GoogleCloudGKEBackupV1/OperationMetadata.swift @@ -43,7 +43,7 @@ public struct OperationMetadata: Codable, Equatable, GoogleCloudWkt._AnyPackable /// value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, /// corresponding to `Code.CANCELLED`. /// - /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/error + /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/error(_:) /// [google.rpc.Status.code]: https://www.google.com/search?q=Swift+google.rpc+GoogleRpc.Status/code public var requestedCancellation: Swift.Bool = Swift.Bool() diff --git a/generated/google-cloud-gkebackup-v1/Sources/GoogleCloudGKEBackupV1/RestoreConfig.swift b/generated/google-cloud-gkebackup-v1/Sources/GoogleCloudGKEBackupV1/RestoreConfig.swift index 4086592e0..dea696974 100644 --- a/generated/google-cloud-gkebackup-v1/Sources/GoogleCloudGKEBackupV1/RestoreConfig.swift +++ b/generated/google-cloud-gkebackup-v1/Sources/GoogleCloudGKEBackupV1/RestoreConfig.swift @@ -81,7 +81,7 @@ public struct RestoreConfig: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// [all_namespaces][google.cloud.gkebackup.v1.RestoreConfig.all_namespaces] is /// selected. Listing them explicitly will result in an error. /// - /// [google.cloud.gkebackup.v1.RestoreConfig.all_namespaces]: + /// [google.cloud.gkebackup.v1.RestoreConfig.all_namespaces]: public var namespacedResourceRestoreScope: OneOf_NamespacedResourceRestoreScope? = nil /// Initialize a new instance of `RestoreConfig`. @@ -1242,7 +1242,7 @@ public struct RestoreConfig: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// [all_namespaces][google.cloud.gkebackup.v1.RestoreConfig.all_namespaces] is /// selected. Listing them explicitly will result in an error. /// - /// [google.cloud.gkebackup.v1.RestoreConfig.all_namespaces]: + /// [google.cloud.gkebackup.v1.RestoreConfig.all_namespaces]: public enum OneOf_NamespacedResourceRestoreScope: Codable, Equatable, Sendable { /// Restore all namespaced resources in the Backup if set to "True". /// Specifying this field to "False" is an error. diff --git a/generated/google-cloud-gkehub-v1/Sources/GoogleCloudGKEHubV1/Membership.swift b/generated/google-cloud-gkehub-v1/Sources/GoogleCloudGKEHubV1/Membership.swift index a101b05dc..7ce651fad 100644 --- a/generated/google-cloud-gkehub-v1/Sources/GoogleCloudGKEHubV1/Membership.swift +++ b/generated/google-cloud-gkehub-v1/Sources/GoogleCloudGKEHubV1/Membership.swift @@ -86,7 +86,7 @@ public struct Membership: Codable, Equatable, GoogleCloudWkt._AnyPackable, public var monitoringConfig: MonitoringConfig? = nil /// Type of resource represented by this Membership - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `Membership`. public init() {} @@ -140,7 +140,7 @@ public struct Membership: Codable, Equatable, GoogleCloudWkt._AnyPackable, self.monitoringConfig = try container.decodeIfPresent( MonitoringConfig.self, forKey: .monitoringConfig) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -180,7 +180,7 @@ public struct Membership: Codable, Equatable, GoogleCloudWkt._AnyPackable, } /// Type of resource represented by this Membership - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// Optional. Endpoint information to reach this member. indirect case endpoint(MembershipEndpoint?) } diff --git a/generated/google-cloud-gkehub-v1/Sources/GoogleCloudGKEHubV1/OperationMetadata.swift b/generated/google-cloud-gkehub-v1/Sources/GoogleCloudGKEHubV1/OperationMetadata.swift index d666f70af..5f1236c8e 100644 --- a/generated/google-cloud-gkehub-v1/Sources/GoogleCloudGKEHubV1/OperationMetadata.swift +++ b/generated/google-cloud-gkehub-v1/Sources/GoogleCloudGKEHubV1/OperationMetadata.swift @@ -43,7 +43,7 @@ public struct OperationMetadata: Codable, Equatable, GoogleCloudWkt._AnyPackable /// value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, /// corresponding to `Code.CANCELLED`. /// - /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/error + /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/error(_:) /// [google.rpc.Status.code]: https://www.google.com/search?q=Swift+google.rpc+GoogleRpc.Status/code public var cancelRequested: Swift.Bool = Swift.Bool() diff --git a/generated/google-cloud-gkemulticloud-v1/Sources/GoogleCloudGKEMultiCloudV1/OperationMetadata.swift b/generated/google-cloud-gkemulticloud-v1/Sources/GoogleCloudGKEMultiCloudV1/OperationMetadata.swift index f3a40ac83..8c4373c13 100644 --- a/generated/google-cloud-gkemulticloud-v1/Sources/GoogleCloudGKEMultiCloudV1/OperationMetadata.swift +++ b/generated/google-cloud-gkemulticloud-v1/Sources/GoogleCloudGKEMultiCloudV1/OperationMetadata.swift @@ -47,7 +47,7 @@ public struct OperationMetadata: Codable, Equatable, GoogleCloudWkt._AnyPackable /// value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, /// corresponding to `Code.CANCELLED`. /// - /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/error + /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/error(_:) /// [google.rpc.Status.code]: https://www.google.com/search?q=Swift+google.rpc+GoogleRpc.Status/code public var requestedCancellation: Swift.Bool = Swift.Bool() diff --git a/generated/google-cloud-hypercomputecluster-v1/Sources/GoogleCloudHypercomputeClusterV1/OperationMetadata.swift b/generated/google-cloud-hypercomputecluster-v1/Sources/GoogleCloudHypercomputeClusterV1/OperationMetadata.swift index e6e3ab168..928a285be 100644 --- a/generated/google-cloud-hypercomputecluster-v1/Sources/GoogleCloudHypercomputeClusterV1/OperationMetadata.swift +++ b/generated/google-cloud-hypercomputecluster-v1/Sources/GoogleCloudHypercomputeClusterV1/OperationMetadata.swift @@ -40,7 +40,7 @@ public struct OperationMetadata: Codable, Equatable, GoogleCloudWkt._AnyPackable /// value with a [google.rpc.Status.code][google.rpc.Status.code] of `1`, /// corresponding to `Code.CANCELLED`. /// - /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/error + /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/error(_:) /// [google.rpc.Status.code]: https://www.google.com/search?q=Swift+google.rpc+GoogleRpc.Status/code public var requestedCancellation: Swift.Bool = Swift.Bool() diff --git a/generated/google-cloud-hypercomputecluster-v1/Sources/GoogleCloudHypercomputeClusterV1/OperationStep.swift b/generated/google-cloud-hypercomputecluster-v1/Sources/GoogleCloudHypercomputeClusterV1/OperationStep.swift index 8238722e7..f938b1987 100644 --- a/generated/google-cloud-hypercomputecluster-v1/Sources/GoogleCloudHypercomputeClusterV1/OperationStep.swift +++ b/generated/google-cloud-hypercomputecluster-v1/Sources/GoogleCloudHypercomputeClusterV1/OperationStep.swift @@ -26,7 +26,7 @@ public struct OperationStep: Codable, Equatable, GoogleCloudWkt._AnyPackable, public var state: OperationStep.State = OperationStep.State() /// Step of the operation. - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `OperationStep`. public init() {} @@ -75,7 +75,7 @@ public struct OperationStep: Codable, Equatable, GoogleCloudWkt._AnyPackable, let container = try decoder.container(keyedBy: CodingKeys.self) self.state = try container.decode(OperationStep.State.self, forKey: .state) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -372,7 +372,7 @@ public struct OperationStep: Codable, Equatable, GoogleCloudWkt._AnyPackable, } /// Step of the operation. - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// Output only. If set, indicates that new network creation is part of the /// operation. indirect case createNetwork(CreateNetwork?) diff --git a/generated/google-cloud-hypercomputecluster-v1/Sources/GoogleCloudHypercomputeClusterV1/SlurmNodeSet.swift b/generated/google-cloud-hypercomputecluster-v1/Sources/GoogleCloudHypercomputeClusterV1/SlurmNodeSet.swift index 18f8cd5cc..18e70bb74 100644 --- a/generated/google-cloud-hypercomputecluster-v1/Sources/GoogleCloudHypercomputeClusterV1/SlurmNodeSet.swift +++ b/generated/google-cloud-hypercomputecluster-v1/Sources/GoogleCloudHypercomputeClusterV1/SlurmNodeSet.swift @@ -61,7 +61,7 @@ public struct SlurmNodeSet: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// with default values. /// /// [google.cloud.hypercomputecluster.v1.ComputeInstanceSlurmNodeSet]: - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `SlurmNodeSet`. public init() {} @@ -96,7 +96,7 @@ public struct SlurmNodeSet: Codable, Equatable, GoogleCloudWkt._AnyPackable, self.staticNodeCount = try container.decode(Swift.Int64.self, forKey: .staticNodeCount) self.maxDynamicNodeCount = try container.decode(Swift.Int64.self, forKey: .maxDynamicNodeCount) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -136,7 +136,7 @@ public struct SlurmNodeSet: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// with default values. /// /// [google.cloud.hypercomputecluster.v1.ComputeInstanceSlurmNodeSet]: - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// Optional. If set, indicates that the nodeset should be backed by Compute /// Engine instances. indirect case computeInstance(ComputeInstanceSlurmNodeSet?) diff --git a/generated/google-cloud-kms-v1/Sources/GoogleCloudKMSV1/CryptoKey.swift b/generated/google-cloud-kms-v1/Sources/GoogleCloudKMSV1/CryptoKey.swift index 3e6ff0b4c..71380d60c 100644 --- a/generated/google-cloud-kms-v1/Sources/GoogleCloudKMSV1/CryptoKey.swift +++ b/generated/google-cloud-kms-v1/Sources/GoogleCloudKMSV1/CryptoKey.swift @@ -463,7 +463,7 @@ public struct CryptoKey: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// [google.cloud.kms.v1.CryptoKey.CryptoKeyPurpose.ENCRYPT_DECRYPT]: /// [google.cloud.kms.v1.CryptoKey.next_rotation_time]: /// [google.cloud.kms.v1.CryptoKey.purpose]: - /// [google.cloud.kms.v1.CryptoKey.rotation_period]: + /// [google.cloud.kms.v1.CryptoKey.rotation_period]: indirect case rotationPeriod(GoogleCloudWkt.Duration?) } diff --git a/generated/google-cloud-licensemanager-v1/Sources/GoogleCloudLicenseManagerV1/OperationMetadata.swift b/generated/google-cloud-licensemanager-v1/Sources/GoogleCloudLicenseManagerV1/OperationMetadata.swift index e28a96f8f..cab89dd89 100644 --- a/generated/google-cloud-licensemanager-v1/Sources/GoogleCloudLicenseManagerV1/OperationMetadata.swift +++ b/generated/google-cloud-licensemanager-v1/Sources/GoogleCloudLicenseManagerV1/OperationMetadata.swift @@ -43,7 +43,7 @@ public struct OperationMetadata: Codable, Equatable, GoogleCloudWkt._AnyPackable /// value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, /// corresponding to `Code.CANCELLED`. /// - /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/error + /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/error(_:) /// [google.rpc.Status.code]: https://www.google.com/search?q=Swift+google.rpc+GoogleRpc.Status/code public var requestedCancellation: Swift.Bool = Swift.Bool() diff --git a/generated/google-cloud-lustre-v1/Sources/GoogleCloudLustreV1/ExportDataMetadata.swift b/generated/google-cloud-lustre-v1/Sources/GoogleCloudLustreV1/ExportDataMetadata.swift index 4717505bc..efdfa19d6 100644 --- a/generated/google-cloud-lustre-v1/Sources/GoogleCloudLustreV1/ExportDataMetadata.swift +++ b/generated/google-cloud-lustre-v1/Sources/GoogleCloudLustreV1/ExportDataMetadata.swift @@ -46,7 +46,7 @@ public struct ExportDataMetadata: Codable, Equatable, GoogleCloudWkt._AnyPackabl /// value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, /// corresponding to `Code.CANCELLED`. /// - /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/error + /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/error(_:) /// [google.rpc.Status.code]: https://www.google.com/search?q=Swift+google.rpc+GoogleRpc.Status/code public var requestedCancellation: Swift.Bool = Swift.Bool() diff --git a/generated/google-cloud-lustre-v1/Sources/GoogleCloudLustreV1/ImportDataMetadata.swift b/generated/google-cloud-lustre-v1/Sources/GoogleCloudLustreV1/ImportDataMetadata.swift index fe2844abb..6d258adcb 100644 --- a/generated/google-cloud-lustre-v1/Sources/GoogleCloudLustreV1/ImportDataMetadata.swift +++ b/generated/google-cloud-lustre-v1/Sources/GoogleCloudLustreV1/ImportDataMetadata.swift @@ -43,7 +43,7 @@ public struct ImportDataMetadata: Codable, Equatable, GoogleCloudWkt._AnyPackabl /// value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, /// corresponding to `Code.CANCELLED`. /// - /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/error + /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/error(_:) /// [google.rpc.Status.code]: https://www.google.com/search?q=Swift+google.rpc+GoogleRpc.Status/code public var requestedCancellation: Swift.Bool = Swift.Bool() diff --git a/generated/google-cloud-networkconnectivity-v1/Sources/GoogleCloudNetworkConnectivityV1/OperationMetadata.swift b/generated/google-cloud-networkconnectivity-v1/Sources/GoogleCloudNetworkConnectivityV1/OperationMetadata.swift index 8ac012523..05d88323f 100644 --- a/generated/google-cloud-networkconnectivity-v1/Sources/GoogleCloudNetworkConnectivityV1/OperationMetadata.swift +++ b/generated/google-cloud-networkconnectivity-v1/Sources/GoogleCloudNetworkConnectivityV1/OperationMetadata.swift @@ -43,7 +43,7 @@ public struct OperationMetadata: Codable, Equatable, GoogleCloudWkt._AnyPackable /// value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, /// corresponding to `Code.CANCELLED`. /// - /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/error + /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/error(_:) /// [google.rpc.Status.code]: https://www.google.com/search?q=Swift+google.rpc+GoogleRpc.Status/code public var requestedCancellation: Swift.Bool = Swift.Bool() diff --git a/generated/google-cloud-networksecurity-v1/Sources/GoogleCloudNetworkSecurityV1/AuthorizationPolicy.swift b/generated/google-cloud-networksecurity-v1/Sources/GoogleCloudNetworkSecurityV1/AuthorizationPolicy.swift index e56eec81d..1ca881483 100644 --- a/generated/google-cloud-networksecurity-v1/Sources/GoogleCloudNetworkSecurityV1/AuthorizationPolicy.swift +++ b/generated/google-cloud-networksecurity-v1/Sources/GoogleCloudNetworkSecurityV1/AuthorizationPolicy.swift @@ -198,7 +198,7 @@ public struct AuthorizationPolicy: Codable, Equatable, GoogleCloudWkt._AnyPackab /// request's method, use the headerName ":method". public var headerName: Swift.String = Swift.String() - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `HttpHeaderMatch`. public init() {} @@ -225,7 +225,7 @@ public struct AuthorizationPolicy: Codable, Equatable, GoogleCloudWkt._AnyPackab let container = try decoder.container(keyedBy: CodingKeys.self) self.headerName = try container.decode(Swift.String.self, forKey: .headerName) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -254,7 +254,7 @@ public struct AuthorizationPolicy: Codable, Equatable, GoogleCloudWkt._AnyPackab } } - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// Required. The value of the header must match the regular expression /// specified in regexMatch. For regular expression grammar, /// please see: en.cppreference.com/w/cpp/regex/ecmascript diff --git a/generated/google-cloud-networksecurity-v1/Sources/GoogleCloudNetworkSecurityV1/CertificateProvider.swift b/generated/google-cloud-networksecurity-v1/Sources/GoogleCloudNetworkSecurityV1/CertificateProvider.swift index e0f80a620..0d88de191 100644 --- a/generated/google-cloud-networksecurity-v1/Sources/GoogleCloudNetworkSecurityV1/CertificateProvider.swift +++ b/generated/google-cloud-networksecurity-v1/Sources/GoogleCloudNetworkSecurityV1/CertificateProvider.swift @@ -24,7 +24,7 @@ public struct CertificateProvider: Codable, Equatable, GoogleCloudWkt._AnyPackab { /// The type of certificate provider which provides the certificates and /// private keys. - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `CertificateProvider`. public init() {} @@ -50,7 +50,7 @@ public struct CertificateProvider: Codable, Equatable, GoogleCloudWkt._AnyPackab public init(from decoder: Decoder) throws { let container = try decoder.container(keyedBy: CodingKeys.self) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -86,7 +86,7 @@ public struct CertificateProvider: Codable, Equatable, GoogleCloudWkt._AnyPackab /// The type of certificate provider which provides the certificates and /// private keys. - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// gRPC specific configuration to access the gRPC server to /// obtain the cert and private key. indirect case grpcEndpoint(GrpcEndpoint?) diff --git a/generated/google-cloud-networksecurity-v1/Sources/GoogleCloudNetworkSecurityV1/ValidationCA.swift b/generated/google-cloud-networksecurity-v1/Sources/GoogleCloudNetworkSecurityV1/ValidationCA.swift index 744ebc060..f2c1c55ae 100644 --- a/generated/google-cloud-networksecurity-v1/Sources/GoogleCloudNetworkSecurityV1/ValidationCA.swift +++ b/generated/google-cloud-networksecurity-v1/Sources/GoogleCloudNetworkSecurityV1/ValidationCA.swift @@ -23,7 +23,7 @@ public struct ValidationCA: Codable, Equatable, GoogleCloudWkt._AnyPackable, Sendable { /// The type of certificate provider which provides the CA certificate. - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `ValidationCA`. public init() {} @@ -49,7 +49,7 @@ public struct ValidationCA: Codable, Equatable, GoogleCloudWkt._AnyPackable, public init(from decoder: Decoder) throws { let container = try decoder.container(keyedBy: CodingKeys.self) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -84,7 +84,7 @@ public struct ValidationCA: Codable, Equatable, GoogleCloudWkt._AnyPackable, } /// The type of certificate provider which provides the CA certificate. - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// gRPC specific configuration to access the gRPC server to /// obtain the CA certificate. indirect case grpcEndpoint(GrpcEndpoint?) diff --git a/generated/google-cloud-osconfig-v1/Sources/GoogleCloudOSConfigV1/OSPolicy.swift b/generated/google-cloud-osconfig-v1/Sources/GoogleCloudOSConfigV1/OSPolicy.swift index 037d4f492..2db1da5a0 100644 --- a/generated/google-cloud-osconfig-v1/Sources/GoogleCloudOSConfigV1/OSPolicy.swift +++ b/generated/google-cloud-osconfig-v1/Sources/GoogleCloudOSConfigV1/OSPolicy.swift @@ -224,7 +224,7 @@ public struct OSPolicy: Codable, Equatable, GoogleCloudWkt._AnyPackable, public var allowInsecure: Swift.Bool = Swift.Bool() /// A specific type of file. - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `File`. public init() {} @@ -253,7 +253,7 @@ public struct OSPolicy: Codable, Equatable, GoogleCloudWkt._AnyPackable, let container = try decoder.container(keyedBy: CodingKeys.self) self.allowInsecure = try container.decode(Swift.Bool.self, forKey: .allowInsecure) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -372,7 +372,7 @@ public struct OSPolicy: Codable, Equatable, GoogleCloudWkt._AnyPackable, } /// A specific type of file. - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// A generic remote file. indirect case remote(OSPolicy.Resource.File.Remote?) /// A Cloud Storage object. diff --git a/generated/google-cloud-retail-v2/Sources/GoogleCloudRetailV2/ConversationalSearchRequest.swift b/generated/google-cloud-retail-v2/Sources/GoogleCloudRetailV2/ConversationalSearchRequest.swift index 8d4ba4ac1..c6b3a5178 100644 --- a/generated/google-cloud-retail-v2/Sources/GoogleCloudRetailV2/ConversationalSearchRequest.swift +++ b/generated/google-cloud-retail-v2/Sources/GoogleCloudRetailV2/ConversationalSearchRequest.swift @@ -203,7 +203,7 @@ public struct ConversationalSearchRequest: Codable, Equatable, GoogleCloudWkt._A Sendable { /// This field specifies the type of user answer. - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `UserAnswer`. public init() {} @@ -229,7 +229,7 @@ public struct ConversationalSearchRequest: Codable, Equatable, GoogleCloudWkt._A public init(from decoder: Decoder) throws { let container = try decoder.container(keyedBy: CodingKeys.self) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -301,7 +301,7 @@ public struct ConversationalSearchRequest: Codable, Equatable, GoogleCloudWkt._A } /// This field specifies the type of user answer. - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// This field specifies the incremental input text from the user during /// the conversational search. case textAnswer(Swift.String) diff --git a/generated/google-cloud-retail-v2/Sources/GoogleCloudRetailV2/Product.swift b/generated/google-cloud-retail-v2/Sources/GoogleCloudRetailV2/Product.swift index ef887586a..1b1cbf7c4 100644 --- a/generated/google-cloud-retail-v2/Sources/GoogleCloudRetailV2/Product.swift +++ b/generated/google-cloud-retail-v2/Sources/GoogleCloudRetailV2/Product.swift @@ -1000,7 +1000,7 @@ public struct Product: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// [google.cloud.retail.v2.Product.Type.PRIMARY]: /// [google.cloud.retail.v2.Product.Type.VARIANT]: /// [google.cloud.retail.v2.Product.available_time]: - /// [google.cloud.retail.v2.Product.expire_time]: + /// [google.cloud.retail.v2.Product.expire_time]: /// [google.cloud.retail.v2.Product.publish_time]: indirect case expireTime(GoogleCloudWkt.Timestamp?) /// Input only. The TTL (time to live) of the product. Note that this is only @@ -1030,8 +1030,8 @@ public struct Product: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// [google.cloud.retail.v2.Product.Type.COLLECTION]: /// [google.cloud.retail.v2.Product.Type.PRIMARY]: /// [google.cloud.retail.v2.Product.Type.VARIANT]: - /// [google.cloud.retail.v2.Product.expire_time]: - /// [google.cloud.retail.v2.Product.ttl]: + /// [google.cloud.retail.v2.Product.expire_time]: + /// [google.cloud.retail.v2.Product.ttl]: /// [google.cloud.retail.v2.ProductService.GetProduct]: /// [google.cloud.retail.v2.ProductService.ListProducts]: /// [google.cloud.retail.v2.SearchService.Search]: diff --git a/generated/google-cloud-retail-v2/Sources/GoogleCloudRetailV2/SearchRequest.swift b/generated/google-cloud-retail-v2/Sources/GoogleCloudRetailV2/SearchRequest.swift index 7a11cecc1..4e3893deb 100644 --- a/generated/google-cloud-retail-v2/Sources/GoogleCloudRetailV2/SearchRequest.swift +++ b/generated/google-cloud-retail-v2/Sources/GoogleCloudRetailV2/SearchRequest.swift @@ -616,7 +616,7 @@ public struct SearchRequest: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// [google.cloud.retail.v2.SearchRequest.FacetSpec.FacetKey.intervals]: /// [google.cloud.retail.v2.SearchRequest.FacetSpec.FacetKey.restricted_values]: /// [google.cloud.retail.v2.SearchResponse.Facet.FacetValue.count]: - /// [google.cloud.retail.v2.SearchResponse.Facet.FacetValue.value]: + /// [google.cloud.retail.v2.SearchResponse.Facet.FacetValue.value]: /// [google.cloud.retail.v2.SearchResponse.Facet.values]: public var orderBy: Swift.String = Swift.String() @@ -647,7 +647,7 @@ public struct SearchRequest: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// [google.cloud.retail.v2.SearchRequest.FacetSpec.FacetKey.query]: /// [google.cloud.retail.v2.SearchRequest.filter]: /// [google.cloud.retail.v2.SearchResponse.Facet.FacetValue.count]: - /// [google.cloud.retail.v2.SearchResponse.Facet.FacetValue.value]: + /// [google.cloud.retail.v2.SearchResponse.Facet.FacetValue.value]: public var query: Swift.String = Swift.String() /// Returns the min and max value for each numerical facet intervals. @@ -1454,7 +1454,7 @@ public struct SearchRequest: Codable, Equatable, GoogleCloudWkt._AnyPackable, Sendable { /// This field specifies the type of user answer. - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `UserAnswer`. public init() {} @@ -1480,7 +1480,7 @@ public struct SearchRequest: Codable, Equatable, GoogleCloudWkt._AnyPackable, public init(from decoder: Decoder) throws { let container = try decoder.container(keyedBy: CodingKeys.self) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -1557,7 +1557,7 @@ public struct SearchRequest: Codable, Equatable, GoogleCloudWkt._AnyPackable, } /// This field specifies the type of user answer. - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// This field specifies the incremental input text from the user during /// the conversational search. case textAnswer(Swift.String) diff --git a/generated/google-cloud-retail-v2/Sources/GoogleCloudRetailV2/SearchResponse.swift b/generated/google-cloud-retail-v2/Sources/GoogleCloudRetailV2/SearchResponse.swift index 54fda9bcf..b4ed8a64f 100644 --- a/generated/google-cloud-retail-v2/Sources/GoogleCloudRetailV2/SearchResponse.swift +++ b/generated/google-cloud-retail-v2/Sources/GoogleCloudRetailV2/SearchResponse.swift @@ -314,7 +314,7 @@ public struct SearchResponse: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// is true. /// /// [google.cloud.retail.v2.SearchRequest.FacetSpec.FacetKey.return_min_max]: - /// [google.cloud.retail.v2.SearchResponse.Facet.FacetValue.interval]: + /// [google.cloud.retail.v2.SearchResponse.Facet.FacetValue.interval]: public var minValue: Swift.Double = Swift.Double() /// The maximum value in the @@ -324,7 +324,7 @@ public struct SearchResponse: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// is true. /// /// [google.cloud.retail.v2.SearchRequest.FacetSpec.FacetKey.return_min_max]: - /// [google.cloud.retail.v2.SearchResponse.Facet.FacetValue.interval]: + /// [google.cloud.retail.v2.SearchResponse.Facet.FacetValue.interval]: public var maxValue: Swift.Double = Swift.Double() /// A facet value which contains values. @@ -491,7 +491,7 @@ public struct SearchResponse: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// is `red color`, which does not match any product attribute value filters, /// the refined query will be `dress, red color`. /// - /// [google.cloud.retail.v2.SearchRequest.ConversationalSearchSpec.UserAnswer.text_answer]: + /// [google.cloud.retail.v2.SearchRequest.ConversationalSearchSpec.UserAnswer.text_answer]: /// [google.cloud.retail.v2.SearchRequest.query]: public var refinedQuery: Swift.String = Swift.String() diff --git a/generated/google-cloud-scheduler-v1/Sources/GoogleCloudSchedulerV1/Job.swift b/generated/google-cloud-scheduler-v1/Sources/GoogleCloudSchedulerV1/Job.swift index d6bb9b9b2..8b3c432c0 100644 --- a/generated/google-cloud-scheduler-v1/Sources/GoogleCloudSchedulerV1/Job.swift +++ b/generated/google-cloud-scheduler-v1/Sources/GoogleCloudSchedulerV1/Job.swift @@ -146,9 +146,9 @@ public struct Job: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// * For [Pub/Sub targets][google.cloud.scheduler.v1.Job.pubsub_target], this /// field is ignored. /// - /// [google.cloud.scheduler.v1.Job.app_engine_http_target]: - /// [google.cloud.scheduler.v1.Job.http_target]: - /// [google.cloud.scheduler.v1.Job.pubsub_target]: + /// [google.cloud.scheduler.v1.Job.app_engine_http_target]: + /// [google.cloud.scheduler.v1.Job.http_target]: + /// [google.cloud.scheduler.v1.Job.pubsub_target]: /// [google.cloud.scheduler.v1.RetryConfig]: public var attemptDeadline: GoogleCloudWkt.Duration? = nil diff --git a/generated/google-cloud-securesourcemanager-v1/Sources/GoogleCloudSecureSourceManagerV1/OperationMetadata.swift b/generated/google-cloud-securesourcemanager-v1/Sources/GoogleCloudSecureSourceManagerV1/OperationMetadata.swift index d081b1b85..8c6045112 100644 --- a/generated/google-cloud-securesourcemanager-v1/Sources/GoogleCloudSecureSourceManagerV1/OperationMetadata.swift +++ b/generated/google-cloud-securesourcemanager-v1/Sources/GoogleCloudSecureSourceManagerV1/OperationMetadata.swift @@ -42,7 +42,7 @@ public struct OperationMetadata: Codable, Equatable, GoogleCloudWkt._AnyPackable /// [google.rpc.Status.code][google.rpc.Status.code] of 1, corresponding to /// `Code.CANCELLED`. /// - /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/error + /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/error(_:) /// [google.rpc.Status.code]: https://www.google.com/search?q=Swift+google.rpc+GoogleRpc.Status/code public var requestedCancellation: Swift.Bool = Swift.Bool() diff --git a/generated/google-cloud-security-privateca-v1/Sources/GoogleCloudSecurityPrivateCAV1/OperationMetadata.swift b/generated/google-cloud-security-privateca-v1/Sources/GoogleCloudSecurityPrivateCAV1/OperationMetadata.swift index 93378475a..80c201c1c 100644 --- a/generated/google-cloud-security-privateca-v1/Sources/GoogleCloudSecurityPrivateCAV1/OperationMetadata.swift +++ b/generated/google-cloud-security-privateca-v1/Sources/GoogleCloudSecurityPrivateCAV1/OperationMetadata.swift @@ -43,7 +43,7 @@ public struct OperationMetadata: Codable, Equatable, GoogleCloudWkt._AnyPackable /// value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, /// corresponding to `Code.CANCELLED`. /// - /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/error + /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/error(_:) /// [google.rpc.Status.code]: https://www.google.com/search?q=Swift+google.rpc+GoogleRpc.Status/code public var requestedCancellation: Swift.Bool = Swift.Bool() diff --git a/generated/google-cloud-speech-v2/Sources/GoogleCloudSpeechV2/StreamingRecognizeRequest.swift b/generated/google-cloud-speech-v2/Sources/GoogleCloudSpeechV2/StreamingRecognizeRequest.swift index 933f334f4..4645ddf3e 100644 --- a/generated/google-cloud-speech-v2/Sources/GoogleCloudSpeechV2/StreamingRecognizeRequest.swift +++ b/generated/google-cloud-speech-v2/Sources/GoogleCloudSpeechV2/StreamingRecognizeRequest.swift @@ -41,9 +41,9 @@ import GoogleCloudWkt /// [google.cloud.speech.v2.Recognizer]: /// [google.cloud.speech.v2.Speech.StreamingRecognize]: /// [google.cloud.speech.v2.StreamingRecognizeRequest]: -/// [google.cloud.speech.v2.StreamingRecognizeRequest.audio]: +/// [google.cloud.speech.v2.StreamingRecognizeRequest.audio]: /// [google.cloud.speech.v2.StreamingRecognizeRequest.recognizer]: -/// [google.cloud.speech.v2.StreamingRecognizeRequest.streaming_config]: +/// [google.cloud.speech.v2.StreamingRecognizeRequest.streaming_config]: public struct StreamingRecognizeRequest: Codable, Equatable, GoogleCloudWkt._AnyPackable, Sendable { diff --git a/generated/google-cloud-storagebatchoperations-v1/Sources/GoogleCloudStorageBatchOperationsV1/OperationMetadata.swift b/generated/google-cloud-storagebatchoperations-v1/Sources/GoogleCloudStorageBatchOperationsV1/OperationMetadata.swift index 55fe34940..b5c16fd67 100644 --- a/generated/google-cloud-storagebatchoperations-v1/Sources/GoogleCloudStorageBatchOperationsV1/OperationMetadata.swift +++ b/generated/google-cloud-storagebatchoperations-v1/Sources/GoogleCloudStorageBatchOperationsV1/OperationMetadata.swift @@ -39,7 +39,7 @@ public struct OperationMetadata: Codable, Equatable, GoogleCloudWkt._AnyPackable /// corresponding to /// `[Code.CANCELLED][google.rpc.Code.CANCELLED]`. /// - /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/error + /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/error(_:) /// [google.rpc.Code.CANCELLED]: https://www.google.com/search?q=Swift+google.rpc+GoogleRpc.Code/cancelled /// [google.rpc.Status.code]: https://www.google.com/search?q=Swift+google.rpc+GoogleRpc.Status/code public var requestedCancellation: Swift.Bool = Swift.Bool() diff --git a/generated/google-cloud-talent-v4/Sources/GoogleCloudTalentV4/BatchCreateJobsResponse.swift b/generated/google-cloud-talent-v4/Sources/GoogleCloudTalentV4/BatchCreateJobsResponse.swift index 26d1f46d8..a1b3f4bec 100644 --- a/generated/google-cloud-talent-v4/Sources/GoogleCloudTalentV4/BatchCreateJobsResponse.swift +++ b/generated/google-cloud-talent-v4/Sources/GoogleCloudTalentV4/BatchCreateJobsResponse.swift @@ -24,7 +24,7 @@ import GoogleCloudWkt /// in case of success. /// /// [google.cloud.talent.v4.JobService.BatchCreateJobs]: -/// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/response +/// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/response(_:) public struct BatchCreateJobsResponse: Codable, Equatable, GoogleCloudWkt._AnyPackable, Sendable { diff --git a/generated/google-cloud-talent-v4/Sources/GoogleCloudTalentV4/BatchDeleteJobsResponse.swift b/generated/google-cloud-talent-v4/Sources/GoogleCloudTalentV4/BatchDeleteJobsResponse.swift index 1698479f7..c1bddfb94 100644 --- a/generated/google-cloud-talent-v4/Sources/GoogleCloudTalentV4/BatchDeleteJobsResponse.swift +++ b/generated/google-cloud-talent-v4/Sources/GoogleCloudTalentV4/BatchDeleteJobsResponse.swift @@ -24,7 +24,7 @@ import GoogleCloudWkt /// in case of success. /// /// [google.cloud.talent.v4.JobService.BatchDeleteJobs]: -/// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/response +/// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/response(_:) public struct BatchDeleteJobsResponse: Codable, Equatable, GoogleCloudWkt._AnyPackable, Sendable { diff --git a/generated/google-cloud-talent-v4/Sources/GoogleCloudTalentV4/BatchUpdateJobsResponse.swift b/generated/google-cloud-talent-v4/Sources/GoogleCloudTalentV4/BatchUpdateJobsResponse.swift index 0c4fe07fb..012b0db21 100644 --- a/generated/google-cloud-talent-v4/Sources/GoogleCloudTalentV4/BatchUpdateJobsResponse.swift +++ b/generated/google-cloud-talent-v4/Sources/GoogleCloudTalentV4/BatchUpdateJobsResponse.swift @@ -24,7 +24,7 @@ import GoogleCloudWkt /// in case of success. /// /// [google.cloud.talent.v4.JobService.BatchUpdateJobs]: -/// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/response +/// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/response(_:) public struct BatchUpdateJobsResponse: Codable, Equatable, GoogleCloudWkt._AnyPackable, Sendable { diff --git a/generated/google-cloud-talent-v4/Sources/GoogleCloudTalentV4/CompensationInfo.swift b/generated/google-cloud-talent-v4/Sources/GoogleCloudTalentV4/CompensationInfo.swift index a85a6ac84..12f42f0d2 100644 --- a/generated/google-cloud-talent-v4/Sources/GoogleCloudTalentV4/CompensationInfo.swift +++ b/generated/google-cloud-talent-v4/Sources/GoogleCloudTalentV4/CompensationInfo.swift @@ -42,7 +42,7 @@ public struct CompensationInfo: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// for explanation on compensation annualization. /// /// [google.cloud.talent.v4.CompensationInfo.CompensationEntry]: - /// [google.cloud.talent.v4.CompensationInfo.CompensationEntry.amount]: + /// [google.cloud.talent.v4.CompensationInfo.CompensationEntry.amount]: /// [google.cloud.talent.v4.CompensationInfo.CompensationEntry.expected_units_per_year]: public var annualizedBaseCompensationRange: CompensationInfo.CompensationRange? = nil @@ -57,7 +57,7 @@ public struct CompensationInfo: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// for explanation on compensation annualization. /// /// [google.cloud.talent.v4.CompensationInfo.CompensationEntry]: - /// [google.cloud.talent.v4.CompensationInfo.CompensationEntry.amount]: + /// [google.cloud.talent.v4.CompensationInfo.CompensationEntry.amount]: /// [google.cloud.talent.v4.CompensationInfo.CompensationEntry.expected_units_per_year]: public var annualizedTotalCompensationRange: CompensationInfo.CompensationRange? = nil @@ -94,9 +94,9 @@ public struct CompensationInfo: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// times /// [expected_units_per_year][google.cloud.talent.v4.CompensationInfo.CompensationEntry.expected_units_per_year]. /// - /// [google.cloud.talent.v4.CompensationInfo.CompensationEntry.amount]: + /// [google.cloud.talent.v4.CompensationInfo.CompensationEntry.amount]: /// [google.cloud.talent.v4.CompensationInfo.CompensationEntry.expected_units_per_year]: - /// [google.cloud.talent.v4.CompensationInfo.CompensationEntry.range]: + /// [google.cloud.talent.v4.CompensationInfo.CompensationEntry.range]: public struct CompensationEntry: Codable, Equatable, GoogleCloudWkt._AnyPackable, Sendable { @@ -303,9 +303,9 @@ public struct CompensationInfo: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// [CompensationEntry.description][google.cloud.talent.v4.CompensationInfo.CompensationEntry.description] /// field. /// - /// [google.cloud.talent.v4.CompensationInfo.CompensationEntry.amount]: + /// [google.cloud.talent.v4.CompensationInfo.CompensationEntry.amount]: /// [google.cloud.talent.v4.CompensationInfo.CompensationEntry.description]: - /// [google.cloud.talent.v4.CompensationInfo.CompensationEntry.range]: + /// [google.cloud.talent.v4.CompensationInfo.CompensationEntry.range]: /// [google.cloud.talent.v4.CompensationInfo.CompensationUnit.COMPENSATION_UNIT_UNSPECIFIED]: public enum CompensationType: Codable, Equatable, Sendable { /// Default value. diff --git a/generated/google-cloud-timeseriesinsights-v1/Sources/GoogleCloudTimeseriesInsightsV1/PinnedDimension.swift b/generated/google-cloud-timeseriesinsights-v1/Sources/GoogleCloudTimeseriesInsightsV1/PinnedDimension.swift index c0294d158..5b063ab11 100644 --- a/generated/google-cloud-timeseriesinsights-v1/Sources/GoogleCloudTimeseriesInsightsV1/PinnedDimension.swift +++ b/generated/google-cloud-timeseriesinsights-v1/Sources/GoogleCloudTimeseriesInsightsV1/PinnedDimension.swift @@ -98,13 +98,13 @@ public struct PinnedDimension: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// have their value field set to [string_val][google.cloud.timeseriesinsights.v1.EventDimension.string_val]. /// /// [google.cloud.timeseriesinsights.v1.EventDimension]: - /// [google.cloud.timeseriesinsights.v1.EventDimension.string_val]: + /// [google.cloud.timeseriesinsights.v1.EventDimension.string_val]: case stringVal(Swift.String) /// A bool value. This can be used for [dimensions][google.cloud.timeseriesinsights.v1.EventDimension], which /// have their value field set to [bool_val][google.cloud.timeseriesinsights.v1.EventDimension.bool_val]. /// /// [google.cloud.timeseriesinsights.v1.EventDimension]: - /// [google.cloud.timeseriesinsights.v1.EventDimension.bool_val]: + /// [google.cloud.timeseriesinsights.v1.EventDimension.bool_val]: case boolVal(Swift.Bool) } diff --git a/generated/google-cloud-translate-v3/Sources/GoogleCloudTranslateV3/BatchTranslateDocumentResponse.swift b/generated/google-cloud-translate-v3/Sources/GoogleCloudTranslateV3/BatchTranslateDocumentResponse.swift index 666080a97..2be63ce8a 100644 --- a/generated/google-cloud-translate-v3/Sources/GoogleCloudTranslateV3/BatchTranslateDocumentResponse.swift +++ b/generated/google-cloud-translate-v3/Sources/GoogleCloudTranslateV3/BatchTranslateDocumentResponse.swift @@ -22,7 +22,7 @@ import GoogleCloudWkt /// field returned by BatchTranslateDocument if at least one document is /// translated successfully. /// -/// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/response +/// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/response(_:) public struct BatchTranslateDocumentResponse: Codable, Equatable, GoogleCloudWkt._AnyPackable, Sendable { diff --git a/generated/google-cloud-translate-v3/Sources/GoogleCloudTranslateV3/BatchTranslateResponse.swift b/generated/google-cloud-translate-v3/Sources/GoogleCloudTranslateV3/BatchTranslateResponse.swift index a448a6049..c2c4e61ba 100644 --- a/generated/google-cloud-translate-v3/Sources/GoogleCloudTranslateV3/BatchTranslateResponse.swift +++ b/generated/google-cloud-translate-v3/Sources/GoogleCloudTranslateV3/BatchTranslateResponse.swift @@ -22,7 +22,7 @@ import GoogleCloudWkt /// field returned by BatchTranslateText if at least one sentence is translated /// successfully. /// -/// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/response +/// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/response(_:) public struct BatchTranslateResponse: Codable, Equatable, GoogleCloudWkt._AnyPackable, Sendable { diff --git a/generated/google-cloud-translate-v3/Sources/GoogleCloudTranslateV3/DeleteGlossaryResponse.swift b/generated/google-cloud-translate-v3/Sources/GoogleCloudTranslateV3/DeleteGlossaryResponse.swift index b846cada9..73f956bfe 100644 --- a/generated/google-cloud-translate-v3/Sources/GoogleCloudTranslateV3/DeleteGlossaryResponse.swift +++ b/generated/google-cloud-translate-v3/Sources/GoogleCloudTranslateV3/DeleteGlossaryResponse.swift @@ -21,7 +21,7 @@ import GoogleCloudWkt /// [google.longrunning.Operation.response][google.longrunning.Operation.response] /// field returned by DeleteGlossary. /// -/// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/response +/// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/response(_:) public struct DeleteGlossaryResponse: Codable, Equatable, GoogleCloudWkt._AnyPackable, Sendable { diff --git a/generated/google-cloud-vectorsearch-v1/Sources/GoogleCloudVectorSearchV1/OperationMetadata.swift b/generated/google-cloud-vectorsearch-v1/Sources/GoogleCloudVectorSearchV1/OperationMetadata.swift index 86f42c416..6c9c9bce4 100644 --- a/generated/google-cloud-vectorsearch-v1/Sources/GoogleCloudVectorSearchV1/OperationMetadata.swift +++ b/generated/google-cloud-vectorsearch-v1/Sources/GoogleCloudVectorSearchV1/OperationMetadata.swift @@ -43,7 +43,7 @@ public struct OperationMetadata: Codable, Equatable, GoogleCloudWkt._AnyPackable /// value with a [google.rpc.Status.code][google.rpc.Status.code] of `1`, /// corresponding to `Code.CANCELLED`. /// - /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/error + /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/error(_:) /// [google.rpc.Status.code]: https://www.google.com/search?q=Swift+google.rpc+GoogleRpc.Status/code public var requestedCancellation: Swift.Bool = Swift.Bool() diff --git a/generated/google-cloud-video-livestream-v1/Sources/GoogleCloudVideoLiveStreamV1/InputConfig.swift b/generated/google-cloud-video-livestream-v1/Sources/GoogleCloudVideoLiveStreamV1/InputConfig.swift index 48f47055b..c9e1bd5dc 100644 --- a/generated/google-cloud-video-livestream-v1/Sources/GoogleCloudVideoLiveStreamV1/InputConfig.swift +++ b/generated/google-cloud-video-livestream-v1/Sources/GoogleCloudVideoLiveStreamV1/InputConfig.swift @@ -58,7 +58,7 @@ public struct InputConfig: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// [AutomaticFailover][google.cloud.video.livestream.v1.InputAttachment.AutomaticFailover] /// field is ignored. /// - /// [google.cloud.video.livestream.v1.Event.input_switch]: + /// [google.cloud.video.livestream.v1.Event.input_switch]: /// [google.cloud.video.livestream.v1.InputAttachment.AutomaticFailover]: case manual /// Encodes an unknown integer value. diff --git a/generated/google-cloud-video-livestream-v1/Sources/GoogleCloudVideoLiveStreamV1/OperationMetadata.swift b/generated/google-cloud-video-livestream-v1/Sources/GoogleCloudVideoLiveStreamV1/OperationMetadata.swift index be94a0310..3d1c719e1 100644 --- a/generated/google-cloud-video-livestream-v1/Sources/GoogleCloudVideoLiveStreamV1/OperationMetadata.swift +++ b/generated/google-cloud-video-livestream-v1/Sources/GoogleCloudVideoLiveStreamV1/OperationMetadata.swift @@ -40,7 +40,7 @@ public struct OperationMetadata: Codable, Equatable, GoogleCloudWkt._AnyPackable /// value with a [google.rpc.Status.code][google.rpc.Status.code] of 1, /// corresponding to `Code.CANCELLED`. /// - /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/error + /// [google.longrunning.Operation.error]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/error(_:) /// [google.rpc.Status.code]: https://www.google.com/search?q=Swift+google.rpc+GoogleRpc.Status/code public var requestedCancellation: Swift.Bool = Swift.Bool() diff --git a/generated/google-cloud-video-livestream-v1/Sources/GoogleCloudVideoLiveStreamV1/SegmentSettings.swift b/generated/google-cloud-video-livestream-v1/Sources/GoogleCloudVideoLiveStreamV1/SegmentSettings.swift index 7f5f45452..98c447024 100644 --- a/generated/google-cloud-video-livestream-v1/Sources/GoogleCloudVideoLiveStreamV1/SegmentSettings.swift +++ b/generated/google-cloud-video-livestream-v1/Sources/GoogleCloudVideoLiveStreamV1/SegmentSettings.swift @@ -32,7 +32,7 @@ public struct SegmentSettings: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// the same manifest must have the same segment duration. /// /// [google.cloud.video.livestream.v1.Manifest.mux_streams]: - /// [google.cloud.video.livestream.v1.VideoStream.H264CodecSettings.gop_duration]: + /// [google.cloud.video.livestream.v1.VideoStream.H264CodecSettings.gop_duration]: public var segmentDuration: GoogleCloudWkt.Duration? = nil /// Initialize a new instance of `SegmentSettings`. diff --git a/generated/google-cloud-video-livestream-v1/Sources/GoogleCloudVideoLiveStreamV1/VideoStream.swift b/generated/google-cloud-video-livestream-v1/Sources/GoogleCloudVideoLiveStreamV1/VideoStream.swift index 1f5516c8b..02794dc5d 100644 --- a/generated/google-cloud-video-livestream-v1/Sources/GoogleCloudVideoLiveStreamV1/VideoStream.swift +++ b/generated/google-cloud-video-livestream-v1/Sources/GoogleCloudVideoLiveStreamV1/VideoStream.swift @@ -145,7 +145,7 @@ public struct VideoStream: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// [gop_frame_count][google.cloud.video.livestream.v1.VideoStream.H264CodecSettings.gop_frame_count] /// if set. The default is 0. /// - /// [google.cloud.video.livestream.v1.VideoStream.H264CodecSettings.gop_frame_count]: + /// [google.cloud.video.livestream.v1.VideoStream.H264CodecSettings.gop_frame_count]: public var bFrameCount: Swift.Int32 = Swift.Int32() /// Specify the intensity of the adaptive quantizer (AQ). Must be between 0 @@ -369,7 +369,7 @@ public struct VideoStream: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// [gop_frame_count][google.cloud.video.livestream.v1.VideoStream.H265CodecSettings.gop_frame_count] /// if set. The default is 0. /// - /// [google.cloud.video.livestream.v1.VideoStream.H265CodecSettings.gop_frame_count]: + /// [google.cloud.video.livestream.v1.VideoStream.H265CodecSettings.gop_frame_count]: public var bFrameCount: Swift.Int32 = Swift.Int32() /// Optional. Specify the intensity of the adaptive quantizer (AQ). Must be diff --git a/generated/google-cloud-video-transcoder-v1/Sources/GoogleCloudVideoTranscoderV1/VideoStream.swift b/generated/google-cloud-video-transcoder-v1/Sources/GoogleCloudVideoTranscoderV1/VideoStream.swift index 67cfd6ba3..4d0e5fbd8 100644 --- a/generated/google-cloud-video-transcoder-v1/Sources/GoogleCloudVideoTranscoderV1/VideoStream.swift +++ b/generated/google-cloud-video-transcoder-v1/Sources/GoogleCloudVideoTranscoderV1/VideoStream.swift @@ -256,7 +256,7 @@ public struct VideoStream: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// [H264CodecSettings.gop_frame_count][google.cloud.video.transcoder.v1.VideoStream.H264CodecSettings.gop_frame_count] /// if set. The default is 0. /// - /// [google.cloud.video.transcoder.v1.VideoStream.H264CodecSettings.gop_frame_count]: + /// [google.cloud.video.transcoder.v1.VideoStream.H264CodecSettings.gop_frame_count]: public var bFrameCount: Swift.Int32 = Swift.Int32() /// Specify the intensity of the adaptive quantizer (AQ). Must be between 0 @@ -667,7 +667,7 @@ public struct VideoStream: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// [H265CodecSettings.gop_frame_count][google.cloud.video.transcoder.v1.VideoStream.H265CodecSettings.gop_frame_count] /// if set. The default is 0. /// - /// [google.cloud.video.transcoder.v1.VideoStream.H265CodecSettings.gop_frame_count]: + /// [google.cloud.video.transcoder.v1.VideoStream.H265CodecSettings.gop_frame_count]: public var bFrameCount: Swift.Int32 = Swift.Int32() /// Specify the intensity of the adaptive quantizer (AQ). Must be between 0 diff --git a/generated/google-cloud-vision-v1/Sources/GoogleCloudVisionV1/ImportProductSetsResponse.swift b/generated/google-cloud-vision-v1/Sources/GoogleCloudVisionV1/ImportProductSetsResponse.swift index 5e1e445c3..6be2fabba 100644 --- a/generated/google-cloud-vision-v1/Sources/GoogleCloudVisionV1/ImportProductSetsResponse.swift +++ b/generated/google-cloud-vision-v1/Sources/GoogleCloudVisionV1/ImportProductSetsResponse.swift @@ -26,7 +26,7 @@ import GoogleRpc /// [google.longrunning.Operation.response][google.longrunning.Operation.response] /// field. /// -/// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/response +/// [google.longrunning.Operation.response]: https://www.google.com/search?q=Swift+google.longrunning+GoogleLongRunning.Operation/OneOf_Result/response(_:) public struct ImportProductSetsResponse: Codable, Equatable, GoogleCloudWkt._AnyPackable, Sendable { diff --git a/generated/google-cloud-workflows-v1/Sources/GoogleCloudWorkflowsV1/Workflow.swift b/generated/google-cloud-workflows-v1/Sources/GoogleCloudWorkflowsV1/Workflow.swift index fd8b1d303..5a880b1f8 100644 --- a/generated/google-cloud-workflows-v1/Sources/GoogleCloudWorkflowsV1/Workflow.swift +++ b/generated/google-cloud-workflows-v1/Sources/GoogleCloudWorkflowsV1/Workflow.swift @@ -47,7 +47,7 @@ public struct Workflow: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// three hexadecimal random characters. /// /// [google.cloud.workflows.v1.Workflow.service_account]: - /// [google.cloud.workflows.v1.Workflow.source_contents]: + /// [google.cloud.workflows.v1.Workflow.source_contents]: public var revisionId: Swift.String = Swift.String() /// Output only. The timestamp for when the workflow was created. diff --git a/generated/google-longrunning/Sources/GoogleLongRunning/Operations.swift b/generated/google-longrunning/Sources/GoogleLongRunning/Operations.swift index 4bb7cf005..6db6501bd 100644 --- a/generated/google-longrunning/Sources/GoogleLongRunning/Operations.swift +++ b/generated/google-longrunning/Sources/GoogleLongRunning/Operations.swift @@ -108,7 +108,7 @@ public class OperationsClient: Clients.OperationsProtocol { /// [google.rpc.Status.code][google.rpc.Status.code] of `1`, corresponding to /// `Code.CANCELLED`. /// - /// [google.longrunning.Operation.error]: + /// [google.longrunning.Operation.error]: /// [google.longrunning.Operations.GetOperation]: /// [google.rpc.Status.code]: https://www.google.com/search?q=Swift+google.rpc+GoogleRpc.Status/code /// diff --git a/generated/google-monitoring-v3/Sources/GoogleCloudMonitoringV3/AlertPolicy.swift b/generated/google-monitoring-v3/Sources/GoogleCloudMonitoringV3/AlertPolicy.swift index 5a6154021..2c4ef7c16 100644 --- a/generated/google-monitoring-v3/Sources/GoogleCloudMonitoringV3/AlertPolicy.swift +++ b/generated/google-monitoring-v3/Sources/GoogleCloudMonitoringV3/AlertPolicy.swift @@ -407,7 +407,7 @@ public struct AlertPolicy: Codable, Equatable, GoogleCloudWkt._AnyPackable, Sendable { /// A type of trigger. - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `Trigger`. public init() {} @@ -433,7 +433,7 @@ public struct AlertPolicy: Codable, Equatable, GoogleCloudWkt._AnyPackable, public init(from decoder: Decoder) throws { let container = try decoder.container(keyedBy: CodingKeys.self) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -466,7 +466,7 @@ public struct AlertPolicy: Codable, Equatable, GoogleCloudWkt._AnyPackable, } /// A type of trigger. - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// The absolute number of time series that must fail /// the predicate for the condition to be triggered. case count(Swift.Int32) diff --git a/generated/google-monitoring-v3/Sources/GoogleCloudMonitoringV3/ServiceLevelIndicator.swift b/generated/google-monitoring-v3/Sources/GoogleCloudMonitoringV3/ServiceLevelIndicator.swift index 90e4acbc4..8fe3ae7a0 100644 --- a/generated/google-monitoring-v3/Sources/GoogleCloudMonitoringV3/ServiceLevelIndicator.swift +++ b/generated/google-monitoring-v3/Sources/GoogleCloudMonitoringV3/ServiceLevelIndicator.swift @@ -36,7 +36,7 @@ public struct ServiceLevelIndicator: Codable, Equatable, GoogleCloudWkt._AnyPack /// Service level indicators can be grouped by whether the "unit" of service /// being measured is based on counts of good requests or on counts of good /// time windows - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `ServiceLevelIndicator`. public init() {} @@ -63,7 +63,7 @@ public struct ServiceLevelIndicator: Codable, Equatable, GoogleCloudWkt._AnyPack public init(from decoder: Decoder) throws { let container = try decoder.container(keyedBy: CodingKeys.self) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -107,7 +107,7 @@ public struct ServiceLevelIndicator: Codable, Equatable, GoogleCloudWkt._AnyPack /// Service level indicators can be grouped by whether the "unit" of service /// being measured is based on counts of good requests or on counts of good /// time windows - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// Basic SLI on a well-known service type. indirect case basicSli(BasicSli?) /// Request-based SLIs diff --git a/generated/google-monitoring-v3/Sources/GoogleCloudMonitoringV3/WindowsBasedSli.swift b/generated/google-monitoring-v3/Sources/GoogleCloudMonitoringV3/WindowsBasedSli.swift index 76c8ec5c0..cdc567727 100644 --- a/generated/google-monitoring-v3/Sources/GoogleCloudMonitoringV3/WindowsBasedSli.swift +++ b/generated/google-monitoring-v3/Sources/GoogleCloudMonitoringV3/WindowsBasedSli.swift @@ -120,7 +120,7 @@ public struct WindowsBasedSli: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// The means, either a request-based SLI or a basic SLI, by which to compute /// performance over a window. - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `PerformanceThreshold`. public init() {} @@ -148,7 +148,7 @@ public struct WindowsBasedSli: Codable, Equatable, GoogleCloudWkt._AnyPackable, let container = try decoder.container(keyedBy: CodingKeys.self) self.threshold = try container.decode(Swift.Double.self, forKey: .threshold) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -187,7 +187,7 @@ public struct WindowsBasedSli: Codable, Equatable, GoogleCloudWkt._AnyPackable, /// The means, either a request-based SLI or a basic SLI, by which to compute /// performance over a window. - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// `RequestBasedSli` to evaluate to judge window quality. indirect case performance(RequestBasedSli?) /// `BasicSli` to evaluate to judge window quality. diff --git a/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/CustomInfoType.swift b/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/CustomInfoType.swift index bfa1c84d8..d589c6aa9 100644 --- a/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/CustomInfoType.swift +++ b/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/CustomInfoType.swift @@ -53,7 +53,7 @@ public struct CustomInfoType: Codable, Equatable, GoogleCloudWkt._AnyPackable, public var sensitivityScore: SensitivityScore? = nil /// Type of custom detector. - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `CustomInfoType`. public init() {} @@ -95,7 +95,7 @@ public struct CustomInfoType: Codable, Equatable, GoogleCloudWkt._AnyPackable, self.sensitivityScore = try container.decodeIfPresent( SensitivityScore.self, forKey: .sensitivityScore) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -423,7 +423,7 @@ public struct CustomInfoType: Codable, Equatable, GoogleCloudWkt._AnyPackable, Sendable { /// Type of hotword rule. - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `DetectionRule`. public init() {} @@ -448,7 +448,7 @@ public struct CustomInfoType: Codable, Equatable, GoogleCloudWkt._AnyPackable, public init(from decoder: Decoder) throws { let container = try decoder.container(keyedBy: CodingKeys.self) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -668,7 +668,7 @@ public struct CustomInfoType: Codable, Equatable, GoogleCloudWkt._AnyPackable, } /// Type of hotword rule. - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// Hotword-based detection rule. indirect case hotwordRule(CustomInfoType.DetectionRule.HotwordRule?) } @@ -784,7 +784,7 @@ public struct CustomInfoType: Codable, Equatable, GoogleCloudWkt._AnyPackable, } /// Type of custom detector. - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// A list of phrases to detect as a CustomInfoType. indirect case dictionary(CustomInfoType.Dictionary?) /// Regular expression based CustomInfoType. diff --git a/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/DataProfileAction.swift b/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/DataProfileAction.swift index c27cc4b5f..5fd7f2e01 100644 --- a/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/DataProfileAction.swift +++ b/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/DataProfileAction.swift @@ -510,7 +510,7 @@ public struct DataProfileAction: Codable, Equatable, GoogleCloudWkt._AnyPackable public var tag: DataProfileAction.TagResources.TagValue? = nil /// The type of condition on which attaching the tag will be predicated. - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `TagCondition`. public init() {} @@ -538,7 +538,7 @@ public struct DataProfileAction: Codable, Equatable, GoogleCloudWkt._AnyPackable self.tag = try container.decodeIfPresent( DataProfileAction.TagResources.TagValue.self, forKey: .tag) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -569,7 +569,7 @@ public struct DataProfileAction: Codable, Equatable, GoogleCloudWkt._AnyPackable } /// The type of condition on which attaching the tag will be predicated. - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// Conditions attaching the tag to a resource on its profile having this /// sensitivity score. indirect case sensitivityScore(SensitivityScore?) diff --git a/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/ExclusionRule.swift b/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/ExclusionRule.swift index f8b714fe4..91b8b26ae 100644 --- a/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/ExclusionRule.swift +++ b/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/ExclusionRule.swift @@ -26,7 +26,7 @@ public struct ExclusionRule: Codable, Equatable, GoogleCloudWkt._AnyPackable, public var matchingType: MatchingType = MatchingType() /// Exclusion rule types. - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `ExclusionRule`. public init() {} @@ -57,7 +57,7 @@ public struct ExclusionRule: Codable, Equatable, GoogleCloudWkt._AnyPackable, let container = try decoder.container(keyedBy: CodingKeys.self) self.matchingType = try container.decode(MatchingType.self, forKey: .matchingType) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -114,7 +114,7 @@ public struct ExclusionRule: Codable, Equatable, GoogleCloudWkt._AnyPackable, } /// Exclusion rule types. - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// Dictionary which defines the rule. indirect case dictionary(CustomInfoType.Dictionary?) /// Regular expression which defines the rule. diff --git a/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/ImageContainmentType.swift b/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/ImageContainmentType.swift index d0bca2604..ad3e00185 100644 --- a/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/ImageContainmentType.swift +++ b/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/ImageContainmentType.swift @@ -23,7 +23,7 @@ public struct ImageContainmentType: Codable, Equatable, GoogleCloudWkt._AnyPacka { /// The type of relationship to check between the target finding and the /// context finding. - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `ImageContainmentType`. public init() {} @@ -50,7 +50,7 @@ public struct ImageContainmentType: Codable, Equatable, GoogleCloudWkt._AnyPacka public init(from decoder: Decoder) throws { let container = try decoder.container(keyedBy: CodingKeys.self) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -89,7 +89,7 @@ public struct ImageContainmentType: Codable, Equatable, GoogleCloudWkt._AnyPacka /// The type of relationship to check between the target finding and the /// context finding. - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// The context finding's bounding box must fully contain the target /// finding's bounding box. indirect case encloses(Encloses?) diff --git a/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/InspectionRule.swift b/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/InspectionRule.swift index f1893ebf6..f9ea009b7 100644 --- a/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/InspectionRule.swift +++ b/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/InspectionRule.swift @@ -23,7 +23,7 @@ public struct InspectionRule: Codable, Equatable, GoogleCloudWkt._AnyPackable, Sendable { /// Inspection rule types. - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `InspectionRule`. public init() {} @@ -50,7 +50,7 @@ public struct InspectionRule: Codable, Equatable, GoogleCloudWkt._AnyPackable, public init(from decoder: Decoder) throws { let container = try decoder.container(keyedBy: CodingKeys.self) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -94,7 +94,7 @@ public struct InspectionRule: Codable, Equatable, GoogleCloudWkt._AnyPackable, } /// Inspection rule types. - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// Hotword-based detection rule. indirect case hotwordRule(CustomInfoType.DetectionRule.HotwordRule?) /// Exclusion rule. diff --git a/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/OutputStorageConfig.swift b/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/OutputStorageConfig.swift index 5bbe02afd..cbab255e3 100644 --- a/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/OutputStorageConfig.swift +++ b/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/OutputStorageConfig.swift @@ -35,7 +35,7 @@ public struct OutputStorageConfig: Codable, Equatable, GoogleCloudWkt._AnyPackab /// Output storage types. /// * - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `OutputStorageConfig`. public init() {} @@ -64,7 +64,7 @@ public struct OutputStorageConfig: Codable, Equatable, GoogleCloudWkt._AnyPackab self.outputSchema = try container.decode( OutputStorageConfig.OutputSchema.self, forKey: .outputSchema) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -228,7 +228,7 @@ public struct OutputStorageConfig: Codable, Equatable, GoogleCloudWkt._AnyPackab /// Output storage types. /// * - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// Store findings in an existing table or a new table in an existing /// dataset. If table_id is not set a new one will be generated /// for you with the following format: diff --git a/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/PrivacyMetric.swift b/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/PrivacyMetric.swift index fc816da20..2923e686c 100644 --- a/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/PrivacyMetric.swift +++ b/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/PrivacyMetric.swift @@ -22,7 +22,7 @@ public struct PrivacyMetric: Codable, Equatable, GoogleCloudWkt._AnyPackable, Sendable { /// Types of analysis. - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `PrivacyMetric`. public init() {} @@ -52,7 +52,7 @@ public struct PrivacyMetric: Codable, Equatable, GoogleCloudWkt._AnyPackable, public init(from decoder: Decoder) throws { let container = try decoder.container(keyedBy: CodingKeys.self) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -575,7 +575,7 @@ public struct PrivacyMetric: Codable, Equatable, GoogleCloudWkt._AnyPackable, } /// Types of analysis. - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// Numerical stats indirect case numericalStatsConfig(PrivacyMetric.NumericalStatsConfig?) /// Categorical stats diff --git a/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/RecordCondition.swift b/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/RecordCondition.swift index 25b42b05c..53eb6b076 100644 --- a/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/RecordCondition.swift +++ b/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/RecordCondition.swift @@ -163,7 +163,7 @@ public struct RecordCondition: Codable, Equatable, GoogleCloudWkt._AnyPackable, .Expressions.LogicalOperator() /// Expression types. - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `Expressions`. public init() {} @@ -191,7 +191,7 @@ public struct RecordCondition: Codable, Equatable, GoogleCloudWkt._AnyPackable, self.logicalOperator = try container.decode( RecordCondition.Expressions.LogicalOperator.self, forKey: .logicalOperator) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -320,7 +320,7 @@ public struct RecordCondition: Codable, Equatable, GoogleCloudWkt._AnyPackable, } /// Expression types. - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// Conditions to apply to the expression. indirect case conditions(RecordCondition.Conditions?) } diff --git a/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/RecordKey.swift b/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/RecordKey.swift index 4d267989b..f748cffbd 100644 --- a/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/RecordKey.swift +++ b/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/RecordKey.swift @@ -26,7 +26,7 @@ public struct RecordKey: Codable, Equatable, GoogleCloudWkt._AnyPackable, public var idValues: [Swift.String] = [] /// Type of key - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `RecordKey`. public init() {} @@ -54,7 +54,7 @@ public struct RecordKey: Codable, Equatable, GoogleCloudWkt._AnyPackable, let container = try decoder.container(keyedBy: CodingKeys.self) self.idValues = try container.decode([Swift.String].self, forKey: .idValues) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -88,7 +88,7 @@ public struct RecordKey: Codable, Equatable, GoogleCloudWkt._AnyPackable, } /// Type of key - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// BigQuery key indirect case datastoreKey(DatastoreKey?) /// Datastore key diff --git a/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/ReplaceDictionaryConfig.swift b/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/ReplaceDictionaryConfig.swift index 61245fbcf..3e78ad448 100644 --- a/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/ReplaceDictionaryConfig.swift +++ b/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/ReplaceDictionaryConfig.swift @@ -22,7 +22,7 @@ public struct ReplaceDictionaryConfig: Codable, Equatable, GoogleCloudWkt._AnyPa Sendable { /// Type of dictionary. - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `ReplaceDictionaryConfig`. public init() {} @@ -47,7 +47,7 @@ public struct ReplaceDictionaryConfig: Codable, Equatable, GoogleCloudWkt._AnyPa public init(from decoder: Decoder) throws { let container = try decoder.container(keyedBy: CodingKeys.self) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -77,7 +77,7 @@ public struct ReplaceDictionaryConfig: Codable, Equatable, GoogleCloudWkt._AnyPa } /// Type of dictionary. - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// A list of words to select from for random replacement. The /// [limits](https://cloud.google.com/sensitive-data-protection/limits) page /// contains details about the size limits of dictionaries. diff --git a/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/StorageConfig.swift b/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/StorageConfig.swift index 5330d35e2..883485822 100644 --- a/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/StorageConfig.swift +++ b/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/StorageConfig.swift @@ -25,7 +25,7 @@ public struct StorageConfig: Codable, Equatable, GoogleCloudWkt._AnyPackable, public var timespanConfig: StorageConfig.TimespanConfig? = nil /// Type of storage system to inspect. - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `StorageConfig`. public init() {} @@ -56,7 +56,7 @@ public struct StorageConfig: Codable, Equatable, GoogleCloudWkt._AnyPackable, self.timespanConfig = try container.decodeIfPresent( StorageConfig.TimespanConfig.self, forKey: .timespanConfig) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -201,7 +201,7 @@ public struct StorageConfig: Codable, Equatable, GoogleCloudWkt._AnyPackable, } /// Type of storage system to inspect. - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// Google Cloud Datastore options. indirect case datastoreOptions(DatastoreOptions?) /// Cloud Storage options. diff --git a/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/StoredInfoTypeConfig.swift b/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/StoredInfoTypeConfig.swift index a5b91f84e..9c1761d61 100644 --- a/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/StoredInfoTypeConfig.swift +++ b/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/StoredInfoTypeConfig.swift @@ -30,7 +30,7 @@ public struct StoredInfoTypeConfig: Codable, Equatable, GoogleCloudWkt._AnyPacka public var description: Swift.String = Swift.String() /// Stored infotype types. - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `StoredInfoTypeConfig`. public init() {} @@ -61,7 +61,7 @@ public struct StoredInfoTypeConfig: Codable, Equatable, GoogleCloudWkt._AnyPacka self.displayName = try container.decode(Swift.String.self, forKey: .displayName) self.description = try container.decode(Swift.String.self, forKey: .description) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -105,7 +105,7 @@ public struct StoredInfoTypeConfig: Codable, Equatable, GoogleCloudWkt._AnyPacka } /// Stored infotype types. - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// StoredInfoType where findings are defined by a dictionary of phrases. indirect case largeCustomDictionary(LargeCustomDictionaryConfig?) /// Store dictionary-based CustomInfoType. diff --git a/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/StoredInfoTypeStats.swift b/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/StoredInfoTypeStats.swift index a3e593fd5..e5edc7ac7 100644 --- a/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/StoredInfoTypeStats.swift +++ b/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/StoredInfoTypeStats.swift @@ -22,7 +22,7 @@ public struct StoredInfoTypeStats: Codable, Equatable, GoogleCloudWkt._AnyPackab Sendable { /// Stat types - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `StoredInfoTypeStats`. public init() {} @@ -47,7 +47,7 @@ public struct StoredInfoTypeStats: Codable, Equatable, GoogleCloudWkt._AnyPackab public init(from decoder: Decoder) throws { let container = try decoder.container(keyedBy: CodingKeys.self) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -77,7 +77,7 @@ public struct StoredInfoTypeStats: Codable, Equatable, GoogleCloudWkt._AnyPackab } /// Stat types - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// StoredInfoType where findings are defined by a dictionary of phrases. indirect case largeCustomDictionary(LargeCustomDictionaryStats?) } diff --git a/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/TransformationDetailsStorageConfig.swift b/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/TransformationDetailsStorageConfig.swift index 3fde05863..e2db937c5 100644 --- a/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/TransformationDetailsStorageConfig.swift +++ b/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/TransformationDetailsStorageConfig.swift @@ -22,7 +22,7 @@ public struct TransformationDetailsStorageConfig: Codable, Equatable, GoogleClou Sendable { /// Location to store the transformation summary. - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `TransformationDetailsStorageConfig`. public init() {} @@ -47,7 +47,7 @@ public struct TransformationDetailsStorageConfig: Codable, Equatable, GoogleClou public init(from decoder: Decoder) throws { let container = try decoder.container(keyedBy: CodingKeys.self) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -75,7 +75,7 @@ public struct TransformationDetailsStorageConfig: Codable, Equatable, GoogleClou } /// Location to store the transformation summary. - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// The BigQuery table in which to store the output. This may be an existing /// table or in a new table in an existing dataset. /// If table_id is not set a new one will be generated for you with the diff --git a/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/Value.swift b/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/Value.swift index 28559bb71..3d4f22143 100644 --- a/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/Value.swift +++ b/generated/google-privacy-dlp-v2/Sources/GoogleCloudDLPV2/Value.swift @@ -28,7 +28,7 @@ public struct Value: Codable, Equatable, GoogleCloudWkt._AnyPackable, Sendable { /// Value types - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `Value`. public init() {} @@ -60,7 +60,7 @@ public struct Value: Codable, Equatable, GoogleCloudWkt._AnyPackable, public init(from decoder: Decoder) throws { let container = try decoder.container(keyedBy: CodingKeys.self) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -128,7 +128,7 @@ public struct Value: Codable, Equatable, GoogleCloudWkt._AnyPackable, } /// Value types - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// integer case integerValue(Swift.Int64) /// float diff --git a/generated/grafeas-v1/Sources/GoogleGrafeasV1/Note.swift b/generated/grafeas-v1/Sources/GoogleGrafeasV1/Note.swift index 6789ece25..eab96fa3d 100644 --- a/generated/grafeas-v1/Sources/GoogleGrafeasV1/Note.swift +++ b/generated/grafeas-v1/Sources/GoogleGrafeasV1/Note.swift @@ -53,7 +53,7 @@ public struct Note: Codable, Equatable, GoogleCloudWkt._AnyPackable, public var relatedNoteNames: [Swift.String] = [] /// Required. Immutable. The type of analysis this note represents. - public var type: OneOf_Type_? = nil + public var type: OneOf_Type? = nil /// Initialize a new instance of `Note`. public init() {} @@ -111,7 +111,7 @@ public struct Note: Codable, Equatable, GoogleCloudWkt._AnyPackable, GoogleCloudWkt.Timestamp.self, forKey: .updateTime) self.relatedNoteNames = try container.decode([Swift.String].self, forKey: .relatedNoteNames) - var type: OneOf_Type_? = nil + var type: OneOf_Type? = nil let typeCheckAndSet = { if type != nil { throw DecodingError.dataCorrupted( @@ -217,7 +217,7 @@ public struct Note: Codable, Equatable, GoogleCloudWkt._AnyPackable, } /// Required. Immutable. The type of analysis this note represents. - public enum OneOf_Type_: Codable, Equatable, Sendable { + public enum OneOf_Type: Codable, Equatable, Sendable { /// A note describing a package vulnerability. indirect case vulnerability(VulnerabilityNote?) /// A note describing build provenance for a verifiable build. diff --git a/librarian.yaml b/librarian.yaml index 763f8ac03..063e3b87a 100644 --- a/librarian.yaml +++ b/librarian.yaml @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. language: swift -version: v0.37.1-0.20260817173612-b901b7f15278 +version: v0.37.1-0.20260818164449-1ea77db57690 repo: googleapis/google-cloud-swift sources: conformance: