Skip to content

Commit

Permalink
Regenerate all APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
jskeet committed Aug 17, 2021
1 parent dd0eed4 commit ac367e2
Show file tree
Hide file tree
Showing 476 changed files with 6,325 additions and 475 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1086,6 +1086,12 @@ public sealed partial class AnalyticsAdminServiceClientBuilder : gaxgrpc::Client
/// <summary>The settings to use for RPCs, or <c>null</c> for the default settings.</summary>
public AnalyticsAdminServiceSettings Settings { get; set; }

/// <summary>Creates a new builder with default settings.</summary>
public AnalyticsAdminServiceClientBuilder()
{
UseJwtAccessWithScopes = AnalyticsAdminServiceClient.UseJwtAccessWithScopes;
}

partial void InterceptBuild(ref AnalyticsAdminServiceClient client);

partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task<AnalyticsAdminServiceClient> task);
Expand Down Expand Up @@ -1165,7 +1171,19 @@ public abstract partial class AnalyticsAdminServiceClient
"https://www.googleapis.com/auth/analytics.readonly",
});

internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes);
internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes, UseJwtAccessWithScopes);

internal static bool UseJwtAccessWithScopes
{
get
{
bool useJwtAccessWithScopes = true;
MaybeUseJwtAccessWithScopes(ref useJwtAccessWithScopes);
return useJwtAccessWithScopes;
}
}

static partial void MaybeUseJwtAccessWithScopes(ref bool useJwtAccessWithScopes);

/// <summary>
/// Asynchronously creates a <see cref="AnalyticsAdminServiceClient"/> using the default credentials, endpoint
Expand Down
2 changes: 1 addition & 1 deletion apis/Google.Analytics.Admin.V1Alpha/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "c3bf1b727510ffc0e2020affff906fbc649cd563"
"sha": "a6c8dc7f72206eaff566f22593213cd9196d2bf2"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@ public sealed partial class AlphaAnalyticsDataClientBuilder : gaxgrpc::ClientBui
/// <summary>The settings to use for RPCs, or <c>null</c> for the default settings.</summary>
public AlphaAnalyticsDataSettings Settings { get; set; }

/// <summary>Creates a new builder with default settings.</summary>
public AlphaAnalyticsDataClientBuilder()
{
UseJwtAccessWithScopes = AlphaAnalyticsDataClient.UseJwtAccessWithScopes;
}

partial void InterceptBuild(ref AlphaAnalyticsDataClient client);

partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task<AlphaAnalyticsDataClient> task);
Expand Down Expand Up @@ -223,7 +229,19 @@ public abstract partial class AlphaAnalyticsDataClient
"https://www.googleapis.com/auth/analytics.readonly",
});

internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes);
internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes, UseJwtAccessWithScopes);

internal static bool UseJwtAccessWithScopes
{
get
{
bool useJwtAccessWithScopes = true;
MaybeUseJwtAccessWithScopes(ref useJwtAccessWithScopes);
return useJwtAccessWithScopes;
}
}

static partial void MaybeUseJwtAccessWithScopes(ref bool useJwtAccessWithScopes);

/// <summary>
/// Asynchronously creates a <see cref="AlphaAnalyticsDataClient"/> using the default credentials, endpoint and
Expand Down
2 changes: 1 addition & 1 deletion apis/Google.Analytics.Data.V1Alpha/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "a1ab4d44db02d59ff58810c6d4182d84e4b9abaa"
"sha": "a6c8dc7f72206eaff566f22593213cd9196d2bf2"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,12 @@ public sealed partial class BetaAnalyticsDataClientBuilder : gaxgrpc::ClientBuil
/// <summary>The settings to use for RPCs, or <c>null</c> for the default settings.</summary>
public BetaAnalyticsDataSettings Settings { get; set; }

/// <summary>Creates a new builder with default settings.</summary>
public BetaAnalyticsDataClientBuilder()
{
UseJwtAccessWithScopes = BetaAnalyticsDataClient.UseJwtAccessWithScopes;
}

partial void InterceptBuild(ref BetaAnalyticsDataClient client);

partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task<BetaAnalyticsDataClient> task);
Expand Down Expand Up @@ -219,7 +225,19 @@ public abstract partial class BetaAnalyticsDataClient
"https://www.googleapis.com/auth/analytics.readonly",
});

internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes);
internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes, UseJwtAccessWithScopes);

internal static bool UseJwtAccessWithScopes
{
get
{
bool useJwtAccessWithScopes = true;
MaybeUseJwtAccessWithScopes(ref useJwtAccessWithScopes);
return useJwtAccessWithScopes;
}
}

static partial void MaybeUseJwtAccessWithScopes(ref bool useJwtAccessWithScopes);

