You've already forked npm-core-sdk
Latest generation
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user