Skip to content

Commit

Permalink
docs: Minor formatting
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 553099804

Source-Link: googleapis/googleapis@f48d1a3

Source-Link: googleapis/googleapis-gen@9607990
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuSWFtLlYxLy5Pd2xCb3QueWFtbCIsImgiOiI5NjA3OTkwZjRjMzIxN2JhYzZlZGQ4MTMxNjE0Y2ZjYzcxNzQ0YTZmIn0=
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Aug 2, 2023
1 parent 9498ba9 commit cae56e0
Showing 1 changed file with 8 additions and 4 deletions.
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 @@ public static partial class PolicyReflection {
///
/// **JSON example:**
///
/// ```
/// {
/// "bindings": [
/// {
Expand Down Expand Up @@ -114,9 +115,11 @@ public static partial class PolicyReflection {
/// "etag": "BwWWja0YfJA=",
/// "version": 3
/// }
/// ```
///
/// **YAML example:**
///
/// ```
/// bindings:
/// - members:
/// - user:mike@example.com
Expand All @@ -133,6 +136,7 @@ public static partial class 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 sealed partial class Binding : pb::IMessage<Binding>
= 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 sealed partial class Binding : pb::IMessage<Binding>
/// }
///
/// For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ
/// logging. It also exempts jose@example.com from DATA_READ logging, and
/// aliya@example.com from DATA_WRITE logging.
/// logging. It also exempts `jose@example.com` from DATA_READ logging, and
/// `aliya@example.com` 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 sealed partial class BindingDelta : pb::IMessage<BindingDelta>
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

0 comments on commit cae56e0

Please sign in to comment.