Latest generation

This commit is contained in:
ci core model
2025-05-26 12:14:28 +00:00
parent 65247e7fe4
commit cc9c6d0b4c
197 changed files with 15132 additions and 15052 deletions

View File

@@ -1,4 +1,4 @@
// @generated by protobuf-ts 2.10.0 with parameter use_proto_field_name
// @generated by protobuf-ts 2.11.0 with parameter use_proto_field_name
// @generated from protobuf file "visibility.proto" (package "google.api", syntax proto3)
// tslint:disable
//
@@ -57,7 +57,7 @@ export interface Visibility {
*
* **NOTE:** All service configuration rules follow "last one wins" order.
*
* @generated from protobuf field: repeated google.api.VisibilityRule rules = 1;
* @generated from protobuf field: repeated google.api.VisibilityRule rules = 1
*/
rules: VisibilityRule[];
}
@@ -73,7 +73,7 @@ export interface VisibilityRule {
*
* Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
*
* @generated from protobuf field: string selector = 1;
* @generated from protobuf field: string selector = 1
*/
selector: string;
/**
@@ -93,7 +93,7 @@ export interface VisibilityRule {
* Removing INTERNAL from this restriction will break clients that rely on
* this method and only had access to it through INTERNAL.
*
* @generated from protobuf field: string restriction = 2;
* @generated from protobuf field: string restriction = 2
*/
restriction: string;
}