Skip to content

Commit

Permalink
docs: minor comment update
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 512725339

Source-Link: googleapis/googleapis@ea8d826

Source-Link: googleapis/googleapis-gen@dc453f7
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQmlnUXVlcnkuRGF0YVRyYW5zZmVyLlYxLy5Pd2xCb3QueWFtbCIsImgiOiJkYzQ1M2Y3NzAyY2Q0ZDM5OGZlNTc3MzExODA0YWVhMWFkMjA1MWRhIn0=
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Feb 28, 2023
1 parent a952b6e commit 0736781
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2907,7 +2907,7 @@ public sealed partial class CreateTransferConfigRequest : pb::IMessage<CreateTra
public const int ServiceAccountNameFieldNumber = 6;
private string serviceAccountName_ = "";
/// <summary>
/// Optional service account name. If this field is set, the transfer config
/// Optional service account email. If this field is set, the transfer config
/// will be created with this service account's credentials. It requires that
/// the requesting user calling this API has permissions to act as this service
/// account.
Expand Down Expand Up @@ -3306,7 +3306,7 @@ public sealed partial class UpdateTransferConfigRequest : pb::IMessage<UpdateTra
public const int ServiceAccountNameFieldNumber = 6;
private string serviceAccountName_ = "";
/// <summary>
/// Optional service account name. If this field is set, the transfer config
/// Optional service account email. If this field is set, the transfer config
/// will be created with this service account's credentials. It requires that
/// the requesting user calling this API has permissions to act as this service
/// account.
Expand Down

0 comments on commit 0736781

Please sign in to comment.