File tree 4 files changed +0
-37
lines changed
proto/spaceone/api/config/v1
4 files changed +0
-37
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,6 @@ service DomainConfig {
47
47
body : "*"
48
48
};
49
49
}
50
- rpc stat (DomainConfigStatQuery ) returns (google .protobuf .Struct ) {
51
- option (google.api.http ) = {
52
- post : "/config/v1/domain-config/stat"
53
- body : "*"
54
- };
55
- }
56
50
}
57
51
58
52
message SetDomainConfigRequest {
Original file line number Diff line number Diff line change @@ -47,12 +47,6 @@ service PublicConfig {
47
47
body : "*"
48
48
};
49
49
}
50
- rpc stat (PublicConfigStatQuery ) returns (google .protobuf .Struct ) {
51
- option (google.api.http ) = {
52
- post : "/config/v1/public-config/stat"
53
- body : "*"
54
- };
55
- }
56
50
}
57
51
58
52
message SetPublicConfigRequest {
Original file line number Diff line number Diff line change @@ -23,12 +23,6 @@ service SharedConfig {
23
23
body : "*"
24
24
};
25
25
}
26
- rpc set (SetSharedConfigRequest ) returns (SharedConfigInfo ) {
27
- option (google.api.http ) = {
28
- post : "/config/v1/shared-config/set"
29
- body : "*"
30
- };
31
- }
32
26
rpc delete (SharedConfigRequest ) returns (google .protobuf .Empty ) {
33
27
option (google.api.http ) = {
34
28
post : "/config/v1/shared-config/delete"
@@ -48,12 +42,6 @@ service SharedConfig {
48
42
body : "*"
49
43
};
50
44
}
51
- rpc stat (SharedConfigStatQuery ) returns (google .protobuf .Struct ) {
52
- option (google.api.http ) = {
53
- post : "/config/v1/shared-config/stat"
54
- body : "*"
55
- };
56
- }
57
45
}
58
46
59
47
@@ -87,13 +75,6 @@ message UpdateSharedConfigRequest {
87
75
string project_id = 22 ;
88
76
}
89
77
90
- message SetSharedConfigRequest {
91
- string name = 1 ;
92
- google.protobuf.Struct data = 2 ;
93
- // +optional
94
- google.protobuf.Struct tags = 3 ;
95
- }
96
-
97
78
message SharedConfigRequest {
98
79
string name = 1 ;
99
80
// +optional
Original file line number Diff line number Diff line change @@ -47,12 +47,6 @@ service UserConfig {
47
47
body : "*"
48
48
};
49
49
}
50
- rpc stat (UserConfigStatQuery ) returns (google .protobuf .Struct ) {
51
- option (google.api.http ) = {
52
- post : "/config/v1/user-config/stat"
53
- body : "*"
54
- };
55
- }
56
50
}
57
51
58
52
message SetUserConfigRequest {
You can’t perform that action at this time.
0 commit comments