@@ -30473,8 +30473,8 @@ extension GetBatchJobConfig: Codable {
3047330473@available(iOS 15.0, macOS 13.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
3047430474public struct GetBatchJobParameters: Sendable {
3047530475 /// A fully-qualified BatchJob resource name or ID.
30476- /// Example: "projects/.../locations/.../batchPredictionJobs/456 "
30477- /// or "456 " when project and location are initialized in the client.
30476+ /// Example: "projects/.../locations/.../batchPredictionJobs/123 "
30477+ /// or "123 " when project and location are initialized in the client.
3047830478 public let name: String
3047930479
3048030480 /// Optional parameters for the request.
@@ -30581,8 +30581,8 @@ extension CancelBatchJobConfig: Codable {
3058130581@available(iOS 15.0, macOS 13.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
3058230582public struct CancelBatchJobParameters: Sendable {
3058330583 /// A fully-qualified BatchJob resource name or ID.
30584- /// Example: "projects/.../locations/.../batchPredictionJobs/456 "
30585- /// or "456 " when project and location are initialized in the client.
30584+ /// Example: "projects/.../locations/.../batchPredictionJobs/123 "
30585+ /// or "123 " when project and location are initialized in the client.
3058630586 public let name: String
3058730587
3058830588 /// Optional parameters for the request.
@@ -30903,8 +30903,8 @@ extension DeleteBatchJobConfig: Codable {
3090330903@available(iOS 15.0, macOS 13.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
3090430904public struct DeleteBatchJobParameters: Sendable {
3090530905 /// A fully-qualified BatchJob resource name or ID.
30906- /// Example: "projects/.../locations/.../batchPredictionJobs/456 "
30907- /// or "456 " when project and location are initialized in the client.
30906+ /// Example: "projects/.../locations/.../batchPredictionJobs/123 "
30907+ /// or "123 " when project and location are initialized in the client.
3090830908 public let name: String
3090930909
3091030910 /// Optional parameters for the request.
0 commit comments