Skip to content

Commit

Permalink
chore: Regenerate code
Browse files Browse the repository at this point in the history
This is just a matter of new codegen in protoc, with better debugger display.
  • Loading branch information
jskeet committed Apr 4, 2024
1 parent 4f81138 commit b3e9da8
Show file tree
Hide file tree
Showing 47 changed files with 871 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/Google.Events.Protobuf/Cloud/AlloyDb/V1/Data.g.cs
Expand Up @@ -255,6 +255,7 @@ public enum DatabaseVersion {
/// The username/password for a database user. Used for specifying initial
/// users at cluster creation time.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class UserPassword : pb::IMessage<UserPassword>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -491,6 +492,7 @@ public sealed partial class UserPassword : pb::IMessage<UserPassword>
/// Subset of the source instance configuration that is available when reading
/// the cluster resource.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class MigrationSource : pb::IMessage<MigrationSource>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -791,6 +793,7 @@ public enum MigrationSourceType {
/// EncryptionConfig describes the encryption config of a cluster or a backup
/// that is encrypted with a CMEK (customer-managed encryption key).
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class EncryptionConfig : pb::IMessage<EncryptionConfig>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -988,6 +991,7 @@ public sealed partial class EncryptionConfig : pb::IMessage<EncryptionConfig>
/// <summary>
/// EncryptionInfo describes the encryption information of a cluster or a backup.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class EncryptionInfo : pb::IMessage<EncryptionInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -1241,6 +1245,7 @@ public enum Type {
/// <summary>
/// SSL configuration for an AlloyDB Cluster.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class SslConfig : pb::IMessage<SslConfig>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -1529,6 +1534,7 @@ public enum CaSource {
/// All fields in the automated backup policy are optional. Defaults for each
/// field are provided if they are not set.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class AutomatedBackupPolicy : pb::IMessage<AutomatedBackupPolicy>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -2151,6 +2157,7 @@ public static partial class Types {
/// 22:00, configure the `start_times` field to have one element "22:00" and
/// the `days_of_week` field to have all seven days of the week.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class WeeklySchedule : pb::IMessage<WeeklySchedule>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -2374,6 +2381,7 @@ public sealed partial class WeeklySchedule : pb::IMessage<WeeklySchedule>
/// A time based retention policy specifies that all backups within a certain
/// time period should be retained.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class TimeBasedRetention : pb::IMessage<TimeBasedRetention>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -2579,6 +2587,7 @@ public sealed partial class TimeBasedRetention : pb::IMessage<TimeBasedRetention
/// A quantity based policy specifies that a certain number of the most recent
/// successful backups should be retained.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class QuantityBasedRetention : pb::IMessage<QuantityBasedRetention>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -2779,6 +2788,7 @@ public sealed partial class QuantityBasedRetention : pb::IMessage<QuantityBasedR
/// <summary>
/// Message describing a BackupSource.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class BackupSource : pb::IMessage<BackupSource>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -3019,6 +3029,7 @@ public sealed partial class BackupSource : pb::IMessage<BackupSource>
/// primary instance and one or more read pool instances.
/// All cluster resources share a storage layer, which scales as needed.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class Cluster : pb::IMessage<Cluster>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -4280,6 +4291,7 @@ public enum ClusterType {
/// Configuration information for the secondary cluster. This should be set
/// if and only if the cluster is of type SECONDARY.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class SecondaryConfig : pb::IMessage<SecondaryConfig>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -4478,6 +4490,7 @@ public sealed partial class SecondaryConfig : pb::IMessage<SecondaryConfig>
/// replicating from this cluster. This should be set if and only if the
/// cluster is of type PRIMARY.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class PrimaryConfig : pb::IMessage<PrimaryConfig>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -4669,6 +4682,7 @@ public sealed partial class PrimaryConfig : pb::IMessage<PrimaryConfig>
/// An Instance is a computing unit that an end customer can connect to.
/// It's the main unit of computing resources in AlloyDB.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class Instance : pb::IMessage<Instance>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -5824,6 +5838,7 @@ public enum AvailabilityType {
/// <summary>
/// MachineConfig describes the configuration of a machine.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class MachineConfig : pb::IMessage<MachineConfig>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -6021,6 +6036,7 @@ public sealed partial class MachineConfig : pb::IMessage<MachineConfig>
/// Nodes in an AlloyDB instance are ephemereal, they can change during
/// update, failover, autohealing and resize operations.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class Node : pb::IMessage<Node>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -6339,6 +6355,7 @@ public sealed partial class Node : pb::IMessage<Node>
/// <summary>
/// QueryInsights Instance specific configuration.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class QueryInsightsInstanceConfig : pb::IMessage<QueryInsightsInstanceConfig>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -6706,6 +6723,7 @@ public sealed partial class QueryInsightsInstanceConfig : pb::IMessage<QueryInsi
/// <summary>
/// Configuration for a read pool instance.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ReadPoolConfig : pb::IMessage<ReadPoolConfig>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -6906,6 +6924,7 @@ public sealed partial class ReadPoolConfig : pb::IMessage<ReadPoolConfig>
/// <summary>
/// Message describing Backup object
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class Backup : pb::IMessage<Backup>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -7933,6 +7952,7 @@ public enum Type {
/// <summary>
/// The data within all Instance events.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class InstanceEventData : pb::IMessage<InstanceEventData>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -8137,6 +8157,7 @@ public sealed partial class InstanceEventData : pb::IMessage<InstanceEventData>
/// <summary>
/// The data within all Backup events.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class BackupEventData : pb::IMessage<BackupEventData>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -8341,6 +8362,7 @@ public sealed partial class BackupEventData : pb::IMessage<BackupEventData>
/// <summary>
/// The data within all Cluster events.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ClusterEventData : pb::IMessage<ClusterEventData>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down
9 changes: 9 additions & 0 deletions src/Google.Events.Protobuf/Cloud/ApiGateway/V1/Data.g.cs
Expand Up @@ -114,6 +114,7 @@ public static partial class DataReflection {
/// <summary>
/// An API that can be served by one or more Gateways.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class Api : pb::IMessage<Api>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -601,6 +602,7 @@ public enum State {
/// An API Configuration is a combination of settings for both the Managed
/// Service and Gateways serving this API Config.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ApiConfig : pb::IMessage<ApiConfig>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -1231,6 +1233,7 @@ public enum State {
/// <summary>
/// A lightweight description of a file.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class File : pb::IMessage<File>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -1467,6 +1470,7 @@ public sealed partial class File : pb::IMessage<File>
/// <summary>
/// An OpenAPI Specification Document describing an API.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class OpenApiDocument : pb::IMessage<OpenApiDocument>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -1671,6 +1675,7 @@ public sealed partial class OpenApiDocument : pb::IMessage<OpenApiDocument>
/// <summary>
/// A gRPC service definition.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GrpcServiceDefinition : pb::IMessage<GrpcServiceDefinition>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -1865,6 +1870,7 @@ public sealed partial class GrpcServiceDefinition : pb::IMessage<GrpcServiceDefi
/// API-Consumer specific actions based on an API Config such as authentication,
/// policy enforcement, and backend selection.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class Gateway : pb::IMessage<Gateway>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -2390,6 +2396,7 @@ public enum State {
/// <summary>
/// The data within all Gateway events.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GatewayEventData : pb::IMessage<GatewayEventData>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -2594,6 +2601,7 @@ public sealed partial class GatewayEventData : pb::IMessage<GatewayEventData>
/// <summary>
/// The data within all ApiConfig events.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ApiConfigEventData : pb::IMessage<ApiConfigEventData>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -2798,6 +2806,7 @@ public sealed partial class ApiConfigEventData : pb::IMessage<ApiConfigEventData
/// <summary>
/// The data within all Api events.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ApiEventData : pb::IMessage<ApiEventData>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down
11 changes: 11 additions & 0 deletions src/Google.Events.Protobuf/Cloud/ApigeeRegistry/V1/Data.g.cs
Expand Up @@ -138,6 +138,7 @@ public static partial class DataReflection {
/// An Instance represents the instance resources of the Registry.
/// Currently, only one instance is allowed for each project.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class Instance : pb::IMessage<Instance>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -598,6 +599,7 @@ public enum State {
/// <summary>
/// Available configurations to provision an Instance.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class Config : pb::IMessage<Config>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -842,6 +844,7 @@ public sealed partial class Config : pb::IMessage<Config>
/// A top-level description of an API.
/// Produced by producers and are commitments to provide services.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class Api : pb::IMessage<Api>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -1415,6 +1418,7 @@ public sealed partial class Api : pb::IMessage<Api>
/// Describes a particular version of an API.
/// ApiVersions are what consumers actually use.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ApiVersion : pb::IMessage<ApiVersion>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -1911,6 +1915,7 @@ public sealed partial class ApiVersion : pb::IMessage<ApiVersion>
/// Synchronization of these representations would be provided by tooling and
/// background services.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ApiSpec : pb::IMessage<ApiSpec>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -2626,6 +2631,7 @@ public sealed partial class ApiSpec : pb::IMessage<ApiSpec>
/// Revision identifiers should be updated whenever the served API spec or
/// endpoint address changes.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ApiDeployment : pb::IMessage<ApiDeployment>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -3371,6 +3377,7 @@ public sealed partial class ApiDeployment : pb::IMessage<ApiDeployment>
/// <summary>
/// The data within all ApiVersion events.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ApiVersionEventData : pb::IMessage<ApiVersionEventData>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -3575,6 +3582,7 @@ public sealed partial class ApiVersionEventData : pb::IMessage<ApiVersionEventDa
/// <summary>
/// The data within all Instance events.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class InstanceEventData : pb::IMessage<InstanceEventData>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -3779,6 +3787,7 @@ public sealed partial class InstanceEventData : pb::IMessage<InstanceEventData>
/// <summary>
/// The data within all ApiSpec events.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ApiSpecEventData : pb::IMessage<ApiSpecEventData>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -3983,6 +3992,7 @@ public sealed partial class ApiSpecEventData : pb::IMessage<ApiSpecEventData>
/// <summary>
/// The data within all ApiDeployment events.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ApiDeploymentEventData : pb::IMessage<ApiDeploymentEventData>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down Expand Up @@ -4187,6 +4197,7 @@ public sealed partial class ApiDeploymentEventData : pb::IMessage<ApiDeploymentE
/// <summary>
/// The data within all Api events.
/// </summary>
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ApiEventData : pb::IMessage<ApiEventData>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
Expand Down

0 comments on commit b3e9da8

Please sign in to comment.