@@ -31192,8 +31192,8 @@ extension GetBatchJobConfig: Codable {
3119231192@available(iOS 15.0, macOS 13.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
3119331193public struct GetBatchJobParameters: Sendable {
3119431194 /// A fully-qualified BatchJob resource name or ID.
31195- /// Example: "projects/.../locations/.../batchPredictionJobs/456 "
31196- /// or "456 " when project and location are initialized in the client.
31195+ /// Example: "projects/.../locations/.../batchPredictionJobs/123 "
31196+ /// or "123 " when project and location are initialized in the client.
3119731197 public let name: String
3119831198
3119931199 /// Optional parameters for the request.
@@ -31300,8 +31300,8 @@ extension CancelBatchJobConfig: Codable {
3130031300@available(iOS 15.0, macOS 13.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
3130131301public struct CancelBatchJobParameters: Sendable {
3130231302 /// A fully-qualified BatchJob resource name or ID.
31303- /// Example: "projects/.../locations/.../batchPredictionJobs/456 "
31304- /// or "456 " when project and location are initialized in the client.
31303+ /// Example: "projects/.../locations/.../batchPredictionJobs/123 "
31304+ /// or "123 " when project and location are initialized in the client.
3130531305 public let name: String
3130631306
3130731307 /// Optional parameters for the request.
@@ -31622,8 +31622,8 @@ extension DeleteBatchJobConfig: Codable {
3162231622@available(iOS 15.0, macOS 13.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
3162331623public struct DeleteBatchJobParameters: Sendable {
3162431624 /// A fully-qualified BatchJob resource name or ID.
31625- /// Example: "projects/.../locations/.../batchPredictionJobs/456 "
31626- /// or "456 " when project and location are initialized in the client.
31625+ /// Example: "projects/.../locations/.../batchPredictionJobs/123 "
31626+ /// or "123 " when project and location are initialized in the client.
3162731627 public let name: String
3162831628
3162931629 /// Optional parameters for the request.
0 commit comments