Skip to content

Commit 6bde7a3

Browse files
committed
Regenerate all APIs with service comments in client documentation
The comments are included as they are, as a "remarks" section both the abstract base class and the concrete implementation.
1 parent 10ad719 commit 6bde7a3

167 files changed

Lines changed: 1559 additions & 69 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apis/Google.Cloud.Asset.V1/Google.Cloud.Asset.V1/AssetServiceClient.g.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,9 @@ private AssetServiceClient BuildImpl()
269269
}
270270

271271
/// <summary>AssetService client wrapper, for convenient use.</summary>
272+
/// <remarks>
273+
/// Asset service definition.
274+
/// </remarks>
272275
public abstract partial class AssetServiceClient
273276
{
274277
/// <summary>
@@ -1279,6 +1282,9 @@ public virtual void DeleteFeed(FeedName name, gaxgrpc::CallSettings callSettings
12791282
}
12801283

12811284
/// <summary>AssetService client wrapper implementation, for convenient use.</summary>
1285+
/// <remarks>
1286+
/// Asset service definition.
1287+
/// </remarks>
12821288
public sealed partial class AssetServiceClientImpl : AssetServiceClient
12831289
{
12841290
private readonly gaxgrpc::ApiCall<ExportAssetsRequest, lro::Operation> _callExportAssets;

apis/Google.Cloud.Asset.V1/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": "googleapis",
66
"remote": "https://github.com/googleapis/googleapis.git",
7-
"sha": "49883ad9b196aa7b44869d24749104b504cafad0"
7+
"sha": "07460951fc07dd2b3f172d01b04e2a5fefd13ccc"
88
}
99
}
1010
]

apis/Google.Cloud.AutoML.V1/Google.Cloud.AutoML.V1/AutoMlClient.g.cs

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,22 @@ private AutoMlClient BuildImpl()
547547
}
548548

549549
/// <summary>AutoMl client wrapper, for convenient use.</summary>
550+
/// <remarks>
551+
/// AutoML Server API.
552+
///
553+
/// The resource names are assigned by the server.
554+
/// The server never reuses names that it has created after the resources with
555+
/// those names are deleted.
556+
///
557+
/// An ID of a resource is the last element of the item's resource name. For
558+
/// `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`, then
559+
/// the id for the item is `{dataset_id}`.
560+
///
561+
/// Currently the only supported `location_id` is "us-central1".
562+
///
563+
/// On any input that is documented to expect a string parameter in
564+
/// snake_case or kebab-case, either of those cases is accepted.
565+
/// </remarks>
550566
public abstract partial class AutoMlClient
551567
{
552568
/// <summary>
@@ -3310,6 +3326,22 @@ public virtual ModelEvaluation GetModelEvaluation(ModelEvaluationName name, gaxg
33103326
}
33113327

33123328
/// <summary>AutoMl client wrapper implementation, for convenient use.</summary>
3329+
/// <remarks>
3330+
/// AutoML Server API.
3331+
///
3332+
/// The resource names are assigned by the server.
3333+
/// The server never reuses names that it has created after the resources with
3334+
/// those names are deleted.
3335+
///
3336+
/// An ID of a resource is the last element of the item's resource name. For
3337+
/// `projects/{project_id}/locations/{location_id}/datasets/{dataset_id}`, then
3338+
/// the id for the item is `{dataset_id}`.
3339+
///
3340+
/// Currently the only supported `location_id` is "us-central1".
3341+
///
3342+
/// On any input that is documented to expect a string parameter in
3343+
/// snake_case or kebab-case, either of those cases is accepted.
3344+
/// </remarks>
33133345
public sealed partial class AutoMlClientImpl : AutoMlClient
33143346
{
33153347
private readonly gaxgrpc::ApiCall<CreateDatasetRequest, lro::Operation> _callCreateDataset;

apis/Google.Cloud.AutoML.V1/Google.Cloud.AutoML.V1/PredictionServiceClient.g.cs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,12 @@ private PredictionServiceClient BuildImpl()
158158
}
159159

160160
/// <summary>PredictionService client wrapper, for convenient use.</summary>
161+
/// <remarks>
162+
/// AutoML Prediction API.
163+
///
164+
/// On any input that is documented to expect a string parameter in
165+
/// snake_case or kebab-case, either of those cases is accepted.
166+
/// </remarks>
161167
public abstract partial class PredictionServiceClient
162168
{
163169
/// <summary>
@@ -1731,6 +1737,12 @@ public virtual PredictResponse Predict(ModelName name, ExamplePayload payload, s
17311737
}
17321738

17331739
/// <summary>PredictionService client wrapper implementation, for convenient use.</summary>
1740+
/// <remarks>
1741+
/// AutoML Prediction API.
1742+
///
1743+
/// On any input that is documented to expect a string parameter in
1744+
/// snake_case or kebab-case, either of those cases is accepted.
1745+
/// </remarks>
17341746
public sealed partial class PredictionServiceClientImpl : PredictionServiceClient
17351747
{
17361748
private readonly gaxgrpc::ApiCall<PredictRequest, PredictResponse> _callPredict;

apis/Google.Cloud.AutoML.V1/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": "googleapis",
66
"remote": "https://github.com/googleapis/googleapis.git",
7-
"sha": "7272af32a96a42fe5bb9452360e32ae95718abc2"
7+
"sha": "07460951fc07dd2b3f172d01b04e2a5fefd13ccc"
88
}
99
}
1010
]

