-
Notifications
You must be signed in to change notification settings - Fork 443
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: [AnalyticsAdmin] update client libraries to support Database operations #4975
feat: [AnalyticsAdmin] update client libraries to support Database operations #4975
Conversation
closing to see if owlbot will regenerate |
@@ -157,7 +157,7 @@ public function setCreateTime($var) | |||
*/ | |||
public function getUpdateTime() | |||
{ | |||
return isset($this->update_time) ? $this->update_time : null; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This update is from protocolbuffers/protobuf#8670
* @return bool | ||
*/ | ||
public function getIsDeletable() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests are failing because this method was removed
Owl bot is regenerating pull request 4975... |
PiperOrigin-RevId: 419710013 Source-Link: googleapis/googleapis@b7c9d05 Source-Link: googleapis/googleapis-gen@ae49827 Copy-Tag: eyJwIjoiQW5hbHl0aWNzQWRtaW4vLk93bEJvdC55YW1sIiwiaCI6ImFlNDk4Mjc5YzRlNzFjZDRhYTZlMDY1NWU5MmE2OTNkZjk3NDcyYzQifQ==
6341299
to
26c4388
Compare
* | ||
* @experimental | ||
*/ | ||
public static function enhancedMeasurementSettingsName($property, $webDataStream) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This method was removed, but we're in beta so it's "ok"
* | ||
* @throws ApiException if the remote call fails | ||
* | ||
* @experimental | ||
*/ | ||
public function getEnhancedMeasurementSettings($name, array $optionalArgs = []) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This method was removed, but we're in beta so it's "ok"
* | ||
* @throws ApiException if the remote call fails | ||
* | ||
* @experimental | ||
*/ | ||
public function updateFirebaseLink($firebaseLink, $updateMask, array $optionalArgs = []) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This method was removed, but we're in beta so it's "ok"
* | ||
* @throws ApiException if the remote call fails | ||
* | ||
* @experimental | ||
*/ | ||
public function updateEnhancedMeasurementSettings($enhancedMeasurementSettings, $updateMask, array $optionalArgs = []) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This method was removed but we're in beta so it's "ok"
PiperOrigin-RevId: 419710013
Source-Link: googleapis/googleapis@b7c9d05
Source-Link: https://github.com/googleapis/googleapis-gen/commit/ae498279c4e71cd4aa6e0655e92a693df97472c4
Copy-Tag: eyJwIjoiQW5hbHl0aWNzQWRtaW4vLk93bEJvdC55YW1sIiwiaCI6ImFlNDk4Mjc5YzRlNzFjZDRhYTZlMDY1NWU5MmE2OTNkZjk3NDcyYzQifQ==