This repository has been archived by the owner on Oct 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Upgrade dependencies. * Updated protos and regenerated with protoc_plugin 0.8.0. * Fix Dart 2 runtime issues.
- Loading branch information
1 parent
e86132d
commit b1e956a
Showing
1,535 changed files
with
186,020 additions
and
24,521 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/// | ||
// Generated code. Do not modify. | ||
/// | ||
library google.api_annotations_pbenum; | ||
// ignore_for_file: non_constant_identifier_names,library_prefixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/// | ||
// Generated code. Do not modify. | ||
/// | ||
library google.api_annotations_pbjson; | ||
// ignore_for_file: non_constant_identifier_names,library_prefixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/// | ||
// Generated code. Do not modify. | ||
/// | ||
library google.api_annotations_pbserver; | ||
// ignore_for_file: non_constant_identifier_names,library_prefixes | ||
|
||
export 'annotations.pb.dart'; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/// | ||
// Generated code. Do not modify. | ||
/// | ||
library google.api_auth_pbenum; | ||
// ignore_for_file: non_constant_identifier_names,library_prefixes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,48 +1,49 @@ | ||
/// | ||
// Generated code. Do not modify. | ||
/// | ||
library google.api_auth_pbjson; | ||
// ignore_for_file: non_constant_identifier_names,library_prefixes | ||
|
||
const Authentication$json = const { | ||
'1': 'Authentication', | ||
'2': const [ | ||
const {'1': 'rules', '3': 3, '4': 3, '5': 11, '6': '.google.api.AuthenticationRule'}, | ||
const {'1': 'providers', '3': 4, '4': 3, '5': 11, '6': '.google.api.AuthProvider'}, | ||
const {'1': 'rules', '3': 3, '4': 3, '5': 11, '6': '.google.api.AuthenticationRule', '10': 'rules'}, | ||
const {'1': 'providers', '3': 4, '4': 3, '5': 11, '6': '.google.api.AuthProvider', '10': 'providers'}, | ||
], | ||
}; | ||
|
||
const AuthenticationRule$json = const { | ||
'1': 'AuthenticationRule', | ||
'2': const [ | ||
const {'1': 'selector', '3': 1, '4': 1, '5': 9}, | ||
const {'1': 'oauth', '3': 2, '4': 1, '5': 11, '6': '.google.api.OAuthRequirements'}, | ||
const {'1': 'allow_without_credential', '3': 5, '4': 1, '5': 8}, | ||
const {'1': 'requirements', '3': 7, '4': 3, '5': 11, '6': '.google.api.AuthRequirement'}, | ||
const {'1': 'selector', '3': 1, '4': 1, '5': 9, '10': 'selector'}, | ||
const {'1': 'oauth', '3': 2, '4': 1, '5': 11, '6': '.google.api.OAuthRequirements', '10': 'oauth'}, | ||
const {'1': 'allow_without_credential', '3': 5, '4': 1, '5': 8, '10': 'allowWithoutCredential'}, | ||
const {'1': 'requirements', '3': 7, '4': 3, '5': 11, '6': '.google.api.AuthRequirement', '10': 'requirements'}, | ||
], | ||
}; | ||
|
||
const AuthProvider$json = const { | ||
'1': 'AuthProvider', | ||
'2': const [ | ||
const {'1': 'id', '3': 1, '4': 1, '5': 9}, | ||
const {'1': 'issuer', '3': 2, '4': 1, '5': 9}, | ||
const {'1': 'jwks_uri', '3': 3, '4': 1, '5': 9}, | ||
const {'1': 'audiences', '3': 4, '4': 1, '5': 9}, | ||
const {'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'}, | ||
const {'1': 'issuer', '3': 2, '4': 1, '5': 9, '10': 'issuer'}, | ||
const {'1': 'jwks_uri', '3': 3, '4': 1, '5': 9, '10': 'jwksUri'}, | ||
const {'1': 'audiences', '3': 4, '4': 1, '5': 9, '10': 'audiences'}, | ||
const {'1': 'authorization_url', '3': 5, '4': 1, '5': 9, '10': 'authorizationUrl'}, | ||
], | ||
}; | ||
|
||
const OAuthRequirements$json = const { | ||
'1': 'OAuthRequirements', | ||
'2': const [ | ||
const {'1': 'canonical_scopes', '3': 1, '4': 1, '5': 9}, | ||
const {'1': 'canonical_scopes', '3': 1, '4': 1, '5': 9, '10': 'canonicalScopes'}, | ||
], | ||
}; | ||
|
||
const AuthRequirement$json = const { | ||
'1': 'AuthRequirement', | ||
'2': const [ | ||
const {'1': 'provider_id', '3': 1, '4': 1, '5': 9}, | ||
const {'1': 'audiences', '3': 2, '4': 1, '5': 9}, | ||
const {'1': 'provider_id', '3': 1, '4': 1, '5': 9, '10': 'providerId'}, | ||
const {'1': 'audiences', '3': 2, '4': 1, '5': 9, '10': 'audiences'}, | ||
], | ||
}; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/// | ||
// Generated code. Do not modify. | ||
/// | ||
library google.api_auth_pbserver; | ||
// ignore_for_file: non_constant_identifier_names,library_prefixes | ||
|
||
export 'auth.pb.dart'; | ||
|
Oops, something went wrong.