diff --git a/apis/Google.Cloud.Asset.V1/Google.Cloud.Asset.V1/AssetServiceClient.g.cs b/apis/Google.Cloud.Asset.V1/Google.Cloud.Asset.V1/AssetServiceClient.g.cs index bf7e53fd38ac..2fe20a9bafac 100644 --- a/apis/Google.Cloud.Asset.V1/Google.Cloud.Asset.V1/AssetServiceClient.g.cs +++ b/apis/Google.Cloud.Asset.V1/Google.Cloud.Asset.V1/AssetServiceClient.g.cs @@ -180,7 +180,7 @@ public sealed partial class AssetServiceClientBuilder : gaxgrpc::ClientBuilderBa partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override AssetServiceClient Build() { AssetServiceClient client = null; @@ -188,7 +188,7 @@ public override AssetServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -210,16 +210,18 @@ private AssetServiceClient BuildImpl() return AssetServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => AssetServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => AssetServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => AssetServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Asset.V1/Google.Cloud.Asset.V1/AssetServiceResourceNames.g.cs b/apis/Google.Cloud.Asset.V1/Google.Cloud.Asset.V1/AssetServiceResourceNames.g.cs index f59daab0f738..dcafaf689b79 100644 --- a/apis/Google.Cloud.Asset.V1/Google.Cloud.Asset.V1/AssetServiceResourceNames.g.cs +++ b/apis/Google.Cloud.Asset.V1/Google.Cloud.Asset.V1/AssetServiceResourceNames.g.cs @@ -282,10 +282,11 @@ public FeedName(string projectId, string feedId) : this(ResourceNameType.Project /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -298,7 +299,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Asset.V1/synth.metadata b/apis/Google.Cloud.Asset.V1/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Asset.V1/synth.metadata +++ b/apis/Google.Cloud.Asset.V1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.AutoML.V1/Google.Cloud.AutoML.V1/AnnotationSpecResourceNames.g.cs b/apis/Google.Cloud.AutoML.V1/Google.Cloud.AutoML.V1/AnnotationSpecResourceNames.g.cs index b2b4fec7a175..19d61d139759 100644 --- a/apis/Google.Cloud.AutoML.V1/Google.Cloud.AutoML.V1/AnnotationSpecResourceNames.g.cs +++ b/apis/Google.Cloud.AutoML.V1/Google.Cloud.AutoML.V1/AnnotationSpecResourceNames.g.cs @@ -250,10 +250,11 @@ public AnnotationSpecName(string projectId, string locationId, string datasetId, /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -264,7 +265,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.AutoML.V1/Google.Cloud.AutoML.V1/AutoMlClient.g.cs b/apis/Google.Cloud.AutoML.V1/Google.Cloud.AutoML.V1/AutoMlClient.g.cs index 4ecfd0a4e152..1b5594b869a1 100644 --- a/apis/Google.Cloud.AutoML.V1/Google.Cloud.AutoML.V1/AutoMlClient.g.cs +++ b/apis/Google.Cloud.AutoML.V1/Google.Cloud.AutoML.V1/AutoMlClient.g.cs @@ -501,7 +501,7 @@ public sealed partial class AutoMlClientBuilder : gaxgrpc::ClientBuilderBase task); - /// + /// Builds the resulting client. public override AutoMlClient Build() { AutoMlClient client = null; @@ -509,7 +509,7 @@ public override AutoMlClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -531,16 +531,18 @@ private AutoMlClient BuildImpl() return AutoMlClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => AutoMlClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => AutoMlClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => AutoMlClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.AutoML.V1/Google.Cloud.AutoML.V1/DatasetResourceNames.g.cs b/apis/Google.Cloud.AutoML.V1/Google.Cloud.AutoML.V1/DatasetResourceNames.g.cs index 4239f4044f42..3ed613b17a8a 100644 --- a/apis/Google.Cloud.AutoML.V1/Google.Cloud.AutoML.V1/DatasetResourceNames.g.cs +++ b/apis/Google.Cloud.AutoML.V1/Google.Cloud.AutoML.V1/DatasetResourceNames.g.cs @@ -218,10 +218,11 @@ public DatasetName(string projectId, string locationId, string datasetId) : this /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -232,7 +233,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.AutoML.V1/Google.Cloud.AutoML.V1/ModelEvaluationResourceNames.g.cs b/apis/Google.Cloud.AutoML.V1/Google.Cloud.AutoML.V1/ModelEvaluationResourceNames.g.cs index 858496f50e8a..d9cb82c1e8a4 100644 --- a/apis/Google.Cloud.AutoML.V1/Google.Cloud.AutoML.V1/ModelEvaluationResourceNames.g.cs +++ b/apis/Google.Cloud.AutoML.V1/Google.Cloud.AutoML.V1/ModelEvaluationResourceNames.g.cs @@ -250,10 +250,11 @@ public ModelEvaluationName(string projectId, string locationId, string modelId, /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -264,7 +265,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.AutoML.V1/Google.Cloud.AutoML.V1/ModelResourceNames.g.cs b/apis/Google.Cloud.AutoML.V1/Google.Cloud.AutoML.V1/ModelResourceNames.g.cs index bc8a8d1f91df..3f7855f75ba7 100644 --- a/apis/Google.Cloud.AutoML.V1/Google.Cloud.AutoML.V1/ModelResourceNames.g.cs +++ b/apis/Google.Cloud.AutoML.V1/Google.Cloud.AutoML.V1/ModelResourceNames.g.cs @@ -218,10 +218,11 @@ public ModelName(string projectId, string locationId, string modelId) : this(Res /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -232,7 +233,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.AutoML.V1/Google.Cloud.AutoML.V1/PredictionServiceClient.g.cs b/apis/Google.Cloud.AutoML.V1/Google.Cloud.AutoML.V1/PredictionServiceClient.g.cs index 83598e2e6e8e..3e2b856dd93f 100644 --- a/apis/Google.Cloud.AutoML.V1/Google.Cloud.AutoML.V1/PredictionServiceClient.g.cs +++ b/apis/Google.Cloud.AutoML.V1/Google.Cloud.AutoML.V1/PredictionServiceClient.g.cs @@ -112,7 +112,7 @@ public sealed partial class PredictionServiceClientBuilder : gaxgrpc::ClientBuil partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override PredictionServiceClient Build() { PredictionServiceClient client = null; @@ -120,7 +120,7 @@ public override PredictionServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -142,16 +142,18 @@ private PredictionServiceClient BuildImpl() return PredictionServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => PredictionServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => PredictionServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => PredictionServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.AutoML.V1/synth.metadata b/apis/Google.Cloud.AutoML.V1/synth.metadata index eafd6c9cd2e8..b3c5c00fc186 100644 --- a/apis/Google.Cloud.AutoML.V1/synth.metadata +++ b/apis/Google.Cloud.AutoML.V1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "371206424e6db4df2cb3734bb1013dcaac9dbe4b" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.BigQuery.DataTransfer.V1/Google.Cloud.BigQuery.DataTransfer.V1/DataTransferServiceClient.g.cs b/apis/Google.Cloud.BigQuery.DataTransfer.V1/Google.Cloud.BigQuery.DataTransfer.V1/DataTransferServiceClient.g.cs index d0ebb32729cd..8b14fbfb6cd8 100644 --- a/apis/Google.Cloud.BigQuery.DataTransfer.V1/Google.Cloud.BigQuery.DataTransfer.V1/DataTransferServiceClient.g.cs +++ b/apis/Google.Cloud.BigQuery.DataTransfer.V1/Google.Cloud.BigQuery.DataTransfer.V1/DataTransferServiceClient.g.cs @@ -291,7 +291,7 @@ public sealed partial class DataTransferServiceClientBuilder : gaxgrpc::ClientBu partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override DataTransferServiceClient Build() { DataTransferServiceClient client = null; @@ -299,7 +299,7 @@ public override DataTransferServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -321,16 +321,18 @@ private DataTransferServiceClient BuildImpl() return DataTransferServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => DataTransferServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => DataTransferServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => DataTransferServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.BigQuery.DataTransfer.V1/Google.Cloud.BigQuery.DataTransfer.V1/DatatransferResourceNames.g.cs b/apis/Google.Cloud.BigQuery.DataTransfer.V1/Google.Cloud.BigQuery.DataTransfer.V1/DatatransferResourceNames.g.cs index 4d63bc1decec..3154a08bc098 100644 --- a/apis/Google.Cloud.BigQuery.DataTransfer.V1/Google.Cloud.BigQuery.DataTransfer.V1/DatatransferResourceNames.g.cs +++ b/apis/Google.Cloud.BigQuery.DataTransfer.V1/Google.Cloud.BigQuery.DataTransfer.V1/DatatransferResourceNames.g.cs @@ -263,10 +263,11 @@ public DataSourceName(string projectId, string dataSourceId) : this(ResourceName /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -278,7 +279,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.BigQuery.DataTransfer.V1/Google.Cloud.BigQuery.DataTransfer.V1/TransferResourceNames.g.cs b/apis/Google.Cloud.BigQuery.DataTransfer.V1/Google.Cloud.BigQuery.DataTransfer.V1/TransferResourceNames.g.cs index 8fb5c64a6afa..2128e62ead78 100644 --- a/apis/Google.Cloud.BigQuery.DataTransfer.V1/Google.Cloud.BigQuery.DataTransfer.V1/TransferResourceNames.g.cs +++ b/apis/Google.Cloud.BigQuery.DataTransfer.V1/Google.Cloud.BigQuery.DataTransfer.V1/TransferResourceNames.g.cs @@ -269,10 +269,11 @@ public TransferConfigName(string projectId, string transferConfigId) : this(Reso /// public string TransferConfigId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -284,7 +285,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -571,10 +572,11 @@ public RunName(string projectId, string transferConfigId, string runId) : this(R /// public string TransferConfigId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -586,7 +588,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.BigQuery.DataTransfer.V1/synth.metadata b/apis/Google.Cloud.BigQuery.DataTransfer.V1/synth.metadata index d8d215905132..b3c5c00fc186 100644 --- a/apis/Google.Cloud.BigQuery.DataTransfer.V1/synth.metadata +++ b/apis/Google.Cloud.BigQuery.DataTransfer.V1/synth.metadata @@ -1,12 +1,11 @@ { - "updateTime": "2020-04-08T05:37:35.012840Z", "sources": [ { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "af7da29c24814a1c873c22f477e9dd8dd5a17b0b" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] -} \ No newline at end of file +} diff --git a/apis/Google.Cloud.BigQuery.Storage.V1/Google.Cloud.BigQuery.Storage.V1/BigQueryReadClient.g.cs b/apis/Google.Cloud.BigQuery.Storage.V1/Google.Cloud.BigQuery.Storage.V1/BigQueryReadClient.g.cs index 2ff7159cbcec..354ca95479e1 100644 --- a/apis/Google.Cloud.BigQuery.Storage.V1/Google.Cloud.BigQuery.Storage.V1/BigQueryReadClient.g.cs +++ b/apis/Google.Cloud.BigQuery.Storage.V1/Google.Cloud.BigQuery.Storage.V1/BigQueryReadClient.g.cs @@ -106,7 +106,7 @@ public sealed partial class BigQueryReadClientBuilder : gaxgrpc::ClientBuilderBa partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override BigQueryReadClient Build() { BigQueryReadClient client = null; @@ -114,7 +114,7 @@ public override BigQueryReadClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -136,16 +136,18 @@ private BigQueryReadClient BuildImpl() return BigQueryReadClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => BigQueryReadClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => BigQueryReadClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => BigQueryReadClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.BigQuery.Storage.V1/Google.Cloud.BigQuery.Storage.V1/StorageResourceNames.g.cs b/apis/Google.Cloud.BigQuery.Storage.V1/Google.Cloud.BigQuery.Storage.V1/StorageResourceNames.g.cs index afe0892f6d8f..2cf7d0b79eca 100644 --- a/apis/Google.Cloud.BigQuery.Storage.V1/Google.Cloud.BigQuery.Storage.V1/StorageResourceNames.g.cs +++ b/apis/Google.Cloud.BigQuery.Storage.V1/Google.Cloud.BigQuery.Storage.V1/StorageResourceNames.g.cs @@ -219,10 +219,11 @@ public TableName(string projectId, string datasetId, string tableId) : this(Reso /// public string TableId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -233,7 +234,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.BigQuery.Storage.V1/Google.Cloud.BigQuery.Storage.V1/StreamResourceNames.g.cs b/apis/Google.Cloud.BigQuery.Storage.V1/Google.Cloud.BigQuery.Storage.V1/StreamResourceNames.g.cs index 91af5db42ed2..3a5bae60bfff 100644 --- a/apis/Google.Cloud.BigQuery.Storage.V1/Google.Cloud.BigQuery.Storage.V1/StreamResourceNames.g.cs +++ b/apis/Google.Cloud.BigQuery.Storage.V1/Google.Cloud.BigQuery.Storage.V1/StreamResourceNames.g.cs @@ -220,10 +220,11 @@ public ReadSessionName(string projectId, string locationId, string sessionId) : /// public string SessionId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -234,7 +235,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -477,10 +478,11 @@ public ReadStreamName(string projectId, string locationId, string sessionId, str /// public string StreamId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -491,7 +493,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.BigQuery.Storage.V1/synth.metadata b/apis/Google.Cloud.BigQuery.Storage.V1/synth.metadata index 5a8d198e5c61..b3c5c00fc186 100644 --- a/apis/Google.Cloud.BigQuery.Storage.V1/synth.metadata +++ b/apis/Google.Cloud.BigQuery.Storage.V1/synth.metadata @@ -1,12 +1,11 @@ { - "updateTime": "2020-04-08T05:38:43.423291Z", "sources": [ { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "3f767aa32b4b3313027d05b503aaba63e0c432a3" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] -} \ No newline at end of file +} diff --git a/apis/Google.Cloud.Bigtable.Admin.V2/Google.Cloud.Bigtable.Admin.V2/BigtableInstanceAdminClient.g.cs b/apis/Google.Cloud.Bigtable.Admin.V2/Google.Cloud.Bigtable.Admin.V2/BigtableInstanceAdminClient.g.cs index 0d29b728e2c8..aaa409ee6f5f 100644 --- a/apis/Google.Cloud.Bigtable.Admin.V2/Google.Cloud.Bigtable.Admin.V2/BigtableInstanceAdminClient.g.cs +++ b/apis/Google.Cloud.Bigtable.Admin.V2/Google.Cloud.Bigtable.Admin.V2/BigtableInstanceAdminClient.g.cs @@ -460,7 +460,7 @@ public sealed partial class BigtableInstanceAdminClientBuilder : gaxgrpc::Client partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override BigtableInstanceAdminClient Build() { BigtableInstanceAdminClient client = null; @@ -468,7 +468,7 @@ public override BigtableInstanceAdminClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -490,16 +490,18 @@ private BigtableInstanceAdminClient BuildImpl() return BigtableInstanceAdminClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => BigtableInstanceAdminClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => BigtableInstanceAdminClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => BigtableInstanceAdminClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Bigtable.Admin.V2/Google.Cloud.Bigtable.Admin.V2/BigtableTableAdminClient.g.cs b/apis/Google.Cloud.Bigtable.Admin.V2/Google.Cloud.Bigtable.Admin.V2/BigtableTableAdminClient.g.cs index 07e276c72766..e0e902073e22 100644 --- a/apis/Google.Cloud.Bigtable.Admin.V2/Google.Cloud.Bigtable.Admin.V2/BigtableTableAdminClient.g.cs +++ b/apis/Google.Cloud.Bigtable.Admin.V2/Google.Cloud.Bigtable.Admin.V2/BigtableTableAdminClient.g.cs @@ -461,7 +461,7 @@ public sealed partial class BigtableTableAdminClientBuilder : gaxgrpc::ClientBui partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override BigtableTableAdminClient Build() { BigtableTableAdminClient client = null; @@ -469,7 +469,7 @@ public override BigtableTableAdminClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -491,16 +491,18 @@ private BigtableTableAdminClient BuildImpl() return BigtableTableAdminClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => BigtableTableAdminClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => BigtableTableAdminClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => BigtableTableAdminClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Bigtable.Admin.V2/Google.Cloud.Bigtable.Admin.V2/InstanceResourceNames.g.cs b/apis/Google.Cloud.Bigtable.Admin.V2/Google.Cloud.Bigtable.Admin.V2/InstanceResourceNames.g.cs index 865f0aef6094..3317691ef16e 100644 --- a/apis/Google.Cloud.Bigtable.Admin.V2/Google.Cloud.Bigtable.Admin.V2/InstanceResourceNames.g.cs +++ b/apis/Google.Cloud.Bigtable.Admin.V2/Google.Cloud.Bigtable.Admin.V2/InstanceResourceNames.g.cs @@ -206,10 +206,11 @@ public InstanceName(string projectId, string instanceId) : this(ResourceNameType /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -220,7 +221,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -434,10 +435,11 @@ public ClusterName(string projectId, string instanceId, string clusterId) : this /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -448,7 +450,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -672,10 +674,11 @@ public AppProfileName(string projectId, string instanceId, string appProfileId) /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -686,7 +689,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Bigtable.Admin.V2/Google.Cloud.Bigtable.Admin.V2/TableResourceNames.g.cs b/apis/Google.Cloud.Bigtable.Admin.V2/Google.Cloud.Bigtable.Admin.V2/TableResourceNames.g.cs index 610616acc56f..9e8e2ea2157f 100644 --- a/apis/Google.Cloud.Bigtable.Admin.V2/Google.Cloud.Bigtable.Admin.V2/TableResourceNames.g.cs +++ b/apis/Google.Cloud.Bigtable.Admin.V2/Google.Cloud.Bigtable.Admin.V2/TableResourceNames.g.cs @@ -247,10 +247,11 @@ public SnapshotName(string projectId, string instanceId, string clusterId, strin /// public string SnapshotId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -261,7 +262,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -502,10 +503,11 @@ public BackupName(string projectId, string instanceId, string clusterId, string /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -516,7 +518,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Bigtable.Admin.V2/synth.metadata b/apis/Google.Cloud.Bigtable.Admin.V2/synth.metadata index f281c56f991a..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Bigtable.Admin.V2/synth.metadata +++ b/apis/Google.Cloud.Bigtable.Admin.V2/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "756b174de4a122461993c1c583345533d819936d" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.Bigtable.V2/Google.Cloud.Bigtable.V2/BigtableServiceApiClient.g.cs b/apis/Google.Cloud.Bigtable.V2/Google.Cloud.Bigtable.V2/BigtableServiceApiClient.g.cs index 1f467c81087f..7b6b965bd809 100644 --- a/apis/Google.Cloud.Bigtable.V2/Google.Cloud.Bigtable.V2/BigtableServiceApiClient.g.cs +++ b/apis/Google.Cloud.Bigtable.V2/Google.Cloud.Bigtable.V2/BigtableServiceApiClient.g.cs @@ -137,7 +137,7 @@ public sealed partial class BigtableServiceApiClientBuilder : gaxgrpc::ClientBui partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override BigtableServiceApiClient Build() { BigtableServiceApiClient client = null; @@ -145,7 +145,7 @@ public override BigtableServiceApiClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -167,13 +167,15 @@ private BigtableServiceApiClient BuildImpl() return BigtableServiceApiClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => BigtableServiceApiClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => BigtableServiceApiClient.DefaultScopes; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Bigtable.V2/synth.metadata b/apis/Google.Cloud.Bigtable.V2/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Bigtable.V2/synth.metadata +++ b/apis/Google.Cloud.Bigtable.V2/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.Billing.V1/Google.Cloud.Billing.V1/CloudBillingClient.g.cs b/apis/Google.Cloud.Billing.V1/Google.Cloud.Billing.V1/CloudBillingClient.g.cs index 70b73eaad79f..df86ae73755e 100644 --- a/apis/Google.Cloud.Billing.V1/Google.Cloud.Billing.V1/CloudBillingClient.g.cs +++ b/apis/Google.Cloud.Billing.V1/Google.Cloud.Billing.V1/CloudBillingClient.g.cs @@ -199,7 +199,7 @@ public sealed partial class CloudBillingClientBuilder : gaxgrpc::ClientBuilderBa partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override CloudBillingClient Build() { CloudBillingClient client = null; @@ -207,7 +207,7 @@ public override CloudBillingClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -229,16 +229,18 @@ private CloudBillingClient BuildImpl() return CloudBillingClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => CloudBillingClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => CloudBillingClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => CloudBillingClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Billing.V1/Google.Cloud.Billing.V1/CloudCatalogClient.g.cs b/apis/Google.Cloud.Billing.V1/Google.Cloud.Billing.V1/CloudCatalogClient.g.cs index 9c02549906e6..8dd16d427972 100644 --- a/apis/Google.Cloud.Billing.V1/Google.Cloud.Billing.V1/CloudCatalogClient.g.cs +++ b/apis/Google.Cloud.Billing.V1/Google.Cloud.Billing.V1/CloudCatalogClient.g.cs @@ -92,7 +92,7 @@ public sealed partial class CloudCatalogClientBuilder : gaxgrpc::ClientBuilderBa partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override CloudCatalogClient Build() { CloudCatalogClient client = null; @@ -100,7 +100,7 @@ public override CloudCatalogClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -122,16 +122,18 @@ private CloudCatalogClient BuildImpl() return CloudCatalogClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => CloudCatalogClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => CloudCatalogClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => CloudCatalogClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Billing.V1/Google.Cloud.Billing.V1/CloudCatalogResourceNames.g.cs b/apis/Google.Cloud.Billing.V1/Google.Cloud.Billing.V1/CloudCatalogResourceNames.g.cs index 47dc7acfff33..60cbdebaa0e0 100644 --- a/apis/Google.Cloud.Billing.V1/Google.Cloud.Billing.V1/CloudCatalogResourceNames.g.cs +++ b/apis/Google.Cloud.Billing.V1/Google.Cloud.Billing.V1/CloudCatalogResourceNames.g.cs @@ -182,10 +182,11 @@ public ServiceName(string serviceId) : this(ResourceNameType.Service, serviceId: /// public string ServiceId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -196,7 +197,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -382,10 +383,11 @@ public SkuName(string serviceId, string skuId) : this(ResourceNameType.ServiceSk /// public string SkuId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -396,7 +398,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Billing.V1/synth.metadata b/apis/Google.Cloud.Billing.V1/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Billing.V1/synth.metadata +++ b/apis/Google.Cloud.Billing.V1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.Container.V1/Google.Cloud.Container.V1/ClusterManagerClient.g.cs b/apis/Google.Cloud.Container.V1/Google.Cloud.Container.V1/ClusterManagerClient.g.cs index 66a5fa88be41..8540136824d0 100644 --- a/apis/Google.Cloud.Container.V1/Google.Cloud.Container.V1/ClusterManagerClient.g.cs +++ b/apis/Google.Cloud.Container.V1/Google.Cloud.Container.V1/ClusterManagerClient.g.cs @@ -502,7 +502,7 @@ public sealed partial class ClusterManagerClientBuilder : gaxgrpc::ClientBuilder partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override ClusterManagerClient Build() { ClusterManagerClient client = null; @@ -510,7 +510,7 @@ public override ClusterManagerClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -532,16 +532,18 @@ private ClusterManagerClient BuildImpl() return ClusterManagerClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => ClusterManagerClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => ClusterManagerClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => ClusterManagerClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Container.V1/synth.metadata b/apis/Google.Cloud.Container.V1/synth.metadata index 7901f9a59a7c..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Container.V1/synth.metadata +++ b/apis/Google.Cloud.Container.V1/synth.metadata @@ -1,18 +1,11 @@ { "sources": [ - { - "git": { - "name": ".", - "remote": "https://github.com/googleapis/google-cloud-dotnet.git", - "sha": "1469d9650cba00fcb7a6109c417772b4e4a6db29" - } - }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "9af7212bc2cba8a7184f032e1ab6662ccf604b3a" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] -} \ No newline at end of file +} diff --git a/apis/Google.Cloud.DataCatalog.V1/Google.Cloud.DataCatalog.V1/DataCatalogClient.g.cs b/apis/Google.Cloud.DataCatalog.V1/Google.Cloud.DataCatalog.V1/DataCatalogClient.g.cs index 4903be9fc4b2..8a9fefea3b83 100644 --- a/apis/Google.Cloud.DataCatalog.V1/Google.Cloud.DataCatalog.V1/DataCatalogClient.g.cs +++ b/apis/Google.Cloud.DataCatalog.V1/Google.Cloud.DataCatalog.V1/DataCatalogClient.g.cs @@ -444,7 +444,7 @@ public sealed partial class DataCatalogClientBuilder : gaxgrpc::ClientBuilderBas partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override DataCatalogClient Build() { DataCatalogClient client = null; @@ -452,7 +452,7 @@ public override DataCatalogClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -474,16 +474,18 @@ private DataCatalogClient BuildImpl() return DataCatalogClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => DataCatalogClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => DataCatalogClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => DataCatalogClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.DataCatalog.V1/Google.Cloud.DataCatalog.V1/DatacatalogResourceNames.g.cs b/apis/Google.Cloud.DataCatalog.V1/Google.Cloud.DataCatalog.V1/DatacatalogResourceNames.g.cs index e591ca364c96..13eb7abc33cc 100644 --- a/apis/Google.Cloud.DataCatalog.V1/Google.Cloud.DataCatalog.V1/DatacatalogResourceNames.g.cs +++ b/apis/Google.Cloud.DataCatalog.V1/Google.Cloud.DataCatalog.V1/DatacatalogResourceNames.g.cs @@ -246,10 +246,11 @@ public EntryName(string projectId, string locationId, string entryGroupId, strin /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -260,7 +261,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -484,10 +485,11 @@ public EntryGroupName(string projectId, string locationId, string entryGroupId) /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -498,7 +500,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.DataCatalog.V1/Google.Cloud.DataCatalog.V1/TagsResourceNames.g.cs b/apis/Google.Cloud.DataCatalog.V1/Google.Cloud.DataCatalog.V1/TagsResourceNames.g.cs index 4e908fb8ee4a..2375c71120cb 100644 --- a/apis/Google.Cloud.DataCatalog.V1/Google.Cloud.DataCatalog.V1/TagsResourceNames.g.cs +++ b/apis/Google.Cloud.DataCatalog.V1/Google.Cloud.DataCatalog.V1/TagsResourceNames.g.cs @@ -253,10 +253,11 @@ public TagName(string projectId, string locationId, string entryGroupId, string /// public string TagId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -267,7 +268,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -491,10 +492,11 @@ public TagTemplateName(string projectId, string locationId, string tagTemplateId /// public string TagTemplateId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -505,7 +507,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -750,10 +752,11 @@ public TagTemplateFieldName(string projectId, string locationId, string tagTempl /// public string TagTemplateId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -764,7 +767,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.DataCatalog.V1/synth.metadata b/apis/Google.Cloud.DataCatalog.V1/synth.metadata index 4790202214a3..b3c5c00fc186 100644 --- a/apis/Google.Cloud.DataCatalog.V1/synth.metadata +++ b/apis/Google.Cloud.DataCatalog.V1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "684dfea7decfeca7a7526ea96a8e9256694dd5d8" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.Dataproc.V1/Google.Cloud.Dataproc.V1/AutoscalingPoliciesResourceNames.g.cs b/apis/Google.Cloud.Dataproc.V1/Google.Cloud.Dataproc.V1/AutoscalingPoliciesResourceNames.g.cs index bb32664055e9..409fb71f8941 100644 --- a/apis/Google.Cloud.Dataproc.V1/Google.Cloud.Dataproc.V1/AutoscalingPoliciesResourceNames.g.cs +++ b/apis/Google.Cloud.Dataproc.V1/Google.Cloud.Dataproc.V1/AutoscalingPoliciesResourceNames.g.cs @@ -305,10 +305,11 @@ public AutoscalingPolicyName(string projectId, string locationId, string autosca /// public string RegionId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -320,7 +321,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -520,10 +521,11 @@ public RegionName(string projectId, string regionId) : this(ResourceNameType.Pro /// public string RegionId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -534,7 +536,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Dataproc.V1/Google.Cloud.Dataproc.V1/AutoscalingPolicyServiceClient.g.cs b/apis/Google.Cloud.Dataproc.V1/Google.Cloud.Dataproc.V1/AutoscalingPolicyServiceClient.g.cs index 3a033ca32b0e..ac3b55bcf68a 100644 --- a/apis/Google.Cloud.Dataproc.V1/Google.Cloud.Dataproc.V1/AutoscalingPolicyServiceClient.g.cs +++ b/apis/Google.Cloud.Dataproc.V1/Google.Cloud.Dataproc.V1/AutoscalingPolicyServiceClient.g.cs @@ -150,7 +150,7 @@ public sealed partial class AutoscalingPolicyServiceClientBuilder : gaxgrpc::Cli partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override AutoscalingPolicyServiceClient Build() { AutoscalingPolicyServiceClient client = null; @@ -158,7 +158,7 @@ public override AutoscalingPolicyServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -180,16 +180,18 @@ private AutoscalingPolicyServiceClient BuildImpl() return AutoscalingPolicyServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => AutoscalingPolicyServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => AutoscalingPolicyServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => AutoscalingPolicyServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Dataproc.V1/Google.Cloud.Dataproc.V1/ClusterControllerClient.g.cs b/apis/Google.Cloud.Dataproc.V1/Google.Cloud.Dataproc.V1/ClusterControllerClient.g.cs index c70292d7b946..e45accc46be8 100644 --- a/apis/Google.Cloud.Dataproc.V1/Google.Cloud.Dataproc.V1/ClusterControllerClient.g.cs +++ b/apis/Google.Cloud.Dataproc.V1/Google.Cloud.Dataproc.V1/ClusterControllerClient.g.cs @@ -241,7 +241,7 @@ public sealed partial class ClusterControllerClientBuilder : gaxgrpc::ClientBuil partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override ClusterControllerClient Build() { ClusterControllerClient client = null; @@ -249,7 +249,7 @@ public override ClusterControllerClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -271,16 +271,18 @@ private ClusterControllerClient BuildImpl() return ClusterControllerClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => ClusterControllerClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => ClusterControllerClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => ClusterControllerClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Dataproc.V1/Google.Cloud.Dataproc.V1/JobControllerClient.g.cs b/apis/Google.Cloud.Dataproc.V1/Google.Cloud.Dataproc.V1/JobControllerClient.g.cs index 6de6d92bdbc4..c612ee5dc43d 100644 --- a/apis/Google.Cloud.Dataproc.V1/Google.Cloud.Dataproc.V1/JobControllerClient.g.cs +++ b/apis/Google.Cloud.Dataproc.V1/Google.Cloud.Dataproc.V1/JobControllerClient.g.cs @@ -200,7 +200,7 @@ public sealed partial class JobControllerClientBuilder : gaxgrpc::ClientBuilderB partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override JobControllerClient Build() { JobControllerClient client = null; @@ -208,7 +208,7 @@ public override JobControllerClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -230,16 +230,18 @@ private JobControllerClient BuildImpl() return JobControllerClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => JobControllerClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => JobControllerClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => JobControllerClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Dataproc.V1/Google.Cloud.Dataproc.V1/WorkflowTemplateServiceClient.g.cs b/apis/Google.Cloud.Dataproc.V1/Google.Cloud.Dataproc.V1/WorkflowTemplateServiceClient.g.cs index 3756d835eb2e..6d3cd201f667 100644 --- a/apis/Google.Cloud.Dataproc.V1/Google.Cloud.Dataproc.V1/WorkflowTemplateServiceClient.g.cs +++ b/apis/Google.Cloud.Dataproc.V1/Google.Cloud.Dataproc.V1/WorkflowTemplateServiceClient.g.cs @@ -230,7 +230,7 @@ public sealed partial class WorkflowTemplateServiceClientBuilder : gaxgrpc::Clie partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override WorkflowTemplateServiceClient Build() { WorkflowTemplateServiceClient client = null; @@ -238,7 +238,7 @@ public override WorkflowTemplateServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -260,16 +260,18 @@ private WorkflowTemplateServiceClient BuildImpl() return WorkflowTemplateServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => WorkflowTemplateServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => WorkflowTemplateServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => WorkflowTemplateServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Dataproc.V1/Google.Cloud.Dataproc.V1/WorkflowTemplatesResourceNames.g.cs b/apis/Google.Cloud.Dataproc.V1/Google.Cloud.Dataproc.V1/WorkflowTemplatesResourceNames.g.cs index 8558d671a491..dc8b2dfccc13 100644 --- a/apis/Google.Cloud.Dataproc.V1/Google.Cloud.Dataproc.V1/WorkflowTemplatesResourceNames.g.cs +++ b/apis/Google.Cloud.Dataproc.V1/Google.Cloud.Dataproc.V1/WorkflowTemplatesResourceNames.g.cs @@ -297,10 +297,11 @@ public WorkflowTemplateName(string projectId, string regionId, string workflowTe /// public string WorkflowTemplateId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -312,7 +313,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Dataproc.V1/synth.metadata b/apis/Google.Cloud.Dataproc.V1/synth.metadata index b05bbd67fdb1..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Dataproc.V1/synth.metadata +++ b/apis/Google.Cloud.Dataproc.V1/synth.metadata @@ -1,12 +1,11 @@ { - "updateTime": "2020-04-08T05:43:22.195160Z", "sources": [ { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "744591190e828440f72745aef217f883afd1fd71" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] -} \ No newline at end of file +} diff --git a/apis/Google.Cloud.Datastore.V1/Google.Cloud.Datastore.V1/DatastoreClient.g.cs b/apis/Google.Cloud.Datastore.V1/Google.Cloud.Datastore.V1/DatastoreClient.g.cs index b08bc11c8c61..819377d2f838 100644 --- a/apis/Google.Cloud.Datastore.V1/Google.Cloud.Datastore.V1/DatastoreClient.g.cs +++ b/apis/Google.Cloud.Datastore.V1/Google.Cloud.Datastore.V1/DatastoreClient.g.cs @@ -166,7 +166,7 @@ public sealed partial class DatastoreClientBuilder : gaxgrpc::ClientBuilderBase< partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override DatastoreClient Build() { DatastoreClient client = null; @@ -174,7 +174,7 @@ public override DatastoreClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -196,16 +196,18 @@ private DatastoreClient BuildImpl() return DatastoreClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => DatastoreClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => DatastoreClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => DatastoreClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Datastore.V1/synth.metadata b/apis/Google.Cloud.Datastore.V1/synth.metadata index 3dea7eb4cb7d..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Datastore.V1/synth.metadata +++ b/apis/Google.Cloud.Datastore.V1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "1b5a8d2bbb69c5a04db26bd546d2888e609c6bab" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.Debugger.V2/Google.Cloud.Debugger.V2/Controller2Client.g.cs b/apis/Google.Cloud.Debugger.V2/Google.Cloud.Debugger.V2/Controller2Client.g.cs index 7913c7dc3066..4f9d72c78c2b 100644 --- a/apis/Google.Cloud.Debugger.V2/Google.Cloud.Debugger.V2/Controller2Client.g.cs +++ b/apis/Google.Cloud.Debugger.V2/Google.Cloud.Debugger.V2/Controller2Client.g.cs @@ -110,7 +110,7 @@ public sealed partial class Controller2ClientBuilder : gaxgrpc::ClientBuilderBas partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override Controller2Client Build() { Controller2Client client = null; @@ -118,7 +118,7 @@ public override Controller2Client Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -140,16 +140,18 @@ private Controller2Client BuildImpl() return Controller2Client.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => Controller2Client.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => Controller2Client.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => Controller2Client.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Debugger.V2/Google.Cloud.Debugger.V2/Debugger2Client.g.cs b/apis/Google.Cloud.Debugger.V2/Google.Cloud.Debugger.V2/Debugger2Client.g.cs index 6c5ab013bdfa..0beeee0f2f94 100644 --- a/apis/Google.Cloud.Debugger.V2/Google.Cloud.Debugger.V2/Debugger2Client.g.cs +++ b/apis/Google.Cloud.Debugger.V2/Google.Cloud.Debugger.V2/Debugger2Client.g.cs @@ -143,7 +143,7 @@ public sealed partial class Debugger2ClientBuilder : gaxgrpc::ClientBuilderBase< partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override Debugger2Client Build() { Debugger2Client client = null; @@ -151,7 +151,7 @@ public override Debugger2Client Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -173,16 +173,18 @@ private Debugger2Client BuildImpl() return Debugger2Client.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => Debugger2Client.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => Debugger2Client.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => Debugger2Client.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Debugger.V2/synth.metadata b/apis/Google.Cloud.Debugger.V2/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Debugger.V2/synth.metadata +++ b/apis/Google.Cloud.Debugger.V2/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.DevTools.ContainerAnalysis.V1/Google.Cloud.DevTools.ContainerAnalysis.V1/ContainerAnalysisClient.g.cs b/apis/Google.Cloud.DevTools.ContainerAnalysis.V1/Google.Cloud.DevTools.ContainerAnalysis.V1/ContainerAnalysisClient.g.cs index 929632820281..c2c8962ad994 100644 --- a/apis/Google.Cloud.DevTools.ContainerAnalysis.V1/Google.Cloud.DevTools.ContainerAnalysis.V1/ContainerAnalysisClient.g.cs +++ b/apis/Google.Cloud.DevTools.ContainerAnalysis.V1/Google.Cloud.DevTools.ContainerAnalysis.V1/ContainerAnalysisClient.g.cs @@ -107,7 +107,7 @@ public sealed partial class ContainerAnalysisClientBuilder : gaxgrpc::ClientBuil partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override ContainerAnalysisClient Build() { ContainerAnalysisClient client = null; @@ -115,7 +115,7 @@ public override ContainerAnalysisClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -137,16 +137,18 @@ private ContainerAnalysisClient BuildImpl() return ContainerAnalysisClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => ContainerAnalysisClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => ContainerAnalysisClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => ContainerAnalysisClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.DevTools.ContainerAnalysis.V1/synth.metadata b/apis/Google.Cloud.DevTools.ContainerAnalysis.V1/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.DevTools.ContainerAnalysis.V1/synth.metadata +++ b/apis/Google.Cloud.DevTools.ContainerAnalysis.V1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/AgentResourceNames.g.cs b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/AgentResourceNames.g.cs index 8f6faa230c41..049e8a3b7fe2 100644 --- a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/AgentResourceNames.g.cs +++ b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/AgentResourceNames.g.cs @@ -182,10 +182,11 @@ public AgentName(string projectId) : this(ResourceNameType.Project, projectId: g /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -196,7 +197,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/AgentsClient.g.cs b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/AgentsClient.g.cs index ade2e7e722eb..f3a055315bb4 100644 --- a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/AgentsClient.g.cs +++ b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/AgentsClient.g.cs @@ -283,7 +283,7 @@ public sealed partial class AgentsClientBuilder : gaxgrpc::ClientBuilderBase task); - /// + /// Builds the resulting client. public override AgentsClient Build() { AgentsClient client = null; @@ -291,7 +291,7 @@ public override AgentsClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -313,16 +313,18 @@ private AgentsClient BuildImpl() return AgentsClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => AgentsClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => AgentsClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => AgentsClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/ContextResourceNames.g.cs b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/ContextResourceNames.g.cs index 4567b03392f9..1379a2261290 100644 --- a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/ContextResourceNames.g.cs +++ b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/ContextResourceNames.g.cs @@ -306,10 +306,11 @@ public ContextName(string projectId, string sessionId, string contextId) : this( /// public string UserId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -321,7 +322,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/ContextsClient.g.cs b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/ContextsClient.g.cs index 57716075ed10..eb483ff1bbf4 100644 --- a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/ContextsClient.g.cs +++ b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/ContextsClient.g.cs @@ -157,7 +157,7 @@ public sealed partial class ContextsClientBuilder : gaxgrpc::ClientBuilderBase task); - /// + /// Builds the resulting client. public override ContextsClient Build() { ContextsClient client = null; @@ -165,7 +165,7 @@ public override ContextsClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -187,16 +187,18 @@ private ContextsClient BuildImpl() return ContextsClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => ContextsClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => ContextsClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => ContextsClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/EntityTypeResourceNames.g.cs b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/EntityTypeResourceNames.g.cs index 1b90e7160ea9..afaba6a7d30c 100644 --- a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/EntityTypeResourceNames.g.cs +++ b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/EntityTypeResourceNames.g.cs @@ -209,10 +209,11 @@ public EntityTypeName(string projectId, string entityTypeId) : this(ResourceName /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -223,7 +224,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/EntityTypesClient.g.cs b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/EntityTypesClient.g.cs index 68b73d682eb0..3937155aa49e 100644 --- a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/EntityTypesClient.g.cs +++ b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/EntityTypesClient.g.cs @@ -308,7 +308,7 @@ public sealed partial class EntityTypesClientBuilder : gaxgrpc::ClientBuilderBas partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override EntityTypesClient Build() { EntityTypesClient client = null; @@ -316,7 +316,7 @@ public override EntityTypesClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -338,16 +338,18 @@ private EntityTypesClient BuildImpl() return EntityTypesClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => EntityTypesClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => EntityTypesClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => EntityTypesClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/EnvironmentResourceNames.g.cs b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/EnvironmentResourceNames.g.cs index f0ee0c0770df..cbe96fac4f42 100644 --- a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/EnvironmentResourceNames.g.cs +++ b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/EnvironmentResourceNames.g.cs @@ -210,10 +210,11 @@ public EnvironmentName(string projectId, string environmentId) : this(ResourceNa /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -224,7 +225,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/EnvironmentsClient.g.cs b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/EnvironmentsClient.g.cs index 662bf2171463..707bf749ff52 100644 --- a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/EnvironmentsClient.g.cs +++ b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/EnvironmentsClient.g.cs @@ -82,7 +82,7 @@ public sealed partial class EnvironmentsClientBuilder : gaxgrpc::ClientBuilderBa partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override EnvironmentsClient Build() { EnvironmentsClient client = null; @@ -90,7 +90,7 @@ public override EnvironmentsClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -112,16 +112,18 @@ private EnvironmentsClient BuildImpl() return EnvironmentsClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => EnvironmentsClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => EnvironmentsClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => EnvironmentsClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/IntentResourceNames.g.cs b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/IntentResourceNames.g.cs index 1ac20895dcc4..be3e1718cf0c 100644 --- a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/IntentResourceNames.g.cs +++ b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/IntentResourceNames.g.cs @@ -204,10 +204,11 @@ public IntentName(string projectId, string intentId) : this(ResourceNameType.Pro /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -218,7 +219,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/IntentsClient.g.cs b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/IntentsClient.g.cs index 4cd306faa316..985828e3b9ee 100644 --- a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/IntentsClient.g.cs +++ b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/IntentsClient.g.cs @@ -209,7 +209,7 @@ public sealed partial class IntentsClientBuilder : gaxgrpc::ClientBuilderBase task); - /// + /// Builds the resulting client. public override IntentsClient Build() { IntentsClient client = null; @@ -217,7 +217,7 @@ public override IntentsClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -239,16 +239,18 @@ private IntentsClient BuildImpl() return IntentsClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => IntentsClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => IntentsClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => IntentsClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/SessionEntityTypeResourceNames.g.cs b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/SessionEntityTypeResourceNames.g.cs index a7fcce57757d..191b2c4094e7 100644 --- a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/SessionEntityTypeResourceNames.g.cs +++ b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/SessionEntityTypeResourceNames.g.cs @@ -319,10 +319,11 @@ public SessionEntityTypeName(string projectId, string sessionId, string entityTy /// public string UserId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -334,7 +335,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/SessionEntityTypesClient.g.cs b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/SessionEntityTypesClient.g.cs index f5d36b9edb95..f56f6e23f945 100644 --- a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/SessionEntityTypesClient.g.cs +++ b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/SessionEntityTypesClient.g.cs @@ -147,7 +147,7 @@ public sealed partial class SessionEntityTypesClientBuilder : gaxgrpc::ClientBui partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override SessionEntityTypesClient Build() { SessionEntityTypesClient client = null; @@ -155,7 +155,7 @@ public override SessionEntityTypesClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -177,16 +177,18 @@ private SessionEntityTypesClient BuildImpl() return SessionEntityTypesClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => SessionEntityTypesClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => SessionEntityTypesClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => SessionEntityTypesClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/SessionResourceNames.g.cs b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/SessionResourceNames.g.cs index 610c8d76a935..f95fb172dc02 100644 --- a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/SessionResourceNames.g.cs +++ b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/SessionResourceNames.g.cs @@ -276,10 +276,11 @@ public SessionName(string projectId, string sessionId) : this(ResourceNameType.P /// public string UserId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -291,7 +292,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/SessionsClient.g.cs b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/SessionsClient.g.cs index 1a49f429e5ad..78168db55a78 100644 --- a/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/SessionsClient.g.cs +++ b/apis/Google.Cloud.Dialogflow.V2/Google.Cloud.Dialogflow.V2/SessionsClient.g.cs @@ -99,7 +99,7 @@ public sealed partial class SessionsClientBuilder : gaxgrpc::ClientBuilderBase task); - /// + /// Builds the resulting client. public override SessionsClient Build() { SessionsClient client = null; @@ -107,7 +107,7 @@ public override SessionsClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -129,16 +129,18 @@ private SessionsClient BuildImpl() return SessionsClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => SessionsClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => SessionsClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => SessionsClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Dialogflow.V2/synth.metadata b/apis/Google.Cloud.Dialogflow.V2/synth.metadata index 3364f772b31e..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Dialogflow.V2/synth.metadata +++ b/apis/Google.Cloud.Dialogflow.V2/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "ee9e8e4e67f06aba881392a1a2956fbe7a42d216" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.Dlp.V2/Google.Cloud.Dlp.V2/DlpResourceNames.g.cs b/apis/Google.Cloud.Dlp.V2/Google.Cloud.Dlp.V2/DlpResourceNames.g.cs index e441c89df3a9..322c897a27c4 100644 --- a/apis/Google.Cloud.Dlp.V2/Google.Cloud.Dlp.V2/DlpResourceNames.g.cs +++ b/apis/Google.Cloud.Dlp.V2/Google.Cloud.Dlp.V2/DlpResourceNames.g.cs @@ -219,10 +219,11 @@ public FindingName(string projectId, string locationId, string findingId) : this /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -233,7 +234,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -618,10 +619,11 @@ public InspectTemplateName(string organizationId, string inspectTemplateId) : th /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -635,7 +637,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -1041,10 +1043,11 @@ public DeidentifyTemplateName(string organizationId, string deidentifyTemplateId /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -1058,7 +1061,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -1316,10 +1319,11 @@ public JobTriggerName(string projectId, string jobTriggerId) : this(ResourceName /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -1331,7 +1335,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -1578,10 +1582,11 @@ public DlpJobName(string projectId, string dlpJobId) : this(ResourceNameType.Pro /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -1593,7 +1598,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -1978,10 +1983,11 @@ public StoredInfoTypeName(string organizationId, string storedInfoTypeId) : this /// public string StoredInfoTypeId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -1995,7 +2001,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -2209,10 +2215,11 @@ public OrganizationLocationName(string organizationId, string locationId) : this /// public string OrganizationId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -2223,7 +2230,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Dlp.V2/Google.Cloud.Dlp.V2/DlpServiceClient.g.cs b/apis/Google.Cloud.Dlp.V2/Google.Cloud.Dlp.V2/DlpServiceClient.g.cs index ce085a3f5ad1..82e842e0eca6 100644 --- a/apis/Google.Cloud.Dlp.V2/Google.Cloud.Dlp.V2/DlpServiceClient.g.cs +++ b/apis/Google.Cloud.Dlp.V2/Google.Cloud.Dlp.V2/DlpServiceClient.g.cs @@ -579,7 +579,7 @@ public sealed partial class DlpServiceClientBuilder : gaxgrpc::ClientBuilderBase partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override DlpServiceClient Build() { DlpServiceClient client = null; @@ -587,7 +587,7 @@ public override DlpServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -609,16 +609,18 @@ private DlpServiceClient BuildImpl() return DlpServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => DlpServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => DlpServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => DlpServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Dlp.V2/synth.metadata b/apis/Google.Cloud.Dlp.V2/synth.metadata index beba3f3fa896..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Dlp.V2/synth.metadata +++ b/apis/Google.Cloud.Dlp.V2/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "1b8b77db10a0bd0ff47a4259ae9804b6237bc1c7" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.ErrorReporting.V1Beta1/Google.Cloud.ErrorReporting.V1Beta1/CommonResourceNames.g.cs b/apis/Google.Cloud.ErrorReporting.V1Beta1/Google.Cloud.ErrorReporting.V1Beta1/CommonResourceNames.g.cs index 96eca9b3a2af..719a452b7b43 100644 --- a/apis/Google.Cloud.ErrorReporting.V1Beta1/Google.Cloud.ErrorReporting.V1Beta1/CommonResourceNames.g.cs +++ b/apis/Google.Cloud.ErrorReporting.V1Beta1/Google.Cloud.ErrorReporting.V1Beta1/CommonResourceNames.g.cs @@ -198,10 +198,11 @@ public ErrorGroupName(string projectId, string groupId) : this(ResourceNameType. /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -212,7 +213,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.ErrorReporting.V1Beta1/Google.Cloud.ErrorReporting.V1Beta1/ErrorGroupServiceClient.g.cs b/apis/Google.Cloud.ErrorReporting.V1Beta1/Google.Cloud.ErrorReporting.V1Beta1/ErrorGroupServiceClient.g.cs index 4d9ceb08394b..9229be29ab9b 100644 --- a/apis/Google.Cloud.ErrorReporting.V1Beta1/Google.Cloud.ErrorReporting.V1Beta1/ErrorGroupServiceClient.g.cs +++ b/apis/Google.Cloud.ErrorReporting.V1Beta1/Google.Cloud.ErrorReporting.V1Beta1/ErrorGroupServiceClient.g.cs @@ -98,7 +98,7 @@ public sealed partial class ErrorGroupServiceClientBuilder : gaxgrpc::ClientBuil partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override ErrorGroupServiceClient Build() { ErrorGroupServiceClient client = null; @@ -106,7 +106,7 @@ public override ErrorGroupServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -128,16 +128,18 @@ private ErrorGroupServiceClient BuildImpl() return ErrorGroupServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => ErrorGroupServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => ErrorGroupServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => ErrorGroupServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.ErrorReporting.V1Beta1/Google.Cloud.ErrorReporting.V1Beta1/ErrorStatsServiceClient.g.cs b/apis/Google.Cloud.ErrorReporting.V1Beta1/Google.Cloud.ErrorReporting.V1Beta1/ErrorStatsServiceClient.g.cs index e824c62b5107..9f20e40b0a8d 100644 --- a/apis/Google.Cloud.ErrorReporting.V1Beta1/Google.Cloud.ErrorReporting.V1Beta1/ErrorStatsServiceClient.g.cs +++ b/apis/Google.Cloud.ErrorReporting.V1Beta1/Google.Cloud.ErrorReporting.V1Beta1/ErrorStatsServiceClient.g.cs @@ -116,7 +116,7 @@ public sealed partial class ErrorStatsServiceClientBuilder : gaxgrpc::ClientBuil partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override ErrorStatsServiceClient Build() { ErrorStatsServiceClient client = null; @@ -124,7 +124,7 @@ public override ErrorStatsServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -146,16 +146,18 @@ private ErrorStatsServiceClient BuildImpl() return ErrorStatsServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => ErrorStatsServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => ErrorStatsServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => ErrorStatsServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.ErrorReporting.V1Beta1/Google.Cloud.ErrorReporting.V1Beta1/ReportErrorsServiceClient.g.cs b/apis/Google.Cloud.ErrorReporting.V1Beta1/Google.Cloud.ErrorReporting.V1Beta1/ReportErrorsServiceClient.g.cs index 4823f723812d..ea9ecf19eced 100644 --- a/apis/Google.Cloud.ErrorReporting.V1Beta1/Google.Cloud.ErrorReporting.V1Beta1/ReportErrorsServiceClient.g.cs +++ b/apis/Google.Cloud.ErrorReporting.V1Beta1/Google.Cloud.ErrorReporting.V1Beta1/ReportErrorsServiceClient.g.cs @@ -81,7 +81,7 @@ public sealed partial class ReportErrorsServiceClientBuilder : gaxgrpc::ClientBu partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override ReportErrorsServiceClient Build() { ReportErrorsServiceClient client = null; @@ -89,7 +89,7 @@ public override ReportErrorsServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -111,16 +111,18 @@ private ReportErrorsServiceClient BuildImpl() return ReportErrorsServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => ReportErrorsServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => ReportErrorsServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => ReportErrorsServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.ErrorReporting.V1Beta1/synth.metadata b/apis/Google.Cloud.ErrorReporting.V1Beta1/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.ErrorReporting.V1Beta1/synth.metadata +++ b/apis/Google.Cloud.ErrorReporting.V1Beta1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.Firestore.Admin.V1/Google.Cloud.Firestore.Admin.V1/FieldResourceNames.g.cs b/apis/Google.Cloud.Firestore.Admin.V1/Google.Cloud.Firestore.Admin.V1/FieldResourceNames.g.cs index 6604093ae2f4..a282b2139a53 100644 --- a/apis/Google.Cloud.Firestore.Admin.V1/Google.Cloud.Firestore.Admin.V1/FieldResourceNames.g.cs +++ b/apis/Google.Cloud.Firestore.Admin.V1/Google.Cloud.Firestore.Admin.V1/FieldResourceNames.g.cs @@ -245,10 +245,11 @@ public FieldName(string projectId, string databaseId, string collectionId, strin /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -259,7 +260,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Firestore.Admin.V1/Google.Cloud.Firestore.Admin.V1/FirestoreAdminClient.g.cs b/apis/Google.Cloud.Firestore.Admin.V1/Google.Cloud.Firestore.Admin.V1/FirestoreAdminClient.g.cs index d342b2555239..509c27a3ffe2 100644 --- a/apis/Google.Cloud.Firestore.Admin.V1/Google.Cloud.Firestore.Admin.V1/FirestoreAdminClient.g.cs +++ b/apis/Google.Cloud.Firestore.Admin.V1/Google.Cloud.Firestore.Admin.V1/FirestoreAdminClient.g.cs @@ -277,7 +277,7 @@ public sealed partial class FirestoreAdminClientBuilder : gaxgrpc::ClientBuilder partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override FirestoreAdminClient Build() { FirestoreAdminClient client = null; @@ -285,7 +285,7 @@ public override FirestoreAdminClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -307,16 +307,18 @@ private FirestoreAdminClient BuildImpl() return FirestoreAdminClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => FirestoreAdminClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => FirestoreAdminClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => FirestoreAdminClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Firestore.Admin.V1/Google.Cloud.Firestore.Admin.V1/FirestoreAdminResourceNames.g.cs b/apis/Google.Cloud.Firestore.Admin.V1/Google.Cloud.Firestore.Admin.V1/FirestoreAdminResourceNames.g.cs index 2c4a33fbf424..58c3ab375363 100644 --- a/apis/Google.Cloud.Firestore.Admin.V1/Google.Cloud.Firestore.Admin.V1/FirestoreAdminResourceNames.g.cs +++ b/apis/Google.Cloud.Firestore.Admin.V1/Google.Cloud.Firestore.Admin.V1/FirestoreAdminResourceNames.g.cs @@ -205,10 +205,11 @@ public DatabaseName(string projectId, string databaseId) : this(ResourceNameType /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -219,7 +220,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -446,10 +447,11 @@ public CollectionGroupName(string projectId, string databaseId, string collectio /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -460,7 +462,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Firestore.Admin.V1/Google.Cloud.Firestore.Admin.V1/IndexResourceNames.g.cs b/apis/Google.Cloud.Firestore.Admin.V1/Google.Cloud.Firestore.Admin.V1/IndexResourceNames.g.cs index fc647bdeab7f..0bfe964bd935 100644 --- a/apis/Google.Cloud.Firestore.Admin.V1/Google.Cloud.Firestore.Admin.V1/IndexResourceNames.g.cs +++ b/apis/Google.Cloud.Firestore.Admin.V1/Google.Cloud.Firestore.Admin.V1/IndexResourceNames.g.cs @@ -245,10 +245,11 @@ public IndexName(string projectId, string databaseId, string collectionId, strin /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -259,7 +260,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Firestore.Admin.V1/synth.metadata b/apis/Google.Cloud.Firestore.Admin.V1/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Firestore.Admin.V1/synth.metadata +++ b/apis/Google.Cloud.Firestore.Admin.V1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.Firestore.V1/Google.Cloud.Firestore.V1/FirestoreClient.g.cs b/apis/Google.Cloud.Firestore.V1/Google.Cloud.Firestore.V1/FirestoreClient.g.cs index 7e8962682164..922b8498d6aa 100644 --- a/apis/Google.Cloud.Firestore.V1/Google.Cloud.Firestore.V1/FirestoreClient.g.cs +++ b/apis/Google.Cloud.Firestore.V1/Google.Cloud.Firestore.V1/FirestoreClient.g.cs @@ -256,7 +256,7 @@ public sealed partial class FirestoreClientBuilder : gaxgrpc::ClientBuilderBase< partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override FirestoreClient Build() { FirestoreClient client = null; @@ -264,7 +264,7 @@ public override FirestoreClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -286,16 +286,18 @@ private FirestoreClient BuildImpl() return FirestoreClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => FirestoreClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => FirestoreClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => FirestoreClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Firestore.V1/synth.metadata b/apis/Google.Cloud.Firestore.V1/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Firestore.V1/synth.metadata +++ b/apis/Google.Cloud.Firestore.V1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/GameServerClustersResourceNames.g.cs b/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/GameServerClustersResourceNames.g.cs index 337bd5dd3059..336d4924ba20 100644 --- a/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/GameServerClustersResourceNames.g.cs +++ b/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/GameServerClustersResourceNames.g.cs @@ -249,10 +249,11 @@ public GameServerClusterName(string projectId, string locationId, string realmId /// public string RealmId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -263,7 +264,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/GameServerClustersServiceClient.g.cs b/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/GameServerClustersServiceClient.g.cs index 35cdfb35bbb2..969533004720 100644 --- a/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/GameServerClustersServiceClient.g.cs +++ b/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/GameServerClustersServiceClient.g.cs @@ -240,7 +240,7 @@ public sealed partial class GameServerClustersServiceClientBuilder : gaxgrpc::Cl partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override GameServerClustersServiceClient Build() { GameServerClustersServiceClient client = null; @@ -248,7 +248,7 @@ public override GameServerClustersServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -270,16 +270,18 @@ private GameServerClustersServiceClient BuildImpl() return GameServerClustersServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => GameServerClustersServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => GameServerClustersServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => GameServerClustersServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/GameServerConfigsResourceNames.g.cs b/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/GameServerConfigsResourceNames.g.cs index c9882be2c59c..13dda139ea52 100644 --- a/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/GameServerConfigsResourceNames.g.cs +++ b/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/GameServerConfigsResourceNames.g.cs @@ -249,10 +249,11 @@ public GameServerConfigName(string projectId, string locationId, string deployme /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -263,7 +264,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/GameServerConfigsServiceClient.g.cs b/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/GameServerConfigsServiceClient.g.cs index f2bece6004a6..70ecd82a591f 100644 --- a/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/GameServerConfigsServiceClient.g.cs +++ b/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/GameServerConfigsServiceClient.g.cs @@ -164,7 +164,7 @@ public sealed partial class GameServerConfigsServiceClientBuilder : gaxgrpc::Cli partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override GameServerConfigsServiceClient Build() { GameServerConfigsServiceClient client = null; @@ -172,7 +172,7 @@ public override GameServerConfigsServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -194,16 +194,18 @@ private GameServerConfigsServiceClient BuildImpl() return GameServerConfigsServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => GameServerConfigsServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => GameServerConfigsServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => GameServerConfigsServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/GameServerDeploymentsResourceNames.g.cs b/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/GameServerDeploymentsResourceNames.g.cs index cea3d4937c14..c2661c3ac2d6 100644 --- a/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/GameServerDeploymentsResourceNames.g.cs +++ b/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/GameServerDeploymentsResourceNames.g.cs @@ -245,10 +245,11 @@ public GameServerDeploymentName(string projectId, string locationId, string depl /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -259,7 +260,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -510,10 +511,11 @@ public GameServerDeploymentRolloutName(string projectId, string locationId, stri /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -524,7 +526,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/GameServerDeploymentsServiceClient.g.cs b/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/GameServerDeploymentsServiceClient.g.cs index 635c4724919a..c526bf46b337 100644 --- a/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/GameServerDeploymentsServiceClient.g.cs +++ b/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/GameServerDeploymentsServiceClient.g.cs @@ -278,7 +278,7 @@ public sealed partial class GameServerDeploymentsServiceClientBuilder : gaxgrpc: partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override GameServerDeploymentsServiceClient Build() { GameServerDeploymentsServiceClient client = null; @@ -286,7 +286,7 @@ public override GameServerDeploymentsServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -308,16 +308,18 @@ private GameServerDeploymentsServiceClient BuildImpl() return GameServerDeploymentsServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => GameServerDeploymentsServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => GameServerDeploymentsServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => GameServerDeploymentsServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/RealmsResourceNames.g.cs b/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/RealmsResourceNames.g.cs index f6e81e8b43e5..4e57575c14d6 100644 --- a/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/RealmsResourceNames.g.cs +++ b/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/RealmsResourceNames.g.cs @@ -219,10 +219,11 @@ public RealmName(string projectId, string locationId, string realmId) : this(Res /// public string RealmId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -233,7 +234,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/RealmsServiceClient.g.cs b/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/RealmsServiceClient.g.cs index 36be2025a3ce..a2c074293f2a 100644 --- a/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/RealmsServiceClient.g.cs +++ b/apis/Google.Cloud.Gaming.V1Beta/Google.Cloud.Gaming.V1Beta/RealmsServiceClient.g.cs @@ -205,7 +205,7 @@ public sealed partial class RealmsServiceClientBuilder : gaxgrpc::ClientBuilderB partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override RealmsServiceClient Build() { RealmsServiceClient client = null; @@ -213,7 +213,7 @@ public override RealmsServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -235,16 +235,18 @@ private RealmsServiceClient BuildImpl() return RealmsServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => RealmsServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => RealmsServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => RealmsServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Gaming.V1Beta/synth.metadata b/apis/Google.Cloud.Gaming.V1Beta/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Gaming.V1Beta/synth.metadata +++ b/apis/Google.Cloud.Gaming.V1Beta/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.Iam.V1/synth.metadata b/apis/Google.Cloud.Iam.V1/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Iam.V1/synth.metadata +++ b/apis/Google.Cloud.Iam.V1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.Kms.V1/Google.Cloud.Kms.V1/KeyManagementServiceClient.g.cs b/apis/Google.Cloud.Kms.V1/Google.Cloud.Kms.V1/KeyManagementServiceClient.g.cs index 60fa581cd887..16713fe9f765 100644 --- a/apis/Google.Cloud.Kms.V1/Google.Cloud.Kms.V1/KeyManagementServiceClient.g.cs +++ b/apis/Google.Cloud.Kms.V1/Google.Cloud.Kms.V1/KeyManagementServiceClient.g.cs @@ -443,7 +443,7 @@ public sealed partial class KeyManagementServiceClientBuilder : gaxgrpc::ClientB partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override KeyManagementServiceClient Build() { KeyManagementServiceClient client = null; @@ -451,7 +451,7 @@ public override KeyManagementServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -473,16 +473,18 @@ private KeyManagementServiceClient BuildImpl() return KeyManagementServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => KeyManagementServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => KeyManagementServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => KeyManagementServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Kms.V1/Google.Cloud.Kms.V1/ResourcesResourceNames.g.cs b/apis/Google.Cloud.Kms.V1/Google.Cloud.Kms.V1/ResourcesResourceNames.g.cs index c7f0ee060c6d..20290980f6d7 100644 --- a/apis/Google.Cloud.Kms.V1/Google.Cloud.Kms.V1/ResourcesResourceNames.g.cs +++ b/apis/Google.Cloud.Kms.V1/Google.Cloud.Kms.V1/ResourcesResourceNames.g.cs @@ -218,10 +218,11 @@ public KeyRingName(string projectId, string locationId, string keyRingId) : this /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -232,7 +233,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -474,10 +475,11 @@ public CryptoKeyName(string projectId, string locationId, string keyRingId, stri /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -488,7 +490,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -761,10 +763,11 @@ public CryptoKeyVersionName(string projectId, string locationId, string keyRingI /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -775,7 +778,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -1045,10 +1048,11 @@ public PublicKeyName(string projectId, string locationId, string keyRingId, stri /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -1059,7 +1063,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -1301,10 +1305,11 @@ public ImportJobName(string projectId, string locationId, string keyRingId, stri /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -1315,7 +1320,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Kms.V1/synth.metadata b/apis/Google.Cloud.Kms.V1/synth.metadata index 3f6f4c4dade3..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Kms.V1/synth.metadata +++ b/apis/Google.Cloud.Kms.V1/synth.metadata @@ -1,12 +1,11 @@ { - "updateTime": "2020-04-06T15:42:13.335926Z", "sources": [ { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "a005f045a301535eeb4c4b3fa7bb94eec9d22a8b" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] -} \ No newline at end of file +} diff --git a/apis/Google.Cloud.Language.V1/Google.Cloud.Language.V1/LanguageServiceClient.g.cs b/apis/Google.Cloud.Language.V1/Google.Cloud.Language.V1/LanguageServiceClient.g.cs index 582e85cfd54a..b6e47df044b5 100644 --- a/apis/Google.Cloud.Language.V1/Google.Cloud.Language.V1/LanguageServiceClient.g.cs +++ b/apis/Google.Cloud.Language.V1/Google.Cloud.Language.V1/LanguageServiceClient.g.cs @@ -163,7 +163,7 @@ public sealed partial class LanguageServiceClientBuilder : gaxgrpc::ClientBuilde partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override LanguageServiceClient Build() { LanguageServiceClient client = null; @@ -171,7 +171,7 @@ public override LanguageServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -193,16 +193,18 @@ private LanguageServiceClient BuildImpl() return LanguageServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => LanguageServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => LanguageServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => LanguageServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Language.V1/synth.metadata b/apis/Google.Cloud.Language.V1/synth.metadata index 45bd4b9bd467..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Language.V1/synth.metadata +++ b/apis/Google.Cloud.Language.V1/synth.metadata @@ -1,12 +1,11 @@ { - "updateTime": "2020-04-04T06:23:07.510464Z", "sources": [ { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "a8d76f99d3073aaccabdcc122c798a63e812c4fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] -} \ No newline at end of file +} diff --git a/apis/Google.Cloud.Logging.Type/synth.metadata b/apis/Google.Cloud.Logging.Type/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Logging.Type/synth.metadata +++ b/apis/Google.Cloud.Logging.Type/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2/ConfigServiceV2Client.g.cs b/apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2/ConfigServiceV2Client.g.cs index 08f2812c893a..6f1fbd73b129 100644 --- a/apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2/ConfigServiceV2Client.g.cs +++ b/apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2/ConfigServiceV2Client.g.cs @@ -285,7 +285,7 @@ public sealed partial class ConfigServiceV2ClientBuilder : gaxgrpc::ClientBuilde partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override ConfigServiceV2Client Build() { ConfigServiceV2Client client = null; @@ -293,7 +293,7 @@ public override ConfigServiceV2Client Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -315,16 +315,18 @@ private ConfigServiceV2Client BuildImpl() return ConfigServiceV2Client.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => ConfigServiceV2Client.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => ConfigServiceV2Client.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => ConfigServiceV2Client.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2/LogEntryResourceNames.g.cs b/apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2/LogEntryResourceNames.g.cs index f2dd62d25b31..6a8cdee0ae4f 100644 --- a/apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2/LogEntryResourceNames.g.cs +++ b/apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2/LogEntryResourceNames.g.cs @@ -323,10 +323,11 @@ public LogName(string projectId, string logId) : this(ResourceNameType.ProjectLo /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -340,7 +341,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2/LoggingConfigResourceNames.g.cs b/apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2/LoggingConfigResourceNames.g.cs index cea1f23c9953..26dedd6d9998 100644 --- a/apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2/LoggingConfigResourceNames.g.cs +++ b/apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2/LoggingConfigResourceNames.g.cs @@ -380,10 +380,11 @@ public LogBucketName(string projectId, string locationId, string bucketId) : thi /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -397,7 +398,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -725,10 +726,11 @@ public LogSinkName(string projectId, string sinkId) : this(ResourceNameType.Proj /// public string SinkId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -742,7 +744,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -1078,10 +1080,11 @@ public LogExclusionName(string projectId, string exclusionId) : this(ResourceNam /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -1095,7 +1098,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -1410,10 +1413,11 @@ public CmekSettingsName(string projectId) : this(ResourceNameType.Project, proje /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -1427,7 +1431,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -1641,10 +1645,11 @@ public OrganizationLocationName(string organizationId, string locationId) : this /// public string OrganizationId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -1655,7 +1660,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -1859,10 +1864,11 @@ public FolderLocationName(string folderId, string locationId) : this(ResourceNam /// public string LocationId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -1873,7 +1879,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -2087,10 +2093,11 @@ public BillingAccountLocationName(string billingAccountId, string locationId) : /// public string LocationId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -2101,7 +2108,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2/LoggingMetricsResourceNames.g.cs b/apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2/LoggingMetricsResourceNames.g.cs index 1862a7b24363..812d75140a8c 100644 --- a/apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2/LoggingMetricsResourceNames.g.cs +++ b/apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2/LoggingMetricsResourceNames.g.cs @@ -206,10 +206,11 @@ public LogMetricName(string projectId, string metricId) : this(ResourceNameType. /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -220,7 +221,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2/LoggingServiceV2Client.g.cs b/apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2/LoggingServiceV2Client.g.cs index b80a336246d6..d193b6856f33 100644 --- a/apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2/LoggingServiceV2Client.g.cs +++ b/apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2/LoggingServiceV2Client.g.cs @@ -151,7 +151,7 @@ public sealed partial class LoggingServiceV2ClientBuilder : gaxgrpc::ClientBuild partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override LoggingServiceV2Client Build() { LoggingServiceV2Client client = null; @@ -159,7 +159,7 @@ public override LoggingServiceV2Client Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -181,16 +181,18 @@ private LoggingServiceV2Client BuildImpl() return LoggingServiceV2Client.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => LoggingServiceV2Client.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => LoggingServiceV2Client.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => LoggingServiceV2Client.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2/MetricsServiceV2Client.g.cs b/apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2/MetricsServiceV2Client.g.cs index e45e3366649c..01ce0e6b5f12 100644 --- a/apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2/MetricsServiceV2Client.g.cs +++ b/apis/Google.Cloud.Logging.V2/Google.Cloud.Logging.V2/MetricsServiceV2Client.g.cs @@ -146,7 +146,7 @@ public sealed partial class MetricsServiceV2ClientBuilder : gaxgrpc::ClientBuild partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override MetricsServiceV2Client Build() { MetricsServiceV2Client client = null; @@ -154,7 +154,7 @@ public override MetricsServiceV2Client Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -176,16 +176,18 @@ private MetricsServiceV2Client BuildImpl() return MetricsServiceV2Client.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => MetricsServiceV2Client.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => MetricsServiceV2Client.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => MetricsServiceV2Client.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Logging.V2/synth.metadata b/apis/Google.Cloud.Logging.V2/synth.metadata index 60bccec89e7b..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Logging.V2/synth.metadata +++ b/apis/Google.Cloud.Logging.V2/synth.metadata @@ -1,12 +1,11 @@ { - "updateTime": "2020-04-04T06:24:45.334599Z", "sources": [ { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "9514fa9e390a4c0715972c5b510cf4c10ad049a1" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] -} \ No newline at end of file +} diff --git a/apis/Google.Cloud.ManagedIdentities.V1/Google.Cloud.ManagedIdentities.V1/ManagedIdentitiesServiceClient.g.cs b/apis/Google.Cloud.ManagedIdentities.V1/Google.Cloud.ManagedIdentities.V1/ManagedIdentitiesServiceClient.g.cs index 0edbd488e55e..75bdb079b6f5 100644 --- a/apis/Google.Cloud.ManagedIdentities.V1/Google.Cloud.ManagedIdentities.V1/ManagedIdentitiesServiceClient.g.cs +++ b/apis/Google.Cloud.ManagedIdentities.V1/Google.Cloud.ManagedIdentities.V1/ManagedIdentitiesServiceClient.g.cs @@ -344,7 +344,7 @@ public sealed partial class ManagedIdentitiesServiceClientBuilder : gaxgrpc::Cli partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override ManagedIdentitiesServiceClient Build() { ManagedIdentitiesServiceClient client = null; @@ -352,7 +352,7 @@ public override ManagedIdentitiesServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -374,16 +374,18 @@ private ManagedIdentitiesServiceClient BuildImpl() return ManagedIdentitiesServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => ManagedIdentitiesServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => ManagedIdentitiesServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => ManagedIdentitiesServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.ManagedIdentities.V1/Google.Cloud.ManagedIdentities.V1/ResourceResourceNames.g.cs b/apis/Google.Cloud.ManagedIdentities.V1/Google.Cloud.ManagedIdentities.V1/ResourceResourceNames.g.cs index 4e83caec68cf..061645236622 100644 --- a/apis/Google.Cloud.ManagedIdentities.V1/Google.Cloud.ManagedIdentities.V1/ResourceResourceNames.g.cs +++ b/apis/Google.Cloud.ManagedIdentities.V1/Google.Cloud.ManagedIdentities.V1/ResourceResourceNames.g.cs @@ -218,10 +218,11 @@ public DomainName(string projectId, string locationId, string domainId) : this(R /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -232,7 +233,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.ManagedIdentities.V1/synth.metadata b/apis/Google.Cloud.ManagedIdentities.V1/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.ManagedIdentities.V1/synth.metadata +++ b/apis/Google.Cloud.ManagedIdentities.V1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.Memcache.V1Beta2/Google.Cloud.Memcache.V1Beta2/CloudMemcacheClient.g.cs b/apis/Google.Cloud.Memcache.V1Beta2/Google.Cloud.Memcache.V1Beta2/CloudMemcacheClient.g.cs index 18564bb9083b..19c12d13da30 100644 --- a/apis/Google.Cloud.Memcache.V1Beta2/Google.Cloud.Memcache.V1Beta2/CloudMemcacheClient.g.cs +++ b/apis/Google.Cloud.Memcache.V1Beta2/Google.Cloud.Memcache.V1Beta2/CloudMemcacheClient.g.cs @@ -257,7 +257,7 @@ public sealed partial class CloudMemcacheClientBuilder : gaxgrpc::ClientBuilderB partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override CloudMemcacheClient Build() { CloudMemcacheClient client = null; @@ -265,7 +265,7 @@ public override CloudMemcacheClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -287,16 +287,18 @@ private CloudMemcacheClient BuildImpl() return CloudMemcacheClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => CloudMemcacheClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => CloudMemcacheClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => CloudMemcacheClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Memcache.V1Beta2/Google.Cloud.Memcache.V1Beta2/CloudMemcacheResourceNames.g.cs b/apis/Google.Cloud.Memcache.V1Beta2/Google.Cloud.Memcache.V1Beta2/CloudMemcacheResourceNames.g.cs index c6f402d38879..01d04ad0a73b 100644 --- a/apis/Google.Cloud.Memcache.V1Beta2/Google.Cloud.Memcache.V1Beta2/CloudMemcacheResourceNames.g.cs +++ b/apis/Google.Cloud.Memcache.V1Beta2/Google.Cloud.Memcache.V1Beta2/CloudMemcacheResourceNames.g.cs @@ -220,10 +220,11 @@ public InstanceName(string projectId, string locationId, string instanceId) : th /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -234,7 +235,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Memcache.V1Beta2/synth.metadata b/apis/Google.Cloud.Memcache.V1Beta2/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Memcache.V1Beta2/synth.metadata +++ b/apis/Google.Cloud.Memcache.V1Beta2/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/AlertPolicyServiceClient.g.cs b/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/AlertPolicyServiceClient.g.cs index 43b2aaf15568..d8097fe1327f 100644 --- a/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/AlertPolicyServiceClient.g.cs +++ b/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/AlertPolicyServiceClient.g.cs @@ -147,7 +147,7 @@ public sealed partial class AlertPolicyServiceClientBuilder : gaxgrpc::ClientBui partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override AlertPolicyServiceClient Build() { AlertPolicyServiceClient client = null; @@ -155,7 +155,7 @@ public override AlertPolicyServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -177,16 +177,18 @@ private AlertPolicyServiceClient BuildImpl() return AlertPolicyServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => AlertPolicyServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => AlertPolicyServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => AlertPolicyServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/AlertResourceNames.g.cs b/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/AlertResourceNames.g.cs index dbb48141f902..8bca53047efb 100644 --- a/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/AlertResourceNames.g.cs +++ b/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/AlertResourceNames.g.cs @@ -362,10 +362,11 @@ public AlertPolicyConditionName(string projectId, string alertPolicyId, string c /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -378,7 +379,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -672,10 +673,11 @@ public AlertPolicyName(string projectId, string alertPolicyId) : this(ResourceNa /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -688,7 +690,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/GroupResourceNames.g.cs b/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/GroupResourceNames.g.cs index 25a449c27df8..646fc1d26962 100644 --- a/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/GroupResourceNames.g.cs +++ b/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/GroupResourceNames.g.cs @@ -289,10 +289,11 @@ public GroupName(string projectId, string groupId) : this(ResourceNameType.Proje /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -305,7 +306,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/GroupServiceClient.g.cs b/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/GroupServiceClient.g.cs index 1121197e5587..06e68900fdb6 100644 --- a/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/GroupServiceClient.g.cs +++ b/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/GroupServiceClient.g.cs @@ -162,7 +162,7 @@ public sealed partial class GroupServiceClientBuilder : gaxgrpc::ClientBuilderBa partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override GroupServiceClient Build() { GroupServiceClient client = null; @@ -170,7 +170,7 @@ public override GroupServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -192,16 +192,18 @@ private GroupServiceClient BuildImpl() return GroupServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => GroupServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => GroupServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => GroupServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/MetricServiceClient.g.cs b/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/MetricServiceClient.g.cs index d9b96569bee0..29bb1a3ad53d 100644 --- a/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/MetricServiceClient.g.cs +++ b/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/MetricServiceClient.g.cs @@ -196,7 +196,7 @@ public sealed partial class MetricServiceClientBuilder : gaxgrpc::ClientBuilderB partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override MetricServiceClient Build() { MetricServiceClient client = null; @@ -204,7 +204,7 @@ public override MetricServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -226,16 +226,18 @@ private MetricServiceClient BuildImpl() return MetricServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => MetricServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => MetricServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => MetricServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/MetricServiceResourceNames.g.cs b/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/MetricServiceResourceNames.g.cs index 038551922143..3b39d6448633 100644 --- a/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/MetricServiceResourceNames.g.cs +++ b/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/MetricServiceResourceNames.g.cs @@ -314,10 +314,11 @@ public MetricDescriptorName(string projectId, string metricDescriptorId) : this( /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -330,7 +331,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -717,10 +718,11 @@ public MonitoredResourceDescriptorName(string projectId, string monitoredResourc /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -733,7 +735,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/NotificationChannelServiceClient.g.cs b/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/NotificationChannelServiceClient.g.cs index 4a6d34a54973..07c3b1330500 100644 --- a/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/NotificationChannelServiceClient.g.cs +++ b/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/NotificationChannelServiceClient.g.cs @@ -232,7 +232,7 @@ public sealed partial class NotificationChannelServiceClientBuilder : gaxgrpc::C partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override NotificationChannelServiceClient Build() { NotificationChannelServiceClient client = null; @@ -240,7 +240,7 @@ public override NotificationChannelServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -262,16 +262,18 @@ private NotificationChannelServiceClient BuildImpl() return NotificationChannelServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => NotificationChannelServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => NotificationChannelServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => NotificationChannelServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/NotificationResourceNames.g.cs b/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/NotificationResourceNames.g.cs index bdde3708b2a8..7e754dd58092 100644 --- a/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/NotificationResourceNames.g.cs +++ b/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/NotificationResourceNames.g.cs @@ -359,10 +359,11 @@ public NotificationChannelDescriptorName(string projectId, string channelDescrip /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -375,7 +376,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -716,10 +717,11 @@ public NotificationChannelName(string projectId, string notificationChannelId) : /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -732,7 +734,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/ServiceMonitoringServiceClient.g.cs b/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/ServiceMonitoringServiceClient.g.cs index f2abea7e5aa0..74be295aaf93 100644 --- a/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/ServiceMonitoringServiceClient.g.cs +++ b/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/ServiceMonitoringServiceClient.g.cs @@ -228,7 +228,7 @@ public sealed partial class ServiceMonitoringServiceClientBuilder : gaxgrpc::Cli partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override ServiceMonitoringServiceClient Build() { ServiceMonitoringServiceClient client = null; @@ -236,7 +236,7 @@ public override ServiceMonitoringServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -258,16 +258,18 @@ private ServiceMonitoringServiceClient BuildImpl() return ServiceMonitoringServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => ServiceMonitoringServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => ServiceMonitoringServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => ServiceMonitoringServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/ServiceResourceNames.g.cs b/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/ServiceResourceNames.g.cs index 774a550fbbd8..ee8b67181cfe 100644 --- a/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/ServiceResourceNames.g.cs +++ b/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/ServiceResourceNames.g.cs @@ -289,10 +289,11 @@ public ServiceName(string projectId, string serviceId) : this(ResourceNameType.P /// public string ServiceId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -305,7 +306,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -695,10 +696,11 @@ public ServiceLevelObjectiveName(string projectId, string serviceId, string serv /// public string ServiceLevelObjectiveId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -711,7 +713,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/UptimeCheckServiceClient.g.cs b/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/UptimeCheckServiceClient.g.cs index 438fa6a75fb5..379f1f182d90 100644 --- a/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/UptimeCheckServiceClient.g.cs +++ b/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/UptimeCheckServiceClient.g.cs @@ -165,7 +165,7 @@ public sealed partial class UptimeCheckServiceClientBuilder : gaxgrpc::ClientBui partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override UptimeCheckServiceClient Build() { UptimeCheckServiceClient client = null; @@ -173,7 +173,7 @@ public override UptimeCheckServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -195,16 +195,18 @@ private UptimeCheckServiceClient BuildImpl() return UptimeCheckServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => UptimeCheckServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => UptimeCheckServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => UptimeCheckServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/UptimeResourceNames.g.cs b/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/UptimeResourceNames.g.cs index 3ce409a5e4d8..050d4207a7ca 100644 --- a/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/UptimeResourceNames.g.cs +++ b/apis/Google.Cloud.Monitoring.V3/Google.Cloud.Monitoring.V3/UptimeResourceNames.g.cs @@ -313,10 +313,11 @@ public UptimeCheckConfigName(string projectId, string uptimeCheckConfigId) : thi /// public string UptimeCheckConfigId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -329,7 +330,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Monitoring.V3/synth.metadata b/apis/Google.Cloud.Monitoring.V3/synth.metadata index 9bf22c625ec3..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Monitoring.V3/synth.metadata +++ b/apis/Google.Cloud.Monitoring.V3/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "a3a0bf0f6291d69f2ff3df7fcd63d28ee20ac727" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.OrgPolicy.V1/synth.metadata b/apis/Google.Cloud.OrgPolicy.V1/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.OrgPolicy.V1/synth.metadata +++ b/apis/Google.Cloud.OrgPolicy.V1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.OsConfig.V1/Google.Cloud.OsConfig.V1/OsConfigServiceClient.g.cs b/apis/Google.Cloud.OsConfig.V1/Google.Cloud.OsConfig.V1/OsConfigServiceClient.g.cs index fd7041065662..f6652c786cb3 100644 --- a/apis/Google.Cloud.OsConfig.V1/Google.Cloud.OsConfig.V1/OsConfigServiceClient.g.cs +++ b/apis/Google.Cloud.OsConfig.V1/Google.Cloud.OsConfig.V1/OsConfigServiceClient.g.cs @@ -217,7 +217,7 @@ public sealed partial class OsConfigServiceClientBuilder : gaxgrpc::ClientBuilde partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override OsConfigServiceClient Build() { OsConfigServiceClient client = null; @@ -225,7 +225,7 @@ public override OsConfigServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -247,16 +247,18 @@ private OsConfigServiceClient BuildImpl() return OsConfigServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => OsConfigServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => OsConfigServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => OsConfigServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.OsConfig.V1/Google.Cloud.OsConfig.V1/OsconfigServiceResourceNames.g.cs b/apis/Google.Cloud.OsConfig.V1/Google.Cloud.OsConfig.V1/OsconfigServiceResourceNames.g.cs index e0655ed0a08e..449c0bf4c4a9 100644 --- a/apis/Google.Cloud.OsConfig.V1/Google.Cloud.OsConfig.V1/OsconfigServiceResourceNames.g.cs +++ b/apis/Google.Cloud.OsConfig.V1/Google.Cloud.OsConfig.V1/OsconfigServiceResourceNames.g.cs @@ -218,10 +218,11 @@ public InstanceName(string projectId, string zoneId, string instanceId) : this(R /// public string ZoneId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -232,7 +233,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.OsConfig.V1/Google.Cloud.OsConfig.V1/PatchDeploymentsResourceNames.g.cs b/apis/Google.Cloud.OsConfig.V1/Google.Cloud.OsConfig.V1/PatchDeploymentsResourceNames.g.cs index 6a030032dc46..b12698fdb843 100644 --- a/apis/Google.Cloud.OsConfig.V1/Google.Cloud.OsConfig.V1/PatchDeploymentsResourceNames.g.cs +++ b/apis/Google.Cloud.OsConfig.V1/Google.Cloud.OsConfig.V1/PatchDeploymentsResourceNames.g.cs @@ -214,10 +214,11 @@ public PatchDeploymentName(string projectId, string patchDeploymentId) : this(Re /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -228,7 +229,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.OsConfig.V1/Google.Cloud.OsConfig.V1/PatchJobsResourceNames.g.cs b/apis/Google.Cloud.OsConfig.V1/Google.Cloud.OsConfig.V1/PatchJobsResourceNames.g.cs index 5a5d96416325..46522eb4e5d9 100644 --- a/apis/Google.Cloud.OsConfig.V1/Google.Cloud.OsConfig.V1/PatchJobsResourceNames.g.cs +++ b/apis/Google.Cloud.OsConfig.V1/Google.Cloud.OsConfig.V1/PatchJobsResourceNames.g.cs @@ -206,10 +206,11 @@ public PatchJobName(string projectId, string patchJobId) : this(ResourceNameType /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -220,7 +221,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.OsConfig.V1/synth.metadata b/apis/Google.Cloud.OsConfig.V1/synth.metadata index da7395a92868..b3c5c00fc186 100644 --- a/apis/Google.Cloud.OsConfig.V1/synth.metadata +++ b/apis/Google.Cloud.OsConfig.V1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "6e0ac551e057e20a6c41ab0b21ffa9623e463326" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.OsLogin.Common/Google.Cloud.OsLogin.Common/CommonResourceNames.g.cs b/apis/Google.Cloud.OsLogin.Common/Google.Cloud.OsLogin.Common/CommonResourceNames.g.cs index b1ddc8cd53e6..7ce39a759ec8 100644 --- a/apis/Google.Cloud.OsLogin.Common/Google.Cloud.OsLogin.Common/CommonResourceNames.g.cs +++ b/apis/Google.Cloud.OsLogin.Common/Google.Cloud.OsLogin.Common/CommonResourceNames.g.cs @@ -198,10 +198,11 @@ public PosixAccountName(string userId, string projectId) : this(ResourceNameType /// public string UserId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -212,7 +213,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -414,10 +415,11 @@ public SshPublicKeyName(string userId, string fingerprintId) : this(ResourceName /// public string UserId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -428,7 +430,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -604,10 +606,11 @@ public UserName(string userId) : this(ResourceNameType.User, userId: gax::GaxPre /// public string UserId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -618,7 +621,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.OsLogin.Common/synth.metadata b/apis/Google.Cloud.OsLogin.Common/synth.metadata index 75b06a951632..b3c5c00fc186 100644 --- a/apis/Google.Cloud.OsLogin.Common/synth.metadata +++ b/apis/Google.Cloud.OsLogin.Common/synth.metadata @@ -1,12 +1,11 @@ { - "updateTime": "2020-04-05T06:21:08.129559Z", "sources": [ { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "5077b1e4674afdbbf11dac3f5f43d36285ba53ff" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] -} \ No newline at end of file +} diff --git a/apis/Google.Cloud.OsLogin.V1/Google.Cloud.OsLogin.V1/OsLoginServiceClient.g.cs b/apis/Google.Cloud.OsLogin.V1/Google.Cloud.OsLogin.V1/OsLoginServiceClient.g.cs index b84c3b5a6d64..0451b8f96571 100644 --- a/apis/Google.Cloud.OsLogin.V1/Google.Cloud.OsLogin.V1/OsLoginServiceClient.g.cs +++ b/apis/Google.Cloud.OsLogin.V1/Google.Cloud.OsLogin.V1/OsLoginServiceClient.g.cs @@ -164,7 +164,7 @@ public sealed partial class OsLoginServiceClientBuilder : gaxgrpc::ClientBuilder partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override OsLoginServiceClient Build() { OsLoginServiceClient client = null; @@ -172,7 +172,7 @@ public override OsLoginServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -194,16 +194,18 @@ private OsLoginServiceClient BuildImpl() return OsLoginServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => OsLoginServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => OsLoginServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => OsLoginServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.OsLogin.V1/synth.metadata b/apis/Google.Cloud.OsLogin.V1/synth.metadata index 20fb16edbd08..b3c5c00fc186 100644 --- a/apis/Google.Cloud.OsLogin.V1/synth.metadata +++ b/apis/Google.Cloud.OsLogin.V1/synth.metadata @@ -1,12 +1,11 @@ { - "updateTime": "2020-04-03T16:51:09.749136Z", "sources": [ { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "1b969c28a6579265e89cd35e6c2ecacc89970e2d" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] -} \ No newline at end of file +} diff --git a/apis/Google.Cloud.OsLogin.V1Beta/Google.Cloud.OsLogin.V1Beta/OsLoginServiceClient.g.cs b/apis/Google.Cloud.OsLogin.V1Beta/Google.Cloud.OsLogin.V1Beta/OsLoginServiceClient.g.cs index 430b79a81990..fe0ab18f9ecb 100644 --- a/apis/Google.Cloud.OsLogin.V1Beta/Google.Cloud.OsLogin.V1Beta/OsLoginServiceClient.g.cs +++ b/apis/Google.Cloud.OsLogin.V1Beta/Google.Cloud.OsLogin.V1Beta/OsLoginServiceClient.g.cs @@ -164,7 +164,7 @@ public sealed partial class OsLoginServiceClientBuilder : gaxgrpc::ClientBuilder partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override OsLoginServiceClient Build() { OsLoginServiceClient client = null; @@ -172,7 +172,7 @@ public override OsLoginServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -194,16 +194,18 @@ private OsLoginServiceClient BuildImpl() return OsLoginServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => OsLoginServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => OsLoginServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => OsLoginServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.OsLogin.V1Beta/synth.metadata b/apis/Google.Cloud.OsLogin.V1Beta/synth.metadata index 234eaf15ea82..b3c5c00fc186 100644 --- a/apis/Google.Cloud.OsLogin.V1Beta/synth.metadata +++ b/apis/Google.Cloud.OsLogin.V1Beta/synth.metadata @@ -1,12 +1,11 @@ { - "updateTime": "2020-04-03T16:52:15.620575Z", "sources": [ { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "1b969c28a6579265e89cd35e6c2ecacc89970e2d" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] -} \ No newline at end of file +} diff --git a/apis/Google.Cloud.PhishingProtection.V1Beta1/Google.Cloud.PhishingProtection.V1Beta1/PhishingProtectionServiceV1Beta1Client.g.cs b/apis/Google.Cloud.PhishingProtection.V1Beta1/Google.Cloud.PhishingProtection.V1Beta1/PhishingProtectionServiceV1Beta1Client.g.cs index 41ba99a67ac7..afbf2bd57f3b 100644 --- a/apis/Google.Cloud.PhishingProtection.V1Beta1/Google.Cloud.PhishingProtection.V1Beta1/PhishingProtectionServiceV1Beta1Client.g.cs +++ b/apis/Google.Cloud.PhishingProtection.V1Beta1/Google.Cloud.PhishingProtection.V1Beta1/PhishingProtectionServiceV1Beta1Client.g.cs @@ -83,7 +83,7 @@ public sealed partial class PhishingProtectionServiceV1Beta1ClientBuilder : gaxg partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override PhishingProtectionServiceV1Beta1Client Build() { PhishingProtectionServiceV1Beta1Client client = null; @@ -91,7 +91,7 @@ public override PhishingProtectionServiceV1Beta1Client Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -113,17 +113,19 @@ private PhishingProtectionServiceV1Beta1Client BuildImpl() return PhishingProtectionServiceV1Beta1Client.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => PhishingProtectionServiceV1Beta1Client.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => PhishingProtectionServiceV1Beta1Client.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => PhishingProtectionServiceV1Beta1Client.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.PhishingProtection.V1Beta1/synth.metadata b/apis/Google.Cloud.PhishingProtection.V1Beta1/synth.metadata index 809234454519..b3c5c00fc186 100644 --- a/apis/Google.Cloud.PhishingProtection.V1Beta1/synth.metadata +++ b/apis/Google.Cloud.PhishingProtection.V1Beta1/synth.metadata @@ -1,12 +1,11 @@ { - "updateTime": "2020-04-04T06:27:45.985312Z", "sources": [ { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "62a2a7cc33d3535638d220df238823eefcca930d" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] -} \ No newline at end of file +} diff --git a/apis/Google.Cloud.PubSub.V1/Google.Cloud.PubSub.V1/PublisherServiceApiClient.g.cs b/apis/Google.Cloud.PubSub.V1/Google.Cloud.PubSub.V1/PublisherServiceApiClient.g.cs index 170e9e5bc6b1..6c61e2e7a403 100644 --- a/apis/Google.Cloud.PubSub.V1/Google.Cloud.PubSub.V1/PublisherServiceApiClient.g.cs +++ b/apis/Google.Cloud.PubSub.V1/Google.Cloud.PubSub.V1/PublisherServiceApiClient.g.cs @@ -175,7 +175,7 @@ public sealed partial class PublisherServiceApiClientBuilder : gaxgrpc::ClientBu partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override PublisherServiceApiClient Build() { PublisherServiceApiClient client = null; @@ -183,7 +183,7 @@ public override PublisherServiceApiClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -205,16 +205,18 @@ private PublisherServiceApiClient BuildImpl() return PublisherServiceApiClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => PublisherServiceApiClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => PublisherServiceApiClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => PublisherServiceApiClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.PubSub.V1/Google.Cloud.PubSub.V1/PubsubResourceNames.g.cs b/apis/Google.Cloud.PubSub.V1/Google.Cloud.PubSub.V1/PubsubResourceNames.g.cs index b006f3044d9a..f7c6f79380d4 100644 --- a/apis/Google.Cloud.PubSub.V1/Google.Cloud.PubSub.V1/PubsubResourceNames.g.cs +++ b/apis/Google.Cloud.PubSub.V1/Google.Cloud.PubSub.V1/PubsubResourceNames.g.cs @@ -232,10 +232,11 @@ public TopicName(string projectId, string topicId) : this(ResourceNameType.Proje /// public string TopicId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -247,7 +248,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -452,10 +453,11 @@ public SubscriptionName(string projectId, string subscriptionId) : this(Resource /// public string SubscriptionId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -466,7 +468,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -667,10 +669,11 @@ public SnapshotName(string projectId, string snapshotId) : this(ResourceNameType /// public string SnapshotId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -681,7 +684,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.PubSub.V1/Google.Cloud.PubSub.V1/SubscriberServiceApiClient.g.cs b/apis/Google.Cloud.PubSub.V1/Google.Cloud.PubSub.V1/SubscriberServiceApiClient.g.cs index 608074433e9d..90481ba1fa6e 100644 --- a/apis/Google.Cloud.PubSub.V1/Google.Cloud.PubSub.V1/SubscriberServiceApiClient.g.cs +++ b/apis/Google.Cloud.PubSub.V1/Google.Cloud.PubSub.V1/SubscriberServiceApiClient.g.cs @@ -292,7 +292,7 @@ public sealed partial class SubscriberServiceApiClientBuilder : gaxgrpc::ClientB partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override SubscriberServiceApiClient Build() { SubscriberServiceApiClient client = null; @@ -300,7 +300,7 @@ public override SubscriberServiceApiClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -322,16 +322,18 @@ private SubscriberServiceApiClient BuildImpl() return SubscriberServiceApiClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => SubscriberServiceApiClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => SubscriberServiceApiClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => SubscriberServiceApiClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.PubSub.V1/synth.metadata b/apis/Google.Cloud.PubSub.V1/synth.metadata index dd4cf7c6fdd0..b3c5c00fc186 100644 --- a/apis/Google.Cloud.PubSub.V1/synth.metadata +++ b/apis/Google.Cloud.PubSub.V1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "73d4b5d9a791f8b1ee63d439ffe909bb8ffa07f7" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.RecaptchaEnterprise.V1/Google.Cloud.RecaptchaEnterprise.V1/RecaptchaEnterpriseServiceClient.g.cs b/apis/Google.Cloud.RecaptchaEnterprise.V1/Google.Cloud.RecaptchaEnterprise.V1/RecaptchaEnterpriseServiceClient.g.cs index 23b7b4ee6a14..828282a39707 100644 --- a/apis/Google.Cloud.RecaptchaEnterprise.V1/Google.Cloud.RecaptchaEnterprise.V1/RecaptchaEnterpriseServiceClient.g.cs +++ b/apis/Google.Cloud.RecaptchaEnterprise.V1/Google.Cloud.RecaptchaEnterprise.V1/RecaptchaEnterpriseServiceClient.g.cs @@ -167,7 +167,7 @@ public sealed partial class RecaptchaEnterpriseServiceClientBuilder : gaxgrpc::C partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override RecaptchaEnterpriseServiceClient Build() { RecaptchaEnterpriseServiceClient client = null; @@ -175,7 +175,7 @@ public override RecaptchaEnterpriseServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -197,16 +197,18 @@ private RecaptchaEnterpriseServiceClient BuildImpl() return RecaptchaEnterpriseServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => RecaptchaEnterpriseServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => RecaptchaEnterpriseServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => RecaptchaEnterpriseServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.RecaptchaEnterprise.V1/Google.Cloud.RecaptchaEnterprise.V1/RecaptchaenterpriseResourceNames.g.cs b/apis/Google.Cloud.RecaptchaEnterprise.V1/Google.Cloud.RecaptchaEnterprise.V1/RecaptchaenterpriseResourceNames.g.cs index 9482179015a2..ca9e6d700429 100644 --- a/apis/Google.Cloud.RecaptchaEnterprise.V1/Google.Cloud.RecaptchaEnterprise.V1/RecaptchaenterpriseResourceNames.g.cs +++ b/apis/Google.Cloud.RecaptchaEnterprise.V1/Google.Cloud.RecaptchaEnterprise.V1/RecaptchaenterpriseResourceNames.g.cs @@ -207,10 +207,11 @@ public AssessmentName(string projectId, string assessmentId) : this(ResourceName /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -221,7 +222,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -407,10 +408,11 @@ public KeyName(string projectId, string keyId) : this(ResourceNameType.ProjectKe /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -421,7 +423,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.RecaptchaEnterprise.V1/synth.metadata b/apis/Google.Cloud.RecaptchaEnterprise.V1/synth.metadata index e3ad657bf0cb..b3c5c00fc186 100644 --- a/apis/Google.Cloud.RecaptchaEnterprise.V1/synth.metadata +++ b/apis/Google.Cloud.RecaptchaEnterprise.V1/synth.metadata @@ -1,12 +1,11 @@ { - "updateTime": "2020-04-04T06:30:17.955703Z", "sources": [ { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "23848c8f64a5e81a239d6133378468185f1756dc" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] -} \ No newline at end of file +} diff --git a/apis/Google.Cloud.RecaptchaEnterprise.V1Beta1/Google.Cloud.RecaptchaEnterprise.V1Beta1/RecaptchaEnterpriseServiceV1Beta1Client.g.cs b/apis/Google.Cloud.RecaptchaEnterprise.V1Beta1/Google.Cloud.RecaptchaEnterprise.V1Beta1/RecaptchaEnterpriseServiceV1Beta1Client.g.cs index f67ab91199ad..ebbaaf74bd7e 100644 --- a/apis/Google.Cloud.RecaptchaEnterprise.V1Beta1/Google.Cloud.RecaptchaEnterprise.V1Beta1/RecaptchaEnterpriseServiceV1Beta1Client.g.cs +++ b/apis/Google.Cloud.RecaptchaEnterprise.V1Beta1/Google.Cloud.RecaptchaEnterprise.V1Beta1/RecaptchaEnterpriseServiceV1Beta1Client.g.cs @@ -172,7 +172,7 @@ public sealed partial class RecaptchaEnterpriseServiceV1Beta1ClientBuilder : gax partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override RecaptchaEnterpriseServiceV1Beta1Client Build() { RecaptchaEnterpriseServiceV1Beta1Client client = null; @@ -180,7 +180,7 @@ public override RecaptchaEnterpriseServiceV1Beta1Client Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -202,17 +202,19 @@ private RecaptchaEnterpriseServiceV1Beta1Client BuildImpl() return RecaptchaEnterpriseServiceV1Beta1Client.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => RecaptchaEnterpriseServiceV1Beta1Client.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => RecaptchaEnterpriseServiceV1Beta1Client.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => RecaptchaEnterpriseServiceV1Beta1Client.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.RecaptchaEnterprise.V1Beta1/Google.Cloud.RecaptchaEnterprise.V1Beta1/RecaptchaenterpriseResourceNames.g.cs b/apis/Google.Cloud.RecaptchaEnterprise.V1Beta1/Google.Cloud.RecaptchaEnterprise.V1Beta1/RecaptchaenterpriseResourceNames.g.cs index a1f78c424765..ac3b1291935f 100644 --- a/apis/Google.Cloud.RecaptchaEnterprise.V1Beta1/Google.Cloud.RecaptchaEnterprise.V1Beta1/RecaptchaenterpriseResourceNames.g.cs +++ b/apis/Google.Cloud.RecaptchaEnterprise.V1Beta1/Google.Cloud.RecaptchaEnterprise.V1Beta1/RecaptchaenterpriseResourceNames.g.cs @@ -207,10 +207,11 @@ public AssessmentName(string projectId, string assessmentId) : this(ResourceName /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -221,7 +222,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -407,10 +408,11 @@ public KeyName(string projectId, string keyId) : this(ResourceNameType.ProjectKe /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -421,7 +423,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.RecaptchaEnterprise.V1Beta1/synth.metadata b/apis/Google.Cloud.RecaptchaEnterprise.V1Beta1/synth.metadata index 3d66529a585b..b3c5c00fc186 100644 --- a/apis/Google.Cloud.RecaptchaEnterprise.V1Beta1/synth.metadata +++ b/apis/Google.Cloud.RecaptchaEnterprise.V1Beta1/synth.metadata @@ -1,12 +1,11 @@ { - "updateTime": "2020-04-04T06:31:23.153113Z", "sources": [ { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "23848c8f64a5e81a239d6133378468185f1756dc" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] -} \ No newline at end of file +} diff --git a/apis/Google.Cloud.Recommender.V1/Google.Cloud.Recommender.V1/RecommendationResourceNames.g.cs b/apis/Google.Cloud.Recommender.V1/Google.Cloud.Recommender.V1/RecommendationResourceNames.g.cs index 52d01277adb1..f7cd786e0911 100644 --- a/apis/Google.Cloud.Recommender.V1/Google.Cloud.Recommender.V1/RecommendationResourceNames.g.cs +++ b/apis/Google.Cloud.Recommender.V1/Google.Cloud.Recommender.V1/RecommendationResourceNames.g.cs @@ -251,10 +251,11 @@ public RecommendationName(string projectId, string locationId, string recommende /// public string RecommenderId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -265,7 +266,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -489,10 +490,11 @@ public RecommenderName(string projectId, string locationId, string recommenderId /// public string RecommenderId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -503,7 +505,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Recommender.V1/Google.Cloud.Recommender.V1/RecommenderClient.g.cs b/apis/Google.Cloud.Recommender.V1/Google.Cloud.Recommender.V1/RecommenderClient.g.cs index bb08602389da..f1760b6a25b0 100644 --- a/apis/Google.Cloud.Recommender.V1/Google.Cloud.Recommender.V1/RecommenderClient.g.cs +++ b/apis/Google.Cloud.Recommender.V1/Google.Cloud.Recommender.V1/RecommenderClient.g.cs @@ -140,7 +140,7 @@ public sealed partial class RecommenderClientBuilder : gaxgrpc::ClientBuilderBas partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override RecommenderClient Build() { RecommenderClient client = null; @@ -148,7 +148,7 @@ public override RecommenderClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -170,16 +170,18 @@ private RecommenderClient BuildImpl() return RecommenderClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => RecommenderClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => RecommenderClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => RecommenderClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Recommender.V1/synth.metadata b/apis/Google.Cloud.Recommender.V1/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Recommender.V1/synth.metadata +++ b/apis/Google.Cloud.Recommender.V1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.Redis.V1/Google.Cloud.Redis.V1/CloudRedisClient.g.cs b/apis/Google.Cloud.Redis.V1/Google.Cloud.Redis.V1/CloudRedisClient.g.cs index 815473a2a23e..220ac9a12da7 100644 --- a/apis/Google.Cloud.Redis.V1/Google.Cloud.Redis.V1/CloudRedisClient.g.cs +++ b/apis/Google.Cloud.Redis.V1/Google.Cloud.Redis.V1/CloudRedisClient.g.cs @@ -287,7 +287,7 @@ public sealed partial class CloudRedisClientBuilder : gaxgrpc::ClientBuilderBase partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override CloudRedisClient Build() { CloudRedisClient client = null; @@ -295,7 +295,7 @@ public override CloudRedisClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -317,16 +317,18 @@ private CloudRedisClient BuildImpl() return CloudRedisClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => CloudRedisClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => CloudRedisClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => CloudRedisClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Redis.V1/Google.Cloud.Redis.V1/CloudRedisResourceNames.g.cs b/apis/Google.Cloud.Redis.V1/Google.Cloud.Redis.V1/CloudRedisResourceNames.g.cs index 95860835d2de..a21375ca6f74 100644 --- a/apis/Google.Cloud.Redis.V1/Google.Cloud.Redis.V1/CloudRedisResourceNames.g.cs +++ b/apis/Google.Cloud.Redis.V1/Google.Cloud.Redis.V1/CloudRedisResourceNames.g.cs @@ -220,10 +220,11 @@ public InstanceName(string projectId, string locationId, string instanceId) : th /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -234,7 +235,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Redis.V1/synth.metadata b/apis/Google.Cloud.Redis.V1/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Redis.V1/synth.metadata +++ b/apis/Google.Cloud.Redis.V1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.Redis.V1Beta1/Google.Cloud.Redis.V1Beta1/CloudRedisClient.g.cs b/apis/Google.Cloud.Redis.V1Beta1/Google.Cloud.Redis.V1Beta1/CloudRedisClient.g.cs index 06272eb9f453..c49b732f904b 100644 --- a/apis/Google.Cloud.Redis.V1Beta1/Google.Cloud.Redis.V1Beta1/CloudRedisClient.g.cs +++ b/apis/Google.Cloud.Redis.V1Beta1/Google.Cloud.Redis.V1Beta1/CloudRedisClient.g.cs @@ -319,7 +319,7 @@ public sealed partial class CloudRedisClientBuilder : gaxgrpc::ClientBuilderBase partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override CloudRedisClient Build() { CloudRedisClient client = null; @@ -327,7 +327,7 @@ public override CloudRedisClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -349,16 +349,18 @@ private CloudRedisClient BuildImpl() return CloudRedisClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => CloudRedisClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => CloudRedisClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => CloudRedisClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Redis.V1Beta1/Google.Cloud.Redis.V1Beta1/CloudRedisResourceNames.g.cs b/apis/Google.Cloud.Redis.V1Beta1/Google.Cloud.Redis.V1Beta1/CloudRedisResourceNames.g.cs index 1f16d55f94b2..dd5ed7cb7337 100644 --- a/apis/Google.Cloud.Redis.V1Beta1/Google.Cloud.Redis.V1Beta1/CloudRedisResourceNames.g.cs +++ b/apis/Google.Cloud.Redis.V1Beta1/Google.Cloud.Redis.V1Beta1/CloudRedisResourceNames.g.cs @@ -220,10 +220,11 @@ public InstanceName(string projectId, string locationId, string instanceId) : th /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -234,7 +235,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Redis.V1Beta1/synth.metadata b/apis/Google.Cloud.Redis.V1Beta1/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Redis.V1Beta1/synth.metadata +++ b/apis/Google.Cloud.Redis.V1Beta1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.Scheduler.V1/Google.Cloud.Scheduler.V1/CloudSchedulerClient.g.cs b/apis/Google.Cloud.Scheduler.V1/Google.Cloud.Scheduler.V1/CloudSchedulerClient.g.cs index e985fb1d5f84..0c432a28fb47 100644 --- a/apis/Google.Cloud.Scheduler.V1/Google.Cloud.Scheduler.V1/CloudSchedulerClient.g.cs +++ b/apis/Google.Cloud.Scheduler.V1/Google.Cloud.Scheduler.V1/CloudSchedulerClient.g.cs @@ -182,7 +182,7 @@ public sealed partial class CloudSchedulerClientBuilder : gaxgrpc::ClientBuilder partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override CloudSchedulerClient Build() { CloudSchedulerClient client = null; @@ -190,7 +190,7 @@ public override CloudSchedulerClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -212,16 +212,18 @@ private CloudSchedulerClient BuildImpl() return CloudSchedulerClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => CloudSchedulerClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => CloudSchedulerClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => CloudSchedulerClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Scheduler.V1/Google.Cloud.Scheduler.V1/JobResourceNames.g.cs b/apis/Google.Cloud.Scheduler.V1/Google.Cloud.Scheduler.V1/JobResourceNames.g.cs index f0aaba095c1d..4b7804d0ad26 100644 --- a/apis/Google.Cloud.Scheduler.V1/Google.Cloud.Scheduler.V1/JobResourceNames.g.cs +++ b/apis/Google.Cloud.Scheduler.V1/Google.Cloud.Scheduler.V1/JobResourceNames.g.cs @@ -215,10 +215,11 @@ public JobName(string projectId, string locationId, string jobId) : this(Resourc /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -229,7 +230,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Scheduler.V1/Google.Cloud.Scheduler.V1/TargetResourceNames.g.cs b/apis/Google.Cloud.Scheduler.V1/Google.Cloud.Scheduler.V1/TargetResourceNames.g.cs index 82ff564a7188..57c41718ad5d 100644 --- a/apis/Google.Cloud.Scheduler.V1/Google.Cloud.Scheduler.V1/TargetResourceNames.g.cs +++ b/apis/Google.Cloud.Scheduler.V1/Google.Cloud.Scheduler.V1/TargetResourceNames.g.cs @@ -196,10 +196,11 @@ public TopicName(string projectId, string topicId) : this(ResourceNameType.Proje /// public string TopicId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -210,7 +211,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Scheduler.V1/synth.metadata b/apis/Google.Cloud.Scheduler.V1/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Scheduler.V1/synth.metadata +++ b/apis/Google.Cloud.Scheduler.V1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.SecretManager.V1/Google.Cloud.SecretManager.V1/ResourcesResourceNames.g.cs b/apis/Google.Cloud.SecretManager.V1/Google.Cloud.SecretManager.V1/ResourcesResourceNames.g.cs index bbb1e6956143..740f8e376b55 100644 --- a/apis/Google.Cloud.SecretManager.V1/Google.Cloud.SecretManager.V1/ResourcesResourceNames.g.cs +++ b/apis/Google.Cloud.SecretManager.V1/Google.Cloud.SecretManager.V1/ResourcesResourceNames.g.cs @@ -204,10 +204,11 @@ public SecretName(string projectId, string secretId) : this(ResourceNameType.Pro /// public string SecretId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -218,7 +219,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -445,10 +446,11 @@ public SecretVersionName(string projectId, string secretId, string secretVersion /// public string SecretVersionId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -459,7 +461,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.SecretManager.V1/Google.Cloud.SecretManager.V1/SecretManagerServiceClient.g.cs b/apis/Google.Cloud.SecretManager.V1/Google.Cloud.SecretManager.V1/SecretManagerServiceClient.g.cs index ae8d0f3b91e4..3e5e8cb6e642 100644 --- a/apis/Google.Cloud.SecretManager.V1/Google.Cloud.SecretManager.V1/SecretManagerServiceClient.g.cs +++ b/apis/Google.Cloud.SecretManager.V1/Google.Cloud.SecretManager.V1/SecretManagerServiceClient.g.cs @@ -276,7 +276,7 @@ public sealed partial class SecretManagerServiceClientBuilder : gaxgrpc::ClientB partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override SecretManagerServiceClient Build() { SecretManagerServiceClient client = null; @@ -284,7 +284,7 @@ public override SecretManagerServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -306,16 +306,18 @@ private SecretManagerServiceClient BuildImpl() return SecretManagerServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => SecretManagerServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => SecretManagerServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => SecretManagerServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.SecretManager.V1/synth.metadata b/apis/Google.Cloud.SecretManager.V1/synth.metadata index b4bf0d5e1d1c..b3c5c00fc186 100644 --- a/apis/Google.Cloud.SecretManager.V1/synth.metadata +++ b/apis/Google.Cloud.SecretManager.V1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "358c09c45c681c6773b49aeb136f0a7ccbf7720c" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.SecretManager.V1Beta1/Google.Cloud.SecretManager.V1Beta1/ResourcesResourceNames.g.cs b/apis/Google.Cloud.SecretManager.V1Beta1/Google.Cloud.SecretManager.V1Beta1/ResourcesResourceNames.g.cs index a1edc08710a3..32d863a4da55 100644 --- a/apis/Google.Cloud.SecretManager.V1Beta1/Google.Cloud.SecretManager.V1Beta1/ResourcesResourceNames.g.cs +++ b/apis/Google.Cloud.SecretManager.V1Beta1/Google.Cloud.SecretManager.V1Beta1/ResourcesResourceNames.g.cs @@ -204,10 +204,11 @@ public SecretName(string projectId, string secretId) : this(ResourceNameType.Pro /// public string SecretId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -218,7 +219,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -445,10 +446,11 @@ public SecretVersionName(string projectId, string secretId, string secretVersion /// public string SecretVersionId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -459,7 +461,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.SecretManager.V1Beta1/Google.Cloud.SecretManager.V1Beta1/SecretManagerServiceClient.g.cs b/apis/Google.Cloud.SecretManager.V1Beta1/Google.Cloud.SecretManager.V1Beta1/SecretManagerServiceClient.g.cs index 134b6aa048d4..785e3aa8fcb2 100644 --- a/apis/Google.Cloud.SecretManager.V1Beta1/Google.Cloud.SecretManager.V1Beta1/SecretManagerServiceClient.g.cs +++ b/apis/Google.Cloud.SecretManager.V1Beta1/Google.Cloud.SecretManager.V1Beta1/SecretManagerServiceClient.g.cs @@ -276,7 +276,7 @@ public sealed partial class SecretManagerServiceClientBuilder : gaxgrpc::ClientB partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override SecretManagerServiceClient Build() { SecretManagerServiceClient client = null; @@ -284,7 +284,7 @@ public override SecretManagerServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -306,16 +306,18 @@ private SecretManagerServiceClient BuildImpl() return SecretManagerServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => SecretManagerServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => SecretManagerServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => SecretManagerServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.SecretManager.V1Beta1/synth.metadata b/apis/Google.Cloud.SecretManager.V1Beta1/synth.metadata index 8c9b728e0cd4..b3c5c00fc186 100644 --- a/apis/Google.Cloud.SecretManager.V1Beta1/synth.metadata +++ b/apis/Google.Cloud.SecretManager.V1Beta1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "839fae42335ee1bb1e70767f3e6c51738683892b" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.SecurityCenter.Settings.V1Beta1/Google.Cloud.SecurityCenter.Settings.V1Beta1/ComponentSettingsResourceNames.g.cs b/apis/Google.Cloud.SecurityCenter.Settings.V1Beta1/Google.Cloud.SecurityCenter.Settings.V1Beta1/ComponentSettingsResourceNames.g.cs index bcea2e854bb6..f7bcc250d52a 100644 --- a/apis/Google.Cloud.SecurityCenter.Settings.V1Beta1/Google.Cloud.SecurityCenter.Settings.V1Beta1/ComponentSettingsResourceNames.g.cs +++ b/apis/Google.Cloud.SecurityCenter.Settings.V1Beta1/Google.Cloud.SecurityCenter.Settings.V1Beta1/ComponentSettingsResourceNames.g.cs @@ -505,10 +505,11 @@ public ComponentSettingsName(string organizationId, string componentId) : this(R /// public string ZoneId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -524,7 +525,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.SecurityCenter.Settings.V1Beta1/Google.Cloud.SecurityCenter.Settings.V1Beta1/SecurityCenterSettingsServiceClient.g.cs b/apis/Google.Cloud.SecurityCenter.Settings.V1Beta1/Google.Cloud.SecurityCenter.Settings.V1Beta1/SecurityCenterSettingsServiceClient.g.cs index 89a140557f88..f98ec6a7ca70 100644 --- a/apis/Google.Cloud.SecurityCenter.Settings.V1Beta1/Google.Cloud.SecurityCenter.Settings.V1Beta1/SecurityCenterSettingsServiceClient.g.cs +++ b/apis/Google.Cloud.SecurityCenter.Settings.V1Beta1/Google.Cloud.SecurityCenter.Settings.V1Beta1/SecurityCenterSettingsServiceClient.g.cs @@ -292,7 +292,7 @@ public sealed partial class SecurityCenterSettingsServiceClientBuilder : gaxgrpc partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override SecurityCenterSettingsServiceClient Build() { SecurityCenterSettingsServiceClient client = null; @@ -300,7 +300,7 @@ public override SecurityCenterSettingsServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -322,17 +322,19 @@ private SecurityCenterSettingsServiceClient BuildImpl() return SecurityCenterSettingsServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => SecurityCenterSettingsServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => SecurityCenterSettingsServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => SecurityCenterSettingsServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.SecurityCenter.Settings.V1Beta1/Google.Cloud.SecurityCenter.Settings.V1Beta1/SecuritycenterSettingsServiceResourceNames.g.cs b/apis/Google.Cloud.SecurityCenter.Settings.V1Beta1/Google.Cloud.SecurityCenter.Settings.V1Beta1/SecuritycenterSettingsServiceResourceNames.g.cs index 7cdcdab8b757..835fb0ceca18 100644 --- a/apis/Google.Cloud.SecurityCenter.Settings.V1Beta1/Google.Cloud.SecurityCenter.Settings.V1Beta1/SecuritycenterSettingsServiceResourceNames.g.cs +++ b/apis/Google.Cloud.SecurityCenter.Settings.V1Beta1/Google.Cloud.SecurityCenter.Settings.V1Beta1/SecuritycenterSettingsServiceResourceNames.g.cs @@ -201,10 +201,11 @@ public ServiceAccountName(string organizationId) : this(ResourceNameType.Organiz /// public string OrganizationId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -215,7 +216,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.SecurityCenter.Settings.V1Beta1/Google.Cloud.SecurityCenter.Settings.V1Beta1/SettingsResourceNames.g.cs b/apis/Google.Cloud.SecurityCenter.Settings.V1Beta1/Google.Cloud.SecurityCenter.Settings.V1Beta1/SettingsResourceNames.g.cs index 69ad65cb5339..ceb3c79c8d1e 100644 --- a/apis/Google.Cloud.SecurityCenter.Settings.V1Beta1/Google.Cloud.SecurityCenter.Settings.V1Beta1/SettingsResourceNames.g.cs +++ b/apis/Google.Cloud.SecurityCenter.Settings.V1Beta1/Google.Cloud.SecurityCenter.Settings.V1Beta1/SettingsResourceNames.g.cs @@ -434,10 +434,11 @@ public SettingsName(string organizationId) : this(ResourceNameType.Organization, /// public string ZoneId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -453,7 +454,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.SecurityCenter.Settings.V1Beta1/synth.metadata b/apis/Google.Cloud.SecurityCenter.Settings.V1Beta1/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.SecurityCenter.Settings.V1Beta1/synth.metadata +++ b/apis/Google.Cloud.SecurityCenter.Settings.V1Beta1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.SecurityCenter.V1/Google.Cloud.SecurityCenter.V1/AssetResourceNames.g.cs b/apis/Google.Cloud.SecurityCenter.V1/Google.Cloud.SecurityCenter.V1/AssetResourceNames.g.cs index ab856d30a9c7..0eb20b21e352 100644 --- a/apis/Google.Cloud.SecurityCenter.V1/Google.Cloud.SecurityCenter.V1/AssetResourceNames.g.cs +++ b/apis/Google.Cloud.SecurityCenter.V1/Google.Cloud.SecurityCenter.V1/AssetResourceNames.g.cs @@ -205,10 +205,11 @@ public AssetName(string organizationId, string assetId) : this(ResourceNameType. /// public string OrganizationId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -219,7 +220,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.SecurityCenter.V1/Google.Cloud.SecurityCenter.V1/FindingResourceNames.g.cs b/apis/Google.Cloud.SecurityCenter.V1/Google.Cloud.SecurityCenter.V1/FindingResourceNames.g.cs index 3423c81ae480..0949eadc7c10 100644 --- a/apis/Google.Cloud.SecurityCenter.V1/Google.Cloud.SecurityCenter.V1/FindingResourceNames.g.cs +++ b/apis/Google.Cloud.SecurityCenter.V1/Google.Cloud.SecurityCenter.V1/FindingResourceNames.g.cs @@ -227,10 +227,11 @@ public FindingName(string organizationId, string sourceId, string findingId) : t /// public string SourceId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -241,7 +242,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.SecurityCenter.V1/Google.Cloud.SecurityCenter.V1/NotificationConfigResourceNames.g.cs b/apis/Google.Cloud.SecurityCenter.V1/Google.Cloud.SecurityCenter.V1/NotificationConfigResourceNames.g.cs index 0e57e767c725..f7b198487089 100644 --- a/apis/Google.Cloud.SecurityCenter.V1/Google.Cloud.SecurityCenter.V1/NotificationConfigResourceNames.g.cs +++ b/apis/Google.Cloud.SecurityCenter.V1/Google.Cloud.SecurityCenter.V1/NotificationConfigResourceNames.g.cs @@ -231,10 +231,11 @@ public NotificationConfigName(string organizationId, string notificationConfigId /// public string OrganizationId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -245,7 +246,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -437,10 +438,11 @@ public TopicName(string projectId, string topicId) : this(ResourceNameType.Proje /// public string TopicId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -451,7 +453,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.SecurityCenter.V1/Google.Cloud.SecurityCenter.V1/OrganizationSettingsResourceNames.g.cs b/apis/Google.Cloud.SecurityCenter.V1/Google.Cloud.SecurityCenter.V1/OrganizationSettingsResourceNames.g.cs index b995a879d13c..330261f4c3db 100644 --- a/apis/Google.Cloud.SecurityCenter.V1/Google.Cloud.SecurityCenter.V1/OrganizationSettingsResourceNames.g.cs +++ b/apis/Google.Cloud.SecurityCenter.V1/Google.Cloud.SecurityCenter.V1/OrganizationSettingsResourceNames.g.cs @@ -207,10 +207,11 @@ public OrganizationSettingsName(string organizationId) : this(ResourceNameType.O /// public string OrganizationId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -221,7 +222,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.SecurityCenter.V1/Google.Cloud.SecurityCenter.V1/SecurityCenterClient.g.cs b/apis/Google.Cloud.SecurityCenter.V1/Google.Cloud.SecurityCenter.V1/SecurityCenterClient.g.cs index e7f003869a5a..66ee3be2ae7a 100644 --- a/apis/Google.Cloud.SecurityCenter.V1/Google.Cloud.SecurityCenter.V1/SecurityCenterClient.g.cs +++ b/apis/Google.Cloud.SecurityCenter.V1/Google.Cloud.SecurityCenter.V1/SecurityCenterClient.g.cs @@ -429,7 +429,7 @@ public sealed partial class SecurityCenterClientBuilder : gaxgrpc::ClientBuilder partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override SecurityCenterClient Build() { SecurityCenterClient client = null; @@ -437,7 +437,7 @@ public override SecurityCenterClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -459,16 +459,18 @@ private SecurityCenterClient BuildImpl() return SecurityCenterClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => SecurityCenterClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => SecurityCenterClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => SecurityCenterClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.SecurityCenter.V1/Google.Cloud.SecurityCenter.V1/SecurityMarksResourceNames.g.cs b/apis/Google.Cloud.SecurityCenter.V1/Google.Cloud.SecurityCenter.V1/SecurityMarksResourceNames.g.cs index 2d42cc84b30f..e102e2a2533e 100644 --- a/apis/Google.Cloud.SecurityCenter.V1/Google.Cloud.SecurityCenter.V1/SecurityMarksResourceNames.g.cs +++ b/apis/Google.Cloud.SecurityCenter.V1/Google.Cloud.SecurityCenter.V1/SecurityMarksResourceNames.g.cs @@ -282,10 +282,11 @@ public SecurityMarksName(string organizationId, string assetId) : this(ResourceN /// public string SourceId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -297,7 +298,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.SecurityCenter.V1/Google.Cloud.SecurityCenter.V1/SourceResourceNames.g.cs b/apis/Google.Cloud.SecurityCenter.V1/Google.Cloud.SecurityCenter.V1/SourceResourceNames.g.cs index 0f1419ad9549..3af80c300ac7 100644 --- a/apis/Google.Cloud.SecurityCenter.V1/Google.Cloud.SecurityCenter.V1/SourceResourceNames.g.cs +++ b/apis/Google.Cloud.SecurityCenter.V1/Google.Cloud.SecurityCenter.V1/SourceResourceNames.g.cs @@ -206,10 +206,11 @@ public SourceName(string organizationId, string sourceId) : this(ResourceNameTyp /// public string SourceId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -220,7 +221,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.SecurityCenter.V1/synth.metadata b/apis/Google.Cloud.SecurityCenter.V1/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.SecurityCenter.V1/synth.metadata +++ b/apis/Google.Cloud.SecurityCenter.V1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.SecurityCenter.V1P1Beta1/Google.Cloud.SecurityCenter.V1P1Beta1/AssetResourceNames.g.cs b/apis/Google.Cloud.SecurityCenter.V1P1Beta1/Google.Cloud.SecurityCenter.V1P1Beta1/AssetResourceNames.g.cs index c58aec322fa0..4ae6ec2aae56 100644 --- a/apis/Google.Cloud.SecurityCenter.V1P1Beta1/Google.Cloud.SecurityCenter.V1P1Beta1/AssetResourceNames.g.cs +++ b/apis/Google.Cloud.SecurityCenter.V1P1Beta1/Google.Cloud.SecurityCenter.V1P1Beta1/AssetResourceNames.g.cs @@ -205,10 +205,11 @@ public AssetName(string organizationId, string assetId) : this(ResourceNameType. /// public string OrganizationId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -219,7 +220,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.SecurityCenter.V1P1Beta1/Google.Cloud.SecurityCenter.V1P1Beta1/FindingResourceNames.g.cs b/apis/Google.Cloud.SecurityCenter.V1P1Beta1/Google.Cloud.SecurityCenter.V1P1Beta1/FindingResourceNames.g.cs index 7f20c4bcf101..0f0976753992 100644 --- a/apis/Google.Cloud.SecurityCenter.V1P1Beta1/Google.Cloud.SecurityCenter.V1P1Beta1/FindingResourceNames.g.cs +++ b/apis/Google.Cloud.SecurityCenter.V1P1Beta1/Google.Cloud.SecurityCenter.V1P1Beta1/FindingResourceNames.g.cs @@ -227,10 +227,11 @@ public FindingName(string organizationId, string sourceId, string findingId) : t /// public string SourceId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -241,7 +242,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.SecurityCenter.V1P1Beta1/Google.Cloud.SecurityCenter.V1P1Beta1/NotificationConfigResourceNames.g.cs b/apis/Google.Cloud.SecurityCenter.V1P1Beta1/Google.Cloud.SecurityCenter.V1P1Beta1/NotificationConfigResourceNames.g.cs index 4491e7828ec7..b47e316e9786 100644 --- a/apis/Google.Cloud.SecurityCenter.V1P1Beta1/Google.Cloud.SecurityCenter.V1P1Beta1/NotificationConfigResourceNames.g.cs +++ b/apis/Google.Cloud.SecurityCenter.V1P1Beta1/Google.Cloud.SecurityCenter.V1P1Beta1/NotificationConfigResourceNames.g.cs @@ -231,10 +231,11 @@ public NotificationConfigName(string organizationId, string notificationConfigId /// public string OrganizationId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -245,7 +246,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -437,10 +438,11 @@ public TopicName(string projectId, string topicId) : this(ResourceNameType.Proje /// public string TopicId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -451,7 +453,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.SecurityCenter.V1P1Beta1/Google.Cloud.SecurityCenter.V1P1Beta1/OrganizationSettingsResourceNames.g.cs b/apis/Google.Cloud.SecurityCenter.V1P1Beta1/Google.Cloud.SecurityCenter.V1P1Beta1/OrganizationSettingsResourceNames.g.cs index 82ea2635a879..52c55c2b8bbc 100644 --- a/apis/Google.Cloud.SecurityCenter.V1P1Beta1/Google.Cloud.SecurityCenter.V1P1Beta1/OrganizationSettingsResourceNames.g.cs +++ b/apis/Google.Cloud.SecurityCenter.V1P1Beta1/Google.Cloud.SecurityCenter.V1P1Beta1/OrganizationSettingsResourceNames.g.cs @@ -207,10 +207,11 @@ public OrganizationSettingsName(string organizationId) : this(ResourceNameType.O /// public string OrganizationId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -221,7 +222,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.SecurityCenter.V1P1Beta1/Google.Cloud.SecurityCenter.V1P1Beta1/SecurityCenterClient.g.cs b/apis/Google.Cloud.SecurityCenter.V1P1Beta1/Google.Cloud.SecurityCenter.V1P1Beta1/SecurityCenterClient.g.cs index 20101011ecbf..19571b2b4cb1 100644 --- a/apis/Google.Cloud.SecurityCenter.V1P1Beta1/Google.Cloud.SecurityCenter.V1P1Beta1/SecurityCenterClient.g.cs +++ b/apis/Google.Cloud.SecurityCenter.V1P1Beta1/Google.Cloud.SecurityCenter.V1P1Beta1/SecurityCenterClient.g.cs @@ -429,7 +429,7 @@ public sealed partial class SecurityCenterClientBuilder : gaxgrpc::ClientBuilder partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override SecurityCenterClient Build() { SecurityCenterClient client = null; @@ -437,7 +437,7 @@ public override SecurityCenterClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -459,16 +459,18 @@ private SecurityCenterClient BuildImpl() return SecurityCenterClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => SecurityCenterClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => SecurityCenterClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => SecurityCenterClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.SecurityCenter.V1P1Beta1/Google.Cloud.SecurityCenter.V1P1Beta1/SecurityMarksResourceNames.g.cs b/apis/Google.Cloud.SecurityCenter.V1P1Beta1/Google.Cloud.SecurityCenter.V1P1Beta1/SecurityMarksResourceNames.g.cs index e2d5560d462a..2dd98a92f230 100644 --- a/apis/Google.Cloud.SecurityCenter.V1P1Beta1/Google.Cloud.SecurityCenter.V1P1Beta1/SecurityMarksResourceNames.g.cs +++ b/apis/Google.Cloud.SecurityCenter.V1P1Beta1/Google.Cloud.SecurityCenter.V1P1Beta1/SecurityMarksResourceNames.g.cs @@ -282,10 +282,11 @@ public SecurityMarksName(string organizationId, string assetId) : this(ResourceN /// public string SourceId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -297,7 +298,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.SecurityCenter.V1P1Beta1/Google.Cloud.SecurityCenter.V1P1Beta1/SourceResourceNames.g.cs b/apis/Google.Cloud.SecurityCenter.V1P1Beta1/Google.Cloud.SecurityCenter.V1P1Beta1/SourceResourceNames.g.cs index 7489d926219e..afb39b3baf97 100644 --- a/apis/Google.Cloud.SecurityCenter.V1P1Beta1/Google.Cloud.SecurityCenter.V1P1Beta1/SourceResourceNames.g.cs +++ b/apis/Google.Cloud.SecurityCenter.V1P1Beta1/Google.Cloud.SecurityCenter.V1P1Beta1/SourceResourceNames.g.cs @@ -206,10 +206,11 @@ public SourceName(string organizationId, string sourceId) : this(ResourceNameTyp /// public string SourceId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -220,7 +221,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.SecurityCenter.V1P1Beta1/synth.metadata b/apis/Google.Cloud.SecurityCenter.V1P1Beta1/synth.metadata index b53cd40ee4eb..b3c5c00fc186 100644 --- a/apis/Google.Cloud.SecurityCenter.V1P1Beta1/synth.metadata +++ b/apis/Google.Cloud.SecurityCenter.V1P1Beta1/synth.metadata @@ -1,12 +1,11 @@ { - "updateTime": "2020-04-08T05:53:42.144939Z", "sources": [ { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "29aac60f121dc43382b37ff92f2dbb692d94143a" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] -} \ No newline at end of file +} diff --git a/apis/Google.Cloud.ServiceDirectory.V1Beta1/Google.Cloud.ServiceDirectory.V1Beta1/EndpointResourceNames.g.cs b/apis/Google.Cloud.ServiceDirectory.V1Beta1/Google.Cloud.ServiceDirectory.V1Beta1/EndpointResourceNames.g.cs index f40c08c4b49f..e7e48e453b30 100644 --- a/apis/Google.Cloud.ServiceDirectory.V1Beta1/Google.Cloud.ServiceDirectory.V1Beta1/EndpointResourceNames.g.cs +++ b/apis/Google.Cloud.ServiceDirectory.V1Beta1/Google.Cloud.ServiceDirectory.V1Beta1/EndpointResourceNames.g.cs @@ -263,10 +263,11 @@ public EndpointName(string projectId, string locationId, string namespaceId, str /// public string ServiceId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -277,7 +278,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.ServiceDirectory.V1Beta1/Google.Cloud.ServiceDirectory.V1Beta1/LookupServiceClient.g.cs b/apis/Google.Cloud.ServiceDirectory.V1Beta1/Google.Cloud.ServiceDirectory.V1Beta1/LookupServiceClient.g.cs index 7f803f83d699..6b68b9b67d4a 100644 --- a/apis/Google.Cloud.ServiceDirectory.V1Beta1/Google.Cloud.ServiceDirectory.V1Beta1/LookupServiceClient.g.cs +++ b/apis/Google.Cloud.ServiceDirectory.V1Beta1/Google.Cloud.ServiceDirectory.V1Beta1/LookupServiceClient.g.cs @@ -82,7 +82,7 @@ public sealed partial class LookupServiceClientBuilder : gaxgrpc::ClientBuilderB partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override LookupServiceClient Build() { LookupServiceClient client = null; @@ -90,7 +90,7 @@ public override LookupServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -112,16 +112,18 @@ private LookupServiceClient BuildImpl() return LookupServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => LookupServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => LookupServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => LookupServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.ServiceDirectory.V1Beta1/Google.Cloud.ServiceDirectory.V1Beta1/NamespaceResourceNames.g.cs b/apis/Google.Cloud.ServiceDirectory.V1Beta1/Google.Cloud.ServiceDirectory.V1Beta1/NamespaceResourceNames.g.cs index 1a16ab47bea8..d747307f2821 100644 --- a/apis/Google.Cloud.ServiceDirectory.V1Beta1/Google.Cloud.ServiceDirectory.V1Beta1/NamespaceResourceNames.g.cs +++ b/apis/Google.Cloud.ServiceDirectory.V1Beta1/Google.Cloud.ServiceDirectory.V1Beta1/NamespaceResourceNames.g.cs @@ -227,10 +227,11 @@ public NamespaceName(string projectId, string locationId, string namespaceId) : /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -241,7 +242,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.ServiceDirectory.V1Beta1/Google.Cloud.ServiceDirectory.V1Beta1/RegistrationServiceClient.g.cs b/apis/Google.Cloud.ServiceDirectory.V1Beta1/Google.Cloud.ServiceDirectory.V1Beta1/RegistrationServiceClient.g.cs index 53eb11bb9daa..c34b3c4e3106 100644 --- a/apis/Google.Cloud.ServiceDirectory.V1Beta1/Google.Cloud.ServiceDirectory.V1Beta1/RegistrationServiceClient.g.cs +++ b/apis/Google.Cloud.ServiceDirectory.V1Beta1/Google.Cloud.ServiceDirectory.V1Beta1/RegistrationServiceClient.g.cs @@ -359,7 +359,7 @@ public sealed partial class RegistrationServiceClientBuilder : gaxgrpc::ClientBu partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override RegistrationServiceClient Build() { RegistrationServiceClient client = null; @@ -367,7 +367,7 @@ public override RegistrationServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -389,16 +389,18 @@ private RegistrationServiceClient BuildImpl() return RegistrationServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => RegistrationServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => RegistrationServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => RegistrationServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.ServiceDirectory.V1Beta1/Google.Cloud.ServiceDirectory.V1Beta1/ServiceResourceNames.g.cs b/apis/Google.Cloud.ServiceDirectory.V1Beta1/Google.Cloud.ServiceDirectory.V1Beta1/ServiceResourceNames.g.cs index 572d2ae512f7..4c50f99c3026 100644 --- a/apis/Google.Cloud.ServiceDirectory.V1Beta1/Google.Cloud.ServiceDirectory.V1Beta1/ServiceResourceNames.g.cs +++ b/apis/Google.Cloud.ServiceDirectory.V1Beta1/Google.Cloud.ServiceDirectory.V1Beta1/ServiceResourceNames.g.cs @@ -245,10 +245,11 @@ public ServiceName(string projectId, string locationId, string namespaceId, stri /// public string ServiceId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -259,7 +260,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.ServiceDirectory.V1Beta1/synth.metadata b/apis/Google.Cloud.ServiceDirectory.V1Beta1/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.ServiceDirectory.V1Beta1/synth.metadata +++ b/apis/Google.Cloud.ServiceDirectory.V1Beta1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.Spanner.Admin.Database.V1/Google.Cloud.Spanner.Admin.Database.V1/BackupResourceNames.g.cs b/apis/Google.Cloud.Spanner.Admin.Database.V1/Google.Cloud.Spanner.Admin.Database.V1/BackupResourceNames.g.cs index 5abe101561da..cd2e206c2fca 100644 --- a/apis/Google.Cloud.Spanner.Admin.Database.V1/Google.Cloud.Spanner.Admin.Database.V1/BackupResourceNames.g.cs +++ b/apis/Google.Cloud.Spanner.Admin.Database.V1/Google.Cloud.Spanner.Admin.Database.V1/BackupResourceNames.g.cs @@ -219,10 +219,11 @@ public BackupName(string projectId, string instanceId, string backupId) : this(R /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -233,7 +234,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Spanner.Admin.Database.V1/Google.Cloud.Spanner.Admin.Database.V1/DatabaseAdminClient.g.cs b/apis/Google.Cloud.Spanner.Admin.Database.V1/Google.Cloud.Spanner.Admin.Database.V1/DatabaseAdminClient.g.cs index 27b2787b297f..de942dedb3bc 100644 --- a/apis/Google.Cloud.Spanner.Admin.Database.V1/Google.Cloud.Spanner.Admin.Database.V1/DatabaseAdminClient.g.cs +++ b/apis/Google.Cloud.Spanner.Admin.Database.V1/Google.Cloud.Spanner.Admin.Database.V1/DatabaseAdminClient.g.cs @@ -408,7 +408,7 @@ public sealed partial class DatabaseAdminClientBuilder : gaxgrpc::ClientBuilderB partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override DatabaseAdminClient Build() { DatabaseAdminClient client = null; @@ -416,7 +416,7 @@ public override DatabaseAdminClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -438,16 +438,18 @@ private DatabaseAdminClient BuildImpl() return DatabaseAdminClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => DatabaseAdminClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => DatabaseAdminClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => DatabaseAdminClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Spanner.Admin.Database.V1/synth.metadata b/apis/Google.Cloud.Spanner.Admin.Database.V1/synth.metadata index dd25e749bf94..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Spanner.Admin.Database.V1/synth.metadata +++ b/apis/Google.Cloud.Spanner.Admin.Database.V1/synth.metadata @@ -1,18 +1,11 @@ { "sources": [ - { - "git": { - "name": ".", - "remote": "https://github.com/googleapis/google-cloud-dotnet.git", - "sha": "f3e627ac0972417f8af7e51937b3a8541c089cac" - } - }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "ab5d07c2883026eec395d73ff59a17f4ad0153db" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] -} \ No newline at end of file +} diff --git a/apis/Google.Cloud.Spanner.Admin.Instance.V1/Google.Cloud.Spanner.Admin.Instance.V1/InstanceAdminClient.g.cs b/apis/Google.Cloud.Spanner.Admin.Instance.V1/Google.Cloud.Spanner.Admin.Instance.V1/InstanceAdminClient.g.cs index 5cadab9666a8..3ed31cd383c1 100644 --- a/apis/Google.Cloud.Spanner.Admin.Instance.V1/Google.Cloud.Spanner.Admin.Instance.V1/InstanceAdminClient.g.cs +++ b/apis/Google.Cloud.Spanner.Admin.Instance.V1/Google.Cloud.Spanner.Admin.Instance.V1/InstanceAdminClient.g.cs @@ -258,7 +258,7 @@ public sealed partial class InstanceAdminClientBuilder : gaxgrpc::ClientBuilderB partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override InstanceAdminClient Build() { InstanceAdminClient client = null; @@ -266,7 +266,7 @@ public override InstanceAdminClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -288,16 +288,18 @@ private InstanceAdminClient BuildImpl() return InstanceAdminClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => InstanceAdminClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => InstanceAdminClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => InstanceAdminClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Spanner.Admin.Instance.V1/Google.Cloud.Spanner.Admin.Instance.V1/SpannerInstanceAdminResourceNames.g.cs b/apis/Google.Cloud.Spanner.Admin.Instance.V1/Google.Cloud.Spanner.Admin.Instance.V1/SpannerInstanceAdminResourceNames.g.cs index b5786d6f5fab..b60169691199 100644 --- a/apis/Google.Cloud.Spanner.Admin.Instance.V1/Google.Cloud.Spanner.Admin.Instance.V1/SpannerInstanceAdminResourceNames.g.cs +++ b/apis/Google.Cloud.Spanner.Admin.Instance.V1/Google.Cloud.Spanner.Admin.Instance.V1/SpannerInstanceAdminResourceNames.g.cs @@ -215,10 +215,11 @@ public InstanceConfigName(string projectId, string instanceConfigId) : this(Reso /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -229,7 +230,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Spanner.Admin.Instance.V1/synth.metadata b/apis/Google.Cloud.Spanner.Admin.Instance.V1/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Spanner.Admin.Instance.V1/synth.metadata +++ b/apis/Google.Cloud.Spanner.Admin.Instance.V1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.Spanner.V1/Google.Cloud.Spanner.V1/SpannerClient.g.cs b/apis/Google.Cloud.Spanner.V1/Google.Cloud.Spanner.V1/SpannerClient.g.cs index 7c09d39f4ab0..66a6ea418461 100644 --- a/apis/Google.Cloud.Spanner.V1/Google.Cloud.Spanner.V1/SpannerClient.g.cs +++ b/apis/Google.Cloud.Spanner.V1/Google.Cloud.Spanner.V1/SpannerClient.g.cs @@ -303,7 +303,7 @@ public sealed partial class SpannerClientBuilder : gaxgrpc::ClientBuilderBase task); - /// + /// Builds the resulting client. public override SpannerClient Build() { SpannerClient client = null; @@ -311,7 +311,7 @@ public override SpannerClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -333,16 +333,18 @@ private SpannerClient BuildImpl() return SpannerClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => SpannerClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => SpannerClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => SpannerClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Spanner.V1/Google.Cloud.Spanner.V1/SpannerResourceNames.g.cs b/apis/Google.Cloud.Spanner.V1/Google.Cloud.Spanner.V1/SpannerResourceNames.g.cs index 5aa32b4c803f..f3dd5eb212a4 100644 --- a/apis/Google.Cloud.Spanner.V1/Google.Cloud.Spanner.V1/SpannerResourceNames.g.cs +++ b/apis/Google.Cloud.Spanner.V1/Google.Cloud.Spanner.V1/SpannerResourceNames.g.cs @@ -246,10 +246,11 @@ public SessionName(string projectId, string instanceId, string databaseId, strin /// public string SessionId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -260,7 +261,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Spanner.V1/synth.metadata b/apis/Google.Cloud.Spanner.V1/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Spanner.V1/synth.metadata +++ b/apis/Google.Cloud.Spanner.V1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.Speech.V1/Google.Cloud.Speech.V1/SpeechClient.g.cs b/apis/Google.Cloud.Speech.V1/Google.Cloud.Speech.V1/SpeechClient.g.cs index faa27544d06f..f1c0517f2481 100644 --- a/apis/Google.Cloud.Speech.V1/Google.Cloud.Speech.V1/SpeechClient.g.cs +++ b/apis/Google.Cloud.Speech.V1/Google.Cloud.Speech.V1/SpeechClient.g.cs @@ -130,7 +130,7 @@ public sealed partial class SpeechClientBuilder : gaxgrpc::ClientBuilderBase task); - /// + /// Builds the resulting client. public override SpeechClient Build() { SpeechClient client = null; @@ -138,7 +138,7 @@ public override SpeechClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -160,16 +160,18 @@ private SpeechClient BuildImpl() return SpeechClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => SpeechClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => SpeechClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => SpeechClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Speech.V1/synth.metadata b/apis/Google.Cloud.Speech.V1/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Speech.V1/synth.metadata +++ b/apis/Google.Cloud.Speech.V1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.Speech.V1P1Beta1/Google.Cloud.Speech.V1P1Beta1/ResourceResourceNames.g.cs b/apis/Google.Cloud.Speech.V1P1Beta1/Google.Cloud.Speech.V1P1Beta1/ResourceResourceNames.g.cs index cc3df47c2879..bfbc3d9c0654 100644 --- a/apis/Google.Cloud.Speech.V1P1Beta1/Google.Cloud.Speech.V1P1Beta1/ResourceResourceNames.g.cs +++ b/apis/Google.Cloud.Speech.V1P1Beta1/Google.Cloud.Speech.V1P1Beta1/ResourceResourceNames.g.cs @@ -229,10 +229,11 @@ public CustomClassName(string projectId, string locationId, string customClassId /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -243,7 +244,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -466,10 +467,11 @@ public PhraseSetName(string projectId, string locationId, string phraseSetId) : /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -480,7 +482,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Speech.V1P1Beta1/Google.Cloud.Speech.V1P1Beta1/SpeechClient.g.cs b/apis/Google.Cloud.Speech.V1P1Beta1/Google.Cloud.Speech.V1P1Beta1/SpeechClient.g.cs index 9a5089689f6a..2edecf91ca07 100644 --- a/apis/Google.Cloud.Speech.V1P1Beta1/Google.Cloud.Speech.V1P1Beta1/SpeechClient.g.cs +++ b/apis/Google.Cloud.Speech.V1P1Beta1/Google.Cloud.Speech.V1P1Beta1/SpeechClient.g.cs @@ -130,7 +130,7 @@ public sealed partial class SpeechClientBuilder : gaxgrpc::ClientBuilderBase task); - /// + /// Builds the resulting client. public override SpeechClient Build() { SpeechClient client = null; @@ -138,7 +138,7 @@ public override SpeechClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -160,16 +160,18 @@ private SpeechClient BuildImpl() return SpeechClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => SpeechClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => SpeechClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => SpeechClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Speech.V1P1Beta1/synth.metadata b/apis/Google.Cloud.Speech.V1P1Beta1/synth.metadata index 3e352725ae50..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Speech.V1P1Beta1/synth.metadata +++ b/apis/Google.Cloud.Speech.V1P1Beta1/synth.metadata @@ -1,18 +1,11 @@ { "sources": [ - { - "git": { - "name": ".", - "remote": "https://github.com/googleapis/google-cloud-dotnet.git", - "sha": "f2f7630e58f4a8a2c62fb8082d610ed5b4576374" - } - }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "4d61e1cb40184a7ad63ef37b1813f6608718674a" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] -} \ No newline at end of file +} diff --git a/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/ApplicationResourceNames.g.cs b/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/ApplicationResourceNames.g.cs index 8cbcbc5d2aa1..1c7c1aa75764 100644 --- a/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/ApplicationResourceNames.g.cs +++ b/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/ApplicationResourceNames.g.cs @@ -247,10 +247,11 @@ public ApplicationName(string projectId, string tenantId, string profileId, stri /// public string TenantId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -261,7 +262,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/ApplicationServiceClient.g.cs b/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/ApplicationServiceClient.g.cs index 1d6821ecb846..361d59160f10 100644 --- a/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/ApplicationServiceClient.g.cs +++ b/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/ApplicationServiceClient.g.cs @@ -145,7 +145,7 @@ public sealed partial class ApplicationServiceClientBuilder : gaxgrpc::ClientBui partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override ApplicationServiceClient Build() { ApplicationServiceClient client = null; @@ -153,7 +153,7 @@ public override ApplicationServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -175,16 +175,18 @@ private ApplicationServiceClient BuildImpl() return ApplicationServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => ApplicationServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => ApplicationServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => ApplicationServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/CompanyResourceNames.g.cs b/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/CompanyResourceNames.g.cs index 43228d64e545..216dc1ac0d5b 100644 --- a/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/CompanyResourceNames.g.cs +++ b/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/CompanyResourceNames.g.cs @@ -254,10 +254,11 @@ public CompanyName(string projectId, string tenantId, string companyId) : this(R /// public string TenantId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -269,7 +270,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/CompanyServiceClient.g.cs b/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/CompanyServiceClient.g.cs index 1a366089bb6c..80731e98e7e7 100644 --- a/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/CompanyServiceClient.g.cs +++ b/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/CompanyServiceClient.g.cs @@ -143,7 +143,7 @@ public sealed partial class CompanyServiceClientBuilder : gaxgrpc::ClientBuilder partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override CompanyServiceClient Build() { CompanyServiceClient client = null; @@ -151,7 +151,7 @@ public override CompanyServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -173,16 +173,18 @@ private CompanyServiceClient BuildImpl() return CompanyServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => CompanyServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => CompanyServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => CompanyServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/CompletionClient.g.cs b/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/CompletionClient.g.cs index fda35b2d1f76..eabb3aee2433 100644 --- a/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/CompletionClient.g.cs +++ b/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/CompletionClient.g.cs @@ -81,7 +81,7 @@ public sealed partial class CompletionClientBuilder : gaxgrpc::ClientBuilderBase partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override CompletionClient Build() { CompletionClient client = null; @@ -89,7 +89,7 @@ public override CompletionClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -111,16 +111,18 @@ private CompletionClient BuildImpl() return CompletionClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => CompletionClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => CompletionClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => CompletionClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/EventServiceClient.g.cs b/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/EventServiceClient.g.cs index 6199e66ab3b2..d4903045b334 100644 --- a/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/EventServiceClient.g.cs +++ b/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/EventServiceClient.g.cs @@ -79,7 +79,7 @@ public sealed partial class EventServiceClientBuilder : gaxgrpc::ClientBuilderBa partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override EventServiceClient Build() { EventServiceClient client = null; @@ -87,7 +87,7 @@ public override EventServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -109,16 +109,18 @@ private EventServiceClient BuildImpl() return EventServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => EventServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => EventServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => EventServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/JobResourceNames.g.cs b/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/JobResourceNames.g.cs index 0b818e42f598..230468bbfe6e 100644 --- a/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/JobResourceNames.g.cs +++ b/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/JobResourceNames.g.cs @@ -246,10 +246,11 @@ public JobName(string projectId, string tenantId, string jobId) : this(ResourceN /// public string TenantId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -261,7 +262,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/JobServiceClient.g.cs b/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/JobServiceClient.g.cs index 9b5bca4d77ae..2655b14db6db 100644 --- a/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/JobServiceClient.g.cs +++ b/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/JobServiceClient.g.cs @@ -246,7 +246,7 @@ public sealed partial class JobServiceClientBuilder : gaxgrpc::ClientBuilderBase partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override JobServiceClient Build() { JobServiceClient client = null; @@ -254,7 +254,7 @@ public override JobServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -276,16 +276,18 @@ private JobServiceClient BuildImpl() return JobServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => JobServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => JobServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => JobServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/ProfileResourceNames.g.cs b/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/ProfileResourceNames.g.cs index 4dd524024877..11605e6fa831 100644 --- a/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/ProfileResourceNames.g.cs +++ b/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/ProfileResourceNames.g.cs @@ -218,10 +218,11 @@ public ProfileName(string projectId, string tenantId, string profileId) : this(R /// public string TenantId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -232,7 +233,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/ProfileServiceClient.g.cs b/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/ProfileServiceClient.g.cs index 99ea28846ae9..00fb00ba2f1f 100644 --- a/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/ProfileServiceClient.g.cs +++ b/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/ProfileServiceClient.g.cs @@ -155,7 +155,7 @@ public sealed partial class ProfileServiceClientBuilder : gaxgrpc::ClientBuilder partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override ProfileServiceClient Build() { ProfileServiceClient client = null; @@ -163,7 +163,7 @@ public override ProfileServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -185,16 +185,18 @@ private ProfileServiceClient BuildImpl() return ProfileServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => ProfileServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => ProfileServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => ProfileServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/TenantResourceNames.g.cs b/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/TenantResourceNames.g.cs index eed62aa854b0..5ebe57891d89 100644 --- a/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/TenantResourceNames.g.cs +++ b/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/TenantResourceNames.g.cs @@ -204,10 +204,11 @@ public TenantName(string projectId, string tenantId) : this(ResourceNameType.Pro /// public string TenantId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -218,7 +219,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/TenantServiceClient.g.cs b/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/TenantServiceClient.g.cs index d3a6a65ebfe2..3f300d103a0d 100644 --- a/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/TenantServiceClient.g.cs +++ b/apis/Google.Cloud.Talent.V4Beta1/Google.Cloud.Talent.V4Beta1/TenantServiceClient.g.cs @@ -143,7 +143,7 @@ public sealed partial class TenantServiceClientBuilder : gaxgrpc::ClientBuilderB partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override TenantServiceClient Build() { TenantServiceClient client = null; @@ -151,7 +151,7 @@ public override TenantServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -173,16 +173,18 @@ private TenantServiceClient BuildImpl() return TenantServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => TenantServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => TenantServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => TenantServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Talent.V4Beta1/synth.metadata b/apis/Google.Cloud.Talent.V4Beta1/synth.metadata index ec1b76a1954e..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Talent.V4Beta1/synth.metadata +++ b/apis/Google.Cloud.Talent.V4Beta1/synth.metadata @@ -1,18 +1,11 @@ { "sources": [ - { - "git": { - "name": ".", - "remote": "https://github.com/googleapis/google-cloud-dotnet.git", - "sha": "1469d9650cba00fcb7a6109c417772b4e4a6db29" - } - }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "ac1f904979899bc598fb0567cf7a367f08b40b43" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] -} \ No newline at end of file +} diff --git a/apis/Google.Cloud.Tasks.V2/Google.Cloud.Tasks.V2/CloudTasksClient.g.cs b/apis/Google.Cloud.Tasks.V2/Google.Cloud.Tasks.V2/CloudTasksClient.g.cs index 3e77d9f09a43..70753dc51463 100644 --- a/apis/Google.Cloud.Tasks.V2/Google.Cloud.Tasks.V2/CloudTasksClient.g.cs +++ b/apis/Google.Cloud.Tasks.V2/Google.Cloud.Tasks.V2/CloudTasksClient.g.cs @@ -301,7 +301,7 @@ public sealed partial class CloudTasksClientBuilder : gaxgrpc::ClientBuilderBase partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override CloudTasksClient Build() { CloudTasksClient client = null; @@ -309,7 +309,7 @@ public override CloudTasksClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -331,16 +331,18 @@ private CloudTasksClient BuildImpl() return CloudTasksClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => CloudTasksClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => CloudTasksClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => CloudTasksClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Tasks.V2/Google.Cloud.Tasks.V2/QueueResourceNames.g.cs b/apis/Google.Cloud.Tasks.V2/Google.Cloud.Tasks.V2/QueueResourceNames.g.cs index 9cf5dd03bf50..f6c1b84c2e8f 100644 --- a/apis/Google.Cloud.Tasks.V2/Google.Cloud.Tasks.V2/QueueResourceNames.g.cs +++ b/apis/Google.Cloud.Tasks.V2/Google.Cloud.Tasks.V2/QueueResourceNames.g.cs @@ -218,10 +218,11 @@ public QueueName(string projectId, string locationId, string queueId) : this(Res /// public string QueueId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -232,7 +233,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Tasks.V2/Google.Cloud.Tasks.V2/TaskResourceNames.g.cs b/apis/Google.Cloud.Tasks.V2/Google.Cloud.Tasks.V2/TaskResourceNames.g.cs index afe8d6958586..744b034c0640 100644 --- a/apis/Google.Cloud.Tasks.V2/Google.Cloud.Tasks.V2/TaskResourceNames.g.cs +++ b/apis/Google.Cloud.Tasks.V2/Google.Cloud.Tasks.V2/TaskResourceNames.g.cs @@ -234,10 +234,11 @@ public TaskName(string projectId, string locationId, string queueId, string task /// public string TaskId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -248,7 +249,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Tasks.V2/synth.metadata b/apis/Google.Cloud.Tasks.V2/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Tasks.V2/synth.metadata +++ b/apis/Google.Cloud.Tasks.V2/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.Tasks.V2Beta3/Google.Cloud.Tasks.V2Beta3/CloudTasksClient.g.cs b/apis/Google.Cloud.Tasks.V2Beta3/Google.Cloud.Tasks.V2Beta3/CloudTasksClient.g.cs index d6b493d6c7cb..7bbe6d9c2850 100644 --- a/apis/Google.Cloud.Tasks.V2Beta3/Google.Cloud.Tasks.V2Beta3/CloudTasksClient.g.cs +++ b/apis/Google.Cloud.Tasks.V2Beta3/Google.Cloud.Tasks.V2Beta3/CloudTasksClient.g.cs @@ -301,7 +301,7 @@ public sealed partial class CloudTasksClientBuilder : gaxgrpc::ClientBuilderBase partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override CloudTasksClient Build() { CloudTasksClient client = null; @@ -309,7 +309,7 @@ public override CloudTasksClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -331,16 +331,18 @@ private CloudTasksClient BuildImpl() return CloudTasksClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => CloudTasksClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => CloudTasksClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => CloudTasksClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Tasks.V2Beta3/Google.Cloud.Tasks.V2Beta3/QueueResourceNames.g.cs b/apis/Google.Cloud.Tasks.V2Beta3/Google.Cloud.Tasks.V2Beta3/QueueResourceNames.g.cs index 3115e77c4845..0e96ee07396f 100644 --- a/apis/Google.Cloud.Tasks.V2Beta3/Google.Cloud.Tasks.V2Beta3/QueueResourceNames.g.cs +++ b/apis/Google.Cloud.Tasks.V2Beta3/Google.Cloud.Tasks.V2Beta3/QueueResourceNames.g.cs @@ -218,10 +218,11 @@ public QueueName(string projectId, string locationId, string queueId) : this(Res /// public string QueueId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -232,7 +233,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Tasks.V2Beta3/Google.Cloud.Tasks.V2Beta3/TaskResourceNames.g.cs b/apis/Google.Cloud.Tasks.V2Beta3/Google.Cloud.Tasks.V2Beta3/TaskResourceNames.g.cs index d3c044060037..b7d4dbbae5c6 100644 --- a/apis/Google.Cloud.Tasks.V2Beta3/Google.Cloud.Tasks.V2Beta3/TaskResourceNames.g.cs +++ b/apis/Google.Cloud.Tasks.V2Beta3/Google.Cloud.Tasks.V2Beta3/TaskResourceNames.g.cs @@ -234,10 +234,11 @@ public TaskName(string projectId, string locationId, string queueId, string task /// public string TaskId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -248,7 +249,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Tasks.V2Beta3/synth.metadata b/apis/Google.Cloud.Tasks.V2Beta3/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Tasks.V2Beta3/synth.metadata +++ b/apis/Google.Cloud.Tasks.V2Beta3/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.TextToSpeech.V1/Google.Cloud.TextToSpeech.V1/TextToSpeechClient.g.cs b/apis/Google.Cloud.TextToSpeech.V1/Google.Cloud.TextToSpeech.V1/TextToSpeechClient.g.cs index 70d5b28ffad2..0fccc503633c 100644 --- a/apis/Google.Cloud.TextToSpeech.V1/Google.Cloud.TextToSpeech.V1/TextToSpeechClient.g.cs +++ b/apis/Google.Cloud.TextToSpeech.V1/Google.Cloud.TextToSpeech.V1/TextToSpeechClient.g.cs @@ -97,7 +97,7 @@ public sealed partial class TextToSpeechClientBuilder : gaxgrpc::ClientBuilderBa partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override TextToSpeechClient Build() { TextToSpeechClient client = null; @@ -105,7 +105,7 @@ public override TextToSpeechClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -127,16 +127,18 @@ private TextToSpeechClient BuildImpl() return TextToSpeechClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => TextToSpeechClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => TextToSpeechClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => TextToSpeechClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.TextToSpeech.V1/synth.metadata b/apis/Google.Cloud.TextToSpeech.V1/synth.metadata index 96cc65e6c829..b3c5c00fc186 100644 --- a/apis/Google.Cloud.TextToSpeech.V1/synth.metadata +++ b/apis/Google.Cloud.TextToSpeech.V1/synth.metadata @@ -1,18 +1,11 @@ { "sources": [ - { - "git": { - "name": ".", - "remote": "https://github.com/googleapis/google-cloud-dotnet.git", - "sha": "1469d9650cba00fcb7a6109c417772b4e4a6db29" - } - }, { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "b8c7c4e8da56547fc32bee9b563d306fadabdb6f" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] -} \ No newline at end of file +} diff --git a/apis/Google.Cloud.Trace.V1/Google.Cloud.Trace.V1/TraceServiceClient.g.cs b/apis/Google.Cloud.Trace.V1/Google.Cloud.Trace.V1/TraceServiceClient.g.cs index 20d6bca560ab..0c0b6b12c649 100644 --- a/apis/Google.Cloud.Trace.V1/Google.Cloud.Trace.V1/TraceServiceClient.g.cs +++ b/apis/Google.Cloud.Trace.V1/Google.Cloud.Trace.V1/TraceServiceClient.g.cs @@ -115,7 +115,7 @@ public sealed partial class TraceServiceClientBuilder : gaxgrpc::ClientBuilderBa partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override TraceServiceClient Build() { TraceServiceClient client = null; @@ -123,7 +123,7 @@ public override TraceServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -145,16 +145,18 @@ private TraceServiceClient BuildImpl() return TraceServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => TraceServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => TraceServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => TraceServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Trace.V1/synth.metadata b/apis/Google.Cloud.Trace.V1/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Trace.V1/synth.metadata +++ b/apis/Google.Cloud.Trace.V1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.Trace.V2/Google.Cloud.Trace.V2/TraceResourceNames.g.cs b/apis/Google.Cloud.Trace.V2/Google.Cloud.Trace.V2/TraceResourceNames.g.cs index f62b7f1115bd..83aadb6ad3f2 100644 --- a/apis/Google.Cloud.Trace.V2/Google.Cloud.Trace.V2/TraceResourceNames.g.cs +++ b/apis/Google.Cloud.Trace.V2/Google.Cloud.Trace.V2/TraceResourceNames.g.cs @@ -213,10 +213,11 @@ public SpanName(string projectId, string traceId, string spanId) : this(Resource /// public string TraceId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -227,7 +228,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Trace.V2/Google.Cloud.Trace.V2/TraceServiceClient.g.cs b/apis/Google.Cloud.Trace.V2/Google.Cloud.Trace.V2/TraceServiceClient.g.cs index 23f1f4e52c65..2d0b7a2dce8e 100644 --- a/apis/Google.Cloud.Trace.V2/Google.Cloud.Trace.V2/TraceServiceClient.g.cs +++ b/apis/Google.Cloud.Trace.V2/Google.Cloud.Trace.V2/TraceServiceClient.g.cs @@ -96,7 +96,7 @@ public sealed partial class TraceServiceClientBuilder : gaxgrpc::ClientBuilderBa partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override TraceServiceClient Build() { TraceServiceClient client = null; @@ -104,7 +104,7 @@ public override TraceServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -126,16 +126,18 @@ private TraceServiceClient BuildImpl() return TraceServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => TraceServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => TraceServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => TraceServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Trace.V2/synth.metadata b/apis/Google.Cloud.Trace.V2/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Trace.V2/synth.metadata +++ b/apis/Google.Cloud.Trace.V2/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.Translate.V3/Google.Cloud.Translate.V3/TranslationServiceClient.g.cs b/apis/Google.Cloud.Translate.V3/Google.Cloud.Translate.V3/TranslationServiceClient.g.cs index 7352411cb627..52098e745ddd 100644 --- a/apis/Google.Cloud.Translate.V3/Google.Cloud.Translate.V3/TranslationServiceClient.g.cs +++ b/apis/Google.Cloud.Translate.V3/Google.Cloud.Translate.V3/TranslationServiceClient.g.cs @@ -244,7 +244,7 @@ public sealed partial class TranslationServiceClientBuilder : gaxgrpc::ClientBui partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override TranslationServiceClient Build() { TranslationServiceClient client = null; @@ -252,7 +252,7 @@ public override TranslationServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -274,16 +274,18 @@ private TranslationServiceClient BuildImpl() return TranslationServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => TranslationServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => TranslationServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => TranslationServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Translate.V3/Google.Cloud.Translate.V3/TranslationServiceResourceNames.g.cs b/apis/Google.Cloud.Translate.V3/Google.Cloud.Translate.V3/TranslationServiceResourceNames.g.cs index ca575d2fac1f..4d0a1cb41b27 100644 --- a/apis/Google.Cloud.Translate.V3/Google.Cloud.Translate.V3/TranslationServiceResourceNames.g.cs +++ b/apis/Google.Cloud.Translate.V3/Google.Cloud.Translate.V3/TranslationServiceResourceNames.g.cs @@ -228,10 +228,11 @@ public GlossaryName(string projectId, string locationId, string glossaryId) : th /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -242,7 +243,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Translate.V3/synth.metadata b/apis/Google.Cloud.Translate.V3/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Translate.V3/synth.metadata +++ b/apis/Google.Cloud.Translate.V3/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.VideoIntelligence.V1/Google.Cloud.VideoIntelligence.V1/VideoIntelligenceServiceClient.g.cs b/apis/Google.Cloud.VideoIntelligence.V1/Google.Cloud.VideoIntelligence.V1/VideoIntelligenceServiceClient.g.cs index 8cc7cdcbecff..16b0960b25fb 100644 --- a/apis/Google.Cloud.VideoIntelligence.V1/Google.Cloud.VideoIntelligence.V1/VideoIntelligenceServiceClient.g.cs +++ b/apis/Google.Cloud.VideoIntelligence.V1/Google.Cloud.VideoIntelligence.V1/VideoIntelligenceServiceClient.g.cs @@ -105,7 +105,7 @@ public sealed partial class VideoIntelligenceServiceClientBuilder : gaxgrpc::Cli partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override VideoIntelligenceServiceClient Build() { VideoIntelligenceServiceClient client = null; @@ -113,7 +113,7 @@ public override VideoIntelligenceServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -135,16 +135,18 @@ private VideoIntelligenceServiceClient BuildImpl() return VideoIntelligenceServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => VideoIntelligenceServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => VideoIntelligenceServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => VideoIntelligenceServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.VideoIntelligence.V1/synth.metadata b/apis/Google.Cloud.VideoIntelligence.V1/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.VideoIntelligence.V1/synth.metadata +++ b/apis/Google.Cloud.VideoIntelligence.V1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Cloud.Vision.V1/Google.Cloud.Vision.V1/ImageAnnotatorClient.g.cs b/apis/Google.Cloud.Vision.V1/Google.Cloud.Vision.V1/ImageAnnotatorClient.g.cs index c1093a31b3db..caac7d559273 100644 --- a/apis/Google.Cloud.Vision.V1/Google.Cloud.Vision.V1/ImageAnnotatorClient.g.cs +++ b/apis/Google.Cloud.Vision.V1/Google.Cloud.Vision.V1/ImageAnnotatorClient.g.cs @@ -171,7 +171,7 @@ public sealed partial class ImageAnnotatorClientBuilder : gaxgrpc::ClientBuilder partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override ImageAnnotatorClient Build() { ImageAnnotatorClient client = null; @@ -179,7 +179,7 @@ public override ImageAnnotatorClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -201,16 +201,18 @@ private ImageAnnotatorClient BuildImpl() return ImageAnnotatorClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => ImageAnnotatorClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => ImageAnnotatorClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => ImageAnnotatorClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Vision.V1/Google.Cloud.Vision.V1/ProductSearchClient.g.cs b/apis/Google.Cloud.Vision.V1/Google.Cloud.Vision.V1/ProductSearchClient.g.cs index 88a510d6f107..46bf0ed0dfad 100644 --- a/apis/Google.Cloud.Vision.V1/Google.Cloud.Vision.V1/ProductSearchClient.g.cs +++ b/apis/Google.Cloud.Vision.V1/Google.Cloud.Vision.V1/ProductSearchClient.g.cs @@ -415,7 +415,7 @@ public sealed partial class ProductSearchClientBuilder : gaxgrpc::ClientBuilderB partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override ProductSearchClient Build() { ProductSearchClient client = null; @@ -423,7 +423,7 @@ public override ProductSearchClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -445,16 +445,18 @@ private ProductSearchClient BuildImpl() return ProductSearchClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => ProductSearchClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => ProductSearchClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => ProductSearchClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.Vision.V1/Google.Cloud.Vision.V1/ProductSearchServiceResourceNames.g.cs b/apis/Google.Cloud.Vision.V1/Google.Cloud.Vision.V1/ProductSearchServiceResourceNames.g.cs index f00f501ffb17..f59f94178d3d 100644 --- a/apis/Google.Cloud.Vision.V1/Google.Cloud.Vision.V1/ProductSearchServiceResourceNames.g.cs +++ b/apis/Google.Cloud.Vision.V1/Google.Cloud.Vision.V1/ProductSearchServiceResourceNames.g.cs @@ -219,10 +219,11 @@ public ProductName(string projectId, string locationId, string productId) : this /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -233,7 +234,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -457,10 +458,11 @@ public ProductSetName(string projectId, string locationId, string productSetId) /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -471,7 +473,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -717,10 +719,11 @@ public ReferenceImageName(string projectId, string locationId, string productId, /// public string ReferenceImageId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -731,7 +734,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Google.Cloud.Vision.V1/synth.metadata b/apis/Google.Cloud.Vision.V1/synth.metadata index 7c4e7256d842..b3c5c00fc186 100644 --- a/apis/Google.Cloud.Vision.V1/synth.metadata +++ b/apis/Google.Cloud.Vision.V1/synth.metadata @@ -1,12 +1,11 @@ { - "updateTime": "2020-04-03T17:30:44.576030Z", "sources": [ { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "4a6a01ce0ead505c245d11a2ce156de34800c58f" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] -} \ No newline at end of file +} diff --git a/apis/Google.Cloud.WebRisk.V1/Google.Cloud.WebRisk.V1/WebRiskServiceClient.g.cs b/apis/Google.Cloud.WebRisk.V1/Google.Cloud.WebRisk.V1/WebRiskServiceClient.g.cs index ccc4f6a1ea34..db733ecf7a3d 100644 --- a/apis/Google.Cloud.WebRisk.V1/Google.Cloud.WebRisk.V1/WebRiskServiceClient.g.cs +++ b/apis/Google.Cloud.WebRisk.V1/Google.Cloud.WebRisk.V1/WebRiskServiceClient.g.cs @@ -129,7 +129,7 @@ public sealed partial class WebRiskServiceClientBuilder : gaxgrpc::ClientBuilder partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override WebRiskServiceClient Build() { WebRiskServiceClient client = null; @@ -137,7 +137,7 @@ public override WebRiskServiceClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -159,16 +159,18 @@ private WebRiskServiceClient BuildImpl() return WebRiskServiceClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => WebRiskServiceClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => WebRiskServiceClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => WebRiskServiceClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.WebRisk.V1/synth.metadata b/apis/Google.Cloud.WebRisk.V1/synth.metadata index 3d4eef6419d5..b3c5c00fc186 100644 --- a/apis/Google.Cloud.WebRisk.V1/synth.metadata +++ b/apis/Google.Cloud.WebRisk.V1/synth.metadata @@ -1,12 +1,11 @@ { - "updateTime": "2020-04-08T05:58:58.225979Z", "sources": [ { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "9ede34d093b9d786a974448fc7a3a17948c203e2" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] -} \ No newline at end of file +} diff --git a/apis/Google.Cloud.WebRisk.V1Beta1/Google.Cloud.WebRisk.V1Beta1/WebRiskServiceV1Beta1Client.g.cs b/apis/Google.Cloud.WebRisk.V1Beta1/Google.Cloud.WebRisk.V1Beta1/WebRiskServiceV1Beta1Client.g.cs index a337563aaacd..43cf4a08b3da 100644 --- a/apis/Google.Cloud.WebRisk.V1Beta1/Google.Cloud.WebRisk.V1Beta1/WebRiskServiceV1Beta1Client.g.cs +++ b/apis/Google.Cloud.WebRisk.V1Beta1/Google.Cloud.WebRisk.V1Beta1/WebRiskServiceV1Beta1Client.g.cs @@ -117,7 +117,7 @@ public sealed partial class WebRiskServiceV1Beta1ClientBuilder : gaxgrpc::Client partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override WebRiskServiceV1Beta1Client Build() { WebRiskServiceV1Beta1Client client = null; @@ -125,7 +125,7 @@ public override WebRiskServiceV1Beta1Client Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -147,16 +147,18 @@ private WebRiskServiceV1Beta1Client BuildImpl() return WebRiskServiceV1Beta1Client.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => WebRiskServiceV1Beta1Client.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => WebRiskServiceV1Beta1Client.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => WebRiskServiceV1Beta1Client.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.Cloud.WebRisk.V1Beta1/synth.metadata b/apis/Google.Cloud.WebRisk.V1Beta1/synth.metadata index 9fe89718826a..b3c5c00fc186 100644 --- a/apis/Google.Cloud.WebRisk.V1Beta1/synth.metadata +++ b/apis/Google.Cloud.WebRisk.V1Beta1/synth.metadata @@ -1,12 +1,11 @@ { - "updateTime": "2020-04-08T06:00:10.170107Z", "sources": [ { "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "9ede34d093b9d786a974448fc7a3a17948c203e2" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] -} \ No newline at end of file +} diff --git a/apis/Google.Identity.AccessContextManager.Type/synth.metadata b/apis/Google.Identity.AccessContextManager.Type/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Identity.AccessContextManager.Type/synth.metadata +++ b/apis/Google.Identity.AccessContextManager.Type/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.Identity.AccessContextManager.V1/synth.metadata b/apis/Google.Identity.AccessContextManager.V1/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.Identity.AccessContextManager.V1/synth.metadata +++ b/apis/Google.Identity.AccessContextManager.V1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Google.LongRunning/Google.LongRunning/OperationsClient.g.cs b/apis/Google.LongRunning/Google.LongRunning/OperationsClient.g.cs index 37a38a74a79a..b5ff1fb73c08 100644 --- a/apis/Google.LongRunning/Google.LongRunning/OperationsClient.g.cs +++ b/apis/Google.LongRunning/Google.LongRunning/OperationsClient.g.cs @@ -144,7 +144,7 @@ public sealed partial class OperationsClientBuilder : gaxgrpc::ClientBuilderBase partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task task); - /// + /// Builds the resulting client. public override OperationsClient Build() { OperationsClient client = null; @@ -152,7 +152,7 @@ public override OperationsClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -174,16 +174,18 @@ private OperationsClient BuildImpl() return OperationsClient.Create(callInvoker, Settings); } - /// + /// Returns the endpoint for this builder type, used if no endpoint is otherwise specified. protected override string GetDefaultEndpoint() => OperationsClient.DefaultEndpoint; - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => OperationsClient.DefaultScopes; - /// + /// Returns the channel pool to use when no other options are specified. protected override gaxgrpc::ChannelPool GetChannelPool() => OperationsClient.ChannelPool; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Google.LongRunning/synth.metadata b/apis/Google.LongRunning/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Google.LongRunning/synth.metadata +++ b/apis/Google.LongRunning/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ] diff --git a/apis/Grafeas.V1/Grafeas.V1/GrafeasClient.g.cs b/apis/Grafeas.V1/Grafeas.V1/GrafeasClient.g.cs index 23618dc54c01..ca30ad390a29 100644 --- a/apis/Grafeas.V1/Grafeas.V1/GrafeasClient.g.cs +++ b/apis/Grafeas.V1/Grafeas.V1/GrafeasClient.g.cs @@ -273,7 +273,7 @@ public sealed partial class GrafeasClientBuilder : gaxgrpc::ClientBuilderBase task); - /// + /// Builds the resulting client. public override GrafeasClient Build() { GrafeasClient client = null; @@ -281,7 +281,7 @@ public override GrafeasClient Build() return client ?? BuildImpl(); } - /// + /// Builds the resulting client asynchronously. public override stt::Task BuildAsync(st::CancellationToken cancellationToken = default) { stt::Task task = null; @@ -303,10 +303,12 @@ private GrafeasClient BuildImpl() return GrafeasClient.Create(callInvoker, Settings); } - /// + /// + /// Returns the default scopes for this builder type, used if no scopes are otherwise specified. + /// protected override scg::IReadOnlyList GetDefaultScopes() => GrafeasClient.DefaultScopes; - /// + /// Returns the default to use if not otherwise specified. protected override gaxgrpc::GrpcAdapter DefaultGrpcAdapter => gaxgrpccore::GrpcCoreAdapter.Instance; } diff --git a/apis/Grafeas.V1/Grafeas.V1/GrafeasResourceNames.g.cs b/apis/Grafeas.V1/Grafeas.V1/GrafeasResourceNames.g.cs index 874ff9cfc05f..66c3f45f5ebb 100644 --- a/apis/Grafeas.V1/Grafeas.V1/GrafeasResourceNames.g.cs +++ b/apis/Grafeas.V1/Grafeas.V1/GrafeasResourceNames.g.cs @@ -206,10 +206,11 @@ public OccurrenceName(string projectId, string occurrenceId) : this(ResourceName /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -220,7 +221,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -408,10 +409,11 @@ public NoteName(string projectId, string noteId) : this(ResourceNameType.Project /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -422,7 +424,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// @@ -600,10 +602,11 @@ public ProjectName(string projectId) : this(ResourceNameType.Project, projectId: /// public string ProjectId { get; } - /// + /// Whether this instance contains a resource name with a known pattern. public bool IsKnownPattern => Type != ResourceNameType.Unparsed; - /// + /// The string representation of the resource name. + /// The string representation of the resource name. public override string ToString() { switch (Type) @@ -614,7 +617,7 @@ public override string ToString() } } - /// + /// Returns a hash code for this resource name. public override int GetHashCode() => ToString().GetHashCode(); /// diff --git a/apis/Grafeas.V1/synth.metadata b/apis/Grafeas.V1/synth.metadata index 081db182e4c5..b3c5c00fc186 100644 --- a/apis/Grafeas.V1/synth.metadata +++ b/apis/Grafeas.V1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": "googleapis", "remote": "https://github.com/googleapis/googleapis.git", - "sha": "7be2811ad17013a5ea24cd75dfd9e399dd6e18fe" + "sha": "89e89786896d256c70f43e68a975470c4f4f220e" } } ]