Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [ErrorReporting] update client libraries to support Database operations #4937

Merged
merged 2 commits into from
Jan 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ErrorReporting/src/V1beta1/DeleteEventsRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions ErrorReporting/src/V1beta1/ErrorContext.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions ErrorReporting/src/V1beta1/ErrorEvent.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

46 changes: 42 additions & 4 deletions ErrorReporting/src/V1beta1/ErrorGroup.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 6 additions & 8 deletions ErrorReporting/src/V1beta1/ErrorGroupServiceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

/*
* GENERATED CODE WARNING
* This file was generated from the file
* https://github.com/google/googleapis/blob/master/google/devtools/clouderrorreporting/v1beta1/error_group_service.proto
* and updates to that file get reflected here through a refresh process.
* Generated by gapic-generator-php from the file
* https://github.com/googleapis/googleapis/blob/master/google/devtools/clouderrorreporting/v1beta1/error_group_service.proto
* Updates to the above are reflected here through a refresh process.
*
* @experimental
*/
Expand All @@ -28,11 +28,9 @@

use Google\Cloud\ErrorReporting\V1beta1\Gapic\ErrorGroupServiceGapicClient;

/**
* {@inheritdoc}
*/
/** {@inheritdoc} */
class ErrorGroupServiceClient extends ErrorGroupServiceGapicClient
{
// This class is intentionally empty, and is intended to hold manual
// additions to the generated {@see ErrorGroupServiceGapicClient} class.
// This class is intentionally empty, and is intended to hold manual additions to
// the generated {@see ErrorGroupServiceGapicClient} class.
}
3 changes: 1 addition & 2 deletions ErrorReporting/src/V1beta1/ErrorGroupServiceGrpcClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// GENERATED CODE -- DO NOT EDIT!

// Original file comments:
// Copyright 2019 Google LLC.
// Copyright 2021 Google LLC
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The other clients are 2017, so I do not think this change is wanted

//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -16,7 +16,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
//
namespace Google\Cloud\ErrorReporting\V1beta1;

/**
Expand Down
16 changes: 8 additions & 8 deletions ErrorReporting/src/V1beta1/ErrorGroupStats.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 6 additions & 8 deletions ErrorReporting/src/V1beta1/ErrorStatsServiceClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

/*
* GENERATED CODE WARNING
* This file was generated from the file
* https://github.com/google/googleapis/blob/master/google/devtools/clouderrorreporting/v1beta1/error_stats_service.proto
* and updates to that file get reflected here through a refresh process.
* Generated by gapic-generator-php from the file
* https://github.com/googleapis/googleapis/blob/master/google/devtools/clouderrorreporting/v1beta1/error_stats_service.proto
* Updates to the above are reflected here through a refresh process.
*
* @experimental
*/
Expand All @@ -28,11 +28,9 @@

use Google\Cloud\ErrorReporting\V1beta1\Gapic\ErrorStatsServiceGapicClient;

/**
* {@inheritdoc}
*/
/** {@inheritdoc} */
class ErrorStatsServiceClient extends ErrorStatsServiceGapicClient
{
// This class is intentionally empty, and is intended to hold manual
// additions to the generated {@see ErrorStatsServiceGapicClient} class.
// This class is intentionally empty, and is intended to hold manual additions to
// the generated {@see ErrorStatsServiceGapicClient} class.
}
3 changes: 1 addition & 2 deletions ErrorReporting/src/V1beta1/ErrorStatsServiceGrpcClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// GENERATED CODE -- DO NOT EDIT!

// Original file comments:
// Copyright 2019 Google LLC.
// Copyright 2021 Google LLC
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change either

//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand All @@ -16,7 +16,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//
//
namespace Google\Cloud\ErrorReporting\V1beta1;

/**
Expand Down
Loading