You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Initializes a new instance of the <see cref="BigQueryBuilder" /> class.
15
-
/// </summary>
16
-
[Obsolete("Use the constructor with the image argument instead: https://github.com/testcontainers/testcontainers-dotnet/issues/1540.")]
17
-
publicBigQueryBuilder()
18
-
:this(BigQueryImage)
19
-
{
20
-
}
13
+
/// <summary>
14
+
/// Initializes a new instance of the <see cref="BigQueryBuilder" /> class.
15
+
/// </summary>
16
+
[Obsolete("Use the constructor with the image argument instead: https://github.com/testcontainers/testcontainers-dotnet/issues/1540.")]
17
+
publicBigQueryBuilder()
18
+
:this(BigQueryImage)
19
+
{
20
+
}
21
21
22
-
/// <summary>
23
-
/// Initializes a new instance of the <see cref="BigQueryBuilder" /> class.
24
-
/// </summary>
25
-
/// <param name="image">Docker image tag. Available tags can be found here: <see href="https://github.com/goccy/bigquery-emulator/pkgs/container/bigquery-emulator">https://github.com/goccy/bigquery-emulator/pkgs/container/bigquery-emulator</see>.</param>
/// Initializes a new instance of the <see cref="BigQueryBuilder" /> class.
24
+
/// </summary>
25
+
/// <param name="image">Docker image tag. Available tags can be found here: <see href="https://github.com/goccy/bigquery-emulator/pkgs/container/bigquery-emulator">https://github.com/goccy/bigquery-emulator/pkgs/container/bigquery-emulator</see>.</param>
/// Initializes a new instance of the <see cref="BigtableBuilder" /> class.
13
-
/// </summary>
14
-
[Obsolete("Use the constructor with the image argument instead: https://github.com/testcontainers/testcontainers-dotnet/issues/1540.")]
15
-
publicBigtableBuilder()
16
-
:this(GoogleCloudCliImage)
17
-
{
18
-
}
11
+
/// <summary>
12
+
/// Initializes a new instance of the <see cref="BigtableBuilder" /> class.
13
+
/// </summary>
14
+
[Obsolete("Use the constructor with the image argument instead: https://github.com/testcontainers/testcontainers-dotnet/issues/1540.")]
15
+
publicBigtableBuilder()
16
+
:this(GoogleCloudCliImage)
17
+
{
18
+
}
19
19
20
-
/// <summary>
21
-
/// Initializes a new instance of the <see cref="BigtableBuilder" /> class.
22
-
/// </summary>
23
-
/// <param name="image">Docker image tag. Available tags can be found here: <see href="https://console.cloud.google.com/artifacts/docker/google.com:cloudsdktool/us/gcr.io/google-cloud-cli?pli=1">https://console.cloud.google.com/artifacts/docker/google.com:cloudsdktool/us/gcr.io/google-cloud-cli?pli=1</see>.</param>
/// Initializes a new instance of the <see cref="BigtableBuilder" /> class.
22
+
/// </summary>
23
+
/// <param name="image">Docker image tag. Available tags can be found here: <see href="https://console.cloud.google.com/artifacts/docker/google.com:cloudsdktool/us/gcr.io/google-cloud-cli?pli=1">https://console.cloud.google.com/artifacts/docker/google.com:cloudsdktool/us/gcr.io/google-cloud-cli?pli=1</see>.</param>
0 commit comments