/// <summary>
/// Asynchronously creates a <see cref="BetaAnalyticsDataClient"/> using the default credentials, endpoint and
Expand Down
2 changes: 1 addition & 1 deletion apis/Google.Analytics.Data.V1Beta/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "41b50a384825d584fe202b0ce47dff73e04b29fc"
"sha": "a6c8dc7f72206eaff566f22593213cd9196d2bf2"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion apis/Google.Apps.Script.Type/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "d606bb4a7852604e4045948d6340e73cb0d1d70b"
"sha": "a6c8dc7f72206eaff566f22593213cd9196d2bf2"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,12 @@ public sealed partial class TablesServiceClientBuilder : gaxgrpc::ClientBuilderB
/// <summary>The settings to use for RPCs, or <c>null</c> for the default settings.</summary>
public TablesServiceSettings Settings { get; set; }

/// <summary>Creates a new builder with default settings.</summary>
public TablesServiceClientBuilder()
{
UseJwtAccessWithScopes = TablesServiceClient.UseJwtAccessWithScopes;
}

partial void InterceptBuild(ref TablesServiceClient client);

partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task<TablesServiceClient> task);
Expand Down Expand Up @@ -314,7 +320,19 @@ public abstract partial class TablesServiceClient
"https://www.googleapis.com/auth/tables",
});

internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes);
internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes, UseJwtAccessWithScopes);

internal static bool UseJwtAccessWithScopes
{
get
{
bool useJwtAccessWithScopes = true;
MaybeUseJwtAccessWithScopes(ref useJwtAccessWithScopes);
return useJwtAccessWithScopes;
}
}

static partial void MaybeUseJwtAccessWithScopes(ref bool useJwtAccessWithScopes);

/// <summary>
/// Asynchronously creates a <see cref="TablesServiceClient"/> using the default credentials, endpoint and
Expand Down
2 changes: 1 addition & 1 deletion apis/Google.Area120.Tables.V1Alpha1/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "a1ab4d44db02d59ff58810c6d4182d84e4b9abaa"
"sha": "a6c8dc7f72206eaff566f22593213cd9196d2bf2"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,12 @@ public sealed partial class DatasetServiceClientBuilder : gaxgrpc::ClientBuilder
/// <summary>The settings to use for RPCs, or <c>null</c> for the default settings.</summary>
public DatasetServiceSettings Settings { get; set; }

/// <summary>Creates a new builder with default settings.</summary>
public DatasetServiceClientBuilder()
{
UseJwtAccessWithScopes = DatasetServiceClient.UseJwtAccessWithScopes;
}

partial void InterceptBuild(ref DatasetServiceClient client);

partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task<DatasetServiceClient> task);
Expand Down Expand Up @@ -345,7 +351,19 @@ public abstract partial class DatasetServiceClient
"https://www.googleapis.com/auth/cloud-platform",
});

internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes);
internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes, UseJwtAccessWithScopes);

internal static bool UseJwtAccessWithScopes
{
get
{
bool useJwtAccessWithScopes = true;
MaybeUseJwtAccessWithScopes(ref useJwtAccessWithScopes);
return useJwtAccessWithScopes;
}
}

static partial void MaybeUseJwtAccessWithScopes(ref bool useJwtAccessWithScopes);

/// <summary>
/// Asynchronously creates a <see cref="DatasetServiceClient"/> using the default credentials, endpoint and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,12 @@ public sealed partial class EndpointServiceClientBuilder : gaxgrpc::ClientBuilde
/// <summary>The settings to use for RPCs, or <c>null</c> for the default settings.</summary>
public EndpointServiceSettings Settings { get; set; }

/// <summary>Creates a new builder with default settings.</summary>
public EndpointServiceClientBuilder()
{
UseJwtAccessWithScopes = EndpointServiceClient.UseJwtAccessWithScopes;
}

partial void InterceptBuild(ref EndpointServiceClient client);

partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task<EndpointServiceClient> task);
Expand Down Expand Up @@ -306,7 +312,19 @@ public abstract partial class EndpointServiceClient
"https://www.googleapis.com/auth/cloud-platform",
});

internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes);
internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes, UseJwtAccessWithScopes);

internal static bool UseJwtAccessWithScopes
{
get
{
bool useJwtAccessWithScopes = true;
MaybeUseJwtAccessWithScopes(ref useJwtAccessWithScopes);
return useJwtAccessWithScopes;
}
}

static partial void MaybeUseJwtAccessWithScopes(ref bool useJwtAccessWithScopes);

/// <summary>
/// Asynchronously creates a <see cref="EndpointServiceClient"/> using the default credentials, endpoint and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,12 @@ public sealed partial class JobServiceClientBuilder : gaxgrpc::ClientBuilderBase
/// <summary>The settings to use for RPCs, or <c>null</c> for the default settings.</summary>
public JobServiceSettings Settings { get; set; }

/// <summary>Creates a new builder with default settings.</summary>
public JobServiceClientBuilder()
{
UseJwtAccessWithScopes = JobServiceClient.UseJwtAccessWithScopes;
}

