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

chore: Regenerate common protos #741

Merged
merged 2 commits into from
Nov 27, 2023
Merged
Show file tree
Hide file tree
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
6 changes: 6 additions & 0 deletions Google.Api.CommonProtos/Api/Auth.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ static AuthReflection() {
/// oauth:
/// canonical_scopes: https://www.googleapis.com/auth/calendar.read
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class Authentication : pb::IMessage<Authentication>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -307,6 +308,7 @@ public void MergeFrom(pb::CodedInputStream input) {
/// If a method doesn't have any auth requirements, request credentials will be
/// ignored.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class AuthenticationRule : pb::IMessage<AuthenticationRule>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -624,6 +626,7 @@ public void MergeFrom(pb::CodedInputStream input) {
/// <summary>
/// Specifies a location to extract JWT from an API request.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class JwtLocation : pb::IMessage<JwtLocation>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -1026,6 +1029,7 @@ public void MergeFrom(pb::CodedInputStream input) {
/// [JSON Web Token
/// (JWT)](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32).
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class AuthProvider : pb::IMessage<AuthProvider>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -1480,6 +1484,7 @@ public void MergeFrom(pb::CodedInputStream input) {
/// request to be accepted and passed to the backend, a request can still fail
/// due to the backend requiring additional scopes or permissions.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class OAuthRequirements : pb::IMessage<OAuthRequirements>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -1683,6 +1688,7 @@ public void MergeFrom(pb::CodedInputStream input) {
/// [JSON Web Token
/// (JWT)](https://tools.ietf.org/html/draft-ietf-oauth-json-web-token-32).
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class AuthRequirement : pb::IMessage<AuthRequirement>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down
2 changes: 2 additions & 0 deletions Google.Api.CommonProtos/Api/Backend.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ static BackendReflection() {
/// <summary>
/// `Backend` defines the backend configuration for a service.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class Backend : pb::IMessage<Backend>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -249,6 +250,7 @@ public void MergeFrom(pb::CodedInputStream input) {
/// <summary>
/// A backend rule provides configuration for an individual API element.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class BackendRule : pb::IMessage<BackendRule>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down
2 changes: 2 additions & 0 deletions Google.Api.CommonProtos/Api/Billing.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ static BillingReflection() {
/// metrics:
/// - library.googleapis.com/book/borrowed_count
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class Billing : pb::IMessage<Billing>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -272,6 +273,7 @@ public static partial class Types {
/// Configuration of a specific billing destination (Currently only support
/// bill against consumer project).
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class BillingDestination : pb::IMessage<BillingDestination>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down
13 changes: 13 additions & 0 deletions Google.Api.CommonProtos/Api/Client.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ public enum ClientLibraryDestination {
/// <summary>
/// Required information for every language.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class CommonLanguageSettings : pb::IMessage<CommonLanguageSettings>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -494,6 +495,7 @@ public void MergeFrom(pb::CodedInputStream input) {
/// <summary>
/// Details about how and where to publish client libraries.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ClientLibrarySettings : pb::IMessage<ClientLibrarySettings>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -1166,6 +1168,7 @@ public void MergeFrom(pb::CodedInputStream input) {
/// libraries](https://cloud.google.com/apis/docs/cloud-client-libraries)
/// generated from the service config.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class Publishing : pb::IMessage<Publishing>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -1698,6 +1701,7 @@ public void MergeFrom(pb::CodedInputStream input) {
/// <summary>
/// Settings for Java client libraries.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class JavaSettings : pb::IMessage<JavaSettings>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -1994,6 +1998,7 @@ public void MergeFrom(pb::CodedInputStream input) {
/// <summary>
/// Settings for C++ client libraries.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class CppSettings : pb::IMessage<CppSettings>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -2198,6 +2203,7 @@ public void MergeFrom(pb::CodedInputStream input) {
/// <summary>
/// Settings for Php client libraries.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class PhpSettings : pb::IMessage<PhpSettings>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -2402,6 +2408,7 @@ public void MergeFrom(pb::CodedInputStream input) {
/// <summary>
/// Settings for Python client libraries.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class PythonSettings : pb::IMessage<PythonSettings>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -2606,6 +2613,7 @@ public void MergeFrom(pb::CodedInputStream input) {
/// <summary>
/// Settings for Node client libraries.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class NodeSettings : pb::IMessage<NodeSettings>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -2810,6 +2818,7 @@ public void MergeFrom(pb::CodedInputStream input) {
/// <summary>
/// Settings for Dotnet client libraries.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class DotnetSettings : pb::IMessage<DotnetSettings>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -3174,6 +3183,7 @@ public void MergeFrom(pb::CodedInputStream input) {
/// <summary>
/// Settings for Ruby client libraries.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class RubySettings : pb::IMessage<RubySettings>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -3378,6 +3388,7 @@ public void MergeFrom(pb::CodedInputStream input) {
/// <summary>
/// Settings for Go client libraries.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GoSettings : pb::IMessage<GoSettings>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -3582,6 +3593,7 @@ public void MergeFrom(pb::CodedInputStream input) {
/// <summary>
/// Describes the generator configuration for a method.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class MethodSettings : pb::IMessage<MethodSettings>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -3850,6 +3862,7 @@ public static partial class Types {
/// generators (e.g.
/// [Java](https://github.com/googleapis/gapic-generator-java/blob/04c2faa191a9b5a10b92392fe8482279c4404803/src/main/java/com/google/api/generator/gapic/composer/common/RetrySettingsComposer.java)).
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class LongRunning : pb::IMessage<LongRunning>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down
2 changes: 2 additions & 0 deletions Google.Api.CommonProtos/Api/ConfigChange.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public enum ChangeType {
/// applicable advice about potential consequences for the change, such as
/// backwards-incompatibility.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ConfigChange : pb::IMessage<ConfigChange>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -445,6 +446,7 @@ public void MergeFrom(pb::CodedInputStream input) {
/// Generated advice about this change, used for providing more
/// information about how a change will affect the existing service.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class Advice : pb::IMessage<Advice>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down
2 changes: 2 additions & 0 deletions Google.Api.CommonProtos/Api/Consumer.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ static ConsumerReflection() {
/// - name: EXTENDED_TILE_CACHE_PERIOD
/// type: INT64
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ProjectProperties : pb::IMessage<ProjectProperties>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -262,6 +263,7 @@ public void MergeFrom(pb::CodedInputStream input) {
/// These values can be set via API producer console. Only API providers can
/// define and set these properties.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class Property : pb::IMessage<Property>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down
2 changes: 2 additions & 0 deletions Google.Api.CommonProtos/Api/Context.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ static ContextReflection() {
/// You can also specify extension ID instead of fully qualified extension name
/// here.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class Context : pb::IMessage<Context>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -275,6 +276,7 @@ public void MergeFrom(pb::CodedInputStream input) {
/// A context rule provides information about the context for an individual API
/// element.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ContextRule : pb::IMessage<ContextRule>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down
1 change: 1 addition & 0 deletions Google.Api.CommonProtos/Api/Control.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ static ControlReflection() {
/// control:
/// environment: servicecontrol.googleapis.com
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class Control : pb::IMessage<Control>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down
7 changes: 7 additions & 0 deletions Google.Api.CommonProtos/Api/Distribution.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ static DistributionReflection() {
/// non-finite values (infinities or NaNs) in the population of values, as this
/// will render the `mean` and `sum_of_squared_deviation` fields meaningless.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class Distribution : pb::IMessage<Distribution>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -549,6 +550,7 @@ public static partial class Types {
/// <summary>
/// The range of the population values.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class Range : pb::IMessage<Range>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -798,6 +800,7 @@ public void MergeFrom(pb::CodedInputStream input) {
/// upper bound of the overflow bucket is +infinity. The finite buckets are
/// so-called because both bounds are finite.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class BucketOptions : pb::IMessage<BucketOptions>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -1160,6 +1163,7 @@ public static partial class Types {
///
/// Lower bound (1 &lt;= i &lt; N): offset + (width * (i - 1)).
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class Linear : pb::IMessage<Linear>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -1444,6 +1448,7 @@ public void MergeFrom(pb::CodedInputStream input) {
///
/// Lower bound (1 &lt;= i &lt; N): scale * (growth_factor ^ (i - 1)).
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class Exponential : pb::IMessage<Exponential>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -1729,6 +1734,7 @@ public void MergeFrom(pb::CodedInputStream input) {
/// only one element, then there are no finite buckets, and that single
/// element is the common boundary of the overflow and underflow buckets.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class Explicit : pb::IMessage<Explicit>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -1924,6 +1930,7 @@ public void MergeFrom(pb::CodedInputStream input) {
/// was active when a value was added. They may contain further information,
/// such as a example values and timestamps, origin, etc.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class Exemplar : pb::IMessage<Exemplar>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down
3 changes: 3 additions & 0 deletions Google.Api.CommonProtos/Api/Documentation.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ static DocumentationReflection() {
/// The directive `suppress_warning` does not directly affect documentation
/// and is documented together with service config validation.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class Documentation : pb::IMessage<Documentation>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -505,6 +506,7 @@ public void MergeFrom(pb::CodedInputStream input) {
/// <summary>
/// A documentation rule provides information about individual API elements.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class DocumentationRule : pb::IMessage<DocumentationRule>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -790,6 +792,7 @@ public void MergeFrom(pb::CodedInputStream input) {
/// Represents a documentation page. A page can contain subpages to represent
/// nested documentation set structure.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class Page : pb::IMessage<Page>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down
1 change: 1 addition & 0 deletions Google.Api.CommonProtos/Api/Endpoint.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ static EndpointReflection() {
/// # to proceed.
/// allow_cors: true
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class Endpoint : pb::IMessage<Endpoint>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down
1 change: 1 addition & 0 deletions Google.Api.CommonProtos/Api/FieldInfo.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public static partial class FieldInfoExtensions {
/// <summary>
/// Rich semantic information of an API field beyond basic typing.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class FieldInfo : pb::IMessage<FieldInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down
3 changes: 3 additions & 0 deletions Google.Api.CommonProtos/Api/Http.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ static HttpReflection() {
/// [HttpRule][google.api.HttpRule], each specifying the mapping of an RPC method
/// to one or more HTTP REST API methods.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class Http : pb::IMessage<Http>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -562,6 +563,7 @@ public void MergeFrom(pb::CodedInputStream input) {
/// the request or response body to a repeated field. However, some gRPC
/// Transcoding implementations may not support this feature.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class HttpRule : pb::IMessage<HttpRule>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -1253,6 +1255,7 @@ public void MergeFrom(pb::CodedInputStream input) {
/// <summary>
/// A custom pattern is used for defining custom HTTP verb.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class CustomHttpPattern : pb::IMessage<CustomHttpPattern>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down
1 change: 1 addition & 0 deletions Google.Api.CommonProtos/Api/Httpbody.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ static HttpbodyReflection() {
/// Use of this type only changes how the request and response bodies are
/// handled, all other features will continue to work unchanged.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class HttpBody : pb::IMessage<HttpBody>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down
1 change: 1 addition & 0 deletions Google.Api.CommonProtos/Api/Label.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ static LabelReflection() {
/// <summary>
/// A description of a label.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class LabelDescriptor : pb::IMessage<LabelDescriptor>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down
1 change: 1 addition & 0 deletions Google.Api.CommonProtos/Api/Log.g.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ static LogReflection() {
/// - key: /customer_id
/// description: Identifier of a library customer
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class LogDescriptor : pb::IMessage<LogDescriptor>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down
Loading