File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,20 +17,15 @@ syntax = "proto3";
1717package google.cloud.sql.v1 ;
1818
1919import "google/api/annotations.proto" ;
20+ import "google/api/client.proto" ;
2021import "google/api/field_behavior.proto" ;
2122import "google/cloud/sql/v1/cloud_sql_resources.proto" ;
22- import "google/api/client.proto" ;
2323
2424option go_package = "cloud.google.com/go/sql/apiv1/sqlpb;sqlpb" ;
2525option java_multiple_files = true ;
2626option java_outer_classname = "CloudSqlUsersProto" ;
2727option 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.
3530service SqlUsersService {
3631 option (google.api.default_host ) = "sqladmin.googleapis.com" ;
Original file line number Diff line number Diff line change @@ -28,11 +28,6 @@ option java_multiple_files = true;
2828option java_outer_classname = "CloudSqlUsersProto" ;
2929option 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-
3631service SqlUsersService {
3732 option (google.api.default_host ) = "sqladmin.googleapis.com" ;
3833 option (google.api.oauth_scopes ) =
You can’t perform that action at this time.
0 commit comments