Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: [Google.Cloud.Iam.V1] Minor formatting #10751

Merged
merged 1 commit into from
Aug 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions apis/Google.Cloud.Iam.V1/Google.Cloud.Iam.V1/Policy.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ static PolicyReflection() {
///
/// **JSON example:**
///
/// ```
/// {
/// "bindings": [
/// {
Expand Down Expand Up @@ -114,9 +115,11 @@ static PolicyReflection() {
/// "etag": "BwWWja0YfJA=",
/// "version": 3
/// }
/// ```
///
/// **YAML example:**
///
/// ```
/// bindings:
/// - members:
/// - user:[email protected]
Expand All @@ -133,6 +136,7 @@ static PolicyReflection() {
/// expression: request.time < timestamp('2020-10-01T00:00:00.000Z')
/// etag: BwWWja0YfJA=
/// version: 3
/// ```
///
/// For a description of IAM and its features, see the
/// [IAM documentation](https://cloud.google.com/iam/docs/).
Expand Down Expand Up @@ -542,7 +546,7 @@ public string Role {
= pb::FieldCodec.ForString(18);
private readonly pbc::RepeatedField<string> members_ = new pbc::RepeatedField<string>();
/// <summary>
/// Specifies the principals requesting access for a Cloud Platform resource.
/// Specifies the principals requesting access for a Google Cloud resource.
/// `members` can have the following values:
///
/// * `allUsers`: A special identifier that represents anyone who is
Expand Down Expand Up @@ -845,8 +849,8 @@ public void MergeFrom(pb::CodedInputStream input) {
/// }
///
/// For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ
/// logging. It also exempts [email protected] from DATA_READ logging, and
/// [email protected] from DATA_WRITE logging.
/// logging. It also exempts `[email protected]` from DATA_READ logging, and
/// `[email protected]` from DATA_WRITE logging.
/// </summary>
public sealed partial class AuditConfig : pb::IMessage<AuditConfig>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
Expand Down Expand Up @@ -1648,7 +1652,7 @@ public string Role {
public const int MemberFieldNumber = 3;
private string member_ = "";
/// <summary>
/// A single identity requesting access for a Cloud Platform resource.
/// A single identity requesting access for a Google Cloud resource.
/// Follows the same format of Binding.members.
/// Required
/// </summary>
Expand Down