Skip to content

Commit 33efee7

Browse files
Google APIscopybara-github
authored andcommitted
chore: updated comments
PiperOrigin-RevId: 515690397
1 parent 5d7f87c commit 33efee7

2 files changed

Lines changed: 1 addition & 11 deletions

File tree

google/cloud/sql/v1/cloud_sql_users.proto

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,15 @@ syntax = "proto3";
1717
package google.cloud.sql.v1;
1818

1919
import "google/api/annotations.proto";
20+
import "google/api/client.proto";
2021
import "google/api/field_behavior.proto";
2122
import "google/cloud/sql/v1/cloud_sql_resources.proto";
22-
import "google/api/client.proto";
2323

2424
option go_package = "cloud.google.com/go/sql/apiv1/sqlpb;sqlpb";
2525
option java_multiple_files = true;
2626
option java_outer_classname = "CloudSqlUsersProto";
2727
option java_package = "com.google.cloud.sql.v1";
2828

29-
// NOTE: No sensitive PII logging is allowed. If you are adding a field/enum
30-
// value that is sensitive PII, please add corresponding datapol annotation to
31-
// it. For more information, please see
32-
// https://g3doc.corp.google.com/storage/speckle/g3doc/purple_team/data_pol_annotations.md?cl=head
33-
3429
// Cloud SQL users service.
3530
service SqlUsersService {
3631
option (google.api.default_host) = "sqladmin.googleapis.com";

google/cloud/sql/v1beta4/cloud_sql_users.proto

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ option java_multiple_files = true;
2828
option java_outer_classname = "CloudSqlUsersProto";
2929
option java_package = "com.google.cloud.sql.v1beta4";
3030

31-
// NOTE: No sensitive PII logging is allowed. If you are adding a field/enum
32-
// value that is sensitive PII, please add corresponding datapol annotation to
33-
// it. For more information, please see
34-
// https://g3doc.corp.google.com/storage/speckle/g3doc/purple_team/data_pol_annotations.md?cl=head
35-
3631
service SqlUsersService {
3732
option (google.api.default_host) = "sqladmin.googleapis.com";
3833
option (google.api.oauth_scopes) =

0 commit comments

Comments
 (0)