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.
Merge pull request #105 from domesticmouse/master
Re-run fetch_protos_and_generate_dart.sh
- Loading branch information
Showing
223 changed files
with
7,356 additions
and
1,353 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
10 changes: 10 additions & 0 deletions
10
lib/src/grpc_api/dart/google/cloud/dataproc/v1/shared.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
/// | ||
// Generated code. Do not modify. | ||
// source: google/cloud/dataproc/v1/shared.proto | ||
/// | ||
// ignore_for_file: camel_case_types,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name | ||
|
||
import 'dart:core' as $core | ||
show bool, Deprecated, double, int, List, Map, override, String; | ||
|
||
export 'shared.pbenum.dart'; |
32 changes: 32 additions & 0 deletions
32
lib/src/grpc_api/dart/google/cloud/dataproc/v1/shared.pbenum.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
/// | ||
// Generated code. Do not modify. | ||
// source: google/cloud/dataproc/v1/shared.proto | ||
/// | ||
// ignore_for_file: camel_case_types,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name | ||
|
||
// ignore_for_file: UNDEFINED_SHOWN_NAME,UNUSED_SHOWN_NAME | ||
import 'dart:core' as $core show int, dynamic, String, List, Map; | ||
import 'package:protobuf/protobuf.dart' as $pb; | ||
|
||
class Component extends $pb.ProtobufEnum { | ||
static const Component COMPONENT_UNSPECIFIED = | ||
Component._(0, 'COMPONENT_UNSPECIFIED'); | ||
static const Component ANACONDA = Component._(5, 'ANACONDA'); | ||
static const Component HIVE_WEBHCAT = Component._(3, 'HIVE_WEBHCAT'); | ||
static const Component JUPYTER = Component._(1, 'JUPYTER'); | ||
static const Component ZEPPELIN = Component._(4, 'ZEPPELIN'); | ||
|
||
static const $core.List<Component> values = <Component>[ | ||
COMPONENT_UNSPECIFIED, | ||
ANACONDA, | ||
HIVE_WEBHCAT, | ||
JUPYTER, | ||
ZEPPELIN, | ||
]; | ||
|
||
static final $core.Map<$core.int, Component> _byValue = | ||
$pb.ProtobufEnum.initByValue(values); | ||
static Component valueOf($core.int value) => _byValue[value]; | ||
|
||
const Component._($core.int v, $core.String n) : super(v, n); | ||
} |
16 changes: 16 additions & 0 deletions
16
lib/src/grpc_api/dart/google/cloud/dataproc/v1/shared.pbjson.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/// | ||
// Generated code. Do not modify. | ||
// source: google/cloud/dataproc/v1/shared.proto | ||
/// | ||
// ignore_for_file: camel_case_types,non_constant_identifier_names,library_prefixes,unused_import,unused_shown_name | ||
|
||
const Component$json = { | ||
'1': 'Component', | ||
'2': [ | ||
{'1': 'COMPONENT_UNSPECIFIED', '2': 0}, | ||
{'1': 'ANACONDA', '2': 5}, | ||
{'1': 'HIVE_WEBHCAT', '2': 3}, | ||
{'1': 'JUPYTER', '2': 1}, | ||
{'1': 'ZEPPELIN', '2': 4}, | ||
], | ||
}; |
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
Oops, something went wrong.