Skip to content

Commit

Permalink
feat: Remove unfinished annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
St4NNi committed Jun 30, 2023
1 parent 123d11d commit a01c809
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions aruna/api/storage/services/v1/service_account_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ option go_package = "github.com/ArunaStorage/go-api/aruna/api/storage/services/v
option java_multiple_files = true;
option java_package = "com.github.ArunaStorage.java_api.aruna.api.storage.services.v1";
option java_outer_classname = "ServiceAccountService";

import "aruna/api/storage/models/v1/auth.proto";

import "google/api/visibility.proto";
import "google/api/annotations.proto";
import "google/protobuf/timestamp.proto";

Expand All @@ -20,7 +17,6 @@ import "google/protobuf/timestamp.proto";
// Service account users will always contain (bot) behind their name
service ServiceAccountService {

option (google.api.api_visibility).restriction = "UNFINISHED";
// CreateServiceAccount
//
// Creates a service account for a given project
Expand Down

0 comments on commit a01c809

Please sign in to comment.