Skip to content

Commit 7c8f751

Browse files
yinghsienwucopybara-github
authored andcommitted
chore: update doc for testing
PiperOrigin-RevId: 887026742
1 parent c1fbc87 commit 7c8f751

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
@@ -31192,8 +31192,8 @@ extension GetBatchJobConfig: Codable {
3119231192
@available(iOS 15.0, macOS 13.0, macCatalyst 15.0, tvOS 15.0, watchOS 8.0, *)
3119331193
public 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, *)
3130131301
public 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, *)
3162331623
public 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

Comments
 (0)