partial void InterceptBuild(ref JobServiceClient client);

partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task<JobServiceClient> task);
Expand Down Expand Up @@ -479,7 +485,19 @@ public abstract partial class JobServiceClient
"https://www.googleapis.com/auth/cloud-platform",
});

internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes);
internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes, UseJwtAccessWithScopes);

internal static bool UseJwtAccessWithScopes
{
get
{
bool useJwtAccessWithScopes = true;
MaybeUseJwtAccessWithScopes(ref useJwtAccessWithScopes);
return useJwtAccessWithScopes;
}
}

static partial void MaybeUseJwtAccessWithScopes(ref bool useJwtAccessWithScopes);

/// <summary>
/// Asynchronously creates a <see cref="JobServiceClient"/> using the default credentials, endpoint and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ public sealed partial class MigrationServiceClientBuilder : gaxgrpc::ClientBuild
/// <summary>The settings to use for RPCs, or <c>null</c> for the default settings.</summary>
public MigrationServiceSettings Settings { get; set; }

/// <summary>Creates a new builder with default settings.</summary>
public MigrationServiceClientBuilder()
{
UseJwtAccessWithScopes = MigrationServiceClient.UseJwtAccessWithScopes;
}

partial void InterceptBuild(ref MigrationServiceClient client);

partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task<MigrationServiceClient> task);
Expand Down Expand Up @@ -186,7 +192,19 @@ public abstract partial class MigrationServiceClient
"https://www.googleapis.com/auth/cloud-platform",
});

internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes);
internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes, UseJwtAccessWithScopes);

internal static bool UseJwtAccessWithScopes
{
get
{
bool useJwtAccessWithScopes = true;
MaybeUseJwtAccessWithScopes(ref useJwtAccessWithScopes);
return useJwtAccessWithScopes;
}
}

static partial void MaybeUseJwtAccessWithScopes(ref bool useJwtAccessWithScopes);

/// <summary>
/// Asynchronously creates a <see cref="MigrationServiceClient"/> using the default credentials, endpoint and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,12 @@ public sealed partial class ModelServiceClientBuilder : gaxgrpc::ClientBuilderBa
/// <summary>The settings to use for RPCs, or <c>null</c> for the default settings.</summary>
public ModelServiceSettings Settings { get; set; }

/// <summary>Creates a new builder with default settings.</summary>
public ModelServiceClientBuilder()
{
UseJwtAccessWithScopes = ModelServiceClient.UseJwtAccessWithScopes;
}

partial void InterceptBuild(ref ModelServiceClient client);

partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task<ModelServiceClient> task);
Expand Down Expand Up @@ -327,7 +333,19 @@ public abstract partial class ModelServiceClient
"https://www.googleapis.com/auth/cloud-platform",
});

internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes);
internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes, UseJwtAccessWithScopes);

internal static bool UseJwtAccessWithScopes
{
get
{
bool useJwtAccessWithScopes = true;
MaybeUseJwtAccessWithScopes(ref useJwtAccessWithScopes);
return useJwtAccessWithScopes;
}
}

static partial void MaybeUseJwtAccessWithScopes(ref bool useJwtAccessWithScopes);

/// <summary>
/// Asynchronously creates a <see cref="ModelServiceClient"/> using the default credentials, endpoint and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,12 @@ public sealed partial class PipelineServiceClientBuilder : gaxgrpc::ClientBuilde
/// <summary>The settings to use for RPCs, or <c>null</c> for the default settings.</summary>
public PipelineServiceSettings Settings { get; set; }

/// <summary>Creates a new builder with default settings.</summary>
public PipelineServiceClientBuilder()
{
UseJwtAccessWithScopes = PipelineServiceClient.UseJwtAccessWithScopes;
}

partial void InterceptBuild(ref PipelineServiceClient client);

partial void InterceptBuildAsync(st::CancellationToken cancellationToken, ref stt::Task<PipelineServiceClient> task);
Expand Down Expand Up @@ -313,7 +319,19 @@ public abstract partial class PipelineServiceClient
"https://www.googleapis.com/auth/cloud-platform",
});

internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes);
internal static gaxgrpc::ChannelPool ChannelPool { get; } = new gaxgrpc::ChannelPool(DefaultScopes, UseJwtAccessWithScopes);

internal static bool UseJwtAccessWithScopes
{
get
{
bool useJwtAccessWithScopes = true;
MaybeUseJwtAccessWithScopes(ref useJwtAccessWithScopes);
return useJwtAccessWithScopes;
}
}

static partial void MaybeUseJwtAccessWithScopes(ref bool useJwtAccessWithScopes);

/// <summary>
/// Asynchronously creates a <see cref="PipelineServiceClient"/> using the default credentials, endpoint and
Expand Down
Loading

0 comments on commit ac367e2

Please sign in to comment.