Skip to content

Commit cb749bd

Browse files
yinghsienwucopybara-github
authored andcommitted
chore: update doc for testing
PiperOrigin-RevId: 886330886
1 parent a04afd4 commit cb749bd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

GeneratedFirebaseAI/Sources/Types.swift

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30473,8 +30473,8 @@ extension GetBatchJobConfig: Codable {
3047330473
@available(iOS 15.0, macOS 13.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
3047430474
public 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, *)
3058230582
public 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, *)
3090430904
public 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

Comments
 (0)