apis/Google.Cloud.BigQuery.Connection.V1/Google.Cloud.BigQuery.Connection.V1/ConnectionServiceClient.g.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,9 @@ private ConnectionServiceClient BuildImpl()
230230
}
231231

232232
/// <summary>ConnectionService client wrapper, for convenient use.</summary>
233+
/// <remarks>
234+
/// Manages external data source connections and credentials.
235+
/// </remarks>
233236
public abstract partial class ConnectionServiceClient
234237
{
235238
/// <summary>
@@ -1521,6 +1524,9 @@ public virtual void DeleteConnection(ConnectionName name, gaxgrpc::CallSettings
15211524
}
15221525

15231526
/// <summary>ConnectionService client wrapper implementation, for convenient use.</summary>
1527+
/// <remarks>
1528+
/// Manages external data source connections and credentials.
1529+
/// </remarks>
15241530
public sealed partial class ConnectionServiceClientImpl : ConnectionServiceClient
15251531
{
15261532
private readonly gaxgrpc::ApiCall<CreateConnectionRequest, Connection> _callCreateConnection;

apis/Google.Cloud.BigQuery.Connection.V1/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": "googleapis",
66
"remote": "https://github.com/googleapis/googleapis.git",
7-
"sha": "163aa04ede887024d245ab2c6af2528d9460bb9c"
7+
"sha": "07460951fc07dd2b3f172d01b04e2a5fefd13ccc"
88
}
99
}
1010
]

apis/Google.Cloud.BigQuery.DataTransfer.V1/Google.Cloud.BigQuery.DataTransfer.V1/DataTransferServiceClient.g.cs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,12 @@ private DataTransferServiceClient BuildImpl()
337337
}
338338

