Skip to content

Commit

Permalink
docs: improved docs format
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 436315342

Source-Link: googleapis/googleapis@321e5e4

Source-Link: googleapis/googleapis-gen@c7fc4e3
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuRGlhbG9nZmxvdy5DeC5WMy8uT3dsQm90LnlhbWwiLCJoIjoiYzdmYzRlMzU0ZmUyZmIyODk2ZDNkMDI0Y2M4YmQ2Mzc4MzZjZWQzZiJ9
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Mar 22, 2022
1 parent 15b7174 commit 034e33b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 30 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2480,16 +2480,14 @@ public sealed partial class QueryParameters : pb::IMessage<QueryParameters>
/// map, associative array, symbol table, dictionary, or JSON object
/// composed of a collection of (MapKey, MapValue) pairs:
///
/// - MapKey type: string
/// - MapKey value: parameter name
/// - MapValue type:
/// - If parameter's entity type is a composite entity: map
/// - Else: depending on parameter value type, could be one of string,
/// number, boolean, null, list or map
/// - MapValue value:
/// - If parameter's entity type is a composite entity:
/// map from composite entity property names to property values
/// - Else: parameter value
/// * MapKey type: string
/// * MapKey value: parameter name
/// * MapValue type: If parameter's entity type is a composite entity then use
/// map, otherwise, depending on the parameter value type, it could be one of
/// string, number, boolean, null, list or map.
/// * MapValue value: If parameter's entity type is a composite entity then use
/// map from composite entity property names to property values, otherwise,
/// use parameter value.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down Expand Up @@ -3643,16 +3641,14 @@ public sealed partial class QueryResult : pb::IMessage<QueryResult>
/// map, associative array, symbol table, dictionary, or JSON object
/// composed of a collection of (MapKey, MapValue) pairs:
///
/// - MapKey type: string
/// - MapKey value: parameter name
/// - MapValue type:
/// - If parameter's entity type is a composite entity: map
/// - Else: depending on parameter value type, could be one of string,
/// number, boolean, null, list or map
/// - MapValue value:
/// - If parameter's entity type is a composite entity:
/// map from composite entity property names to property values
/// - Else: parameter value
/// * MapKey type: string
/// * MapKey value: parameter name
/// * MapValue type: If parameter's entity type is a composite entity then use
/// map, otherwise, depending on the parameter value type, it could be one of
/// string, number, boolean, null, list or map.
/// * MapValue value: If parameter's entity type is a composite entity then use
/// map from composite entity property names to property values, otherwise,
/// use parameter value.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down Expand Up @@ -5546,16 +5542,14 @@ public sealed partial class Match : pb::IMessage<Match>
/// map, associative array, symbol table, dictionary, or JSON object
/// composed of a collection of (MapKey, MapValue) pairs:
///
/// - MapKey type: string
/// - MapKey value: parameter name
/// - MapValue type:
/// - If parameter's entity type is a composite entity: map
/// - Else: depending on parameter value type, could be one of string,
/// number, boolean, null, list or map
/// - MapValue value:
/// - If parameter's entity type is a composite entity:
/// map from composite entity property names to property values
/// - Else: parameter value
/// * MapKey type: string
/// * MapKey value: parameter name
/// * MapValue type: If parameter's entity type is a composite entity then use
/// map, otherwise, depending on the parameter value type, it could be one of
/// string, number, boolean, null, list or map.
/// * MapValue value: If parameter's entity type is a composite entity then use
/// map from composite entity property names to property values, otherwise,
/// use parameter value.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -786,10 +786,12 @@ public sealed partial class GenericWebService : pb::IMessage<GenericWebService>
/// N.B. Make sure the HTTPS server certificates are signed with "subject alt
/// name". For instance a certificate can be self-signed using the following
/// command,
/// ```
/// openssl x509 -req -days 200 -in example.com.csr \
/// -signkey example.com.key \
/// -out example.com.crt \
/// -extfile &lt;(printf "\nsubjectAltName='DNS:www.example.com'")
/// ```
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down

0 comments on commit 034e33b

Please sign in to comment.