339339
/// <summary>DataTransferService client wrapper, for convenient use.</summary>
340+
/// <remarks>
341+
/// The Google BigQuery Data Transfer Service API enables BigQuery users to
342+
/// configure the transfer of their data from other Google Products into
343+
/// BigQuery. This service contains methods that are end user exposed. It backs
344+
/// up the frontend.
345+
/// </remarks>
340346
public abstract partial class DataTransferServiceClient
341347
{
342348
/// <summary>
@@ -2319,6 +2325,12 @@ public virtual CheckValidCredsResponse CheckValidCreds(DataSourceName name, gaxg
23192325
}
23202326

23212327
/// <summary>DataTransferService client wrapper implementation, for convenient use.</summary>
2328+
/// <remarks>
2329+
/// The Google BigQuery Data Transfer Service API enables BigQuery users to
2330+
/// configure the transfer of their data from other Google Products into
2331+
/// BigQuery. This service contains methods that are end user exposed. It backs
2332+
/// up the frontend.
2333+
/// </remarks>
23222334
public sealed partial class DataTransferServiceClientImpl : DataTransferServiceClient
23232335
{
23242336
private readonly gaxgrpc::ApiCall<GetDataSourceRequest, DataSource> _callGetDataSource;

apis/Google.Cloud.BigQuery.DataTransfer.V1/synth.metadata

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"git": {
55
"name": "googleapis",
66
"remote": "https://github.com/googleapis/googleapis.git",
7-
"sha": "7272af32a96a42fe5bb9452360e32ae95718abc2"
7+
"sha": "07460951fc07dd2b3f172d01b04e2a5fefd13ccc"
88
}
99
}
1010
]

apis/Google.Cloud.BigQuery.Reservation.V1/Google.Cloud.BigQuery.Reservation.V1/ReservationServiceClient.g.cs

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,23 @@ private ReservationServiceClient BuildImpl()
405405
}
406406

407407
/// <summary>ReservationService client wrapper, for convenient use.</summary>
408+
/// <remarks>
409+
/// This API allows users to manage their flat-rate BigQuery reservations.
410+
///
411+
/// A reservation provides computational resource guarantees, in the form of
412+
/// [slots](https://cloud.google.com/bigquery/docs/slots), to users. A slot is a
413+
/// unit of computational power in BigQuery, and serves as the basic unit of
414+
/// parallelism. In a scan of a multi-partitioned table, a single slot operates
415+
/// on a single partition of the table. A reservation resource exists as a child
416+
/// resource of the admin project and location, e.g.:
417+
/// `projects/myproject/locations/US/reservations/reservationName`.
418+
///
419+
/// A capacity commitment is a way to purchase compute capacity for BigQuery jobs
420+
/// (in the form of slots) with some committed period of usage. A capacity
421+
/// commitment resource exists as a child resource of the admin project and
422+
/// location, e.g.:
423+
/// `projects/myproject/locations/US/capacityCommitments/id`.
424+
/// </remarks>
408425
public abstract partial class ReservationServiceClient
409426
{
410427
/// <summary>
@@ -3701,6 +3718,23 @@ public virtual BiReservation UpdateBiReservation(BiReservation biReservation, wk
37013718
}
37023719

37033720
/// <summary>ReservationService client wrapper implementation, for convenient use.</summary>
3721+
/// <remarks>
3722+
/// This API allows users to manage their flat-rate BigQuery reservations.
3723+
///
3724+
/// A reservation provides computational resource guarantees, in the form of
3725+
/// [slots](https://cloud.google.com/bigquery/docs/slots), to users. A slot is a
3726+
/// unit of computational power in BigQuery, and serves as the basic unit of
3727+
/// parallelism. In a scan of a multi-partitioned table, a single slot operates
3728+
/// on a single partition of the table. A reservation resource exists as a child
3729+
/// resource of the admin project and location, e.g.:
3730+
/// `projects/myproject/locations/US/reservations/reservationName`.
3731+
///
3732+
/// A capacity commitment is a way to purchase compute capacity for BigQuery jobs
3733+
/// (in the form of slots) with some committed period of usage. A capacity
3734+
/// commitment resource exists as a child resource of the admin project and
3735+
/// location, e.g.:
3736+
/// `projects/myproject/locations/US/capacityCommitments/id`.
3737+
/// </remarks>
37043738
public sealed partial class ReservationServiceClientImpl : ReservationServiceClient
37053739
{
37063740
private readonly gaxgrpc::ApiCall<CreateReservationRequest, Reservation> _callCreateReservation;

0 commit comments

Comments
 (0)