You've already forked dart-viz-sdk
Latest generation
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# CHANGELOG
|
||||
|
||||
Lib version: 1.11.0-SNAPSHOT-250506111640
|
||||
Lib version: 1.11.0-SNAPSHOT-250613134136
|
||||
|
||||
@@ -5,24 +5,25 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'openapiv2.pb.dart' as $12;
|
||||
import 'openapiv2.pb.dart' as $11;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
class Annotations {
|
||||
static final openapiv2Swagger = $pb.Extension<$12.Swagger>(_omitMessageNames ? '' : 'google.protobuf.FileOptions', _omitFieldNames ? '' : 'openapiv2Swagger', 1042, $pb.PbFieldType.OM, defaultOrMaker: $12.Swagger.getDefault, subBuilder: $12.Swagger.create);
|
||||
static final openapiv2Operation = $pb.Extension<$12.Operation>(_omitMessageNames ? '' : 'google.protobuf.MethodOptions', _omitFieldNames ? '' : 'openapiv2Operation', 1042, $pb.PbFieldType.OM, defaultOrMaker: $12.Operation.getDefault, subBuilder: $12.Operation.create);
|
||||
static final openapiv2Schema = $pb.Extension<$12.Schema>(_omitMessageNames ? '' : 'google.protobuf.MessageOptions', _omitFieldNames ? '' : 'openapiv2Schema', 1042, $pb.PbFieldType.OM, defaultOrMaker: $12.Schema.getDefault, subBuilder: $12.Schema.create);
|
||||
static final openapiv2Tag = $pb.Extension<$12.Tag>(_omitMessageNames ? '' : 'google.protobuf.ServiceOptions', _omitFieldNames ? '' : 'openapiv2Tag', 1042, $pb.PbFieldType.OM, defaultOrMaker: $12.Tag.getDefault, subBuilder: $12.Tag.create);
|
||||
static final openapiv2Field = $pb.Extension<$12.JSONSchema>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'openapiv2Field', 1042, $pb.PbFieldType.OM, defaultOrMaker: $12.JSONSchema.getDefault, subBuilder: $12.JSONSchema.create);
|
||||
static final openapiv2Swagger = $pb.Extension<$11.Swagger>(_omitMessageNames ? '' : 'google.protobuf.FileOptions', _omitFieldNames ? '' : 'openapiv2Swagger', 1042, $pb.PbFieldType.OM, defaultOrMaker: $11.Swagger.getDefault, subBuilder: $11.Swagger.create);
|
||||
static final openapiv2Operation = $pb.Extension<$11.Operation>(_omitMessageNames ? '' : 'google.protobuf.MethodOptions', _omitFieldNames ? '' : 'openapiv2Operation', 1042, $pb.PbFieldType.OM, defaultOrMaker: $11.Operation.getDefault, subBuilder: $11.Operation.create);
|
||||
static final openapiv2Schema = $pb.Extension<$11.Schema>(_omitMessageNames ? '' : 'google.protobuf.MessageOptions', _omitFieldNames ? '' : 'openapiv2Schema', 1042, $pb.PbFieldType.OM, defaultOrMaker: $11.Schema.getDefault, subBuilder: $11.Schema.create);
|
||||
static final openapiv2Tag = $pb.Extension<$11.Tag>(_omitMessageNames ? '' : 'google.protobuf.ServiceOptions', _omitFieldNames ? '' : 'openapiv2Tag', 1042, $pb.PbFieldType.OM, defaultOrMaker: $11.Tag.getDefault, subBuilder: $11.Tag.create);
|
||||
static final openapiv2Field = $pb.Extension<$11.JSONSchema>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'openapiv2Field', 1042, $pb.PbFieldType.OM, defaultOrMaker: $11.JSONSchema.getDefault, subBuilder: $11.JSONSchema.create);
|
||||
static void registerAllExtensions($pb.ExtensionRegistry registry) {
|
||||
registry.add(openapiv2Swagger);
|
||||
registry.add(openapiv2Operation);
|
||||
@@ -33,5 +34,5 @@ class Annotations {
|
||||
}
|
||||
|
||||
|
||||
const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
const $core.bool _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: annotations.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
|
||||
18
lib/core/currencyCodes.pb.dart
Normal file
18
lib/core/currencyCodes.pb.dart
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: core/currencyCodes.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
export 'currencyCodes.pbenum.dart';
|
||||
|
||||
388
lib/core/currencyCodes.pbenum.dart
Normal file
388
lib/core/currencyCodes.pbenum.dart
Normal file
@@ -0,0 +1,388 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: core/currencyCodes.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
/// Currency codes as specified in ISO 4217
|
||||
class Currency extends $pb.ProtobufEnum {
|
||||
static const Currency XXX = Currency._(0, _omitEnumNames ? '' : 'XXX');
|
||||
static const Currency XTS = Currency._(963, _omitEnumNames ? '' : 'XTS');
|
||||
static const Currency ALL = Currency._(8, _omitEnumNames ? '' : 'ALL');
|
||||
static const Currency DZD = Currency._(12, _omitEnumNames ? '' : 'DZD');
|
||||
static const Currency ARS = Currency._(32, _omitEnumNames ? '' : 'ARS');
|
||||
static const Currency AUD = Currency._(36, _omitEnumNames ? '' : 'AUD');
|
||||
static const Currency BSD = Currency._(44, _omitEnumNames ? '' : 'BSD');
|
||||
static const Currency BHD = Currency._(48, _omitEnumNames ? '' : 'BHD');
|
||||
static const Currency BDT = Currency._(50, _omitEnumNames ? '' : 'BDT');
|
||||
static const Currency AMD = Currency._(51, _omitEnumNames ? '' : 'AMD');
|
||||
static const Currency BBD = Currency._(52, _omitEnumNames ? '' : 'BBD');
|
||||
static const Currency BMD = Currency._(60, _omitEnumNames ? '' : 'BMD');
|
||||
static const Currency BTN = Currency._(64, _omitEnumNames ? '' : 'BTN');
|
||||
static const Currency BOB = Currency._(68, _omitEnumNames ? '' : 'BOB');
|
||||
static const Currency BWP = Currency._(72, _omitEnumNames ? '' : 'BWP');
|
||||
static const Currency BZD = Currency._(84, _omitEnumNames ? '' : 'BZD');
|
||||
static const Currency SBD = Currency._(90, _omitEnumNames ? '' : 'SBD');
|
||||
static const Currency BND = Currency._(96, _omitEnumNames ? '' : 'BND');
|
||||
static const Currency MMK = Currency._(104, _omitEnumNames ? '' : 'MMK');
|
||||
static const Currency BIF = Currency._(108, _omitEnumNames ? '' : 'BIF');
|
||||
static const Currency KHR = Currency._(116, _omitEnumNames ? '' : 'KHR');
|
||||
static const Currency CAD = Currency._(124, _omitEnumNames ? '' : 'CAD');
|
||||
static const Currency CVE = Currency._(132, _omitEnumNames ? '' : 'CVE');
|
||||
static const Currency KYD = Currency._(136, _omitEnumNames ? '' : 'KYD');
|
||||
static const Currency LKR = Currency._(144, _omitEnumNames ? '' : 'LKR');
|
||||
static const Currency CLP = Currency._(152, _omitEnumNames ? '' : 'CLP');
|
||||
static const Currency CNY = Currency._(156, _omitEnumNames ? '' : 'CNY');
|
||||
static const Currency COP = Currency._(170, _omitEnumNames ? '' : 'COP');
|
||||
static const Currency KMF = Currency._(174, _omitEnumNames ? '' : 'KMF');
|
||||
static const Currency CRC = Currency._(188, _omitEnumNames ? '' : 'CRC');
|
||||
static const Currency HRK = Currency._(191, _omitEnumNames ? '' : 'HRK');
|
||||
static const Currency CUP = Currency._(192, _omitEnumNames ? '' : 'CUP');
|
||||
static const Currency CZK = Currency._(203, _omitEnumNames ? '' : 'CZK');
|
||||
static const Currency DKK = Currency._(208, _omitEnumNames ? '' : 'DKK');
|
||||
static const Currency DOP = Currency._(214, _omitEnumNames ? '' : 'DOP');
|
||||
static const Currency SVC = Currency._(222, _omitEnumNames ? '' : 'SVC');
|
||||
static const Currency ETB = Currency._(230, _omitEnumNames ? '' : 'ETB');
|
||||
static const Currency ERN = Currency._(232, _omitEnumNames ? '' : 'ERN');
|
||||
static const Currency FKP = Currency._(238, _omitEnumNames ? '' : 'FKP');
|
||||
static const Currency FJD = Currency._(242, _omitEnumNames ? '' : 'FJD');
|
||||
static const Currency DJF = Currency._(262, _omitEnumNames ? '' : 'DJF');
|
||||
static const Currency GMD = Currency._(270, _omitEnumNames ? '' : 'GMD');
|
||||
static const Currency GIP = Currency._(292, _omitEnumNames ? '' : 'GIP');
|
||||
static const Currency GTQ = Currency._(320, _omitEnumNames ? '' : 'GTQ');
|
||||
static const Currency GNF = Currency._(324, _omitEnumNames ? '' : 'GNF');
|
||||
static const Currency GYD = Currency._(328, _omitEnumNames ? '' : 'GYD');
|
||||
static const Currency HTG = Currency._(332, _omitEnumNames ? '' : 'HTG');
|
||||
static const Currency HNL = Currency._(340, _omitEnumNames ? '' : 'HNL');
|
||||
static const Currency HKD = Currency._(344, _omitEnumNames ? '' : 'HKD');
|
||||
static const Currency HUF = Currency._(348, _omitEnumNames ? '' : 'HUF');
|
||||
static const Currency ISK = Currency._(352, _omitEnumNames ? '' : 'ISK');
|
||||
static const Currency INR = Currency._(356, _omitEnumNames ? '' : 'INR');
|
||||
static const Currency IDR = Currency._(360, _omitEnumNames ? '' : 'IDR');
|
||||
static const Currency IRR = Currency._(364, _omitEnumNames ? '' : 'IRR');
|
||||
static const Currency IQD = Currency._(368, _omitEnumNames ? '' : 'IQD');
|
||||
static const Currency ILS = Currency._(376, _omitEnumNames ? '' : 'ILS');
|
||||
static const Currency JMD = Currency._(388, _omitEnumNames ? '' : 'JMD');
|
||||
static const Currency JPY = Currency._(392, _omitEnumNames ? '' : 'JPY');
|
||||
static const Currency KZT = Currency._(398, _omitEnumNames ? '' : 'KZT');
|
||||
static const Currency JOD = Currency._(400, _omitEnumNames ? '' : 'JOD');
|
||||
static const Currency KES = Currency._(404, _omitEnumNames ? '' : 'KES');
|
||||
static const Currency KPW = Currency._(408, _omitEnumNames ? '' : 'KPW');
|
||||
static const Currency KRW = Currency._(410, _omitEnumNames ? '' : 'KRW');
|
||||
static const Currency KWD = Currency._(414, _omitEnumNames ? '' : 'KWD');
|
||||
static const Currency KGS = Currency._(417, _omitEnumNames ? '' : 'KGS');
|
||||
static const Currency LAK = Currency._(418, _omitEnumNames ? '' : 'LAK');
|
||||
static const Currency LBP = Currency._(422, _omitEnumNames ? '' : 'LBP');
|
||||
static const Currency LSL = Currency._(426, _omitEnumNames ? '' : 'LSL');
|
||||
static const Currency LRD = Currency._(430, _omitEnumNames ? '' : 'LRD');
|
||||
static const Currency LYD = Currency._(434, _omitEnumNames ? '' : 'LYD');
|
||||
static const Currency LTL = Currency._(440, _omitEnumNames ? '' : 'LTL');
|
||||
static const Currency MOP = Currency._(446, _omitEnumNames ? '' : 'MOP');
|
||||
static const Currency MWK = Currency._(454, _omitEnumNames ? '' : 'MWK');
|
||||
static const Currency MYR = Currency._(458, _omitEnumNames ? '' : 'MYR');
|
||||
static const Currency MVR = Currency._(462, _omitEnumNames ? '' : 'MVR');
|
||||
static const Currency MRO = Currency._(478, _omitEnumNames ? '' : 'MRO');
|
||||
static const Currency MUR = Currency._(480, _omitEnumNames ? '' : 'MUR');
|
||||
static const Currency MXN = Currency._(484, _omitEnumNames ? '' : 'MXN');
|
||||
static const Currency MNT = Currency._(496, _omitEnumNames ? '' : 'MNT');
|
||||
static const Currency MDL = Currency._(498, _omitEnumNames ? '' : 'MDL');
|
||||
static const Currency MAD = Currency._(504, _omitEnumNames ? '' : 'MAD');
|
||||
static const Currency OMR = Currency._(512, _omitEnumNames ? '' : 'OMR');
|
||||
static const Currency NAD = Currency._(516, _omitEnumNames ? '' : 'NAD');
|
||||
static const Currency NPR = Currency._(524, _omitEnumNames ? '' : 'NPR');
|
||||
static const Currency ANG = Currency._(532, _omitEnumNames ? '' : 'ANG');
|
||||
static const Currency AWG = Currency._(533, _omitEnumNames ? '' : 'AWG');
|
||||
static const Currency VUV = Currency._(548, _omitEnumNames ? '' : 'VUV');
|
||||
static const Currency NZD = Currency._(554, _omitEnumNames ? '' : 'NZD');
|
||||
static const Currency NIO = Currency._(558, _omitEnumNames ? '' : 'NIO');
|
||||
static const Currency NGN = Currency._(566, _omitEnumNames ? '' : 'NGN');
|
||||
static const Currency NOK = Currency._(578, _omitEnumNames ? '' : 'NOK');
|
||||
static const Currency PKR = Currency._(586, _omitEnumNames ? '' : 'PKR');
|
||||
static const Currency PAB = Currency._(590, _omitEnumNames ? '' : 'PAB');
|
||||
static const Currency PGK = Currency._(598, _omitEnumNames ? '' : 'PGK');
|
||||
static const Currency PYG = Currency._(600, _omitEnumNames ? '' : 'PYG');
|
||||
static const Currency PEN = Currency._(604, _omitEnumNames ? '' : 'PEN');
|
||||
static const Currency PHP = Currency._(608, _omitEnumNames ? '' : 'PHP');
|
||||
static const Currency QAR = Currency._(634, _omitEnumNames ? '' : 'QAR');
|
||||
static const Currency RUB = Currency._(643, _omitEnumNames ? '' : 'RUB');
|
||||
static const Currency RWF = Currency._(646, _omitEnumNames ? '' : 'RWF');
|
||||
static const Currency SHP = Currency._(654, _omitEnumNames ? '' : 'SHP');
|
||||
static const Currency STD = Currency._(678, _omitEnumNames ? '' : 'STD');
|
||||
static const Currency SAR = Currency._(682, _omitEnumNames ? '' : 'SAR');
|
||||
static const Currency SCR = Currency._(690, _omitEnumNames ? '' : 'SCR');
|
||||
static const Currency SLL = Currency._(694, _omitEnumNames ? '' : 'SLL');
|
||||
static const Currency SGD = Currency._(702, _omitEnumNames ? '' : 'SGD');
|
||||
static const Currency VND = Currency._(704, _omitEnumNames ? '' : 'VND');
|
||||
static const Currency SOS = Currency._(706, _omitEnumNames ? '' : 'SOS');
|
||||
static const Currency ZAR = Currency._(710, _omitEnumNames ? '' : 'ZAR');
|
||||
static const Currency SSP = Currency._(728, _omitEnumNames ? '' : 'SSP');
|
||||
static const Currency SZL = Currency._(748, _omitEnumNames ? '' : 'SZL');
|
||||
static const Currency SEK = Currency._(752, _omitEnumNames ? '' : 'SEK');
|
||||
static const Currency CHF = Currency._(756, _omitEnumNames ? '' : 'CHF');
|
||||
static const Currency SYP = Currency._(760, _omitEnumNames ? '' : 'SYP');
|
||||
static const Currency THB = Currency._(764, _omitEnumNames ? '' : 'THB');
|
||||
static const Currency TOP = Currency._(776, _omitEnumNames ? '' : 'TOP');
|
||||
static const Currency TTD = Currency._(780, _omitEnumNames ? '' : 'TTD');
|
||||
static const Currency AED = Currency._(784, _omitEnumNames ? '' : 'AED');
|
||||
static const Currency TND = Currency._(788, _omitEnumNames ? '' : 'TND');
|
||||
static const Currency UGX = Currency._(800, _omitEnumNames ? '' : 'UGX');
|
||||
static const Currency MKD = Currency._(807, _omitEnumNames ? '' : 'MKD');
|
||||
static const Currency EGP = Currency._(818, _omitEnumNames ? '' : 'EGP');
|
||||
static const Currency GBP = Currency._(826, _omitEnumNames ? '' : 'GBP');
|
||||
static const Currency TZS = Currency._(834, _omitEnumNames ? '' : 'TZS');
|
||||
static const Currency USD = Currency._(840, _omitEnumNames ? '' : 'USD');
|
||||
static const Currency UYU = Currency._(858, _omitEnumNames ? '' : 'UYU');
|
||||
static const Currency UZS = Currency._(860, _omitEnumNames ? '' : 'UZS');
|
||||
static const Currency WST = Currency._(882, _omitEnumNames ? '' : 'WST');
|
||||
static const Currency YER = Currency._(886, _omitEnumNames ? '' : 'YER');
|
||||
static const Currency TWD = Currency._(901, _omitEnumNames ? '' : 'TWD');
|
||||
static const Currency CUC = Currency._(931, _omitEnumNames ? '' : 'CUC');
|
||||
static const Currency ZWL = Currency._(932, _omitEnumNames ? '' : 'ZWL');
|
||||
static const Currency TMT = Currency._(934, _omitEnumNames ? '' : 'TMT');
|
||||
static const Currency GHS = Currency._(936, _omitEnumNames ? '' : 'GHS');
|
||||
static const Currency VEF = Currency._(937, _omitEnumNames ? '' : 'VEF');
|
||||
static const Currency SDG = Currency._(938, _omitEnumNames ? '' : 'SDG');
|
||||
static const Currency UYI = Currency._(940, _omitEnumNames ? '' : 'UYI');
|
||||
static const Currency RSD = Currency._(941, _omitEnumNames ? '' : 'RSD');
|
||||
static const Currency MZN = Currency._(943, _omitEnumNames ? '' : 'MZN');
|
||||
static const Currency AZN = Currency._(944, _omitEnumNames ? '' : 'AZN');
|
||||
static const Currency RON = Currency._(946, _omitEnumNames ? '' : 'RON');
|
||||
static const Currency CHE = Currency._(947, _omitEnumNames ? '' : 'CHE');
|
||||
static const Currency CHW = Currency._(948, _omitEnumNames ? '' : 'CHW');
|
||||
static const Currency TRY = Currency._(949, _omitEnumNames ? '' : 'TRY');
|
||||
static const Currency XAF = Currency._(950, _omitEnumNames ? '' : 'XAF');
|
||||
static const Currency XCD = Currency._(951, _omitEnumNames ? '' : 'XCD');
|
||||
static const Currency XOF = Currency._(952, _omitEnumNames ? '' : 'XOF');
|
||||
static const Currency XPF = Currency._(953, _omitEnumNames ? '' : 'XPF');
|
||||
static const Currency XBA = Currency._(955, _omitEnumNames ? '' : 'XBA');
|
||||
static const Currency XBB = Currency._(956, _omitEnumNames ? '' : 'XBB');
|
||||
static const Currency XBC = Currency._(957, _omitEnumNames ? '' : 'XBC');
|
||||
static const Currency XBD = Currency._(958, _omitEnumNames ? '' : 'XBD');
|
||||
static const Currency XAU = Currency._(959, _omitEnumNames ? '' : 'XAU');
|
||||
static const Currency XDR = Currency._(960, _omitEnumNames ? '' : 'XDR');
|
||||
static const Currency XAG = Currency._(961, _omitEnumNames ? '' : 'XAG');
|
||||
static const Currency XPT = Currency._(962, _omitEnumNames ? '' : 'XPT');
|
||||
static const Currency XPD = Currency._(964, _omitEnumNames ? '' : 'XPD');
|
||||
static const Currency XUA = Currency._(965, _omitEnumNames ? '' : 'XUA');
|
||||
static const Currency ZMW = Currency._(967, _omitEnumNames ? '' : 'ZMW');
|
||||
static const Currency SRD = Currency._(968, _omitEnumNames ? '' : 'SRD');
|
||||
static const Currency MGA = Currency._(969, _omitEnumNames ? '' : 'MGA');
|
||||
static const Currency COU = Currency._(970, _omitEnumNames ? '' : 'COU');
|
||||
static const Currency AFN = Currency._(971, _omitEnumNames ? '' : 'AFN');
|
||||
static const Currency TJS = Currency._(972, _omitEnumNames ? '' : 'TJS');
|
||||
static const Currency AOA = Currency._(973, _omitEnumNames ? '' : 'AOA');
|
||||
static const Currency BYR = Currency._(974, _omitEnumNames ? '' : 'BYR');
|
||||
static const Currency BGN = Currency._(975, _omitEnumNames ? '' : 'BGN');
|
||||
static const Currency CDF = Currency._(976, _omitEnumNames ? '' : 'CDF');
|
||||
static const Currency BAM = Currency._(977, _omitEnumNames ? '' : 'BAM');
|
||||
static const Currency EUR = Currency._(978, _omitEnumNames ? '' : 'EUR');
|
||||
static const Currency MXV = Currency._(979, _omitEnumNames ? '' : 'MXV');
|
||||
static const Currency UAH = Currency._(980, _omitEnumNames ? '' : 'UAH');
|
||||
static const Currency GEL = Currency._(981, _omitEnumNames ? '' : 'GEL');
|
||||
static const Currency BOV = Currency._(984, _omitEnumNames ? '' : 'BOV');
|
||||
static const Currency PLN = Currency._(985, _omitEnumNames ? '' : 'PLN');
|
||||
static const Currency BRL = Currency._(986, _omitEnumNames ? '' : 'BRL');
|
||||
static const Currency CLF = Currency._(990, _omitEnumNames ? '' : 'CLF');
|
||||
static const Currency XSU = Currency._(994, _omitEnumNames ? '' : 'XSU');
|
||||
static const Currency USN = Currency._(997, _omitEnumNames ? '' : 'USN');
|
||||
|
||||
static const $core.List<Currency> values = <Currency> [
|
||||
XXX,
|
||||
XTS,
|
||||
ALL,
|
||||
DZD,
|
||||
ARS,
|
||||
AUD,
|
||||
BSD,
|
||||
BHD,
|
||||
BDT,
|
||||
AMD,
|
||||
BBD,
|
||||
BMD,
|
||||
BTN,
|
||||
BOB,
|
||||
BWP,
|
||||
BZD,
|
||||
SBD,
|
||||
BND,
|
||||
MMK,
|
||||
BIF,
|
||||
KHR,
|
||||
CAD,
|
||||
CVE,
|
||||
KYD,
|
||||
LKR,
|
||||
CLP,
|
||||
CNY,
|
||||
COP,
|
||||
KMF,
|
||||
CRC,
|
||||
HRK,
|
||||
CUP,
|
||||
CZK,
|
||||
DKK,
|
||||
DOP,
|
||||
SVC,
|
||||
ETB,
|
||||
ERN,
|
||||
FKP,
|
||||
FJD,
|
||||
DJF,
|
||||
GMD,
|
||||
GIP,
|
||||
GTQ,
|
||||
GNF,
|
||||
GYD,
|
||||
HTG,
|
||||
HNL,
|
||||
HKD,
|
||||
HUF,
|
||||
ISK,
|
||||
INR,
|
||||
IDR,
|
||||
IRR,
|
||||
IQD,
|
||||
ILS,
|
||||
JMD,
|
||||
JPY,
|
||||
KZT,
|
||||
JOD,
|
||||
KES,
|
||||
KPW,
|
||||
KRW,
|
||||
KWD,
|
||||
KGS,
|
||||
LAK,
|
||||
LBP,
|
||||
LSL,
|
||||
LRD,
|
||||
LYD,
|
||||
LTL,
|
||||
MOP,
|
||||
MWK,
|
||||
MYR,
|
||||
MVR,
|
||||
MRO,
|
||||
MUR,
|
||||
MXN,
|
||||
MNT,
|
||||
MDL,
|
||||
MAD,
|
||||
OMR,
|
||||
NAD,
|
||||
NPR,
|
||||
ANG,
|
||||
AWG,
|
||||
VUV,
|
||||
NZD,
|
||||
NIO,
|
||||
NGN,
|
||||
NOK,
|
||||
PKR,
|
||||
PAB,
|
||||
PGK,
|
||||
PYG,
|
||||
PEN,
|
||||
PHP,
|
||||
QAR,
|
||||
RUB,
|
||||
RWF,
|
||||
SHP,
|
||||
STD,
|
||||
SAR,
|
||||
SCR,
|
||||
SLL,
|
||||
SGD,
|
||||
VND,
|
||||
SOS,
|
||||
ZAR,
|
||||
SSP,
|
||||
SZL,
|
||||
SEK,
|
||||
CHF,
|
||||
SYP,
|
||||
THB,
|
||||
TOP,
|
||||
TTD,
|
||||
AED,
|
||||
TND,
|
||||
UGX,
|
||||
MKD,
|
||||
EGP,
|
||||
GBP,
|
||||
TZS,
|
||||
USD,
|
||||
UYU,
|
||||
UZS,
|
||||
WST,
|
||||
YER,
|
||||
TWD,
|
||||
CUC,
|
||||
ZWL,
|
||||
TMT,
|
||||
GHS,
|
||||
VEF,
|
||||
SDG,
|
||||
UYI,
|
||||
RSD,
|
||||
MZN,
|
||||
AZN,
|
||||
RON,
|
||||
CHE,
|
||||
CHW,
|
||||
TRY,
|
||||
XAF,
|
||||
XCD,
|
||||
XOF,
|
||||
XPF,
|
||||
XBA,
|
||||
XBB,
|
||||
XBC,
|
||||
XBD,
|
||||
XAU,
|
||||
XDR,
|
||||
XAG,
|
||||
XPT,
|
||||
XPD,
|
||||
XUA,
|
||||
ZMW,
|
||||
SRD,
|
||||
MGA,
|
||||
COU,
|
||||
AFN,
|
||||
TJS,
|
||||
AOA,
|
||||
BYR,
|
||||
BGN,
|
||||
CDF,
|
||||
BAM,
|
||||
EUR,
|
||||
MXV,
|
||||
UAH,
|
||||
GEL,
|
||||
BOV,
|
||||
PLN,
|
||||
BRL,
|
||||
CLF,
|
||||
XSU,
|
||||
USN,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, Currency> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static Currency? valueOf($core.int value) => _byValue[value];
|
||||
|
||||
const Currency._(super.value, super.name);
|
||||
}
|
||||
|
||||
|
||||
const $core.bool _omitEnumNames = $core.bool.fromEnvironment('protobuf.omit_enum_names');
|
||||
306
lib/core/currencyCodes.pbjson.dart
Normal file
306
lib/core/currencyCodes.pbjson.dart
Normal file
@@ -0,0 +1,306 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: core/currencyCodes.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
import 'dart:typed_data' as $typed_data;
|
||||
|
||||
@$core.Deprecated('Use currencyDescriptor instead')
|
||||
const Currency$json = {
|
||||
'1': 'Currency',
|
||||
'2': [
|
||||
{'1': 'XXX', '2': 0, '3': {}},
|
||||
{'1': 'XTS', '2': 963, '3': {}},
|
||||
{'1': 'ALL', '2': 8, '3': {}},
|
||||
{'1': 'DZD', '2': 12, '3': {}},
|
||||
{'1': 'ARS', '2': 32, '3': {}},
|
||||
{'1': 'AUD', '2': 36, '3': {}},
|
||||
{'1': 'BSD', '2': 44, '3': {}},
|
||||
{'1': 'BHD', '2': 48, '3': {}},
|
||||
{'1': 'BDT', '2': 50, '3': {}},
|
||||
{'1': 'AMD', '2': 51, '3': {}},
|
||||
{'1': 'BBD', '2': 52, '3': {}},
|
||||
{'1': 'BMD', '2': 60, '3': {}},
|
||||
{'1': 'BTN', '2': 64, '3': {}},
|
||||
{'1': 'BOB', '2': 68, '3': {}},
|
||||
{'1': 'BWP', '2': 72, '3': {}},
|
||||
{'1': 'BZD', '2': 84, '3': {}},
|
||||
{'1': 'SBD', '2': 90, '3': {}},
|
||||
{'1': 'BND', '2': 96, '3': {}},
|
||||
{'1': 'MMK', '2': 104, '3': {}},
|
||||
{'1': 'BIF', '2': 108, '3': {}},
|
||||
{'1': 'KHR', '2': 116, '3': {}},
|
||||
{'1': 'CAD', '2': 124, '3': {}},
|
||||
{'1': 'CVE', '2': 132, '3': {}},
|
||||
{'1': 'KYD', '2': 136, '3': {}},
|
||||
{'1': 'LKR', '2': 144, '3': {}},
|
||||
{'1': 'CLP', '2': 152, '3': {}},
|
||||
{'1': 'CNY', '2': 156, '3': {}},
|
||||
{'1': 'COP', '2': 170, '3': {}},
|
||||
{'1': 'KMF', '2': 174, '3': {}},
|
||||
{'1': 'CRC', '2': 188, '3': {}},
|
||||
{'1': 'HRK', '2': 191, '3': {}},
|
||||
{'1': 'CUP', '2': 192, '3': {}},
|
||||
{'1': 'CZK', '2': 203, '3': {}},
|
||||
{'1': 'DKK', '2': 208, '3': {}},
|
||||
{'1': 'DOP', '2': 214, '3': {}},
|
||||
{'1': 'SVC', '2': 222, '3': {}},
|
||||
{'1': 'ETB', '2': 230, '3': {}},
|
||||
{'1': 'ERN', '2': 232, '3': {}},
|
||||
{'1': 'FKP', '2': 238, '3': {}},
|
||||
{'1': 'FJD', '2': 242, '3': {}},
|
||||
{'1': 'DJF', '2': 262, '3': {}},
|
||||
{'1': 'GMD', '2': 270, '3': {}},
|
||||
{'1': 'GIP', '2': 292, '3': {}},
|
||||
{'1': 'GTQ', '2': 320, '3': {}},
|
||||
{'1': 'GNF', '2': 324, '3': {}},
|
||||
{'1': 'GYD', '2': 328, '3': {}},
|
||||
{'1': 'HTG', '2': 332, '3': {}},
|
||||
{'1': 'HNL', '2': 340, '3': {}},
|
||||
{'1': 'HKD', '2': 344, '3': {}},
|
||||
{'1': 'HUF', '2': 348, '3': {}},
|
||||
{'1': 'ISK', '2': 352, '3': {}},
|
||||
{'1': 'INR', '2': 356, '3': {}},
|
||||
{'1': 'IDR', '2': 360, '3': {}},
|
||||
{'1': 'IRR', '2': 364, '3': {}},
|
||||
{'1': 'IQD', '2': 368, '3': {}},
|
||||
{'1': 'ILS', '2': 376, '3': {}},
|
||||
{'1': 'JMD', '2': 388, '3': {}},
|
||||
{'1': 'JPY', '2': 392, '3': {}},
|
||||
{'1': 'KZT', '2': 398, '3': {}},
|
||||
{'1': 'JOD', '2': 400, '3': {}},
|
||||
{'1': 'KES', '2': 404, '3': {}},
|
||||
{'1': 'KPW', '2': 408, '3': {}},
|
||||
{'1': 'KRW', '2': 410, '3': {}},
|
||||
{'1': 'KWD', '2': 414, '3': {}},
|
||||
{'1': 'KGS', '2': 417, '3': {}},
|
||||
{'1': 'LAK', '2': 418, '3': {}},
|
||||
{'1': 'LBP', '2': 422, '3': {}},
|
||||
{'1': 'LSL', '2': 426, '3': {}},
|
||||
{'1': 'LRD', '2': 430, '3': {}},
|
||||
{'1': 'LYD', '2': 434, '3': {}},
|
||||
{'1': 'LTL', '2': 440, '3': {}},
|
||||
{'1': 'MOP', '2': 446, '3': {}},
|
||||
{'1': 'MWK', '2': 454, '3': {}},
|
||||
{'1': 'MYR', '2': 458, '3': {}},
|
||||
{'1': 'MVR', '2': 462, '3': {}},
|
||||
{'1': 'MRO', '2': 478, '3': {}},
|
||||
{'1': 'MUR', '2': 480, '3': {}},
|
||||
{'1': 'MXN', '2': 484, '3': {}},
|
||||
{'1': 'MNT', '2': 496, '3': {}},
|
||||
{'1': 'MDL', '2': 498, '3': {}},
|
||||
{'1': 'MAD', '2': 504, '3': {}},
|
||||
{'1': 'OMR', '2': 512, '3': {}},
|
||||
{'1': 'NAD', '2': 516, '3': {}},
|
||||
{'1': 'NPR', '2': 524, '3': {}},
|
||||
{'1': 'ANG', '2': 532, '3': {}},
|
||||
{'1': 'AWG', '2': 533, '3': {}},
|
||||
{'1': 'VUV', '2': 548, '3': {}},
|
||||
{'1': 'NZD', '2': 554, '3': {}},
|
||||
{'1': 'NIO', '2': 558, '3': {}},
|
||||
{'1': 'NGN', '2': 566, '3': {}},
|
||||
{'1': 'NOK', '2': 578, '3': {}},
|
||||
{'1': 'PKR', '2': 586, '3': {}},
|
||||
{'1': 'PAB', '2': 590, '3': {}},
|
||||
{'1': 'PGK', '2': 598, '3': {}},
|
||||
{'1': 'PYG', '2': 600, '3': {}},
|
||||
{'1': 'PEN', '2': 604, '3': {}},
|
||||
{'1': 'PHP', '2': 608, '3': {}},
|
||||
{'1': 'QAR', '2': 634, '3': {}},
|
||||
{'1': 'RUB', '2': 643, '3': {}},
|
||||
{'1': 'RWF', '2': 646, '3': {}},
|
||||
{'1': 'SHP', '2': 654, '3': {}},
|
||||
{'1': 'STD', '2': 678, '3': {}},
|
||||
{'1': 'SAR', '2': 682, '3': {}},
|
||||
{'1': 'SCR', '2': 690, '3': {}},
|
||||
{'1': 'SLL', '2': 694, '3': {}},
|
||||
{'1': 'SGD', '2': 702, '3': {}},
|
||||
{'1': 'VND', '2': 704, '3': {}},
|
||||
{'1': 'SOS', '2': 706, '3': {}},
|
||||
{'1': 'ZAR', '2': 710, '3': {}},
|
||||
{'1': 'SSP', '2': 728, '3': {}},
|
||||
{'1': 'SZL', '2': 748, '3': {}},
|
||||
{'1': 'SEK', '2': 752, '3': {}},
|
||||
{'1': 'CHF', '2': 756, '3': {}},
|
||||
{'1': 'SYP', '2': 760, '3': {}},
|
||||
{'1': 'THB', '2': 764, '3': {}},
|
||||
{'1': 'TOP', '2': 776, '3': {}},
|
||||
{'1': 'TTD', '2': 780, '3': {}},
|
||||
{'1': 'AED', '2': 784, '3': {}},
|
||||
{'1': 'TND', '2': 788, '3': {}},
|
||||
{'1': 'UGX', '2': 800, '3': {}},
|
||||
{'1': 'MKD', '2': 807, '3': {}},
|
||||
{'1': 'EGP', '2': 818, '3': {}},
|
||||
{'1': 'GBP', '2': 826, '3': {}},
|
||||
{'1': 'TZS', '2': 834, '3': {}},
|
||||
{'1': 'USD', '2': 840, '3': {}},
|
||||
{'1': 'UYU', '2': 858, '3': {}},
|
||||
{'1': 'UZS', '2': 860, '3': {}},
|
||||
{'1': 'WST', '2': 882, '3': {}},
|
||||
{'1': 'YER', '2': 886, '3': {}},
|
||||
{'1': 'TWD', '2': 901, '3': {}},
|
||||
{'1': 'CUC', '2': 931, '3': {}},
|
||||
{'1': 'ZWL', '2': 932, '3': {}},
|
||||
{'1': 'TMT', '2': 934, '3': {}},
|
||||
{'1': 'GHS', '2': 936, '3': {}},
|
||||
{'1': 'VEF', '2': 937, '3': {}},
|
||||
{'1': 'SDG', '2': 938, '3': {}},
|
||||
{'1': 'UYI', '2': 940, '3': {}},
|
||||
{'1': 'RSD', '2': 941, '3': {}},
|
||||
{'1': 'MZN', '2': 943, '3': {}},
|
||||
{'1': 'AZN', '2': 944, '3': {}},
|
||||
{'1': 'RON', '2': 946, '3': {}},
|
||||
{'1': 'CHE', '2': 947, '3': {}},
|
||||
{'1': 'CHW', '2': 948, '3': {}},
|
||||
{'1': 'TRY', '2': 949, '3': {}},
|
||||
{'1': 'XAF', '2': 950, '3': {}},
|
||||
{'1': 'XCD', '2': 951, '3': {}},
|
||||
{'1': 'XOF', '2': 952, '3': {}},
|
||||
{'1': 'XPF', '2': 953, '3': {}},
|
||||
{'1': 'XBA', '2': 955, '3': {}},
|
||||
{'1': 'XBB', '2': 956, '3': {}},
|
||||
{'1': 'XBC', '2': 957, '3': {}},
|
||||
{'1': 'XBD', '2': 958, '3': {}},
|
||||
{'1': 'XAU', '2': 959, '3': {}},
|
||||
{'1': 'XDR', '2': 960, '3': {}},
|
||||
{'1': 'XAG', '2': 961, '3': {}},
|
||||
{'1': 'XPT', '2': 962, '3': {}},
|
||||
{'1': 'XPD', '2': 964, '3': {}},
|
||||
{'1': 'XUA', '2': 965, '3': {}},
|
||||
{'1': 'ZMW', '2': 967, '3': {}},
|
||||
{'1': 'SRD', '2': 968, '3': {}},
|
||||
{'1': 'MGA', '2': 969, '3': {}},
|
||||
{'1': 'COU', '2': 970, '3': {}},
|
||||
{'1': 'AFN', '2': 971, '3': {}},
|
||||
{'1': 'TJS', '2': 972, '3': {}},
|
||||
{'1': 'AOA', '2': 973, '3': {}},
|
||||
{'1': 'BYR', '2': 974, '3': {}},
|
||||
{'1': 'BGN', '2': 975, '3': {}},
|
||||
{'1': 'CDF', '2': 976, '3': {}},
|
||||
{'1': 'BAM', '2': 977, '3': {}},
|
||||
{'1': 'EUR', '2': 978, '3': {}},
|
||||
{'1': 'MXV', '2': 979, '3': {}},
|
||||
{'1': 'UAH', '2': 980, '3': {}},
|
||||
{'1': 'GEL', '2': 981, '3': {}},
|
||||
{'1': 'BOV', '2': 984, '3': {}},
|
||||
{'1': 'PLN', '2': 985, '3': {}},
|
||||
{'1': 'BRL', '2': 986, '3': {}},
|
||||
{'1': 'CLF', '2': 990, '3': {}},
|
||||
{'1': 'XSU', '2': 994, '3': {}},
|
||||
{'1': 'USN', '2': 997, '3': {}},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `Currency`. Decode as a `google.protobuf.EnumDescriptorProto`.
|
||||
final $typed_data.Uint8List currencyDescriptor = $convert.base64Decode(
|
||||
'CghDdXJyZW5jeRINCgNYWFgQABoEotQYABIOCgNYVFMQwwcaBKLUGAASGQoDQUxMEAgaEKLUGA'
|
||||
'xBbGJhbmlhbiBsZWsSGwoDRFpEEAwaEqLUGA5BbGdlcmlhbiBkaW5hchIbCgNBUlMQIBoSotQY'
|
||||
'DkFyZ2VudGluZSBwZXNvEh4KA0FVRBAkGhWi1BgRQXVzdHJhbGlhbiBkb2xsYXISHAoDQlNEEC'
|
||||
'waE6LUGA9CYWhhbWlhbiBkb2xsYXISGwoDQkhEEDAaEqLUGA5CYWhyYWluaSBkaW5hchIdCgNC'
|
||||
'RFQQMhoUotQYEEJhbmdsYWRlc2hpIHRha2ESGgoDQU1EEDMaEaLUGA1Bcm1lbmlhbiBkcmFtEh'
|
||||
'wKA0JCRBA0GhOi1BgPQmFyYmFkb3MgZG9sbGFyEh0KA0JNRBA8GhSi1BgQQmVybXVkaWFuIGRv'
|
||||
'bGxhchIfCgNCVE4QQBoWotQYEkJodXRhbmVzZSBuZ3VsdHJ1bRIWCgNCT0IQRBoNotQYCUJvbG'
|
||||
'l2aWFubxIaCgNCV1AQSBoRotQYDUJvdHN3YW5hIHB1bGESGgoDQlpEEFQaEaLUGA1CZWxpemUg'
|
||||
'ZG9sbGFyEiMKA1NCRBBaGhqi1BgWU29sb21vbiBJc2xhbmRzIGRvbGxhchIaCgNCTkQQYBoRot'
|
||||
'QYDUJydW5laSBkb2xsYXISGQoDTU1LEGgaEKLUGAxNeWFubWFyIGt5YXQSHAoDQklGEGwaE6LU'
|
||||
'GA9CdXJ1bmRpYW4gZnJhbmMSGwoDS0hSEHQaEqLUGA5DYW1ib2RpYW4gcmllbBIcCgNDQUQQfB'
|
||||
'oTotQYD0NhbmFkaWFuIGRvbGxhchIhCgNDVkUQhAEaF6LUGBNDYXBlIFZlcmRlYW4gZXNjdWRv'
|
||||
'EiMKA0tZRBCIARoZotQYFUNheW1hbiBJc2xhbmRzIGRvbGxhchIeCgNMS1IQkAEaFKLUGBBTcm'
|
||||
'kgTGFua2FuIHJ1cGVlEhoKA0NMUBCYARoQotQYDENoaWxlYW4gcGVzbxIWCgNDTlkQnAEaDKLU'
|
||||
'GAhSZW5taW5iaRIcCgNDT1AQqgEaEqLUGA5Db2xvbWJpYW4gcGVzbxIaCgNLTUYQrgEaEKLUGA'
|
||||
'xDb21vcm8gZnJhbmMSHwoDQ1JDELwBGhWi1BgRQ29zdGEgUmljYW4gY29sb24SGwoDSFJLEL8B'
|
||||
'GhGi1BgNQ3JvYXRpYW4ga3VuYRIYCgNDVVAQwAEaDqLUGApDdWJhbiBwZXNvEhoKA0NaSxDLAR'
|
||||
'oQotQYDEN6ZWNoIGtvcnVuYRIaCgNES0sQ0AEaEKLUGAxEYW5pc2gga3JvbmUSHAoDRE9QENYB'
|
||||
'GhKi1BgORG9taW5pY2FuIHBlc28SHwoDU1ZDEN4BGhWi1BgRU2FsdmFkb3JhbiBjb2zDs24SHA'
|
||||
'oDRVRCEOYBGhKi1BgORXRoaW9waWFuIGJpcnISHAoDRVJOEOgBGhKi1BgORXJpdHJlYW4gbmFr'
|
||||
'ZmESJAoDRktQEO4BGhqi1BgWRmFsa2xhbmQgSXNsYW5kcyBwb3VuZBIZCgNGSkQQ8gEaD6LUGA'
|
||||
'tGaWppIGRvbGxhchIeCgNESkYQhgIaFKLUGBBEamlib3V0aWFuIGZyYW5jEhwKA0dNRBCOAhoS'
|
||||
'otQYDkdhbWJpYW4gZGFsYXNpEh0KA0dJUBCkAhoTotQYD0dpYnJhbHRhciBwb3VuZBIgCgNHVF'
|
||||
'EQwAIaFqLUGBJHdWF0ZW1hbGFuIHF1ZXR6YWwSGwoDR05GEMQCGhGi1BgNR3VpbmVhbiBmcmFu'
|
||||
'YxIdCgNHWUQQyAIaE6LUGA9HdXlhbmVzZSBkb2xsYXISHAoDSFRHEMwCGhKi1BgOSGFpdGlhbi'
|
||||
'Bnb3VyZGUSHgoDSE5MENQCGhSi1BgQSG9uZHVyYW4gbGVtcGlyYRIeCgNIS0QQ2AIaFKLUGBBI'
|
||||
'b25nIEtvbmcgZG9sbGFyEh4KA0hVRhDcAhoUotQYEEh1bmdhcmlhbiBmb3JpbnQSHgoDSVNLEO'
|
||||
'ACGhSi1BgQSWNlbGFuZGljIGtyw7NuYRIaCgNJTlIQ5AIaEKLUGAxJbmRpYW4gcnVwZWUSHwoD'
|
||||
'SURSEOgCGhWi1BgRSW5kb25lc2lhbiBydXBpYWgSGgoDSVJSEOwCGhCi1BgMSXJhbmlhbiByaW'
|
||||
'FsEhkKA0lRRBDwAhoPotQYC0lyYXFpIGRpbmFyEiAKA0lMUxD4AhoWotQYEklzcmFlbGkgbmV3'
|
||||
'IHNoZWtlbBIdCgNKTUQQhAMaE6LUGA9KYW1haWNhbiBkb2xsYXISGgoDSlBZEIgDGhCi1BgMSm'
|
||||
'FwYW5lc2UgeWVuEh8KA0taVBCOAxoVotQYEUthemFraHN0YW5pIHRlbmdlEh0KA0pPRBCQAxoT'
|
||||
'otQYD0pvcmRhbmlhbiBkaW5hchIdCgNLRVMQlAMaE6LUGA9LZW55YW4gc2hpbGxpbmcSHgoDS1'
|
||||
'BXEJgDGhSi1BgQTm9ydGggS29yZWFuIHdvbhIeCgNLUlcQmgMaFKLUGBBTb3V0aCBLb3JlYW4g'
|
||||
'd29uEhsKA0tXRBCeAxoRotQYDUt1d2FpdGkgZGluYXISHQoDS0dTEKEDGhOi1BgPS3lyZ3l6c3'
|
||||
'Rhbmkgc29tEhUKA0xBSxCiAxoLotQYB0xhbyBraXASHAoDTEJQEKYDGhKi1BgOTGViYW5lc2Ug'
|
||||
'cG91bmQSGgoDTFNMEKoDGhCi1BgMTGVzb3RobyBsb3RpEh0KA0xSRBCuAxoTotQYD0xpYmVyaW'
|
||||
'FuIGRvbGxhchIaCgNMWUQQsgMaEKLUGAxMaWJ5YW4gZGluYXISHgoDTFRMELgDGhSi1BgQTGl0'
|
||||
'aHVhbmlhbiBsaXRhcxIdCgNNT1AQvgMaE6LUGA9NYWNhbmVzZSBwYXRhY2ESHQoDTVdLEMYDGh'
|
||||
'Oi1BgPTWFsYXdpYW4ga3dhY2hhEh8KA01ZUhDKAxoVotQYEU1hbGF5c2lhbiByaW5nZ2l0Eh8K'
|
||||
'A01WUhDOAxoVotQYEU1hbGRpdmlhbiBydWZpeWFhEiEKA01STxDeAxoXotQYE01hdXJpdGFuaW'
|
||||
'FuIG91Z3VpeWESHQoDTVVSEOADGhOi1BgPTWF1cml0aWFuIHJ1cGVlEhoKA01YThDkAxoQotQY'
|
||||
'DE1leGljYW4gcGVzbxIgCgNNTlQQ8AMaFqLUGBJNb25nb2xpYW4gdMO2Z3LDtmcSGgoDTURMEP'
|
||||
'IDGhCi1BgMTW9sZG92YW4gbGV1Eh0KA01BRBD4AxoTotQYD01vcm9jY2FuIGRpcmhhbRIYCgNP'
|
||||
'TVIQgAQaDqLUGApPbWFuaSByaWFsEh0KA05BRBCEBBoTotQYD05hbWliaWFuIGRvbGxhchIcCg'
|
||||
'NOUFIQjAQaEqLUGA5OZXBhbGVzZSBydXBlZRIrCgNBTkcQlAQaIaLUGB1OZXRoZXJsYW5kcyBB'
|
||||
'bnRpbGxlYW4gZ3VpbGRlchIbCgNBV0cQlQQaEaLUGA1BcnViYW4gZmxvcmluEhoKA1ZVVhCkBB'
|
||||
'oQotQYDFZhbnVhdHUgdmF0dRIgCgNOWkQQqgQaFqLUGBJOZXcgWmVhbGFuZCBkb2xsYXISIQoD'
|
||||
'TklPEK4EGhei1BgTTmljYXJhZ3VhbiBjw7NyZG9iYRIcCgNOR04QtgQaEqLUGA5OaWdlcmlhbi'
|
||||
'BuYWlyYRIdCgNOT0sQwgQaE6LUGA9Ob3J3ZWdpYW4ga3JvbmUSHQoDUEtSEMoEGhOi1BgPUGFr'
|
||||
'aXN0YW5pIHJ1cGVlEh8KA1BBQhDOBBoVotQYEVBhbmFtYW5pYW4gYmFsYm9hEiQKA1BHSxDWBB'
|
||||
'oaotQYFlBhcHVhIE5ldyBHdWluZWFuIGtpbmESIQoDUFlHENgEGhei1BgTUGFyYWd1YXlhbiBn'
|
||||
'dWFyYW7DrRIaCgNQRU4Q3AQaEKLUGAxQZXJ1dmlhbiBzb2wSHQoDUEhQEOAEGhOi1BgPUGhpbG'
|
||||
'lwcGluZSBwZXNvEhoKA1FBUhD6BBoQotQYDFFhdGFyaSByaXlhbBIbCgNSVUIQgwUaEaLUGA1S'
|
||||
'dXNzaWFuIHJ1YmxlEhsKA1JXRhCGBRoRotQYDVJ3YW5kYW4gZnJhbmMSIAoDU0hQEI4FGhai1B'
|
||||
'gSU2FpbnQgSGVsZW5hIHBvdW5kEiwKA1NURBCmBRoiotQYHlPDo28gVG9tw6kgYW5kIFByw61u'
|
||||
'Y2lwZSBkb2JyYRIZCgNTQVIQqgUaD6LUGAtTYXVkaSByaXlhbBIeCgNTQ1IQsgUaFKLUGBBTZX'
|
||||
'ljaGVsbGVzIHJ1cGVlEiIKA1NMTBC2BRoYotQYFFNpZXJyYSBMZW9uZWFuIGxlb25lEh4KA1NH'
|
||||
'RBC+BRoUotQYEFNpbmdhcG9yZSBkb2xsYXISIAoDVk5EEMAFGhai1BgSVmlldG5hbWVzZSDEke'
|
||||
'G7k25nEh8KA1NPUxDCBRoVotQYEVNvbWFsaWFuIHNoaWxsaW5nEiAKA1pBUhDGBRoWotQYElNv'
|
||||
'dXRoIEFmcmljYW4gcmFuZBIiCgNTU1AQ2AUaGKLUGBRTb3V0aCBTdWRhbmVzZSBwb3VuZBIdCg'
|
||||
'NTWkwQ7AUaE6LUGA9Td2F6aSBsaWxhbmdlbmkSGwoDU0VLEPAFGhGi1BgNU3dlZGlzaCBrcm9u'
|
||||
'YRIZCgNDSEYQ9AUaD6LUGAtTd2lzcyBmcmFuYxIaCgNTWVAQ+AUaEKLUGAxTeXJpYW4gcG91bm'
|
||||
'QSFwoDVEhCEPwFGg2i1BgJVGhhaSBiYWh0EhwKA1RPUBCIBhoSotQYDlRvbmdhbiBwYSdhbmdh'
|
||||
'EigKA1RURBCMBhoeotQYGlRyaW5pZGFkIGFuZCBUb2JhZ28gZG9sbGFyEikKA0FFRBCQBhofot'
|
||||
'QYG1VuaXRlZCBBcmFiIEVtaXJhdGVzIGRpcmhhbRIcCgNUTkQQlAYaEqLUGA5UdW5pc2lhbiBk'
|
||||
'aW5hchIeCgNVR1gQoAYaFKLUGBBVZ2FuZGFuIHNoaWxsaW5nEh4KA01LRBCnBhoUotQYEE1hY2'
|
||||
'Vkb25pYW4gZGVuYXISHAoDRUdQELIGGhKi1BgORWd5cHRpYW4gcG91bmQSHAoDR0JQELoGGhKi'
|
||||
'1BgOUG91bmQgc3RlcmxpbmcSIAoDVFpTEMIGGhai1BgSVGFuemFuaWFuIHNoaWxsaW5nEiIKA1'
|
||||
'VTRBDIBhoYotQYFFVuaXRlZCBTdGF0ZXMgZG9sbGFyEhwKA1VZVRDaBhoSotQYDlVydWd1YXlh'
|
||||
'biBwZXNvEh0KA1VaUxDcBhoTotQYD1V6YmVraXN0YW5pIHN1bRIZCgNXU1QQ8gYaD6LUGAtTYW'
|
||||
'1vYW4gdGFsYRIZCgNZRVIQ9gYaD6LUGAtZZW1lbmkgcmlhbBIfCgNUV0QQhQcaFaLUGBFOZXcg'
|
||||
'VGFpd2FuIGRvbGxhchIkCgNDVUMQowcaGqLUGBZDdWJhbiBjb252ZXJ0aWJsZSBwZXNvEh8KA1'
|
||||
'pXTBCkBxoVotQYEVppbWJhYndlYW4gZG9sbGFyEiAKA1RNVBCmBxoWotQYElR1cmttZW5pc3Rh'
|
||||
'biBtYW5hdBIbCgNHSFMQqAcaEaLUGA1HaGFuYWlhbiBjZWRpEigKA1ZFRhCpBxoeotQYGlZlbm'
|
||||
'V6dWVsYW4gYm9sw612YXIgZnVlcnRlEhwKA1NERxCqBxoSotQYDlN1ZGFuZXNlIHBvdW5kEjAK'
|
||||
'A1VZSRCsBxomotQYIlVydWd1YXkgUGVzbyBlbiBVbmlkYWRlcyBJbmRleGFkYXMSGwoDUlNEEK'
|
||||
'0HGhGi1BgNU2VyYmlhbiBkaW5hchIgCgNNWk4QrwcaFqLUGBJNb3phbWJpY2FuIG1ldGljYWwS'
|
||||
'HwoDQVpOELAHGhWi1BgRQXplcmJhaWphbmkgbWFuYXQSGgoDUk9OELIHGhCi1BgMUm9tYW5pYW'
|
||||
'4gbGV1EhYKA0NIRRCzBxoMotQYCFdJUiBldXJvEhcKA0NIVxC0BxoNotQYCVdJUiBmcmFuYxIa'
|
||||
'CgNUUlkQtQcaEKLUGAxUdXJraXNoIGxpcmESHAoDWEFGELYHGhKi1BgOQ0ZBIGZyYW5jIEJFQU'
|
||||
'MSIwoDWENEELcHGhmi1BgVRWFzdCBDYXJpYmJlYW4gZG9sbGFyEh0KA1hPRhC4BxoTotQYD0NG'
|
||||
'QSBmcmFuYyBCQ0VBTxIXCgNYUEYQuQcaDaLUGAlDRlAgZnJhbmMSJQoDWEJBELsHGhui1BgXRX'
|
||||
'Vyb3BlYW4gQ29tcG9zaXRlIFVuaXQSJAoDWEJCELwHGhqi1BgWRXVyb3BlYW4gTW9uZXRhcnkg'
|
||||
'VW5pdBIoCgNYQkMQvQcaHqLUGBpFdXJvcGVhbiBVbml0IG9mIEFjY291bnQgORIpCgNYQkQQvg'
|
||||
'caH6LUGBtFdXJvcGVhbiBVbml0IG9mIEFjY291bnQgMTcSEgoDWEFVEL8HGgii1BgER29sZBIk'
|
||||
'CgNYRFIQwAcaGqLUGBZTcGVjaWFsIGRyYXdpbmcgcmlnaHRzEhQKA1hBRxDBBxoKotQYBlNpbH'
|
||||
'ZlchIWCgNYUFQQwgcaDKLUGAhQbGF0aW51bRIXCgNYUEQQxAcaDaLUGAlQYWxsYWRpdW0SIQoD'
|
||||
'WFVBEMUHGhei1BgTQURCIFVuaXQgb2YgQWNjb3VudBIcCgNaTVcQxwcaEqLUGA5aYW1iaWFuIG'
|
||||
't3YWNoYRIfCgNTUkQQyAcaFaLUGBFTdXJpbmFtZXNlIGRvbGxhchIdCgNNR0EQyQcaE6LUGA9N'
|
||||
'YWxhZ2FzeSBhcmlhcnkSIgoDQ09VEMoHGhii1BgUVW5pZGFkIGRlIFZhbG9yIFJlYWwSHAoDQU'
|
||||
'ZOEMsHGhKi1BgOQWZnaGFuIGFmZ2hhbmkSIAoDVEpTEMwHGhai1BgSVGFqaWtpc3Rhbmkgc29t'
|
||||
'b25pEhwKA0FPQRDNBxoSotQYDkFuZ29sYW4ga3dhbnphEh4KA0JZUhDOBxoUotQYEEJlbGFydX'
|
||||
'NpYW4gcnVibGUSGwoDQkdOEM8HGhGi1BgNQnVsZ2FyaWFuIGxldhIdCgNDREYQ0AcaE6LUGA9D'
|
||||
'b25nb2xlc2UgZnJhbmMSNQoDQkFNENEHGiui1BgnQm9zbmlhIGFuZCBIZXJ6ZWdvdmluYSBjb2'
|
||||
'52ZXJ0aWJsZSBtYXJrEhIKA0VVUhDSBxoIotQYBEV1cm8SKQoDTVhWENMHGh+i1BgbTWV4aWNh'
|
||||
'biBVbmlkYWQgZGUgSW52ZXJzaW9uEh8KA1VBSBDUBxoVotQYEVVrcmFpbmlhbiBocnl2bmlhEh'
|
||||
'sKA0dFTBDVBxoRotQYDUdlb3JnaWFuIGxhcmkSHAoDQk9WENgHGhKi1BgOQm9saXZpYW4gTXZk'
|
||||
'b2wSGwoDUExOENkHGhGi1BgNUG9saXNoIHrFgm90eRIcCgNCUkwQ2gcaEqLUGA5CcmF6aWxpYW'
|
||||
'4gcmVhbBIfCgNDTEYQ3gcaFaLUGBFVbmlkYWQgZGUgRm9tZW50bxIUCgNYU1UQ4gcaCqLUGAYJ'
|
||||
'U1VDUkUSLQoDVVNOEOUHGiOi1BgfVW5pdGVkIFN0YXRlcyBkb2xsYXIgKG5leHQgZGF5KQ==');
|
||||
|
||||
@@ -5,21 +5,435 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'options.pbenum.dart';
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
export 'options.pbenum.dart';
|
||||
|
||||
/// Note: Struct to define in protoc-m0 in managers/struct_model
|
||||
class KPIGroups extends $pb.GeneratedMessage {
|
||||
factory KPIGroups({
|
||||
$core.Iterable<KPIGroup>? groups,
|
||||
}) {
|
||||
final result = create();
|
||||
if (groups != null) result.groups.addAll(groups);
|
||||
return result;
|
||||
}
|
||||
|
||||
KPIGroups._();
|
||||
|
||||
factory KPIGroups.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory KPIGroups.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'KPIGroups', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pc<KPIGroup>(1, _omitFieldNames ? '' : 'Groups', $pb.PbFieldType.PM, protoName: 'Groups', subBuilder: KPIGroup.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
KPIGroups clone() => KPIGroups()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
KPIGroups copyWith(void Function(KPIGroups) updates) => super.copyWith((message) => updates(message as KPIGroups)) as KPIGroups;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static KPIGroups create() => KPIGroups._();
|
||||
@$core.override
|
||||
KPIGroups createEmptyInstance() => create();
|
||||
static $pb.PbList<KPIGroups> createRepeated() => $pb.PbList<KPIGroups>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static KPIGroups getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<KPIGroups>(create);
|
||||
static KPIGroups? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$pb.PbList<KPIGroup> get groups => $_getList(0);
|
||||
}
|
||||
|
||||
class KPIGroup extends $pb.GeneratedMessage {
|
||||
factory KPIGroup({
|
||||
$core.String? name,
|
||||
KPIGroupType? type,
|
||||
$core.bool? queryable,
|
||||
$core.String? groupToQuery,
|
||||
$core.String? orderBy,
|
||||
$core.String? engine,
|
||||
$core.String? headerColumns,
|
||||
$core.String? partitionBy,
|
||||
}) {
|
||||
final result = create();
|
||||
if (name != null) result.name = name;
|
||||
if (type != null) result.type = type;
|
||||
if (queryable != null) result.queryable = queryable;
|
||||
if (groupToQuery != null) result.groupToQuery = groupToQuery;
|
||||
if (orderBy != null) result.orderBy = orderBy;
|
||||
if (engine != null) result.engine = engine;
|
||||
if (headerColumns != null) result.headerColumns = headerColumns;
|
||||
if (partitionBy != null) result.partitionBy = partitionBy;
|
||||
return result;
|
||||
}
|
||||
|
||||
KPIGroup._();
|
||||
|
||||
factory KPIGroup.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory KPIGroup.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'KPIGroup', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'Name', protoName: 'Name')
|
||||
..e<KPIGroupType>(2, _omitFieldNames ? '' : 'Type', $pb.PbFieldType.OE, protoName: 'Type', defaultOrMaker: KPIGroupType.KPIGROUP_TYPE_UNKNOWN, valueOf: KPIGroupType.valueOf, enumValues: KPIGroupType.values)
|
||||
..aOB(3, _omitFieldNames ? '' : 'Queryable', protoName: 'Queryable')
|
||||
..aOS(4, _omitFieldNames ? '' : 'GroupToQuery', protoName: 'GroupToQuery')
|
||||
..aOS(5, _omitFieldNames ? '' : 'OrderBy', protoName: 'OrderBy')
|
||||
..aOS(6, _omitFieldNames ? '' : 'Engine', protoName: 'Engine')
|
||||
..aOS(7, _omitFieldNames ? '' : 'HeaderColumns', protoName: 'HeaderColumns')
|
||||
..aOS(8, _omitFieldNames ? '' : 'PartitionBy', protoName: 'PartitionBy')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
KPIGroup clone() => KPIGroup()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
KPIGroup copyWith(void Function(KPIGroup) updates) => super.copyWith((message) => updates(message as KPIGroup)) as KPIGroup;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static KPIGroup create() => KPIGroup._();
|
||||
@$core.override
|
||||
KPIGroup createEmptyInstance() => create();
|
||||
static $pb.PbList<KPIGroup> createRepeated() => $pb.PbList<KPIGroup>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static KPIGroup getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<KPIGroup>(create);
|
||||
static KPIGroup? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get name => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set name($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasName() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearName() => $_clearField(1);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
KPIGroupType get type => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set type(KPIGroupType value) => $_setField(2, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasType() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearType() => $_clearField(2);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool get queryable => $_getBF(2);
|
||||
@$pb.TagNumber(3)
|
||||
set queryable($core.bool value) => $_setBool(2, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasQueryable() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearQueryable() => $_clearField(3);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$core.String get groupToQuery => $_getSZ(3);
|
||||
@$pb.TagNumber(4)
|
||||
set groupToQuery($core.String value) => $_setString(3, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasGroupToQuery() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearGroupToQuery() => $_clearField(4);
|
||||
|
||||
@$pb.TagNumber(5)
|
||||
$core.String get orderBy => $_getSZ(4);
|
||||
@$pb.TagNumber(5)
|
||||
set orderBy($core.String value) => $_setString(4, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasOrderBy() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
void clearOrderBy() => $_clearField(5);
|
||||
|
||||
@$pb.TagNumber(6)
|
||||
$core.String get engine => $_getSZ(5);
|
||||
@$pb.TagNumber(6)
|
||||
set engine($core.String value) => $_setString(5, value);
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasEngine() => $_has(5);
|
||||
@$pb.TagNumber(6)
|
||||
void clearEngine() => $_clearField(6);
|
||||
|
||||
@$pb.TagNumber(7)
|
||||
$core.String get headerColumns => $_getSZ(6);
|
||||
@$pb.TagNumber(7)
|
||||
set headerColumns($core.String value) => $_setString(6, value);
|
||||
@$pb.TagNumber(7)
|
||||
$core.bool hasHeaderColumns() => $_has(6);
|
||||
@$pb.TagNumber(7)
|
||||
void clearHeaderColumns() => $_clearField(7);
|
||||
|
||||
@$pb.TagNumber(8)
|
||||
$core.String get partitionBy => $_getSZ(7);
|
||||
@$pb.TagNumber(8)
|
||||
set partitionBy($core.String value) => $_setString(7, value);
|
||||
@$pb.TagNumber(8)
|
||||
$core.bool hasPartitionBy() => $_has(7);
|
||||
@$pb.TagNumber(8)
|
||||
void clearPartitionBy() => $_clearField(8);
|
||||
}
|
||||
|
||||
class KPIItems extends $pb.GeneratedMessage {
|
||||
factory KPIItems({
|
||||
$core.Iterable<KPIItem>? items,
|
||||
}) {
|
||||
final result = create();
|
||||
if (items != null) result.items.addAll(items);
|
||||
return result;
|
||||
}
|
||||
|
||||
KPIItems._();
|
||||
|
||||
factory KPIItems.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory KPIItems.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'KPIItems', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pc<KPIItem>(1, _omitFieldNames ? '' : 'Items', $pb.PbFieldType.PM, protoName: 'Items', subBuilder: KPIItem.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
KPIItems clone() => KPIItems()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
KPIItems copyWith(void Function(KPIItems) updates) => super.copyWith((message) => updates(message as KPIItems)) as KPIItems;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static KPIItems create() => KPIItems._();
|
||||
@$core.override
|
||||
KPIItems createEmptyInstance() => create();
|
||||
static $pb.PbList<KPIItems> createRepeated() => $pb.PbList<KPIItems>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static KPIItems getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<KPIItems>(create);
|
||||
static KPIItems? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$pb.PbList<KPIItem> get items => $_getList(0);
|
||||
}
|
||||
|
||||
class KPIItem extends $pb.GeneratedMessage {
|
||||
factory KPIItem({
|
||||
$core.String? context,
|
||||
$core.String? group,
|
||||
$core.bool? queryable,
|
||||
$core.String? groupToJoin,
|
||||
$core.String? customType,
|
||||
}) {
|
||||
final result = create();
|
||||
if (context != null) result.context = context;
|
||||
if (group != null) result.group = group;
|
||||
if (queryable != null) result.queryable = queryable;
|
||||
if (groupToJoin != null) result.groupToJoin = groupToJoin;
|
||||
if (customType != null) result.customType = customType;
|
||||
return result;
|
||||
}
|
||||
|
||||
KPIItem._();
|
||||
|
||||
factory KPIItem.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory KPIItem.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'KPIItem', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'Context', protoName: 'Context')
|
||||
..aOS(2, _omitFieldNames ? '' : 'Group', protoName: 'Group')
|
||||
..aOB(3, _omitFieldNames ? '' : 'Queryable', protoName: 'Queryable')
|
||||
..aOS(4, _omitFieldNames ? '' : 'GroupToJoin', protoName: 'GroupToJoin')
|
||||
..aOS(5, _omitFieldNames ? '' : 'CustomType', protoName: 'CustomType')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
KPIItem clone() => KPIItem()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
KPIItem copyWith(void Function(KPIItem) updates) => super.copyWith((message) => updates(message as KPIItem)) as KPIItem;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static KPIItem create() => KPIItem._();
|
||||
@$core.override
|
||||
KPIItem createEmptyInstance() => create();
|
||||
static $pb.PbList<KPIItem> createRepeated() => $pb.PbList<KPIItem>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static KPIItem getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<KPIItem>(create);
|
||||
static KPIItem? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get context => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set context($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasContext() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearContext() => $_clearField(1);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get group => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set group($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasGroup() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearGroup() => $_clearField(2);
|
||||
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool get queryable => $_getBF(2);
|
||||
@$pb.TagNumber(3)
|
||||
set queryable($core.bool value) => $_setBool(2, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasQueryable() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearQueryable() => $_clearField(3);
|
||||
|
||||
@$pb.TagNumber(4)
|
||||
$core.String get groupToJoin => $_getSZ(3);
|
||||
@$pb.TagNumber(4)
|
||||
set groupToJoin($core.String value) => $_setString(3, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasGroupToJoin() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearGroupToJoin() => $_clearField(4);
|
||||
|
||||
@$pb.TagNumber(5)
|
||||
$core.String get customType => $_getSZ(4);
|
||||
@$pb.TagNumber(5)
|
||||
set customType($core.String value) => $_setString(4, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasCustomType() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
void clearCustomType() => $_clearField(5);
|
||||
}
|
||||
|
||||
class FieldTypes extends $pb.GeneratedMessage {
|
||||
factory FieldTypes({
|
||||
$core.Iterable<FieldType>? types,
|
||||
}) {
|
||||
final result = create();
|
||||
if (types != null) result.types.addAll(types);
|
||||
return result;
|
||||
}
|
||||
|
||||
FieldTypes._();
|
||||
|
||||
factory FieldTypes.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory FieldTypes.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'FieldTypes', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..pc<FieldType>(1, _omitFieldNames ? '' : 'Types', $pb.PbFieldType.PM, protoName: 'Types', subBuilder: FieldType.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
FieldTypes clone() => FieldTypes()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
FieldTypes copyWith(void Function(FieldTypes) updates) => super.copyWith((message) => updates(message as FieldTypes)) as FieldTypes;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static FieldTypes create() => FieldTypes._();
|
||||
@$core.override
|
||||
FieldTypes createEmptyInstance() => create();
|
||||
static $pb.PbList<FieldTypes> createRepeated() => $pb.PbList<FieldTypes>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static FieldTypes getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<FieldTypes>(create);
|
||||
static FieldTypes? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$pb.PbList<FieldType> get types => $_getList(0);
|
||||
}
|
||||
|
||||
class FieldType extends $pb.GeneratedMessage {
|
||||
factory FieldType({
|
||||
$core.String? context,
|
||||
$core.String? type,
|
||||
}) {
|
||||
final result = create();
|
||||
if (context != null) result.context = context;
|
||||
if (type != null) result.type = type;
|
||||
return result;
|
||||
}
|
||||
|
||||
FieldType._();
|
||||
|
||||
factory FieldType.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory FieldType.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'FieldType', package: const $pb.PackageName(_omitMessageNames ? '' : 'api'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'Context', protoName: 'Context')
|
||||
..aOS(2, _omitFieldNames ? '' : 'Type', protoName: 'Type')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
FieldType clone() => FieldType()..mergeFromMessage(this);
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
FieldType copyWith(void Function(FieldType) updates) => super.copyWith((message) => updates(message as FieldType)) as FieldType;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static FieldType create() => FieldType._();
|
||||
@$core.override
|
||||
FieldType createEmptyInstance() => create();
|
||||
static $pb.PbList<FieldType> createRepeated() => $pb.PbList<FieldType>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static FieldType getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<FieldType>(create);
|
||||
static FieldType? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get context => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set context($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasContext() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearContext() => $_clearField(1);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get type => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set type($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasType() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearType() => $_clearField(2);
|
||||
}
|
||||
|
||||
class Options {
|
||||
static final entityName = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.FileOptions', _omitFieldNames ? '' : 'entityName', 50000, $pb.PbFieldType.OS, protoName: 'entityName');
|
||||
static final entityShortName = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.FileOptions', _omitFieldNames ? '' : 'entityShortName', 50001, $pb.PbFieldType.OS, protoName: 'entityShortName');
|
||||
static final m0FileIgnore = $pb.Extension<$core.bool>(_omitMessageNames ? '' : 'google.protobuf.FileOptions', _omitFieldNames ? '' : 'm0FileIgnore', 50002, $pb.PbFieldType.OB, protoName: 'm0_FileIgnore');
|
||||
static final moduleName = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.FileOptions', _omitFieldNames ? '' : 'moduleName', 50003, $pb.PbFieldType.OS, protoName: 'moduleName');
|
||||
static final isDataRestricted = $pb.Extension<$core.bool>(_omitMessageNames ? '' : 'google.protobuf.FileOptions', _omitFieldNames ? '' : 'isDataRestricted', 50005, $pb.PbFieldType.OB, protoName: 'isDataRestricted');
|
||||
static final noAgg = $pb.Extension<$core.bool>(_omitMessageNames ? '' : 'google.protobuf.FileOptions', _omitFieldNames ? '' : 'noAgg', 50006, $pb.PbFieldType.OB, protoName: 'noAgg');
|
||||
static final enrichments = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.FileOptions', _omitFieldNames ? '' : 'enrichments', 50007, $pb.PbFieldType.OS);
|
||||
static final kpiGroups = $pb.Extension<KPIGroups>(_omitMessageNames ? '' : 'google.protobuf.FileOptions', _omitFieldNames ? '' : 'kpiGroups', 50008, $pb.PbFieldType.OM, protoName: 'kpiGroups', defaultOrMaker: KPIGroups.getDefault, subBuilder: KPIGroups.create);
|
||||
static final version = $pb.Extension<$core.int>(_omitMessageNames ? '' : 'google.protobuf.FileOptions', _omitFieldNames ? '' : 'version', 50009, $pb.PbFieldType.OU3);
|
||||
static final entityRscType = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.FileOptions', _omitFieldNames ? '' : 'entityRscType', 50010, $pb.PbFieldType.OS, protoName: 'entityRscType');
|
||||
static final messageType = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.MessageOptions', _omitFieldNames ? '' : 'messageType', 50100, $pb.PbFieldType.OS, protoName: 'messageType');
|
||||
static final payload = $pb.Extension<$core.bool>(_omitMessageNames ? '' : 'google.protobuf.MessageOptions', _omitFieldNames ? '' : 'payload', 50101, $pb.PbFieldType.OB);
|
||||
static final action = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.MessageOptions', _omitFieldNames ? '' : 'action', 50102, $pb.PbFieldType.OS);
|
||||
@@ -28,6 +442,11 @@ class Options {
|
||||
static final postAggMethods = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.MessageOptions', _omitFieldNames ? '' : 'postAggMethods', 50105, $pb.PbFieldType.OS, protoName: 'postAggMethods');
|
||||
static final additionalSource = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.MessageOptions', _omitFieldNames ? '' : 'additionalSource', 50106, $pb.PbFieldType.OS, protoName: 'additionalSource');
|
||||
static final preAggMethods = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.MessageOptions', _omitFieldNames ? '' : 'preAggMethods', 50107, $pb.PbFieldType.OS, protoName: 'preAggMethods');
|
||||
static final idGenMethod = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.MessageOptions', _omitFieldNames ? '' : 'idGenMethod', 50108, $pb.PbFieldType.OS, protoName: 'idGenMethod');
|
||||
static final triggerEventFilters = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.MessageOptions', _omitFieldNames ? '' : 'triggerEventFilters', 50109, $pb.PbFieldType.OS, protoName: 'triggerEventFilters');
|
||||
static final triggerNotEventFilters = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.MessageOptions', _omitFieldNames ? '' : 'triggerNotEventFilters', 50111, $pb.PbFieldType.OS, protoName: 'triggerNotEventFilters');
|
||||
static final windowMethod = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.MessageOptions', _omitFieldNames ? '' : 'windowMethod', 50112, $pb.PbFieldType.OS, protoName: 'windowMethod');
|
||||
static final keyByExpression = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.MessageOptions', _omitFieldNames ? '' : 'keyByExpression', 50113, $pb.PbFieldType.OS, protoName: 'keyByExpression');
|
||||
static final metadata = $pb.Extension<$core.bool>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'metadata', 50200, $pb.PbFieldType.OB);
|
||||
static final mapPath = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'mapPath', 50201, $pb.PbFieldType.OS, protoName: 'mapPath');
|
||||
static final language = $pb.Extension<$core.bool>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'language', 50202, $pb.PbFieldType.OB);
|
||||
@@ -38,6 +457,18 @@ class Options {
|
||||
static final segmentationKeys = $pb.Extension<$core.bool>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'segmentationKeys', 50207, $pb.PbFieldType.OB, protoName: 'segmentationKeys');
|
||||
static final transientRef = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'transientRef', 50208, $pb.PbFieldType.OS, protoName: 'transientRef');
|
||||
static final kpi = $pb.Extension<$core.bool>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'kpi', 50209, $pb.PbFieldType.OB);
|
||||
static final kpiExclude = $pb.Extension<KPIItems>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'kpiExclude', 50211, $pb.PbFieldType.OM, protoName: 'kpiExclude', defaultOrMaker: KPIItems.getDefault, subBuilder: KPIItems.create);
|
||||
static final dataRestrictionKey = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'dataRestrictionKey', 50212, $pb.PbFieldType.OS, protoName: 'dataRestrictionKey');
|
||||
static final parentEntity = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'parentEntity', 50213, $pb.PbFieldType.OS, protoName: 'parentEntity');
|
||||
static final aggAppend = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'aggAppend', 50214, $pb.PbFieldType.OS, protoName: 'aggAppend');
|
||||
static final enrichmentClear = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'enrichmentClear', 50215, $pb.PbFieldType.OS, protoName: 'enrichmentClear');
|
||||
static final extractRefExclude = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'extractRefExclude', 50216, $pb.PbFieldType.OS, protoName: 'extractRefExclude');
|
||||
static final indexationType = $pb.Extension<FieldTypes>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'indexationType', 50217, $pb.PbFieldType.OM, protoName: 'indexationType', defaultOrMaker: FieldTypes.getDefault, subBuilder: FieldTypes.create);
|
||||
static final kpiItems = $pb.Extension<KPIItems>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'kpiItems', 50218, $pb.PbFieldType.OM, protoName: 'kpiItems', defaultOrMaker: KPIItems.getDefault, subBuilder: KPIItems.create);
|
||||
static final viewType = $pb.Extension<FieldTypes>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'viewType', 50219, $pb.PbFieldType.OM, protoName: 'viewType', defaultOrMaker: FieldTypes.getDefault, subBuilder: FieldTypes.create);
|
||||
static final mapTypePath = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'mapTypePath', 50220, $pb.PbFieldType.OS, protoName: 'mapTypePath');
|
||||
static final indexationSkip = $pb.Extension<$core.bool>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'indexationSkip', 50221, $pb.PbFieldType.OB, protoName: 'indexationSkip');
|
||||
static final indexationLimit = $pb.Extension<$core.int>(_omitMessageNames ? '' : 'google.protobuf.FieldOptions', _omitFieldNames ? '' : 'indexationLimit', 50222, $pb.PbFieldType.OU3, protoName: 'indexationLimit');
|
||||
static final serviceType = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.ServiceOptions', _omitFieldNames ? '' : 'serviceType', 50300, $pb.PbFieldType.OS, protoName: 'serviceType');
|
||||
static final k8sService = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.ServiceOptions', _omitFieldNames ? '' : 'k8sService', 50301, $pb.PbFieldType.OS, protoName: 'k8sService');
|
||||
static final roleManager = $pb.Extension<$core.bool>(_omitMessageNames ? '' : 'google.protobuf.ServiceOptions', _omitFieldNames ? '' : 'roleManager', 50304, $pb.PbFieldType.OB, protoName: 'roleManager');
|
||||
@@ -47,11 +478,20 @@ class Options {
|
||||
static final roles = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.MethodOptions', _omitFieldNames ? '' : 'roles', 50402, $pb.PbFieldType.OS);
|
||||
static final platformReserved = $pb.Extension<$core.bool>(_omitMessageNames ? '' : 'google.protobuf.MethodOptions', _omitFieldNames ? '' : 'platformReserved', 50403, $pb.PbFieldType.OB, protoName: 'platformReserved');
|
||||
static final moduleID = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.MethodOptions', _omitFieldNames ? '' : 'moduleID', 50404, $pb.PbFieldType.OS, protoName: 'moduleID');
|
||||
static final tableName = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.MethodOptions', _omitFieldNames ? '' : 'tableName', 50405, $pb.PbFieldType.OS, protoName: 'tableName');
|
||||
static final customInput = $pb.Extension<$core.bool>(_omitMessageNames ? '' : 'google.protobuf.MethodOptions', _omitFieldNames ? '' : 'customInput', 50406, $pb.PbFieldType.OB, protoName: 'customInput');
|
||||
static final value = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.EnumValueOptions', _omitFieldNames ? '' : 'value', 50500, $pb.PbFieldType.OS);
|
||||
static void registerAllExtensions($pb.ExtensionRegistry registry) {
|
||||
registry.add(entityName);
|
||||
registry.add(entityShortName);
|
||||
registry.add(m0FileIgnore);
|
||||
registry.add(moduleName);
|
||||
registry.add(isDataRestricted);
|
||||
registry.add(noAgg);
|
||||
registry.add(enrichments);
|
||||
registry.add(kpiGroups);
|
||||
registry.add(version);
|
||||
registry.add(entityRscType);
|
||||
registry.add(messageType);
|
||||
registry.add(payload);
|
||||
registry.add(action);
|
||||
@@ -60,6 +500,11 @@ class Options {
|
||||
registry.add(postAggMethods);
|
||||
registry.add(additionalSource);
|
||||
registry.add(preAggMethods);
|
||||
registry.add(idGenMethod);
|
||||
registry.add(triggerEventFilters);
|
||||
registry.add(triggerNotEventFilters);
|
||||
registry.add(windowMethod);
|
||||
registry.add(keyByExpression);
|
||||
registry.add(metadata);
|
||||
registry.add(mapPath);
|
||||
registry.add(language);
|
||||
@@ -70,6 +515,18 @@ class Options {
|
||||
registry.add(segmentationKeys);
|
||||
registry.add(transientRef);
|
||||
registry.add(kpi);
|
||||
registry.add(kpiExclude);
|
||||
registry.add(dataRestrictionKey);
|
||||
registry.add(parentEntity);
|
||||
registry.add(aggAppend);
|
||||
registry.add(enrichmentClear);
|
||||
registry.add(extractRefExclude);
|
||||
registry.add(indexationType);
|
||||
registry.add(kpiItems);
|
||||
registry.add(viewType);
|
||||
registry.add(mapTypePath);
|
||||
registry.add(indexationSkip);
|
||||
registry.add(indexationLimit);
|
||||
registry.add(serviceType);
|
||||
registry.add(k8sService);
|
||||
registry.add(roleManager);
|
||||
@@ -79,9 +536,12 @@ class Options {
|
||||
registry.add(roles);
|
||||
registry.add(platformReserved);
|
||||
registry.add(moduleID);
|
||||
registry.add(tableName);
|
||||
registry.add(customInput);
|
||||
registry.add(value);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
const $core.bool _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
|
||||
@@ -5,7 +5,33 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
class KPIGroupType extends $pb.ProtobufEnum {
|
||||
static const KPIGroupType KPIGROUP_TYPE_UNKNOWN = KPIGroupType._(0, _omitEnumNames ? '' : 'KPIGROUP_TYPE_UNKNOWN');
|
||||
static const KPIGroupType KPIGROUP_TYPE_SINK = KPIGroupType._(1, _omitEnumNames ? '' : 'KPIGROUP_TYPE_SINK');
|
||||
static const KPIGroupType KPIGROUP_TYPE_MATERIALIZED = KPIGroupType._(2, _omitEnumNames ? '' : 'KPIGROUP_TYPE_MATERIALIZED');
|
||||
static const KPIGroupType KPIGROUP_TYPE_VIEW = KPIGroupType._(3, _omitEnumNames ? '' : 'KPIGROUP_TYPE_VIEW');
|
||||
|
||||
static const $core.List<KPIGroupType> values = <KPIGroupType> [
|
||||
KPIGROUP_TYPE_UNKNOWN,
|
||||
KPIGROUP_TYPE_SINK,
|
||||
KPIGROUP_TYPE_MATERIALIZED,
|
||||
KPIGROUP_TYPE_VIEW,
|
||||
];
|
||||
|
||||
static final $core.List<KPIGroupType?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 3);
|
||||
static KPIGroupType? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const KPIGroupType._(super.value, super.name);
|
||||
}
|
||||
|
||||
|
||||
const $core.bool _omitEnumNames = $core.bool.fromEnvironment('protobuf.omit_enum_names');
|
||||
|
||||
@@ -5,11 +5,120 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
import 'dart:typed_data' as $typed_data;
|
||||
|
||||
@$core.Deprecated('Use kPIGroupTypeDescriptor instead')
|
||||
const KPIGroupType$json = {
|
||||
'1': 'KPIGroupType',
|
||||
'2': [
|
||||
{'1': 'KPIGROUP_TYPE_UNKNOWN', '2': 0},
|
||||
{'1': 'KPIGROUP_TYPE_SINK', '2': 1},
|
||||
{'1': 'KPIGROUP_TYPE_MATERIALIZED', '2': 2},
|
||||
{'1': 'KPIGROUP_TYPE_VIEW', '2': 3},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `KPIGroupType`. Decode as a `google.protobuf.EnumDescriptorProto`.
|
||||
final $typed_data.Uint8List kPIGroupTypeDescriptor = $convert.base64Decode(
|
||||
'CgxLUElHcm91cFR5cGUSGQoVS1BJR1JPVVBfVFlQRV9VTktOT1dOEAASFgoSS1BJR1JPVVBfVF'
|
||||
'lQRV9TSU5LEAESHgoaS1BJR1JPVVBfVFlQRV9NQVRFUklBTElaRUQQAhIWChJLUElHUk9VUF9U'
|
||||
'WVBFX1ZJRVcQAw==');
|
||||
|
||||
@$core.Deprecated('Use kPIGroupsDescriptor instead')
|
||||
const KPIGroups$json = {
|
||||
'1': 'KPIGroups',
|
||||
'2': [
|
||||
{'1': 'Groups', '3': 1, '4': 3, '5': 11, '6': '.api.KPIGroup', '10': 'Groups'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `KPIGroups`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List kPIGroupsDescriptor = $convert.base64Decode(
|
||||
'CglLUElHcm91cHMSJQoGR3JvdXBzGAEgAygLMg0uYXBpLktQSUdyb3VwUgZHcm91cHM=');
|
||||
|
||||
@$core.Deprecated('Use kPIGroupDescriptor instead')
|
||||
const KPIGroup$json = {
|
||||
'1': 'KPIGroup',
|
||||
'2': [
|
||||
{'1': 'Name', '3': 1, '4': 1, '5': 9, '10': 'Name'},
|
||||
{'1': 'Type', '3': 2, '4': 1, '5': 14, '6': '.api.KPIGroupType', '10': 'Type'},
|
||||
{'1': 'Queryable', '3': 3, '4': 1, '5': 8, '10': 'Queryable'},
|
||||
{'1': 'GroupToQuery', '3': 4, '4': 1, '5': 9, '10': 'GroupToQuery'},
|
||||
{'1': 'OrderBy', '3': 5, '4': 1, '5': 9, '10': 'OrderBy'},
|
||||
{'1': 'Engine', '3': 6, '4': 1, '5': 9, '10': 'Engine'},
|
||||
{'1': 'HeaderColumns', '3': 7, '4': 1, '5': 9, '10': 'HeaderColumns'},
|
||||
{'1': 'PartitionBy', '3': 8, '4': 1, '5': 9, '10': 'PartitionBy'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `KPIGroup`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List kPIGroupDescriptor = $convert.base64Decode(
|
||||
'CghLUElHcm91cBISCgROYW1lGAEgASgJUgROYW1lEiUKBFR5cGUYAiABKA4yES5hcGkuS1BJR3'
|
||||
'JvdXBUeXBlUgRUeXBlEhwKCVF1ZXJ5YWJsZRgDIAEoCFIJUXVlcnlhYmxlEiIKDEdyb3VwVG9R'
|
||||
'dWVyeRgEIAEoCVIMR3JvdXBUb1F1ZXJ5EhgKB09yZGVyQnkYBSABKAlSB09yZGVyQnkSFgoGRW'
|
||||
'5naW5lGAYgASgJUgZFbmdpbmUSJAoNSGVhZGVyQ29sdW1ucxgHIAEoCVINSGVhZGVyQ29sdW1u'
|
||||
'cxIgCgtQYXJ0aXRpb25CeRgIIAEoCVILUGFydGl0aW9uQnk=');
|
||||
|
||||
@$core.Deprecated('Use kPIItemsDescriptor instead')
|
||||
const KPIItems$json = {
|
||||
'1': 'KPIItems',
|
||||
'2': [
|
||||
{'1': 'Items', '3': 1, '4': 3, '5': 11, '6': '.api.KPIItem', '10': 'Items'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `KPIItems`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List kPIItemsDescriptor = $convert.base64Decode(
|
||||
'CghLUElJdGVtcxIiCgVJdGVtcxgBIAMoCzIMLmFwaS5LUElJdGVtUgVJdGVtcw==');
|
||||
|
||||
@$core.Deprecated('Use kPIItemDescriptor instead')
|
||||
const KPIItem$json = {
|
||||
'1': 'KPIItem',
|
||||
'2': [
|
||||
{'1': 'Context', '3': 1, '4': 1, '5': 9, '10': 'Context'},
|
||||
{'1': 'Group', '3': 2, '4': 1, '5': 9, '10': 'Group'},
|
||||
{'1': 'Queryable', '3': 3, '4': 1, '5': 8, '10': 'Queryable'},
|
||||
{'1': 'GroupToJoin', '3': 4, '4': 1, '5': 9, '10': 'GroupToJoin'},
|
||||
{'1': 'CustomType', '3': 5, '4': 1, '5': 9, '10': 'CustomType'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `KPIItem`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List kPIItemDescriptor = $convert.base64Decode(
|
||||
'CgdLUElJdGVtEhgKB0NvbnRleHQYASABKAlSB0NvbnRleHQSFAoFR3JvdXAYAiABKAlSBUdyb3'
|
||||
'VwEhwKCVF1ZXJ5YWJsZRgDIAEoCFIJUXVlcnlhYmxlEiAKC0dyb3VwVG9Kb2luGAQgASgJUgtH'
|
||||
'cm91cFRvSm9pbhIeCgpDdXN0b21UeXBlGAUgASgJUgpDdXN0b21UeXBl');
|
||||
|
||||
@$core.Deprecated('Use fieldTypesDescriptor instead')
|
||||
const FieldTypes$json = {
|
||||
'1': 'FieldTypes',
|
||||
'2': [
|
||||
{'1': 'Types', '3': 1, '4': 3, '5': 11, '6': '.api.FieldType', '10': 'Types'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `FieldTypes`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List fieldTypesDescriptor = $convert.base64Decode(
|
||||
'CgpGaWVsZFR5cGVzEiQKBVR5cGVzGAEgAygLMg4uYXBpLkZpZWxkVHlwZVIFVHlwZXM=');
|
||||
|
||||
@$core.Deprecated('Use fieldTypeDescriptor instead')
|
||||
const FieldType$json = {
|
||||
'1': 'FieldType',
|
||||
'2': [
|
||||
{'1': 'Context', '3': 1, '4': 1, '5': 9, '10': 'Context'},
|
||||
{'1': 'Type', '3': 2, '4': 1, '5': 9, '10': 'Type'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `FieldType`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List fieldTypeDescriptor = $convert.base64Decode(
|
||||
'CglGaWVsZFR5cGUSGAoHQ29udGV4dBgBIAEoCVIHQ29udGV4dBISCgRUeXBlGAIgASgJUgRUeX'
|
||||
'Bl');
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -5,14 +5,97 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
/// List all data set in the model
|
||||
class ModelDataSetEnum extends $pb.ProtobufEnum {
|
||||
static const ModelDataSetEnum ACTOR = ModelDataSetEnum._(0, _omitEnumNames ? '' : 'ACTOR');
|
||||
static const ModelDataSetEnum EXECUTIONFLOW = ModelDataSetEnum._(1, _omitEnumNames ? '' : 'EXECUTIONFLOW');
|
||||
static const ModelDataSetEnum HANDLINGUNIT = ModelDataSetEnum._(2, _omitEnumNames ? '' : 'HANDLINGUNIT');
|
||||
static const ModelDataSetEnum ITEM = ModelDataSetEnum._(3, _omitEnumNames ? '' : 'ITEM');
|
||||
static const ModelDataSetEnum METADATA = ModelDataSetEnum._(4, _omitEnumNames ? '' : 'METADATA');
|
||||
static const ModelDataSetEnum MOVEMENT = ModelDataSetEnum._(5, _omitEnumNames ? '' : 'MOVEMENT');
|
||||
static const ModelDataSetEnum ORDER = ModelDataSetEnum._(6, _omitEnumNames ? '' : 'ORDER');
|
||||
static const ModelDataSetEnum PARTNER = ModelDataSetEnum._(7, _omitEnumNames ? '' : 'PARTNER');
|
||||
static const ModelDataSetEnum STOCK = ModelDataSetEnum._(8, _omitEnumNames ? '' : 'STOCK');
|
||||
static const ModelDataSetEnum TRACKING = ModelDataSetEnum._(9, _omitEnumNames ? '' : 'TRACKING');
|
||||
static const ModelDataSetEnum CLAIM = ModelDataSetEnum._(10, _omitEnumNames ? '' : 'CLAIM');
|
||||
|
||||
static const $core.List<ModelDataSetEnum> values = <ModelDataSetEnum> [
|
||||
ACTOR,
|
||||
EXECUTIONFLOW,
|
||||
HANDLINGUNIT,
|
||||
ITEM,
|
||||
METADATA,
|
||||
MOVEMENT,
|
||||
ORDER,
|
||||
PARTNER,
|
||||
STOCK,
|
||||
TRACKING,
|
||||
CLAIM,
|
||||
];
|
||||
|
||||
static final $core.List<ModelDataSetEnum?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 10);
|
||||
static ModelDataSetEnum? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const ModelDataSetEnum._(super.value, super.name);
|
||||
}
|
||||
|
||||
class WeekDay extends $pb.ProtobufEnum {
|
||||
static const WeekDay WEEKDAY_UNDEFINED = WeekDay._(0, _omitEnumNames ? '' : 'WEEKDAY_UNDEFINED');
|
||||
static const WeekDay WEEKDAY_MONDAY = WeekDay._(1, _omitEnumNames ? '' : 'WEEKDAY_MONDAY');
|
||||
static const WeekDay WEEKDAY_TUESDAY = WeekDay._(2, _omitEnumNames ? '' : 'WEEKDAY_TUESDAY');
|
||||
static const WeekDay WEEKDAY_WEDNESDAY = WeekDay._(3, _omitEnumNames ? '' : 'WEEKDAY_WEDNESDAY');
|
||||
static const WeekDay WEEKDAY_THURSDAY = WeekDay._(4, _omitEnumNames ? '' : 'WEEKDAY_THURSDAY');
|
||||
static const WeekDay WEEKDAY_FRIDAY = WeekDay._(5, _omitEnumNames ? '' : 'WEEKDAY_FRIDAY');
|
||||
static const WeekDay WEEKDAY_SATURDAY = WeekDay._(6, _omitEnumNames ? '' : 'WEEKDAY_SATURDAY');
|
||||
static const WeekDay WEEKDAY_SUNDAY = WeekDay._(7, _omitEnumNames ? '' : 'WEEKDAY_SUNDAY');
|
||||
|
||||
static const $core.List<WeekDay> values = <WeekDay> [
|
||||
WEEKDAY_UNDEFINED,
|
||||
WEEKDAY_MONDAY,
|
||||
WEEKDAY_TUESDAY,
|
||||
WEEKDAY_WEDNESDAY,
|
||||
WEEKDAY_THURSDAY,
|
||||
WEEKDAY_FRIDAY,
|
||||
WEEKDAY_SATURDAY,
|
||||
WEEKDAY_SUNDAY,
|
||||
];
|
||||
|
||||
static final $core.List<WeekDay?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 7);
|
||||
static WeekDay? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const WeekDay._(super.value, super.name);
|
||||
}
|
||||
|
||||
class SeverityLevel extends $pb.ProtobufEnum {
|
||||
static const SeverityLevel SEVERITYLEVEL_UNKNOWN = SeverityLevel._(0, _omitEnumNames ? '' : 'SEVERITYLEVEL_UNKNOWN');
|
||||
static const SeverityLevel INFO = SeverityLevel._(1, _omitEnumNames ? '' : 'INFO');
|
||||
static const SeverityLevel WARNING = SeverityLevel._(2, _omitEnumNames ? '' : 'WARNING');
|
||||
static const SeverityLevel ERROR = SeverityLevel._(3, _omitEnumNames ? '' : 'ERROR');
|
||||
static const SeverityLevel SECURITY = SeverityLevel._(4, _omitEnumNames ? '' : 'SECURITY');
|
||||
|
||||
static const $core.List<SeverityLevel> values = <SeverityLevel> [
|
||||
SEVERITYLEVEL_UNKNOWN,
|
||||
INFO,
|
||||
WARNING,
|
||||
ERROR,
|
||||
SECURITY,
|
||||
];
|
||||
|
||||
static final $core.List<SeverityLevel?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 4);
|
||||
static SeverityLevel? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const SeverityLevel._(super.value, super.name);
|
||||
}
|
||||
|
||||
class ResponseStatus extends $pb.ProtobufEnum {
|
||||
static const ResponseStatus RESPONSESTATUS_UNKNOWN = ResponseStatus._(0, _omitEnumNames ? '' : 'RESPONSESTATUS_UNKNOWN');
|
||||
static const ResponseStatus OK = ResponseStatus._(1, _omitEnumNames ? '' : 'OK');
|
||||
@@ -34,11 +117,409 @@ class ResponseStatus extends $pb.ProtobufEnum {
|
||||
TIMEOUT,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, ResponseStatus> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static ResponseStatus? valueOf($core.int value) => _byValue[value];
|
||||
static final $core.List<ResponseStatus?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 7);
|
||||
static ResponseStatus? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const ResponseStatus._(super.v, super.n);
|
||||
const ResponseStatus._(super.value, super.name);
|
||||
}
|
||||
|
||||
class WorkflowTypeEnum extends $pb.ProtobufEnum {
|
||||
static const WorkflowTypeEnum CREATE_PROJECT = WorkflowTypeEnum._(0, _omitEnumNames ? '' : 'CREATE_PROJECT');
|
||||
static const WorkflowTypeEnum DELETE_PROJECT = WorkflowTypeEnum._(1, _omitEnumNames ? '' : 'DELETE_PROJECT');
|
||||
static const WorkflowTypeEnum DELETE_CORE = WorkflowTypeEnum._(2, _omitEnumNames ? '' : 'DELETE_CORE');
|
||||
static const WorkflowTypeEnum DELETE_PARTNER_APP = WorkflowTypeEnum._(3, _omitEnumNames ? '' : 'DELETE_PARTNER_APP');
|
||||
static const WorkflowTypeEnum DELETE_CONNECTION = WorkflowTypeEnum._(4, _omitEnumNames ? '' : 'DELETE_CONNECTION');
|
||||
static const WorkflowTypeEnum BILLING = WorkflowTypeEnum._(5, _omitEnumNames ? '' : 'BILLING');
|
||||
static const WorkflowTypeEnum EXTRACT_DATA = WorkflowTypeEnum._(6, _omitEnumNames ? '' : 'EXTRACT_DATA');
|
||||
static const WorkflowTypeEnum STOP_FLINK = WorkflowTypeEnum._(7, _omitEnumNames ? '' : 'STOP_FLINK');
|
||||
static const WorkflowTypeEnum START_FLINK = WorkflowTypeEnum._(8, _omitEnumNames ? '' : 'START_FLINK');
|
||||
static const WorkflowTypeEnum STOP_IDLE_FLINK = WorkflowTypeEnum._(9, _omitEnumNames ? '' : 'STOP_IDLE_FLINK');
|
||||
static const WorkflowTypeEnum OPTIMIZE_CLICKHOUSE = WorkflowTypeEnum._(10, _omitEnumNames ? '' : 'OPTIMIZE_CLICKHOUSE');
|
||||
static const WorkflowTypeEnum WAKEUP_FLINK = WorkflowTypeEnum._(11, _omitEnumNames ? '' : 'WAKEUP_FLINK');
|
||||
static const WorkflowTypeEnum CREATE_ORGANISATION = WorkflowTypeEnum._(12, _omitEnumNames ? '' : 'CREATE_ORGANISATION');
|
||||
static const WorkflowTypeEnum DELETE_ORGANISATION = WorkflowTypeEnum._(13, _omitEnumNames ? '' : 'DELETE_ORGANISATION');
|
||||
static const WorkflowTypeEnum PROVISION_PULSAR_DOMAIN = WorkflowTypeEnum._(14, _omitEnumNames ? '' : 'PROVISION_PULSAR_DOMAIN');
|
||||
static const WorkflowTypeEnum DEPROVISION_PULSAR_DOMAIN = WorkflowTypeEnum._(15, _omitEnumNames ? '' : 'DEPROVISION_PULSAR_DOMAIN');
|
||||
static const WorkflowTypeEnum PROVISION_PULSAR_ORGANISATION = WorkflowTypeEnum._(16, _omitEnumNames ? '' : 'PROVISION_PULSAR_ORGANISATION');
|
||||
static const WorkflowTypeEnum DEPROVISION_PULSAR_ORGANISATION = WorkflowTypeEnum._(17, _omitEnumNames ? '' : 'DEPROVISION_PULSAR_ORGANISATION');
|
||||
static const WorkflowTypeEnum RECOVER_DATA = WorkflowTypeEnum._(18, _omitEnumNames ? '' : 'RECOVER_DATA');
|
||||
static const WorkflowTypeEnum DAILY_PROJECTS_OPERATIONS = WorkflowTypeEnum._(19, _omitEnumNames ? '' : 'DAILY_PROJECTS_OPERATIONS');
|
||||
static const WorkflowTypeEnum HEALTH_CHECK_WORKFLOWS = WorkflowTypeEnum._(20, _omitEnumNames ? '' : 'HEALTH_CHECK_WORKFLOWS');
|
||||
static const WorkflowTypeEnum EXTRACT_KPI_DATA = WorkflowTypeEnum._(21, _omitEnumNames ? '' : 'EXTRACT_KPI_DATA');
|
||||
static const WorkflowTypeEnum UPDATE_MATERIALIZED_VIEW = WorkflowTypeEnum._(22, _omitEnumNames ? '' : 'UPDATE_MATERIALIZED_VIEW');
|
||||
static const WorkflowTypeEnum PRUNE_DATA = WorkflowTypeEnum._(23, _omitEnumNames ? '' : 'PRUNE_DATA');
|
||||
static const WorkflowTypeEnum CHECK_AND_LAUNCH_RECOVER_DATA = WorkflowTypeEnum._(24, _omitEnumNames ? '' : 'CHECK_AND_LAUNCH_RECOVER_DATA');
|
||||
static const WorkflowTypeEnum SYNCHRONIZE_RULES_ON_GIT = WorkflowTypeEnum._(25, _omitEnumNames ? '' : 'SYNCHRONIZE_RULES_ON_GIT');
|
||||
static const WorkflowTypeEnum ANONYMIZE_DATA = WorkflowTypeEnum._(26, _omitEnumNames ? '' : 'ANONYMIZE_DATA');
|
||||
static const WorkflowTypeEnum UPGRADE_MODEL = WorkflowTypeEnum._(27, _omitEnumNames ? '' : 'UPGRADE_MODEL');
|
||||
static const WorkflowTypeEnum SWEEP = WorkflowTypeEnum._(28, _omitEnumNames ? '' : 'SWEEP');
|
||||
|
||||
static const $core.List<WorkflowTypeEnum> values = <WorkflowTypeEnum> [
|
||||
CREATE_PROJECT,
|
||||
DELETE_PROJECT,
|
||||
DELETE_CORE,
|
||||
DELETE_PARTNER_APP,
|
||||
DELETE_CONNECTION,
|
||||
BILLING,
|
||||
EXTRACT_DATA,
|
||||
STOP_FLINK,
|
||||
START_FLINK,
|
||||
STOP_IDLE_FLINK,
|
||||
OPTIMIZE_CLICKHOUSE,
|
||||
WAKEUP_FLINK,
|
||||
CREATE_ORGANISATION,
|
||||
DELETE_ORGANISATION,
|
||||
PROVISION_PULSAR_DOMAIN,
|
||||
DEPROVISION_PULSAR_DOMAIN,
|
||||
PROVISION_PULSAR_ORGANISATION,
|
||||
DEPROVISION_PULSAR_ORGANISATION,
|
||||
RECOVER_DATA,
|
||||
DAILY_PROJECTS_OPERATIONS,
|
||||
HEALTH_CHECK_WORKFLOWS,
|
||||
EXTRACT_KPI_DATA,
|
||||
UPDATE_MATERIALIZED_VIEW,
|
||||
PRUNE_DATA,
|
||||
CHECK_AND_LAUNCH_RECOVER_DATA,
|
||||
SYNCHRONIZE_RULES_ON_GIT,
|
||||
ANONYMIZE_DATA,
|
||||
UPGRADE_MODEL,
|
||||
SWEEP,
|
||||
];
|
||||
|
||||
static final $core.List<WorkflowTypeEnum?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 28);
|
||||
static WorkflowTypeEnum? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const WorkflowTypeEnum._(super.value, super.name);
|
||||
}
|
||||
|
||||
class ModuleWorkflowTypeEnum extends $pb.ProtobufEnum {
|
||||
static const ModuleWorkflowTypeEnum PRE_WORKFLOW = ModuleWorkflowTypeEnum._(0, _omitEnumNames ? '' : 'PRE_WORKFLOW');
|
||||
static const ModuleWorkflowTypeEnum POST_WORKFLOW = ModuleWorkflowTypeEnum._(1, _omitEnumNames ? '' : 'POST_WORKFLOW');
|
||||
|
||||
static const $core.List<ModuleWorkflowTypeEnum> values = <ModuleWorkflowTypeEnum> [
|
||||
PRE_WORKFLOW,
|
||||
POST_WORKFLOW,
|
||||
];
|
||||
|
||||
static final $core.List<ModuleWorkflowTypeEnum?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 1);
|
||||
static ModuleWorkflowTypeEnum? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const ModuleWorkflowTypeEnum._(super.value, super.name);
|
||||
}
|
||||
|
||||
class WorkflowSemaphore extends $pb.ProtobufEnum {
|
||||
static const WorkflowSemaphore WS_DB_OPERATION = WorkflowSemaphore._(0, _omitEnumNames ? '' : 'WS_DB_OPERATION');
|
||||
static const WorkflowSemaphore WS_PROVISIONING = WorkflowSemaphore._(1, _omitEnumNames ? '' : 'WS_PROVISIONING');
|
||||
static const WorkflowSemaphore WS_RECOVER_DATA = WorkflowSemaphore._(2, _omitEnumNames ? '' : 'WS_RECOVER_DATA');
|
||||
static const WorkflowSemaphore WS_SYNCHRONIZE_RULES = WorkflowSemaphore._(3, _omitEnumNames ? '' : 'WS_SYNCHRONIZE_RULES');
|
||||
static const WorkflowSemaphore WS_CHECK_AND_LAUNCH_RECOVER_DATA = WorkflowSemaphore._(4, _omitEnumNames ? '' : 'WS_CHECK_AND_LAUNCH_RECOVER_DATA');
|
||||
|
||||
static const $core.List<WorkflowSemaphore> values = <WorkflowSemaphore> [
|
||||
WS_DB_OPERATION,
|
||||
WS_PROVISIONING,
|
||||
WS_RECOVER_DATA,
|
||||
WS_SYNCHRONIZE_RULES,
|
||||
WS_CHECK_AND_LAUNCH_RECOVER_DATA,
|
||||
];
|
||||
|
||||
static final $core.List<WorkflowSemaphore?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 4);
|
||||
static WorkflowSemaphore? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const WorkflowSemaphore._(super.value, super.name);
|
||||
}
|
||||
|
||||
class SharePolicy extends $pb.ProtobufEnum {
|
||||
static const SharePolicy SHARE_POLICY_UNKNOWN = SharePolicy._(0, _omitEnumNames ? '' : 'SHARE_POLICY_UNKNOWN');
|
||||
static const SharePolicy SHARE_POLICY_PRIVATE = SharePolicy._(10, _omitEnumNames ? '' : 'SHARE_POLICY_PRIVATE');
|
||||
static const SharePolicy SHARE_POLICY_PUBLIC = SharePolicy._(11, _omitEnumNames ? '' : 'SHARE_POLICY_PUBLIC');
|
||||
static const SharePolicy SHARE_POLICY_1DAY = SharePolicy._(20, _omitEnumNames ? '' : 'SHARE_POLICY_1DAY');
|
||||
static const SharePolicy SHARE_POLICY_2DAYS = SharePolicy._(21, _omitEnumNames ? '' : 'SHARE_POLICY_2DAYS');
|
||||
static const SharePolicy SHARE_POLICY_4DAYS = SharePolicy._(22, _omitEnumNames ? '' : 'SHARE_POLICY_4DAYS');
|
||||
static const SharePolicy SHARE_POLICY_1WEEK = SharePolicy._(23, _omitEnumNames ? '' : 'SHARE_POLICY_1WEEK');
|
||||
static const SharePolicy SHARE_POLICY_2WEEKS = SharePolicy._(24, _omitEnumNames ? '' : 'SHARE_POLICY_2WEEKS');
|
||||
static const SharePolicy SHARE_POLICY_1MONTH = SharePolicy._(25, _omitEnumNames ? '' : 'SHARE_POLICY_1MONTH');
|
||||
|
||||
static const $core.List<SharePolicy> values = <SharePolicy> [
|
||||
SHARE_POLICY_UNKNOWN,
|
||||
SHARE_POLICY_PRIVATE,
|
||||
SHARE_POLICY_PUBLIC,
|
||||
SHARE_POLICY_1DAY,
|
||||
SHARE_POLICY_2DAYS,
|
||||
SHARE_POLICY_4DAYS,
|
||||
SHARE_POLICY_1WEEK,
|
||||
SHARE_POLICY_2WEEKS,
|
||||
SHARE_POLICY_1MONTH,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, SharePolicy> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static SharePolicy? valueOf($core.int value) => _byValue[value];
|
||||
|
||||
const SharePolicy._(super.value, super.name);
|
||||
}
|
||||
|
||||
class EntityType extends $pb.ProtobufEnum {
|
||||
static const EntityType ENTITY_TYPE_UNKNOWN = EntityType._(0, _omitEnumNames ? '' : 'ENTITY_TYPE_UNKNOWN');
|
||||
/// Trade
|
||||
static const EntityType ENTITY_TYPE_ACTOR = EntityType._(1, _omitEnumNames ? '' : 'ENTITY_TYPE_ACTOR');
|
||||
static const EntityType ENTITY_TYPE_EXECUTIONFLOW = EntityType._(2, _omitEnumNames ? '' : 'ENTITY_TYPE_EXECUTIONFLOW');
|
||||
static const EntityType ENTITY_TYPE_FAMILY = EntityType._(3, _omitEnumNames ? '' : 'ENTITY_TYPE_FAMILY');
|
||||
static const EntityType ENTITY_TYPE_HANDLINGUNIT = EntityType._(4, _omitEnumNames ? '' : 'ENTITY_TYPE_HANDLINGUNIT');
|
||||
static const EntityType ENTITY_TYPE_ITEM = EntityType._(5, _omitEnumNames ? '' : 'ENTITY_TYPE_ITEM');
|
||||
static const EntityType ENTITY_TYPE_ORDER = EntityType._(6, _omitEnumNames ? '' : 'ENTITY_TYPE_ORDER');
|
||||
static const EntityType ENTITY_TYPE_PARTNER = EntityType._(7, _omitEnumNames ? '' : 'ENTITY_TYPE_PARTNER');
|
||||
static const EntityType ENTITY_TYPE_STOCK = EntityType._(8, _omitEnumNames ? '' : 'ENTITY_TYPE_STOCK');
|
||||
static const EntityType ENTITY_TYPE_TRACKING = EntityType._(9, _omitEnumNames ? '' : 'ENTITY_TYPE_TRACKING');
|
||||
static const EntityType ENTITY_TYPE_MOVEMENT = EntityType._(11, _omitEnumNames ? '' : 'ENTITY_TYPE_MOVEMENT');
|
||||
/// Collab
|
||||
static const EntityType ENTITY_TYPE_CLAIM = EntityType._(10, _omitEnumNames ? '' : 'ENTITY_TYPE_CLAIM');
|
||||
|
||||
static const $core.List<EntityType> values = <EntityType> [
|
||||
ENTITY_TYPE_UNKNOWN,
|
||||
ENTITY_TYPE_ACTOR,
|
||||
ENTITY_TYPE_EXECUTIONFLOW,
|
||||
ENTITY_TYPE_FAMILY,
|
||||
ENTITY_TYPE_HANDLINGUNIT,
|
||||
ENTITY_TYPE_ITEM,
|
||||
ENTITY_TYPE_ORDER,
|
||||
ENTITY_TYPE_PARTNER,
|
||||
ENTITY_TYPE_STOCK,
|
||||
ENTITY_TYPE_TRACKING,
|
||||
ENTITY_TYPE_MOVEMENT,
|
||||
ENTITY_TYPE_CLAIM,
|
||||
];
|
||||
|
||||
static final $core.List<EntityType?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 11);
|
||||
static EntityType? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const EntityType._(super.value, super.name);
|
||||
}
|
||||
|
||||
class ClaimEntityType extends $pb.ProtobufEnum {
|
||||
static const ClaimEntityType CLAIM_ENTITY_TYPE_UNKNOWN = ClaimEntityType._(0, _omitEnumNames ? '' : 'CLAIM_ENTITY_TYPE_UNKNOWN');
|
||||
/// Trade
|
||||
static const ClaimEntityType CLAIM_ENTITY_TYPE_ACTOR = ClaimEntityType._(1, _omitEnumNames ? '' : 'CLAIM_ENTITY_TYPE_ACTOR');
|
||||
static const ClaimEntityType CLAIM_ENTITY_TYPE_EXECUTIONFLOW = ClaimEntityType._(2, _omitEnumNames ? '' : 'CLAIM_ENTITY_TYPE_EXECUTIONFLOW');
|
||||
static const ClaimEntityType CLAIM_ENTITY_TYPE_HANDLINGUNIT = ClaimEntityType._(3, _omitEnumNames ? '' : 'CLAIM_ENTITY_TYPE_HANDLINGUNIT');
|
||||
static const ClaimEntityType CLAIM_ENTITY_TYPE_ORDER = ClaimEntityType._(4, _omitEnumNames ? '' : 'CLAIM_ENTITY_TYPE_ORDER');
|
||||
/// CLAIM_ENTITY_TYPE_TRACKING = 5;
|
||||
static const ClaimEntityType CLAIM_ENTITY_TYPE_MOVEMENT = ClaimEntityType._(6, _omitEnumNames ? '' : 'CLAIM_ENTITY_TYPE_MOVEMENT');
|
||||
|
||||
static const $core.List<ClaimEntityType> values = <ClaimEntityType> [
|
||||
CLAIM_ENTITY_TYPE_UNKNOWN,
|
||||
CLAIM_ENTITY_TYPE_ACTOR,
|
||||
CLAIM_ENTITY_TYPE_EXECUTIONFLOW,
|
||||
CLAIM_ENTITY_TYPE_HANDLINGUNIT,
|
||||
CLAIM_ENTITY_TYPE_ORDER,
|
||||
CLAIM_ENTITY_TYPE_MOVEMENT,
|
||||
];
|
||||
|
||||
static final $core.List<ClaimEntityType?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 6);
|
||||
static ClaimEntityType? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const ClaimEntityType._(super.value, super.name);
|
||||
}
|
||||
|
||||
class ClaimSector extends $pb.ProtobufEnum {
|
||||
static const ClaimSector CLAIM_SECTOR_UNKNOWN = ClaimSector._(0, _omitEnumNames ? '' : 'CLAIM_SECTOR_UNKNOWN');
|
||||
static const ClaimSector CLAIM_SECTOR_TRANSPORT = ClaimSector._(1, _omitEnumNames ? '' : 'CLAIM_SECTOR_TRANSPORT');
|
||||
static const ClaimSector CLAIM_SECTOR_WAREHOUSING = ClaimSector._(2, _omitEnumNames ? '' : 'CLAIM_SECTOR_WAREHOUSING');
|
||||
static const ClaimSector CLAIM_SECTOR_DELIVERY = ClaimSector._(3, _omitEnumNames ? '' : 'CLAIM_SECTOR_DELIVERY');
|
||||
static const ClaimSector CLAIM_SECTOR_FINANCIAL = ClaimSector._(4, _omitEnumNames ? '' : 'CLAIM_SECTOR_FINANCIAL');
|
||||
static const ClaimSector CLAIM_SECTOR_MISCELLANEOUS = ClaimSector._(5, _omitEnumNames ? '' : 'CLAIM_SECTOR_MISCELLANEOUS');
|
||||
|
||||
static const $core.List<ClaimSector> values = <ClaimSector> [
|
||||
CLAIM_SECTOR_UNKNOWN,
|
||||
CLAIM_SECTOR_TRANSPORT,
|
||||
CLAIM_SECTOR_WAREHOUSING,
|
||||
CLAIM_SECTOR_DELIVERY,
|
||||
CLAIM_SECTOR_FINANCIAL,
|
||||
CLAIM_SECTOR_MISCELLANEOUS,
|
||||
];
|
||||
|
||||
static final $core.List<ClaimSector?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 5);
|
||||
static ClaimSector? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const ClaimSector._(super.value, super.name);
|
||||
}
|
||||
|
||||
/// Enum representing different statuses of a claim.
|
||||
/// Includes a "category" for each status which is used to determine the color of the status in the UI.
|
||||
/// For example : CLAIM_STATUS_START_NEW is in the "START" category and the status is "NEW".
|
||||
/// A status should be "CLAIM_STATUS_<category>_<status>" with category and status being alphanumeric.
|
||||
class ClaimStatus extends $pb.ProtobufEnum {
|
||||
static const ClaimStatus CLAIM_STATUS_UNKNOWN = ClaimStatus._(0, _omitEnumNames ? '' : 'CLAIM_STATUS_UNKNOWN');
|
||||
static const ClaimStatus CLAIM_STATUS_START_NEW = ClaimStatus._(100, _omitEnumNames ? '' : 'CLAIM_STATUS_START_NEW');
|
||||
static const ClaimStatus CLAIM_STATUS_START_TODO = ClaimStatus._(101, _omitEnumNames ? '' : 'CLAIM_STATUS_START_TODO');
|
||||
static const ClaimStatus CLAIM_STATUS_INPROGRESS_TREATMENT = ClaimStatus._(200, _omitEnumNames ? '' : 'CLAIM_STATUS_INPROGRESS_TREATMENT');
|
||||
static const ClaimStatus CLAIM_STATUS_INPROGRESS_RESOLUTION = ClaimStatus._(201, _omitEnumNames ? '' : 'CLAIM_STATUS_INPROGRESS_RESOLUTION');
|
||||
static const ClaimStatus CLAIM_STATUS_STANDBY_WAITINGFORINFO = ClaimStatus._(300, _omitEnumNames ? '' : 'CLAIM_STATUS_STANDBY_WAITINGFORINFO');
|
||||
static const ClaimStatus CLAIM_STATUS_STANDBY_PAUSE = ClaimStatus._(301, _omitEnumNames ? '' : 'CLAIM_STATUS_STANDBY_PAUSE');
|
||||
static const ClaimStatus CLAIM_STATUS_END_CANCELLED = ClaimStatus._(400, _omitEnumNames ? '' : 'CLAIM_STATUS_END_CANCELLED');
|
||||
static const ClaimStatus CLAIM_STATUS_END_SOLVED = ClaimStatus._(401, _omitEnumNames ? '' : 'CLAIM_STATUS_END_SOLVED');
|
||||
static const ClaimStatus CLAIM_STATUS_END_CLOSED = ClaimStatus._(402, _omitEnumNames ? '' : 'CLAIM_STATUS_END_CLOSED');
|
||||
static const ClaimStatus CLAIM_STATUS_END_REJECTED = ClaimStatus._(403, _omitEnumNames ? '' : 'CLAIM_STATUS_END_REJECTED');
|
||||
|
||||
static const $core.List<ClaimStatus> values = <ClaimStatus> [
|
||||
CLAIM_STATUS_UNKNOWN,
|
||||
CLAIM_STATUS_START_NEW,
|
||||
CLAIM_STATUS_START_TODO,
|
||||
CLAIM_STATUS_INPROGRESS_TREATMENT,
|
||||
CLAIM_STATUS_INPROGRESS_RESOLUTION,
|
||||
CLAIM_STATUS_STANDBY_WAITINGFORINFO,
|
||||
CLAIM_STATUS_STANDBY_PAUSE,
|
||||
CLAIM_STATUS_END_CANCELLED,
|
||||
CLAIM_STATUS_END_SOLVED,
|
||||
CLAIM_STATUS_END_CLOSED,
|
||||
CLAIM_STATUS_END_REJECTED,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, ClaimStatus> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static ClaimStatus? valueOf($core.int value) => _byValue[value];
|
||||
|
||||
const ClaimStatus._(super.value, super.name);
|
||||
}
|
||||
|
||||
/// Enum representing the criticality levels of a claim.
|
||||
/// The higher the criticality, the more important the claim is.
|
||||
class ClaimCriticality extends $pb.ProtobufEnum {
|
||||
static const ClaimCriticality CLAIM_CRITICALITY_UNKNOWN = ClaimCriticality._(0, _omitEnumNames ? '' : 'CLAIM_CRITICALITY_UNKNOWN');
|
||||
static const ClaimCriticality CLAIM_CRITICALITY_LOW = ClaimCriticality._(10, _omitEnumNames ? '' : 'CLAIM_CRITICALITY_LOW');
|
||||
static const ClaimCriticality CLAIM_CRITICALITY_MEDIUM = ClaimCriticality._(20, _omitEnumNames ? '' : 'CLAIM_CRITICALITY_MEDIUM');
|
||||
static const ClaimCriticality CLAIM_CRITICALITY_HIGH = ClaimCriticality._(30, _omitEnumNames ? '' : 'CLAIM_CRITICALITY_HIGH');
|
||||
static const ClaimCriticality CLAIM_CRITICALITY_BLOCKING = ClaimCriticality._(40, _omitEnumNames ? '' : 'CLAIM_CRITICALITY_BLOCKING');
|
||||
|
||||
static const $core.List<ClaimCriticality> values = <ClaimCriticality> [
|
||||
CLAIM_CRITICALITY_UNKNOWN,
|
||||
CLAIM_CRITICALITY_LOW,
|
||||
CLAIM_CRITICALITY_MEDIUM,
|
||||
CLAIM_CRITICALITY_HIGH,
|
||||
CLAIM_CRITICALITY_BLOCKING,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, ClaimCriticality> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static ClaimCriticality? valueOf($core.int value) => _byValue[value];
|
||||
|
||||
const ClaimCriticality._(super.value, super.name);
|
||||
}
|
||||
|
||||
class TimeFormat extends $pb.ProtobufEnum {
|
||||
static const TimeFormat H12 = TimeFormat._(0, _omitEnumNames ? '' : 'H12');
|
||||
static const TimeFormat H23 = TimeFormat._(1, _omitEnumNames ? '' : 'H23');
|
||||
static const TimeFormat H24 = TimeFormat._(2, _omitEnumNames ? '' : 'H24');
|
||||
|
||||
static const $core.List<TimeFormat> values = <TimeFormat> [
|
||||
H12,
|
||||
H23,
|
||||
H24,
|
||||
];
|
||||
|
||||
static final $core.List<TimeFormat?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 2);
|
||||
static TimeFormat? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const TimeFormat._(super.value, super.name);
|
||||
}
|
||||
|
||||
class DisplayDate extends $pb.ProtobufEnum {
|
||||
static const DisplayDate DATE = DisplayDate._(0, _omitEnumNames ? '' : 'DATE');
|
||||
static const DisplayDate DATE_TIME = DisplayDate._(1, _omitEnumNames ? '' : 'DATE_TIME');
|
||||
static const DisplayDate TIME = DisplayDate._(2, _omitEnumNames ? '' : 'TIME');
|
||||
|
||||
static const $core.List<DisplayDate> values = <DisplayDate> [
|
||||
DATE,
|
||||
DATE_TIME,
|
||||
TIME,
|
||||
];
|
||||
|
||||
static final $core.List<DisplayDate?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 2);
|
||||
static DisplayDate? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const DisplayDate._(super.value, super.name);
|
||||
}
|
||||
|
||||
class EntityAdminPlatform extends $pb.ProtobufEnum {
|
||||
static const EntityAdminPlatform PROJECT_PLATFORM = EntityAdminPlatform._(0, _omitEnumNames ? '' : 'PROJECT_PLATFORM');
|
||||
static const EntityAdminPlatform METRICS = EntityAdminPlatform._(1, _omitEnumNames ? '' : 'METRICS');
|
||||
static const EntityAdminPlatform WAKEUP_ENTITY = EntityAdminPlatform._(2, _omitEnumNames ? '' : 'WAKEUP_ENTITY');
|
||||
static const EntityAdminPlatform NOTIFICATION = EntityAdminPlatform._(3, _omitEnumNames ? '' : 'NOTIFICATION');
|
||||
|
||||
static const $core.List<EntityAdminPlatform> values = <EntityAdminPlatform> [
|
||||
PROJECT_PLATFORM,
|
||||
METRICS,
|
||||
WAKEUP_ENTITY,
|
||||
NOTIFICATION,
|
||||
];
|
||||
|
||||
static final $core.List<EntityAdminPlatform?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 3);
|
||||
static EntityAdminPlatform? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const EntityAdminPlatform._(super.value, super.name);
|
||||
}
|
||||
|
||||
class RecoverType extends $pb.ProtobufEnum {
|
||||
static const RecoverType RECOVER_OPENSEARCH = RecoverType._(0, _omitEnumNames ? '' : 'RECOVER_OPENSEARCH');
|
||||
static const RecoverType RECOVER_CLICKHOUSE = RecoverType._(1, _omitEnumNames ? '' : 'RECOVER_CLICKHOUSE');
|
||||
static const RecoverType RECOVER_ALL = RecoverType._(2, _omitEnumNames ? '' : 'RECOVER_ALL');
|
||||
|
||||
static const $core.List<RecoverType> values = <RecoverType> [
|
||||
RECOVER_OPENSEARCH,
|
||||
RECOVER_CLICKHOUSE,
|
||||
RECOVER_ALL,
|
||||
];
|
||||
|
||||
static final $core.List<RecoverType?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 2);
|
||||
static RecoverType? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const RecoverType._(super.value, super.name);
|
||||
}
|
||||
|
||||
/// Enum representing the different types of resources which can be created in the platform.
|
||||
class ResourceType extends $pb.ProtobufEnum {
|
||||
static const ResourceType RESOURCE_TYPE_UNKNOWN = ResourceType._(0, _omitEnumNames ? '' : 'RESOURCE_TYPE_UNKNOWN');
|
||||
static const ResourceType RESOURCE_TYPE_PLATFORM = ResourceType._(10, _omitEnumNames ? '' : 'RESOURCE_TYPE_PLATFORM');
|
||||
static const ResourceType RESOURCE_TYPE_ORGANISATION = ResourceType._(20, _omitEnumNames ? '' : 'RESOURCE_TYPE_ORGANISATION');
|
||||
static const ResourceType RESOURCE_TYPE_PROJECT = ResourceType._(30, _omitEnumNames ? '' : 'RESOURCE_TYPE_PROJECT');
|
||||
static const ResourceType RESOURCE_TYPE_PARTNERAPP = ResourceType._(40, _omitEnumNames ? '' : 'RESOURCE_TYPE_PARTNERAPP');
|
||||
static const ResourceType RESOURCE_TYPE_CONNECTION = ResourceType._(50, _omitEnumNames ? '' : 'RESOURCE_TYPE_CONNECTION');
|
||||
static const ResourceType RESOURCE_TYPE_ATTACHMENTTYPE = ResourceType._(60, _omitEnumNames ? '' : 'RESOURCE_TYPE_ATTACHMENTTYPE');
|
||||
static const ResourceType RESOURCE_TYPE_CLAIMTYPE = ResourceType._(70, _omitEnumNames ? '' : 'RESOURCE_TYPE_CLAIMTYPE');
|
||||
static const ResourceType RESOURCE_TYPE_SITE = ResourceType._(80, _omitEnumNames ? '' : 'RESOURCE_TYPE_SITE');
|
||||
|
||||
static const $core.List<ResourceType> values = <ResourceType> [
|
||||
RESOURCE_TYPE_UNKNOWN,
|
||||
RESOURCE_TYPE_PLATFORM,
|
||||
RESOURCE_TYPE_ORGANISATION,
|
||||
RESOURCE_TYPE_PROJECT,
|
||||
RESOURCE_TYPE_PARTNERAPP,
|
||||
RESOURCE_TYPE_CONNECTION,
|
||||
RESOURCE_TYPE_ATTACHMENTTYPE,
|
||||
RESOURCE_TYPE_CLAIMTYPE,
|
||||
RESOURCE_TYPE_SITE,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, ResourceType> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static ResourceType? valueOf($core.int value) => _byValue[value];
|
||||
|
||||
const ResourceType._(super.value, super.name);
|
||||
}
|
||||
|
||||
class ExtractColumnFormat_type extends $pb.ProtobufEnum {
|
||||
static const ExtractColumnFormat_type UNKNOWN = ExtractColumnFormat_type._(0, _omitEnumNames ? '' : 'UNKNOWN');
|
||||
static const ExtractColumnFormat_type DATE = ExtractColumnFormat_type._(1, _omitEnumNames ? '' : 'DATE');
|
||||
static const ExtractColumnFormat_type SUFFIX = ExtractColumnFormat_type._(2, _omitEnumNames ? '' : 'SUFFIX');
|
||||
static const ExtractColumnFormat_type NUMBER = ExtractColumnFormat_type._(3, _omitEnumNames ? '' : 'NUMBER');
|
||||
|
||||
static const $core.List<ExtractColumnFormat_type> values = <ExtractColumnFormat_type> [
|
||||
UNKNOWN,
|
||||
DATE,
|
||||
SUFFIX,
|
||||
NUMBER,
|
||||
];
|
||||
|
||||
static final $core.List<ExtractColumnFormat_type?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 3);
|
||||
static ExtractColumnFormat_type? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const ExtractColumnFormat_type._(super.value, super.name);
|
||||
}
|
||||
|
||||
|
||||
const _omitEnumNames = $core.bool.fromEnvironment('protobuf.omit_enum_names');
|
||||
const $core.bool _omitEnumNames = $core.bool.fromEnvironment('protobuf.omit_enum_names');
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -5,25 +5,14 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
export 'unitOfMeasures.pbenum.dart';
|
||||
|
||||
class UnitOfMeasures {
|
||||
static final value = $pb.Extension<$core.String>(_omitMessageNames ? '' : 'google.protobuf.EnumValueOptions', _omitFieldNames ? '' : 'value', 50500, $pb.PbFieldType.OS);
|
||||
static void registerAllExtensions($pb.ExtensionRegistry registry) {
|
||||
registry.add(value);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -45,7 +46,7 @@ class Length extends $pb.ProtobufEnum {
|
||||
static final $core.Map<$core.int, Length> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static Length? valueOf($core.int value) => _byValue[value];
|
||||
|
||||
const Length._(super.v, super.n);
|
||||
const Length._(super.value, super.name);
|
||||
}
|
||||
|
||||
class Weight extends $pb.ProtobufEnum {
|
||||
@@ -86,7 +87,7 @@ class Weight extends $pb.ProtobufEnum {
|
||||
static final $core.Map<$core.int, Weight> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static Weight? valueOf($core.int value) => _byValue[value];
|
||||
|
||||
const Weight._(super.v, super.n);
|
||||
const Weight._(super.value, super.name);
|
||||
}
|
||||
|
||||
class Temperature extends $pb.ProtobufEnum {
|
||||
@@ -100,10 +101,10 @@ class Temperature extends $pb.ProtobufEnum {
|
||||
FAHRENHEIT,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, Temperature> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static Temperature? valueOf($core.int value) => _byValue[value];
|
||||
static final $core.List<Temperature?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 2);
|
||||
static Temperature? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const Temperature._(super.v, super.n);
|
||||
const Temperature._(super.value, super.name);
|
||||
}
|
||||
|
||||
class Speed extends $pb.ProtobufEnum {
|
||||
@@ -124,7 +125,7 @@ class Speed extends $pb.ProtobufEnum {
|
||||
static final $core.Map<$core.int, Speed> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static Speed? valueOf($core.int value) => _byValue[value];
|
||||
|
||||
const Speed._(super.v, super.n);
|
||||
const Speed._(super.value, super.name);
|
||||
}
|
||||
|
||||
class Area extends $pb.ProtobufEnum {
|
||||
@@ -157,7 +158,7 @@ class Area extends $pb.ProtobufEnum {
|
||||
static final $core.Map<$core.int, Area> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static Area? valueOf($core.int value) => _byValue[value];
|
||||
|
||||
const Area._(super.v, super.n);
|
||||
const Area._(super.value, super.name);
|
||||
}
|
||||
|
||||
class Volume extends $pb.ProtobufEnum {
|
||||
@@ -214,7 +215,7 @@ class Volume extends $pb.ProtobufEnum {
|
||||
static final $core.Map<$core.int, Volume> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static Volume? valueOf($core.int value) => _byValue[value];
|
||||
|
||||
const Volume._(super.v, super.n);
|
||||
const Volume._(super.value, super.name);
|
||||
}
|
||||
|
||||
class DimensionLess extends $pb.ProtobufEnum {
|
||||
@@ -226,11 +227,11 @@ class DimensionLess extends $pb.ProtobufEnum {
|
||||
UNIT,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, DimensionLess> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static DimensionLess? valueOf($core.int value) => _byValue[value];
|
||||
static final $core.List<DimensionLess?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 1);
|
||||
static DimensionLess? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const DimensionLess._(super.v, super.n);
|
||||
const DimensionLess._(super.value, super.name);
|
||||
}
|
||||
|
||||
|
||||
const _omitEnumNames = $core.bool.fromEnvironment('protobuf.omit_enum_names');
|
||||
const $core.bool _omitEnumNames = $core.bool.fromEnvironment('protobuf.omit_enum_names');
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -5,58 +5,53 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
import 'package:fixnum/fixnum.dart' as $fixnum;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'core/shared.pb.dart' as $16;
|
||||
import 'core/shared.pb.dart' as $14;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
class NextProjectCounterRequest extends $pb.GeneratedMessage {
|
||||
factory NextProjectCounterRequest({
|
||||
$16.RequestProjectHeader? header,
|
||||
$14.RequestProjectHeader? header,
|
||||
$core.String? key,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (header != null) {
|
||||
$result.header = header;
|
||||
}
|
||||
if (key != null) {
|
||||
$result.key = key;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (header != null) result.header = header;
|
||||
if (key != null) result.key = key;
|
||||
return result;
|
||||
}
|
||||
NextProjectCounterRequest._() : super();
|
||||
factory NextProjectCounterRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory NextProjectCounterRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
NextProjectCounterRequest._();
|
||||
|
||||
factory NextProjectCounterRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory NextProjectCounterRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'NextProjectCounterRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'vizapi'), createEmptyInstance: create)
|
||||
..aOM<$16.RequestProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $16.RequestProjectHeader.create)
|
||||
..aOM<$14.RequestProjectHeader>(1, _omitFieldNames ? '' : 'Header', protoName: 'Header', subBuilder: $14.RequestProjectHeader.create)
|
||||
..aOS(2, _omitFieldNames ? '' : 'Key', protoName: 'Key')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
NextProjectCounterRequest clone() => NextProjectCounterRequest()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
NextProjectCounterRequest copyWith(void Function(NextProjectCounterRequest) updates) => super.copyWith((message) => updates(message as NextProjectCounterRequest)) as NextProjectCounterRequest;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static NextProjectCounterRequest create() => NextProjectCounterRequest._();
|
||||
@$core.override
|
||||
NextProjectCounterRequest createEmptyInstance() => create();
|
||||
static $pb.PbList<NextProjectCounterRequest> createRepeated() => $pb.PbList<NextProjectCounterRequest>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -64,20 +59,20 @@ class NextProjectCounterRequest extends $pb.GeneratedMessage {
|
||||
static NextProjectCounterRequest? _defaultInstance;
|
||||
|
||||
@$pb.TagNumber(1)
|
||||
$16.RequestProjectHeader get header => $_getN(0);
|
||||
$14.RequestProjectHeader get header => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set header($16.RequestProjectHeader v) { $_setField(1, v); }
|
||||
set header($14.RequestProjectHeader value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasHeader() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearHeader() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$16.RequestProjectHeader ensureHeader() => $_ensure(0);
|
||||
$14.RequestProjectHeader ensureHeader() => $_ensure(0);
|
||||
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get key => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set key($core.String v) { $_setString(1, v); }
|
||||
set key($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasKey() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -88,36 +83,32 @@ class NextCounterResult extends $pb.GeneratedMessage {
|
||||
factory NextCounterResult({
|
||||
$fixnum.Int64? value,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (value != null) {
|
||||
$result.value = value;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (value != null) result.value = value;
|
||||
return result;
|
||||
}
|
||||
NextCounterResult._() : super();
|
||||
factory NextCounterResult.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory NextCounterResult.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
NextCounterResult._();
|
||||
|
||||
factory NextCounterResult.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory NextCounterResult.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'NextCounterResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'vizapi'), createEmptyInstance: create)
|
||||
..aInt64(1, _omitFieldNames ? '' : 'Value', protoName: 'Value')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
NextCounterResult clone() => NextCounterResult()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
NextCounterResult copyWith(void Function(NextCounterResult) updates) => super.copyWith((message) => updates(message as NextCounterResult)) as NextCounterResult;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static NextCounterResult create() => NextCounterResult._();
|
||||
@$core.override
|
||||
NextCounterResult createEmptyInstance() => create();
|
||||
static $pb.PbList<NextCounterResult> createRepeated() => $pb.PbList<NextCounterResult>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -127,7 +118,7 @@ class NextCounterResult extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$fixnum.Int64 get value => $_getI64(0);
|
||||
@$pb.TagNumber(1)
|
||||
set value($fixnum.Int64 v) { $_setInt64(0, v); }
|
||||
set value($fixnum.Int64 value) => $_setInt64(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasValue() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -135,5 +126,5 @@ class NextCounterResult extends $pb.GeneratedMessage {
|
||||
}
|
||||
|
||||
|
||||
const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
const $core.bool _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: counter.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:async' as $async;
|
||||
import 'dart:core' as $core;
|
||||
@@ -15,24 +16,28 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'counter.pb.dart' as $2;
|
||||
import 'counter.pb.dart' as $0;
|
||||
|
||||
export 'counter.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('vizapi.ProjectCountersService')
|
||||
class ProjectCountersServiceClient extends $grpc.Client {
|
||||
static final _$next = $grpc.ClientMethod<$2.NextProjectCounterRequest, $2.NextCounterResult>(
|
||||
/// The hostname for this service.
|
||||
static const $core.String defaultHost = '';
|
||||
|
||||
/// OAuth scopes needed for the client.
|
||||
static const $core.List<$core.String> oauthScopes = [
|
||||
'',
|
||||
];
|
||||
|
||||
static final _$next = $grpc.ClientMethod<$0.NextProjectCounterRequest, $0.NextCounterResult>(
|
||||
'/vizapi.ProjectCountersService/Next',
|
||||
($2.NextProjectCounterRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $2.NextCounterResult.fromBuffer(value));
|
||||
($0.NextProjectCounterRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $0.NextCounterResult.fromBuffer(value));
|
||||
|
||||
ProjectCountersServiceClient($grpc.ClientChannel channel,
|
||||
{$grpc.CallOptions? options,
|
||||
$core.Iterable<$grpc.ClientInterceptor>? interceptors})
|
||||
: super(channel, options: options,
|
||||
interceptors: interceptors);
|
||||
ProjectCountersServiceClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$2.NextCounterResult> next($2.NextProjectCounterRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$0.NextCounterResult> next($0.NextProjectCounterRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$next, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -42,18 +47,18 @@ abstract class ProjectCountersServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'vizapi.ProjectCountersService';
|
||||
|
||||
ProjectCountersServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$2.NextProjectCounterRequest, $2.NextCounterResult>(
|
||||
$addMethod($grpc.ServiceMethod<$0.NextProjectCounterRequest, $0.NextCounterResult>(
|
||||
'Next',
|
||||
next_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $2.NextProjectCounterRequest.fromBuffer(value),
|
||||
($2.NextCounterResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $0.NextProjectCounterRequest.fromBuffer(value),
|
||||
($0.NextCounterResult value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$2.NextCounterResult> next_Pre($grpc.ServiceCall $call, $async.Future<$2.NextProjectCounterRequest> $request) async {
|
||||
$async.Future<$0.NextCounterResult> next_Pre($grpc.ServiceCall $call, $async.Future<$0.NextProjectCounterRequest> $request) async {
|
||||
return next($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$2.NextCounterResult> next($grpc.ServiceCall call, $2.NextProjectCounterRequest request);
|
||||
$async.Future<$0.NextCounterResult> next($grpc.ServiceCall call, $0.NextProjectCounterRequest request);
|
||||
}
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -5,25 +5,26 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'http.pb.dart' as $17;
|
||||
import 'http.pb.dart' as $15;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
class Annotations {
|
||||
static final http = $pb.Extension<$17.HttpRule>(_omitMessageNames ? '' : 'google.protobuf.MethodOptions', _omitFieldNames ? '' : 'http', 72295728, $pb.PbFieldType.OM, defaultOrMaker: $17.HttpRule.getDefault, subBuilder: $17.HttpRule.create);
|
||||
static final http = $pb.Extension<$15.HttpRule>(_omitMessageNames ? '' : 'google.protobuf.MethodOptions', _omitFieldNames ? '' : 'http', 72295728, $pb.PbFieldType.OM, defaultOrMaker: $15.HttpRule.getDefault, subBuilder: $15.HttpRule.create);
|
||||
static void registerAllExtensions($pb.ExtensionRegistry registry) {
|
||||
registry.add(http);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
const $core.bool _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: google/api/annotations.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -27,5 +28,5 @@ class Field_behavior {
|
||||
}
|
||||
|
||||
|
||||
const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
const $core.bool _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
|
||||
@@ -5,20 +5,21 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
/// An indicator of the behavior of a given field (for example, that a field
|
||||
/// is required in requests, or given as output but ignored as input).
|
||||
/// This **does not** change the behavior in protocol buffers itself; it only
|
||||
/// denotes the behavior and may affect how API tooling handles the field.
|
||||
/// An indicator of the behavior of a given field (for example, that a field
|
||||
/// is required in requests, or given as output but ignored as input).
|
||||
/// This **does not** change the behavior in protocol buffers itself; it only
|
||||
/// denotes the behavior and may affect how API tooling handles the field.
|
||||
///
|
||||
/// Note: This enum **may** receive new values in the future.
|
||||
/// Note: This enum **may** receive new values in the future.
|
||||
class FieldBehavior extends $pb.ProtobufEnum {
|
||||
/// Conventional default for enums. Do not use this.
|
||||
static const FieldBehavior FIELD_BEHAVIOR_UNSPECIFIED = FieldBehavior._(0, _omitEnumNames ? '' : 'FIELD_BEHAVIOR_UNSPECIFIED');
|
||||
@@ -53,11 +54,11 @@ class FieldBehavior extends $pb.ProtobufEnum {
|
||||
IMMUTABLE,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, FieldBehavior> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static FieldBehavior? valueOf($core.int value) => _byValue[value];
|
||||
static final $core.List<FieldBehavior?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 5);
|
||||
static FieldBehavior? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const FieldBehavior._(super.v, super.n);
|
||||
const FieldBehavior._(super.value, super.name);
|
||||
}
|
||||
|
||||
|
||||
const _omitEnumNames = $core.bool.fromEnvironment('protobuf.omit_enum_names');
|
||||
const $core.bool _omitEnumNames = $core.bool.fromEnvironment('protobuf.omit_enum_names');
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -23,18 +24,16 @@ class Http extends $pb.GeneratedMessage {
|
||||
$core.Iterable<HttpRule>? rules,
|
||||
$core.bool? fullyDecodeReservedExpansion,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (rules != null) {
|
||||
$result.rules.addAll(rules);
|
||||
}
|
||||
if (fullyDecodeReservedExpansion != null) {
|
||||
$result.fullyDecodeReservedExpansion = fullyDecodeReservedExpansion;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (rules != null) result.rules.addAll(rules);
|
||||
if (fullyDecodeReservedExpansion != null) result.fullyDecodeReservedExpansion = fullyDecodeReservedExpansion;
|
||||
return result;
|
||||
}
|
||||
Http._() : super();
|
||||
factory Http.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory Http.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
Http._();
|
||||
|
||||
factory Http.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory Http.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Http', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.api'), createEmptyInstance: create)
|
||||
..pc<HttpRule>(1, _omitFieldNames ? '' : 'rules', $pb.PbFieldType.PM, subBuilder: HttpRule.create)
|
||||
@@ -42,43 +41,39 @@ class Http extends $pb.GeneratedMessage {
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Http clone() => Http()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Http copyWith(void Function(Http) updates) => super.copyWith((message) => updates(message as Http)) as Http;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static Http create() => Http._();
|
||||
@$core.override
|
||||
Http createEmptyInstance() => create();
|
||||
static $pb.PbList<Http> createRepeated() => $pb.PbList<Http>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static Http getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<Http>(create);
|
||||
static Http? _defaultInstance;
|
||||
|
||||
/// A list of HTTP configuration rules that apply to individual API methods.
|
||||
/// A list of HTTP configuration rules that apply to individual API methods.
|
||||
///
|
||||
/// **NOTE:** All service configuration rules follow "last one wins" order.
|
||||
/// **NOTE:** All service configuration rules follow "last one wins" order.
|
||||
@$pb.TagNumber(1)
|
||||
$pb.PbList<HttpRule> get rules => $_getList(0);
|
||||
|
||||
/// When set to true, URL path parameters will be fully URI-decoded except in
|
||||
/// cases of single segment matches in reserved expansion, where "%2F" will be
|
||||
/// left encoded.
|
||||
/// When set to true, URL path parameters will be fully URI-decoded except in
|
||||
/// cases of single segment matches in reserved expansion, where "%2F" will be
|
||||
/// left encoded.
|
||||
///
|
||||
/// The default behavior is to not decode RFC 6570 reserved characters in multi
|
||||
/// segment matches.
|
||||
/// The default behavior is to not decode RFC 6570 reserved characters in multi
|
||||
/// segment matches.
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool get fullyDecodeReservedExpansion => $_getBF(1);
|
||||
@$pb.TagNumber(2)
|
||||
set fullyDecodeReservedExpansion($core.bool v) { $_setBool(1, v); }
|
||||
set fullyDecodeReservedExpansion($core.bool value) => $_setBool(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasFullyDecodeReservedExpansion() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -95,275 +90,275 @@ enum HttpRule_Pattern {
|
||||
notSet
|
||||
}
|
||||
|
||||
/// # gRPC Transcoding
|
||||
/// # gRPC Transcoding
|
||||
///
|
||||
/// gRPC Transcoding is a feature for mapping between a gRPC method and one or
|
||||
/// more HTTP REST endpoints. It allows developers to build a single API service
|
||||
/// that supports both gRPC APIs and REST APIs. Many systems, including [Google
|
||||
/// APIs](https://github.com/googleapis/googleapis),
|
||||
/// [Cloud Endpoints](https://cloud.google.com/endpoints), [gRPC
|
||||
/// Gateway](https://github.com/grpc-ecosystem/grpc-gateway),
|
||||
/// and [Envoy](https://github.com/envoyproxy/envoy) proxy support this feature
|
||||
/// and use it for large scale production services.
|
||||
/// gRPC Transcoding is a feature for mapping between a gRPC method and one or
|
||||
/// more HTTP REST endpoints. It allows developers to build a single API service
|
||||
/// that supports both gRPC APIs and REST APIs. Many systems, including [Google
|
||||
/// APIs](https://github.com/googleapis/googleapis),
|
||||
/// [Cloud Endpoints](https://cloud.google.com/endpoints), [gRPC
|
||||
/// Gateway](https://github.com/grpc-ecosystem/grpc-gateway),
|
||||
/// and [Envoy](https://github.com/envoyproxy/envoy) proxy support this feature
|
||||
/// and use it for large scale production services.
|
||||
///
|
||||
/// `HttpRule` defines the schema of the gRPC/REST mapping. The mapping specifies
|
||||
/// how different portions of the gRPC request message are mapped to the URL
|
||||
/// path, URL query parameters, and HTTP request body. It also controls how the
|
||||
/// gRPC response message is mapped to the HTTP response body. `HttpRule` is
|
||||
/// typically specified as an `google.api.http` annotation on the gRPC method.
|
||||
/// `HttpRule` defines the schema of the gRPC/REST mapping. The mapping specifies
|
||||
/// how different portions of the gRPC request message are mapped to the URL
|
||||
/// path, URL query parameters, and HTTP request body. It also controls how the
|
||||
/// gRPC response message is mapped to the HTTP response body. `HttpRule` is
|
||||
/// typically specified as an `google.api.http` annotation on the gRPC method.
|
||||
///
|
||||
/// Each mapping specifies a URL path template and an HTTP method. The path
|
||||
/// template may refer to one or more fields in the gRPC request message, as long
|
||||
/// as each field is a non-repeated field with a primitive (non-message) type.
|
||||
/// The path template controls how fields of the request message are mapped to
|
||||
/// the URL path.
|
||||
/// Each mapping specifies a URL path template and an HTTP method. The path
|
||||
/// template may refer to one or more fields in the gRPC request message, as long
|
||||
/// as each field is a non-repeated field with a primitive (non-message) type.
|
||||
/// The path template controls how fields of the request message are mapped to
|
||||
/// the URL path.
|
||||
///
|
||||
/// Example:
|
||||
/// Example:
|
||||
///
|
||||
/// service Messaging {
|
||||
/// rpc GetMessage(GetMessageRequest) returns (Message) {
|
||||
/// option (google.api.http) = {
|
||||
/// get: "/v1/{name=messages/*}"
|
||||
/// };
|
||||
/// }
|
||||
/// }
|
||||
/// message GetMessageRequest {
|
||||
/// string name = 1; // Mapped to URL path.
|
||||
/// }
|
||||
/// message Message {
|
||||
/// string text = 1; // The resource content.
|
||||
/// }
|
||||
/// service Messaging {
|
||||
/// rpc GetMessage(GetMessageRequest) returns (Message) {
|
||||
/// option (google.api.http) = {
|
||||
/// get: "/v1/{name=messages/*}"
|
||||
/// };
|
||||
/// }
|
||||
/// }
|
||||
/// message GetMessageRequest {
|
||||
/// string name = 1; // Mapped to URL path.
|
||||
/// }
|
||||
/// message Message {
|
||||
/// string text = 1; // The resource content.
|
||||
/// }
|
||||
///
|
||||
/// This enables an HTTP REST to gRPC mapping as below:
|
||||
/// This enables an HTTP REST to gRPC mapping as below:
|
||||
///
|
||||
/// HTTP | gRPC
|
||||
/// -----|-----
|
||||
/// `GET /v1/messages/123456` | `GetMessage(name: "messages/123456")`
|
||||
/// HTTP | gRPC
|
||||
/// -----|-----
|
||||
/// `GET /v1/messages/123456` | `GetMessage(name: "messages/123456")`
|
||||
///
|
||||
/// Any fields in the request message which are not bound by the path template
|
||||
/// automatically become HTTP query parameters if there is no HTTP request body.
|
||||
/// For example:
|
||||
/// Any fields in the request message which are not bound by the path template
|
||||
/// automatically become HTTP query parameters if there is no HTTP request body.
|
||||
/// For example:
|
||||
///
|
||||
/// service Messaging {
|
||||
/// rpc GetMessage(GetMessageRequest) returns (Message) {
|
||||
/// option (google.api.http) = {
|
||||
/// get:"/v1/messages/{message_id}"
|
||||
/// };
|
||||
/// }
|
||||
/// }
|
||||
/// message GetMessageRequest {
|
||||
/// message SubMessage {
|
||||
/// string subfield = 1;
|
||||
/// }
|
||||
/// string message_id = 1; // Mapped to URL path.
|
||||
/// int64 revision = 2; // Mapped to URL query parameter `revision`.
|
||||
/// SubMessage sub = 3; // Mapped to URL query parameter `sub.subfield`.
|
||||
/// }
|
||||
/// service Messaging {
|
||||
/// rpc GetMessage(GetMessageRequest) returns (Message) {
|
||||
/// option (google.api.http) = {
|
||||
/// get:"/v1/messages/{message_id}"
|
||||
/// };
|
||||
/// }
|
||||
/// }
|
||||
/// message GetMessageRequest {
|
||||
/// message SubMessage {
|
||||
/// string subfield = 1;
|
||||
/// }
|
||||
/// string message_id = 1; // Mapped to URL path.
|
||||
/// int64 revision = 2; // Mapped to URL query parameter `revision`.
|
||||
/// SubMessage sub = 3; // Mapped to URL query parameter `sub.subfield`.
|
||||
/// }
|
||||
///
|
||||
/// This enables a HTTP JSON to RPC mapping as below:
|
||||
/// This enables a HTTP JSON to RPC mapping as below:
|
||||
///
|
||||
/// HTTP | gRPC
|
||||
/// -----|-----
|
||||
/// `GET /v1/messages/123456?revision=2&sub.subfield=foo` |
|
||||
/// `GetMessage(message_id: "123456" revision: 2 sub: SubMessage(subfield:
|
||||
/// "foo"))`
|
||||
/// HTTP | gRPC
|
||||
/// -----|-----
|
||||
/// `GET /v1/messages/123456?revision=2&sub.subfield=foo` |
|
||||
/// `GetMessage(message_id: "123456" revision: 2 sub: SubMessage(subfield:
|
||||
/// "foo"))`
|
||||
///
|
||||
/// Note that fields which are mapped to URL query parameters must have a
|
||||
/// primitive type or a repeated primitive type or a non-repeated message type.
|
||||
/// In the case of a repeated type, the parameter can be repeated in the URL
|
||||
/// as `...?param=A¶m=B`. In the case of a message type, each field of the
|
||||
/// message is mapped to a separate parameter, such as
|
||||
/// `...?foo.a=A&foo.b=B&foo.c=C`.
|
||||
/// Note that fields which are mapped to URL query parameters must have a
|
||||
/// primitive type or a repeated primitive type or a non-repeated message type.
|
||||
/// In the case of a repeated type, the parameter can be repeated in the URL
|
||||
/// as `...?param=A¶m=B`. In the case of a message type, each field of the
|
||||
/// message is mapped to a separate parameter, such as
|
||||
/// `...?foo.a=A&foo.b=B&foo.c=C`.
|
||||
///
|
||||
/// For HTTP methods that allow a request body, the `body` field
|
||||
/// specifies the mapping. Consider a REST update method on the
|
||||
/// message resource collection:
|
||||
/// For HTTP methods that allow a request body, the `body` field
|
||||
/// specifies the mapping. Consider a REST update method on the
|
||||
/// message resource collection:
|
||||
///
|
||||
/// service Messaging {
|
||||
/// rpc UpdateMessage(UpdateMessageRequest) returns (Message) {
|
||||
/// option (google.api.http) = {
|
||||
/// patch: "/v1/messages/{message_id}"
|
||||
/// body: "message"
|
||||
/// };
|
||||
/// }
|
||||
/// }
|
||||
/// message UpdateMessageRequest {
|
||||
/// string message_id = 1; // mapped to the URL
|
||||
/// Message message = 2; // mapped to the body
|
||||
/// }
|
||||
/// service Messaging {
|
||||
/// rpc UpdateMessage(UpdateMessageRequest) returns (Message) {
|
||||
/// option (google.api.http) = {
|
||||
/// patch: "/v1/messages/{message_id}"
|
||||
/// body: "message"
|
||||
/// };
|
||||
/// }
|
||||
/// }
|
||||
/// message UpdateMessageRequest {
|
||||
/// string message_id = 1; // mapped to the URL
|
||||
/// Message message = 2; // mapped to the body
|
||||
/// }
|
||||
///
|
||||
/// The following HTTP JSON to RPC mapping is enabled, where the
|
||||
/// representation of the JSON in the request body is determined by
|
||||
/// protos JSON encoding:
|
||||
/// The following HTTP JSON to RPC mapping is enabled, where the
|
||||
/// representation of the JSON in the request body is determined by
|
||||
/// protos JSON encoding:
|
||||
///
|
||||
/// HTTP | gRPC
|
||||
/// -----|-----
|
||||
/// `PATCH /v1/messages/123456 { "text": "Hi!" }` | `UpdateMessage(message_id:
|
||||
/// "123456" message { text: "Hi!" })`
|
||||
/// HTTP | gRPC
|
||||
/// -----|-----
|
||||
/// `PATCH /v1/messages/123456 { "text": "Hi!" }` | `UpdateMessage(message_id:
|
||||
/// "123456" message { text: "Hi!" })`
|
||||
///
|
||||
/// The special name `*` can be used in the body mapping to define that
|
||||
/// every field not bound by the path template should be mapped to the
|
||||
/// request body. This enables the following alternative definition of
|
||||
/// the update method:
|
||||
/// The special name `*` can be used in the body mapping to define that
|
||||
/// every field not bound by the path template should be mapped to the
|
||||
/// request body. This enables the following alternative definition of
|
||||
/// the update method:
|
||||
///
|
||||
/// service Messaging {
|
||||
/// rpc UpdateMessage(Message) returns (Message) {
|
||||
/// option (google.api.http) = {
|
||||
/// patch: "/v1/messages/{message_id}"
|
||||
/// body: "*"
|
||||
/// };
|
||||
/// }
|
||||
/// }
|
||||
/// message Message {
|
||||
/// string message_id = 1;
|
||||
/// string text = 2;
|
||||
/// }
|
||||
/// service Messaging {
|
||||
/// rpc UpdateMessage(Message) returns (Message) {
|
||||
/// option (google.api.http) = {
|
||||
/// patch: "/v1/messages/{message_id}"
|
||||
/// body: "*"
|
||||
/// };
|
||||
/// }
|
||||
/// }
|
||||
/// message Message {
|
||||
/// string message_id = 1;
|
||||
/// string text = 2;
|
||||
/// }
|
||||
///
|
||||
///
|
||||
/// The following HTTP JSON to RPC mapping is enabled:
|
||||
/// The following HTTP JSON to RPC mapping is enabled:
|
||||
///
|
||||
/// HTTP | gRPC
|
||||
/// -----|-----
|
||||
/// `PATCH /v1/messages/123456 { "text": "Hi!" }` | `UpdateMessage(message_id:
|
||||
/// "123456" text: "Hi!")`
|
||||
/// HTTP | gRPC
|
||||
/// -----|-----
|
||||
/// `PATCH /v1/messages/123456 { "text": "Hi!" }` | `UpdateMessage(message_id:
|
||||
/// "123456" text: "Hi!")`
|
||||
///
|
||||
/// Note that when using `*` in the body mapping, it is not possible to
|
||||
/// have HTTP parameters, as all fields not bound by the path end in
|
||||
/// the body. This makes this option more rarely used in practice when
|
||||
/// defining REST APIs. The common usage of `*` is in custom methods
|
||||
/// which don't use the URL at all for transferring data.
|
||||
/// Note that when using `*` in the body mapping, it is not possible to
|
||||
/// have HTTP parameters, as all fields not bound by the path end in
|
||||
/// the body. This makes this option more rarely used in practice when
|
||||
/// defining REST APIs. The common usage of `*` is in custom methods
|
||||
/// which don't use the URL at all for transferring data.
|
||||
///
|
||||
/// It is possible to define multiple HTTP methods for one RPC by using
|
||||
/// the `additional_bindings` option. Example:
|
||||
/// It is possible to define multiple HTTP methods for one RPC by using
|
||||
/// the `additional_bindings` option. Example:
|
||||
///
|
||||
/// service Messaging {
|
||||
/// rpc GetMessage(GetMessageRequest) returns (Message) {
|
||||
/// option (google.api.http) = {
|
||||
/// get: "/v1/messages/{message_id}"
|
||||
/// additional_bindings {
|
||||
/// get: "/v1/users/{user_id}/messages/{message_id}"
|
||||
/// }
|
||||
/// };
|
||||
/// }
|
||||
/// }
|
||||
/// message GetMessageRequest {
|
||||
/// string message_id = 1;
|
||||
/// string user_id = 2;
|
||||
/// }
|
||||
/// service Messaging {
|
||||
/// rpc GetMessage(GetMessageRequest) returns (Message) {
|
||||
/// option (google.api.http) = {
|
||||
/// get: "/v1/messages/{message_id}"
|
||||
/// additional_bindings {
|
||||
/// get: "/v1/users/{user_id}/messages/{message_id}"
|
||||
/// }
|
||||
/// };
|
||||
/// }
|
||||
/// }
|
||||
/// message GetMessageRequest {
|
||||
/// string message_id = 1;
|
||||
/// string user_id = 2;
|
||||
/// }
|
||||
///
|
||||
/// This enables the following two alternative HTTP JSON to RPC mappings:
|
||||
/// This enables the following two alternative HTTP JSON to RPC mappings:
|
||||
///
|
||||
/// HTTP | gRPC
|
||||
/// -----|-----
|
||||
/// `GET /v1/messages/123456` | `GetMessage(message_id: "123456")`
|
||||
/// `GET /v1/users/me/messages/123456` | `GetMessage(user_id: "me" message_id:
|
||||
/// "123456")`
|
||||
/// HTTP | gRPC
|
||||
/// -----|-----
|
||||
/// `GET /v1/messages/123456` | `GetMessage(message_id: "123456")`
|
||||
/// `GET /v1/users/me/messages/123456` | `GetMessage(user_id: "me" message_id:
|
||||
/// "123456")`
|
||||
///
|
||||
/// ## Rules for HTTP mapping
|
||||
/// ## Rules for HTTP mapping
|
||||
///
|
||||
/// 1. Leaf request fields (recursive expansion nested messages in the request
|
||||
/// message) are classified into three categories:
|
||||
/// - Fields referred by the path template. They are passed via the URL path.
|
||||
/// - Fields referred by the [HttpRule.body][google.api.HttpRule.body]. They are passed via the HTTP
|
||||
/// request body.
|
||||
/// - All other fields are passed via the URL query parameters, and the
|
||||
/// parameter name is the field path in the request message. A repeated
|
||||
/// field can be represented as multiple query parameters under the same
|
||||
/// name.
|
||||
/// 2. If [HttpRule.body][google.api.HttpRule.body] is "*", there is no URL query parameter, all fields
|
||||
/// are passed via URL path and HTTP request body.
|
||||
/// 3. If [HttpRule.body][google.api.HttpRule.body] is omitted, there is no HTTP request body, all
|
||||
/// fields are passed via URL path and URL query parameters.
|
||||
/// 1. Leaf request fields (recursive expansion nested messages in the request
|
||||
/// message) are classified into three categories:
|
||||
/// - Fields referred by the path template. They are passed via the URL path.
|
||||
/// - Fields referred by the [HttpRule.body][google.api.HttpRule.body]. They are passed via the HTTP
|
||||
/// request body.
|
||||
/// - All other fields are passed via the URL query parameters, and the
|
||||
/// parameter name is the field path in the request message. A repeated
|
||||
/// field can be represented as multiple query parameters under the same
|
||||
/// name.
|
||||
/// 2. If [HttpRule.body][google.api.HttpRule.body] is "*", there is no URL query parameter, all fields
|
||||
/// are passed via URL path and HTTP request body.
|
||||
/// 3. If [HttpRule.body][google.api.HttpRule.body] is omitted, there is no HTTP request body, all
|
||||
/// fields are passed via URL path and URL query parameters.
|
||||
///
|
||||
/// ### Path template syntax
|
||||
/// ### Path template syntax
|
||||
///
|
||||
/// Template = "/" Segments [ Verb ] ;
|
||||
/// Segments = Segment { "/" Segment } ;
|
||||
/// Segment = "*" | "**" | LITERAL | Variable ;
|
||||
/// Variable = "{" FieldPath [ "=" Segments ] "}" ;
|
||||
/// FieldPath = IDENT { "." IDENT } ;
|
||||
/// Verb = ":" LITERAL ;
|
||||
/// Template = "/" Segments [ Verb ] ;
|
||||
/// Segments = Segment { "/" Segment } ;
|
||||
/// Segment = "*" | "**" | LITERAL | Variable ;
|
||||
/// Variable = "{" FieldPath [ "=" Segments ] "}" ;
|
||||
/// FieldPath = IDENT { "." IDENT } ;
|
||||
/// Verb = ":" LITERAL ;
|
||||
///
|
||||
/// The syntax `*` matches a single URL path segment. The syntax `**` matches
|
||||
/// zero or more URL path segments, which must be the last part of the URL path
|
||||
/// except the `Verb`.
|
||||
/// The syntax `*` matches a single URL path segment. The syntax `**` matches
|
||||
/// zero or more URL path segments, which must be the last part of the URL path
|
||||
/// except the `Verb`.
|
||||
///
|
||||
/// The syntax `Variable` matches part of the URL path as specified by its
|
||||
/// template. A variable template must not contain other variables. If a variable
|
||||
/// matches a single path segment, its template may be omitted, e.g. `{var}`
|
||||
/// is equivalent to `{var=*}`.
|
||||
/// The syntax `Variable` matches part of the URL path as specified by its
|
||||
/// template. A variable template must not contain other variables. If a variable
|
||||
/// matches a single path segment, its template may be omitted, e.g. `{var}`
|
||||
/// is equivalent to `{var=*}`.
|
||||
///
|
||||
/// The syntax `LITERAL` matches literal text in the URL path. If the `LITERAL`
|
||||
/// contains any reserved character, such characters should be percent-encoded
|
||||
/// before the matching.
|
||||
/// The syntax `LITERAL` matches literal text in the URL path. If the `LITERAL`
|
||||
/// contains any reserved character, such characters should be percent-encoded
|
||||
/// before the matching.
|
||||
///
|
||||
/// If a variable contains exactly one path segment, such as `"{var}"` or
|
||||
/// `"{var=*}"`, when such a variable is expanded into a URL path on the client
|
||||
/// side, all characters except `[-_.~0-9a-zA-Z]` are percent-encoded. The
|
||||
/// server side does the reverse decoding. Such variables show up in the
|
||||
/// [Discovery
|
||||
/// Document](https://developers.google.com/discovery/v1/reference/apis) as
|
||||
/// `{var}`.
|
||||
/// If a variable contains exactly one path segment, such as `"{var}"` or
|
||||
/// `"{var=*}"`, when such a variable is expanded into a URL path on the client
|
||||
/// side, all characters except `[-_.~0-9a-zA-Z]` are percent-encoded. The
|
||||
/// server side does the reverse decoding. Such variables show up in the
|
||||
/// [Discovery
|
||||
/// Document](https://developers.google.com/discovery/v1/reference/apis) as
|
||||
/// `{var}`.
|
||||
///
|
||||
/// If a variable contains multiple path segments, such as `"{var=foo/*}"`
|
||||
/// or `"{var=**}"`, when such a variable is expanded into a URL path on the
|
||||
/// client side, all characters except `[-_.~/0-9a-zA-Z]` are percent-encoded.
|
||||
/// The server side does the reverse decoding, except "%2F" and "%2f" are left
|
||||
/// unchanged. Such variables show up in the
|
||||
/// [Discovery
|
||||
/// Document](https://developers.google.com/discovery/v1/reference/apis) as
|
||||
/// `{+var}`.
|
||||
/// If a variable contains multiple path segments, such as `"{var=foo/*}"`
|
||||
/// or `"{var=**}"`, when such a variable is expanded into a URL path on the
|
||||
/// client side, all characters except `[-_.~/0-9a-zA-Z]` are percent-encoded.
|
||||
/// The server side does the reverse decoding, except "%2F" and "%2f" are left
|
||||
/// unchanged. Such variables show up in the
|
||||
/// [Discovery
|
||||
/// Document](https://developers.google.com/discovery/v1/reference/apis) as
|
||||
/// `{+var}`.
|
||||
///
|
||||
/// ## Using gRPC API Service Configuration
|
||||
/// ## Using gRPC API Service Configuration
|
||||
///
|
||||
/// gRPC API Service Configuration (service config) is a configuration language
|
||||
/// for configuring a gRPC service to become a user-facing product. The
|
||||
/// service config is simply the YAML representation of the `google.api.Service`
|
||||
/// proto message.
|
||||
/// gRPC API Service Configuration (service config) is a configuration language
|
||||
/// for configuring a gRPC service to become a user-facing product. The
|
||||
/// service config is simply the YAML representation of the `google.api.Service`
|
||||
/// proto message.
|
||||
///
|
||||
/// As an alternative to annotating your proto file, you can configure gRPC
|
||||
/// transcoding in your service config YAML files. You do this by specifying a
|
||||
/// `HttpRule` that maps the gRPC method to a REST endpoint, achieving the same
|
||||
/// effect as the proto annotation. This can be particularly useful if you
|
||||
/// have a proto that is reused in multiple services. Note that any transcoding
|
||||
/// specified in the service config will override any matching transcoding
|
||||
/// configuration in the proto.
|
||||
/// As an alternative to annotating your proto file, you can configure gRPC
|
||||
/// transcoding in your service config YAML files. You do this by specifying a
|
||||
/// `HttpRule` that maps the gRPC method to a REST endpoint, achieving the same
|
||||
/// effect as the proto annotation. This can be particularly useful if you
|
||||
/// have a proto that is reused in multiple services. Note that any transcoding
|
||||
/// specified in the service config will override any matching transcoding
|
||||
/// configuration in the proto.
|
||||
///
|
||||
/// Example:
|
||||
/// Example:
|
||||
///
|
||||
/// http:
|
||||
/// rules:
|
||||
/// # Selects a gRPC method and applies HttpRule to it.
|
||||
/// - selector: example.v1.Messaging.GetMessage
|
||||
/// get: /v1/messages/{message_id}/{sub.subfield}
|
||||
/// http:
|
||||
/// rules:
|
||||
/// # Selects a gRPC method and applies HttpRule to it.
|
||||
/// - selector: example.v1.Messaging.GetMessage
|
||||
/// get: /v1/messages/{message_id}/{sub.subfield}
|
||||
///
|
||||
/// ## Special notes
|
||||
/// ## Special notes
|
||||
///
|
||||
/// When gRPC Transcoding is used to map a gRPC to JSON REST endpoints, the
|
||||
/// proto to JSON conversion must follow the [proto3
|
||||
/// specification](https://developers.google.com/protocol-buffers/docs/proto3#json).
|
||||
/// When gRPC Transcoding is used to map a gRPC to JSON REST endpoints, the
|
||||
/// proto to JSON conversion must follow the [proto3
|
||||
/// specification](https://developers.google.com/protocol-buffers/docs/proto3#json).
|
||||
///
|
||||
/// While the single segment variable follows the semantics of
|
||||
/// [RFC 6570](https://tools.ietf.org/html/rfc6570) Section 3.2.2 Simple String
|
||||
/// Expansion, the multi segment variable **does not** follow RFC 6570 Section
|
||||
/// 3.2.3 Reserved Expansion. The reason is that the Reserved Expansion
|
||||
/// does not expand special characters like `?` and `#`, which would lead
|
||||
/// to invalid URLs. As the result, gRPC Transcoding uses a custom encoding
|
||||
/// for multi segment variables.
|
||||
/// While the single segment variable follows the semantics of
|
||||
/// [RFC 6570](https://tools.ietf.org/html/rfc6570) Section 3.2.2 Simple String
|
||||
/// Expansion, the multi segment variable **does not** follow RFC 6570 Section
|
||||
/// 3.2.3 Reserved Expansion. The reason is that the Reserved Expansion
|
||||
/// does not expand special characters like `?` and `#`, which would lead
|
||||
/// to invalid URLs. As the result, gRPC Transcoding uses a custom encoding
|
||||
/// for multi segment variables.
|
||||
///
|
||||
/// The path variables **must not** refer to any repeated or mapped field,
|
||||
/// because client libraries are not capable of handling such variable expansion.
|
||||
/// The path variables **must not** refer to any repeated or mapped field,
|
||||
/// because client libraries are not capable of handling such variable expansion.
|
||||
///
|
||||
/// The path variables **must not** capture the leading "/" character. The reason
|
||||
/// is that the most common use case "{var}" does not capture the leading "/"
|
||||
/// character. For consistency, all path variables must share the same behavior.
|
||||
/// The path variables **must not** capture the leading "/" character. The reason
|
||||
/// is that the most common use case "{var}" does not capture the leading "/"
|
||||
/// character. For consistency, all path variables must share the same behavior.
|
||||
///
|
||||
/// Repeated message fields must not be mapped to URL query parameters, because
|
||||
/// no client library can support such complicated mapping.
|
||||
/// Repeated message fields must not be mapped to URL query parameters, because
|
||||
/// no client library can support such complicated mapping.
|
||||
///
|
||||
/// If an API needs to use a JSON array for request or response body, it can map
|
||||
/// the request or response body to a repeated field. However, some gRPC
|
||||
/// Transcoding implementations may not support this feature.
|
||||
/// If an API needs to use a JSON array for request or response body, it can map
|
||||
/// the request or response body to a repeated field. However, some gRPC
|
||||
/// Transcoding implementations may not support this feature.
|
||||
class HttpRule extends $pb.GeneratedMessage {
|
||||
factory HttpRule({
|
||||
$core.String? selector,
|
||||
@@ -377,42 +372,24 @@ class HttpRule extends $pb.GeneratedMessage {
|
||||
$core.Iterable<HttpRule>? additionalBindings,
|
||||
$core.String? responseBody,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (selector != null) {
|
||||
$result.selector = selector;
|
||||
}
|
||||
if (get != null) {
|
||||
$result.get = get;
|
||||
}
|
||||
if (put != null) {
|
||||
$result.put = put;
|
||||
}
|
||||
if (post != null) {
|
||||
$result.post = post;
|
||||
}
|
||||
if (delete != null) {
|
||||
$result.delete = delete;
|
||||
}
|
||||
if (patch != null) {
|
||||
$result.patch = patch;
|
||||
}
|
||||
if (body != null) {
|
||||
$result.body = body;
|
||||
}
|
||||
if (custom != null) {
|
||||
$result.custom = custom;
|
||||
}
|
||||
if (additionalBindings != null) {
|
||||
$result.additionalBindings.addAll(additionalBindings);
|
||||
}
|
||||
if (responseBody != null) {
|
||||
$result.responseBody = responseBody;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (selector != null) result.selector = selector;
|
||||
if (get != null) result.get = get;
|
||||
if (put != null) result.put = put;
|
||||
if (post != null) result.post = post;
|
||||
if (delete != null) result.delete = delete;
|
||||
if (patch != null) result.patch = patch;
|
||||
if (body != null) result.body = body;
|
||||
if (custom != null) result.custom = custom;
|
||||
if (additionalBindings != null) result.additionalBindings.addAll(additionalBindings);
|
||||
if (responseBody != null) result.responseBody = responseBody;
|
||||
return result;
|
||||
}
|
||||
HttpRule._() : super();
|
||||
factory HttpRule.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory HttpRule.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
HttpRule._();
|
||||
|
||||
factory HttpRule.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory HttpRule.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static const $core.Map<$core.int, HttpRule_Pattern> _HttpRule_PatternByTag = {
|
||||
2 : HttpRule_Pattern.get,
|
||||
@@ -438,21 +415,17 @@ class HttpRule extends $pb.GeneratedMessage {
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
HttpRule clone() => HttpRule()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
HttpRule copyWith(void Function(HttpRule) updates) => super.copyWith((message) => updates(message as HttpRule)) as HttpRule;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static HttpRule create() => HttpRule._();
|
||||
@$core.override
|
||||
HttpRule createEmptyInstance() => create();
|
||||
static $pb.PbList<HttpRule> createRepeated() => $pb.PbList<HttpRule>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -462,13 +435,13 @@ class HttpRule extends $pb.GeneratedMessage {
|
||||
HttpRule_Pattern whichPattern() => _HttpRule_PatternByTag[$_whichOneof(0)]!;
|
||||
void clearPattern() => $_clearField($_whichOneof(0));
|
||||
|
||||
/// Selects a method to which this rule applies.
|
||||
/// Selects a method to which this rule applies.
|
||||
///
|
||||
/// Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
|
||||
/// Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get selector => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set selector($core.String v) { $_setString(0, v); }
|
||||
set selector($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasSelector() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -479,7 +452,7 @@ class HttpRule extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get get => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set get($core.String v) { $_setString(1, v); }
|
||||
set get($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasGet() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -489,7 +462,7 @@ class HttpRule extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(3)
|
||||
$core.String get put => $_getSZ(2);
|
||||
@$pb.TagNumber(3)
|
||||
set put($core.String v) { $_setString(2, v); }
|
||||
set put($core.String value) => $_setString(2, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasPut() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
@@ -499,7 +472,7 @@ class HttpRule extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(4)
|
||||
$core.String get post => $_getSZ(3);
|
||||
@$pb.TagNumber(4)
|
||||
set post($core.String v) { $_setString(3, v); }
|
||||
set post($core.String value) => $_setString(3, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasPost() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
@@ -509,7 +482,7 @@ class HttpRule extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(5)
|
||||
$core.String get delete => $_getSZ(4);
|
||||
@$pb.TagNumber(5)
|
||||
set delete($core.String v) { $_setString(4, v); }
|
||||
set delete($core.String value) => $_setString(4, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasDelete() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
@@ -519,22 +492,22 @@ class HttpRule extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(6)
|
||||
$core.String get patch => $_getSZ(5);
|
||||
@$pb.TagNumber(6)
|
||||
set patch($core.String v) { $_setString(5, v); }
|
||||
set patch($core.String value) => $_setString(5, value);
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasPatch() => $_has(5);
|
||||
@$pb.TagNumber(6)
|
||||
void clearPatch() => $_clearField(6);
|
||||
|
||||
/// The name of the request field whose value is mapped to the HTTP request
|
||||
/// body, or `*` for mapping all request fields not captured by the path
|
||||
/// pattern to the HTTP body, or omitted for not having any HTTP request body.
|
||||
/// The name of the request field whose value is mapped to the HTTP request
|
||||
/// body, or `*` for mapping all request fields not captured by the path
|
||||
/// pattern to the HTTP body, or omitted for not having any HTTP request body.
|
||||
///
|
||||
/// NOTE: the referred field must be present at the top-level of the request
|
||||
/// message type.
|
||||
/// NOTE: the referred field must be present at the top-level of the request
|
||||
/// message type.
|
||||
@$pb.TagNumber(7)
|
||||
$core.String get body => $_getSZ(6);
|
||||
@$pb.TagNumber(7)
|
||||
set body($core.String v) { $_setString(6, v); }
|
||||
set body($core.String value) => $_setString(6, value);
|
||||
@$pb.TagNumber(7)
|
||||
$core.bool hasBody() => $_has(6);
|
||||
@$pb.TagNumber(7)
|
||||
@@ -547,7 +520,7 @@ class HttpRule extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(8)
|
||||
CustomHttpPattern get custom => $_getN(7);
|
||||
@$pb.TagNumber(8)
|
||||
set custom(CustomHttpPattern v) { $_setField(8, v); }
|
||||
set custom(CustomHttpPattern value) => $_setField(8, value);
|
||||
@$pb.TagNumber(8)
|
||||
$core.bool hasCustom() => $_has(7);
|
||||
@$pb.TagNumber(8)
|
||||
@@ -561,16 +534,16 @@ class HttpRule extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(11)
|
||||
$pb.PbList<HttpRule> get additionalBindings => $_getList(8);
|
||||
|
||||
/// Optional. The name of the response field whose value is mapped to the HTTP
|
||||
/// response body. When omitted, the entire response message will be used
|
||||
/// as the HTTP response body.
|
||||
/// Optional. The name of the response field whose value is mapped to the HTTP
|
||||
/// response body. When omitted, the entire response message will be used
|
||||
/// as the HTTP response body.
|
||||
///
|
||||
/// NOTE: The referred field must be present at the top-level of the response
|
||||
/// message type.
|
||||
/// NOTE: The referred field must be present at the top-level of the response
|
||||
/// message type.
|
||||
@$pb.TagNumber(12)
|
||||
$core.String get responseBody => $_getSZ(9);
|
||||
@$pb.TagNumber(12)
|
||||
set responseBody($core.String v) { $_setString(9, v); }
|
||||
set responseBody($core.String value) => $_setString(9, value);
|
||||
@$pb.TagNumber(12)
|
||||
$core.bool hasResponseBody() => $_has(9);
|
||||
@$pb.TagNumber(12)
|
||||
@@ -583,18 +556,16 @@ class CustomHttpPattern extends $pb.GeneratedMessage {
|
||||
$core.String? kind,
|
||||
$core.String? path,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (kind != null) {
|
||||
$result.kind = kind;
|
||||
}
|
||||
if (path != null) {
|
||||
$result.path = path;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (kind != null) result.kind = kind;
|
||||
if (path != null) result.path = path;
|
||||
return result;
|
||||
}
|
||||
CustomHttpPattern._() : super();
|
||||
factory CustomHttpPattern.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory CustomHttpPattern.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
CustomHttpPattern._();
|
||||
|
||||
factory CustomHttpPattern.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory CustomHttpPattern.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CustomHttpPattern', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.api'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'kind')
|
||||
@@ -602,21 +573,17 @@ class CustomHttpPattern extends $pb.GeneratedMessage {
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
CustomHttpPattern clone() => CustomHttpPattern()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
CustomHttpPattern copyWith(void Function(CustomHttpPattern) updates) => super.copyWith((message) => updates(message as CustomHttpPattern)) as CustomHttpPattern;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static CustomHttpPattern create() => CustomHttpPattern._();
|
||||
@$core.override
|
||||
CustomHttpPattern createEmptyInstance() => create();
|
||||
static $pb.PbList<CustomHttpPattern> createRepeated() => $pb.PbList<CustomHttpPattern>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -627,7 +594,7 @@ class CustomHttpPattern extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get kind => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set kind($core.String v) { $_setString(0, v); }
|
||||
set kind($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasKind() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -637,7 +604,7 @@ class CustomHttpPattern extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get path => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set path($core.String v) { $_setString(1, v); }
|
||||
set path($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasPath() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -645,5 +612,5 @@ class CustomHttpPattern extends $pb.GeneratedMessage {
|
||||
}
|
||||
|
||||
|
||||
const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
const $core.bool _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: google/api/http.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -5,101 +5,94 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import '../protobuf/any.pb.dart' as $18;
|
||||
import '../protobuf/any.pb.dart' as $16;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
/// Message that represents an arbitrary HTTP body. It should only be used for
|
||||
/// payload formats that can't be represented as JSON, such as raw binary or
|
||||
/// an HTML page.
|
||||
/// Message that represents an arbitrary HTTP body. It should only be used for
|
||||
/// payload formats that can't be represented as JSON, such as raw binary or
|
||||
/// an HTML page.
|
||||
///
|
||||
///
|
||||
/// This message can be used both in streaming and non-streaming API methods in
|
||||
/// the request as well as the response.
|
||||
/// This message can be used both in streaming and non-streaming API methods in
|
||||
/// the request as well as the response.
|
||||
///
|
||||
/// It can be used as a top-level request field, which is convenient if one
|
||||
/// wants to extract parameters from either the URL or HTTP template into the
|
||||
/// request fields and also want access to the raw HTTP body.
|
||||
/// It can be used as a top-level request field, which is convenient if one
|
||||
/// wants to extract parameters from either the URL or HTTP template into the
|
||||
/// request fields and also want access to the raw HTTP body.
|
||||
///
|
||||
/// Example:
|
||||
/// Example:
|
||||
///
|
||||
/// message GetResourceRequest {
|
||||
/// // A unique request id.
|
||||
/// string request_id = 1;
|
||||
/// message GetResourceRequest {
|
||||
/// // A unique request id.
|
||||
/// string request_id = 1;
|
||||
///
|
||||
/// // The raw HTTP body is bound to this field.
|
||||
/// google.api.HttpBody http_body = 2;
|
||||
/// }
|
||||
/// // The raw HTTP body is bound to this field.
|
||||
/// google.api.HttpBody http_body = 2;
|
||||
/// }
|
||||
///
|
||||
/// service ResourceService {
|
||||
/// rpc GetResource(GetResourceRequest) returns (google.api.HttpBody);
|
||||
/// rpc UpdateResource(google.api.HttpBody) returns
|
||||
/// (google.protobuf.Empty);
|
||||
/// }
|
||||
/// service ResourceService {
|
||||
/// rpc GetResource(GetResourceRequest) returns (google.api.HttpBody);
|
||||
/// rpc UpdateResource(google.api.HttpBody) returns
|
||||
/// (google.protobuf.Empty);
|
||||
/// }
|
||||
///
|
||||
/// Example with streaming methods:
|
||||
/// Example with streaming methods:
|
||||
///
|
||||
/// service CaldavService {
|
||||
/// rpc GetCalendar(stream google.api.HttpBody)
|
||||
/// returns (stream google.api.HttpBody);
|
||||
/// rpc UpdateCalendar(stream google.api.HttpBody)
|
||||
/// returns (stream google.api.HttpBody);
|
||||
/// }
|
||||
/// service CaldavService {
|
||||
/// rpc GetCalendar(stream google.api.HttpBody)
|
||||
/// returns (stream google.api.HttpBody);
|
||||
/// rpc UpdateCalendar(stream google.api.HttpBody)
|
||||
/// returns (stream google.api.HttpBody);
|
||||
/// }
|
||||
///
|
||||
/// Use of this type only changes how the request and response bodies are
|
||||
/// handled, all other features will continue to work unchanged.
|
||||
/// Use of this type only changes how the request and response bodies are
|
||||
/// handled, all other features will continue to work unchanged.
|
||||
class HttpBody extends $pb.GeneratedMessage {
|
||||
factory HttpBody({
|
||||
$core.String? contentType,
|
||||
$core.List<$core.int>? data,
|
||||
$core.Iterable<$18.Any>? extensions,
|
||||
$core.Iterable<$16.Any>? extensions,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (contentType != null) {
|
||||
$result.contentType = contentType;
|
||||
}
|
||||
if (data != null) {
|
||||
$result.data = data;
|
||||
}
|
||||
if (extensions != null) {
|
||||
$result.extensions.addAll(extensions);
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (contentType != null) result.contentType = contentType;
|
||||
if (data != null) result.data = data;
|
||||
if (extensions != null) result.extensions.addAll(extensions);
|
||||
return result;
|
||||
}
|
||||
HttpBody._() : super();
|
||||
factory HttpBody.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory HttpBody.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
HttpBody._();
|
||||
|
||||
factory HttpBody.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory HttpBody.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'HttpBody', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.api'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'contentType')
|
||||
..a<$core.List<$core.int>>(2, _omitFieldNames ? '' : 'data', $pb.PbFieldType.OY)
|
||||
..pc<$18.Any>(3, _omitFieldNames ? '' : 'extensions', $pb.PbFieldType.PM, subBuilder: $18.Any.create)
|
||||
..pc<$16.Any>(3, _omitFieldNames ? '' : 'extensions', $pb.PbFieldType.PM, subBuilder: $16.Any.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
HttpBody clone() => HttpBody()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
HttpBody copyWith(void Function(HttpBody) updates) => super.copyWith((message) => updates(message as HttpBody)) as HttpBody;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static HttpBody create() => HttpBody._();
|
||||
@$core.override
|
||||
HttpBody createEmptyInstance() => create();
|
||||
static $pb.PbList<HttpBody> createRepeated() => $pb.PbList<HttpBody>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -110,7 +103,7 @@ class HttpBody extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get contentType => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set contentType($core.String v) { $_setString(0, v); }
|
||||
set contentType($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasContentType() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -120,7 +113,7 @@ class HttpBody extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(2)
|
||||
$core.List<$core.int> get data => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set data($core.List<$core.int> v) { $_setBytes(1, v); }
|
||||
set data($core.List<$core.int> value) => $_setBytes(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasData() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -129,9 +122,9 @@ class HttpBody extends $pb.GeneratedMessage {
|
||||
/// Application specific response metadata. Must be set in the first response
|
||||
/// for streaming APIs.
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$18.Any> get extensions => $_getList(2);
|
||||
$pb.PbList<$16.Any> get extensions => $_getList(2);
|
||||
}
|
||||
|
||||
|
||||
const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
const $core.bool _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: google/api/httpbody.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -5,9 +5,11 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package
|
||||
// ignore_for_file: implementation_imports, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -16,102 +18,100 @@ import 'package:protobuf/src/protobuf/mixins/well_known.dart' as $mixin;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
/// `Any` contains an arbitrary serialized protocol buffer message along with a
|
||||
/// URL that describes the type of the serialized message.
|
||||
/// `Any` contains an arbitrary serialized protocol buffer message along with a
|
||||
/// URL that describes the type of the serialized message.
|
||||
///
|
||||
/// Protobuf library provides support to pack/unpack Any values in the form
|
||||
/// of utility functions or additional generated methods of the Any type.
|
||||
/// Protobuf library provides support to pack/unpack Any values in the form
|
||||
/// of utility functions or additional generated methods of the Any type.
|
||||
///
|
||||
/// Example 1: Pack and unpack a message in C++.
|
||||
/// Example 1: Pack and unpack a message in C++.
|
||||
///
|
||||
/// Foo foo = ...;
|
||||
/// Any any;
|
||||
/// any.PackFrom(foo);
|
||||
/// ...
|
||||
/// if (any.UnpackTo(&foo)) {
|
||||
/// ...
|
||||
/// }
|
||||
///
|
||||
/// Example 2: Pack and unpack a message in Java.
|
||||
///
|
||||
/// Foo foo = ...;
|
||||
/// Any any = Any.pack(foo);
|
||||
/// ...
|
||||
/// if (any.is(Foo.class)) {
|
||||
/// foo = any.unpack(Foo.class);
|
||||
/// }
|
||||
///
|
||||
/// Example 3: Pack and unpack a message in Python.
|
||||
///
|
||||
/// foo = Foo(...)
|
||||
/// any = Any()
|
||||
/// any.Pack(foo)
|
||||
/// ...
|
||||
/// if any.Is(Foo.DESCRIPTOR):
|
||||
/// any.Unpack(foo)
|
||||
/// ...
|
||||
///
|
||||
/// Example 4: Pack and unpack a message in Go
|
||||
///
|
||||
/// foo := &pb.Foo{...}
|
||||
/// any, err := ptypes.MarshalAny(foo)
|
||||
/// Foo foo = ...;
|
||||
/// Any any;
|
||||
/// any.PackFrom(foo);
|
||||
/// ...
|
||||
/// if (any.UnpackTo(&foo)) {
|
||||
/// ...
|
||||
/// foo := &pb.Foo{}
|
||||
/// if err := ptypes.UnmarshalAny(any, foo); err != nil {
|
||||
/// ...
|
||||
/// }
|
||||
/// }
|
||||
///
|
||||
/// The pack methods provided by protobuf library will by default use
|
||||
/// 'type.googleapis.com/full.type.name' as the type URL and the unpack
|
||||
/// methods only use the fully qualified type name after the last '/'
|
||||
/// in the type URL, for example "foo.bar.com/x/y.z" will yield type
|
||||
/// name "y.z".
|
||||
/// Example 2: Pack and unpack a message in Java.
|
||||
///
|
||||
/// Foo foo = ...;
|
||||
/// Any any = Any.pack(foo);
|
||||
/// ...
|
||||
/// if (any.is(Foo.class)) {
|
||||
/// foo = any.unpack(Foo.class);
|
||||
/// }
|
||||
///
|
||||
/// JSON
|
||||
/// ====
|
||||
/// The JSON representation of an `Any` value uses the regular
|
||||
/// representation of the deserialized, embedded message, with an
|
||||
/// additional field `@type` which contains the type URL. Example:
|
||||
/// Example 3: Pack and unpack a message in Python.
|
||||
///
|
||||
/// package google.profile;
|
||||
/// message Person {
|
||||
/// string first_name = 1;
|
||||
/// string last_name = 2;
|
||||
/// foo = Foo(...)
|
||||
/// any = Any()
|
||||
/// any.Pack(foo)
|
||||
/// ...
|
||||
/// if any.Is(Foo.DESCRIPTOR):
|
||||
/// any.Unpack(foo)
|
||||
/// ...
|
||||
///
|
||||
/// Example 4: Pack and unpack a message in Go
|
||||
///
|
||||
/// foo := &pb.Foo{...}
|
||||
/// any, err := ptypes.MarshalAny(foo)
|
||||
/// ...
|
||||
/// foo := &pb.Foo{}
|
||||
/// if err := ptypes.UnmarshalAny(any, foo); err != nil {
|
||||
/// ...
|
||||
/// }
|
||||
///
|
||||
/// {
|
||||
/// "@type": "type.googleapis.com/google.profile.Person",
|
||||
/// "firstName": <string>,
|
||||
/// "lastName": <string>
|
||||
/// }
|
||||
/// The pack methods provided by protobuf library will by default use
|
||||
/// 'type.googleapis.com/full.type.name' as the type URL and the unpack
|
||||
/// methods only use the fully qualified type name after the last '/'
|
||||
/// in the type URL, for example "foo.bar.com/x/y.z" will yield type
|
||||
/// name "y.z".
|
||||
///
|
||||
/// If the embedded message type is well-known and has a custom JSON
|
||||
/// representation, that representation will be embedded adding a field
|
||||
/// `value` which holds the custom JSON in addition to the `@type`
|
||||
/// field. Example (for message [google.protobuf.Duration][]):
|
||||
///
|
||||
/// {
|
||||
/// "@type": "type.googleapis.com/google.protobuf.Duration",
|
||||
/// "value": "1.212s"
|
||||
/// }
|
||||
/// JSON
|
||||
/// ====
|
||||
/// The JSON representation of an `Any` value uses the regular
|
||||
/// representation of the deserialized, embedded message, with an
|
||||
/// additional field `@type` which contains the type URL. Example:
|
||||
///
|
||||
/// package google.profile;
|
||||
/// message Person {
|
||||
/// string first_name = 1;
|
||||
/// string last_name = 2;
|
||||
/// }
|
||||
///
|
||||
/// {
|
||||
/// "@type": "type.googleapis.com/google.profile.Person",
|
||||
/// "firstName": <string>,
|
||||
/// "lastName": <string>
|
||||
/// }
|
||||
///
|
||||
/// If the embedded message type is well-known and has a custom JSON
|
||||
/// representation, that representation will be embedded adding a field
|
||||
/// `value` which holds the custom JSON in addition to the `@type`
|
||||
/// field. Example (for message [google.protobuf.Duration][]):
|
||||
///
|
||||
/// {
|
||||
/// "@type": "type.googleapis.com/google.protobuf.Duration",
|
||||
/// "value": "1.212s"
|
||||
/// }
|
||||
class Any extends $pb.GeneratedMessage with $mixin.AnyMixin {
|
||||
factory Any({
|
||||
$core.String? typeUrl,
|
||||
$core.List<$core.int>? value,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (typeUrl != null) {
|
||||
$result.typeUrl = typeUrl;
|
||||
}
|
||||
if (value != null) {
|
||||
$result.value = value;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (typeUrl != null) result.typeUrl = typeUrl;
|
||||
if (value != null) result.value = value;
|
||||
return result;
|
||||
}
|
||||
Any._() : super();
|
||||
factory Any.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory Any.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
Any._();
|
||||
|
||||
factory Any.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory Any.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Any', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf'), createEmptyInstance: create, toProto3Json: $mixin.AnyMixin.toProto3JsonHelper, fromProto3Json: $mixin.AnyMixin.fromProto3JsonHelper)
|
||||
..aOS(1, _omitFieldNames ? '' : 'typeUrl')
|
||||
@@ -119,58 +119,54 @@ class Any extends $pb.GeneratedMessage with $mixin.AnyMixin {
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Any clone() => Any()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Any copyWith(void Function(Any) updates) => super.copyWith((message) => updates(message as Any)) as Any;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static Any create() => Any._();
|
||||
@$core.override
|
||||
Any createEmptyInstance() => create();
|
||||
static $pb.PbList<Any> createRepeated() => $pb.PbList<Any>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static Any getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<Any>(create);
|
||||
static Any? _defaultInstance;
|
||||
|
||||
/// A URL/resource name that uniquely identifies the type of the serialized
|
||||
/// protocol buffer message. This string must contain at least
|
||||
/// one "/" character. The last segment of the URL's path must represent
|
||||
/// the fully qualified name of the type (as in
|
||||
/// `path/google.protobuf.Duration`). The name should be in a canonical form
|
||||
/// (e.g., leading "." is not accepted).
|
||||
/// A URL/resource name that uniquely identifies the type of the serialized
|
||||
/// protocol buffer message. This string must contain at least
|
||||
/// one "/" character. The last segment of the URL's path must represent
|
||||
/// the fully qualified name of the type (as in
|
||||
/// `path/google.protobuf.Duration`). The name should be in a canonical form
|
||||
/// (e.g., leading "." is not accepted).
|
||||
///
|
||||
/// In practice, teams usually precompile into the binary all types that they
|
||||
/// expect it to use in the context of Any. However, for URLs which use the
|
||||
/// scheme `http`, `https`, or no scheme, one can optionally set up a type
|
||||
/// server that maps type URLs to message definitions as follows:
|
||||
/// In practice, teams usually precompile into the binary all types that they
|
||||
/// expect it to use in the context of Any. However, for URLs which use the
|
||||
/// scheme `http`, `https`, or no scheme, one can optionally set up a type
|
||||
/// server that maps type URLs to message definitions as follows:
|
||||
///
|
||||
/// * If no scheme is provided, `https` is assumed.
|
||||
/// * An HTTP GET on the URL must yield a [google.protobuf.Type][]
|
||||
/// value in binary format, or produce an error.
|
||||
/// * Applications are allowed to cache lookup results based on the
|
||||
/// URL, or have them precompiled into a binary to avoid any
|
||||
/// lookup. Therefore, binary compatibility needs to be preserved
|
||||
/// on changes to types. (Use versioned type names to manage
|
||||
/// breaking changes.)
|
||||
/// * If no scheme is provided, `https` is assumed.
|
||||
/// * An HTTP GET on the URL must yield a [google.protobuf.Type][]
|
||||
/// value in binary format, or produce an error.
|
||||
/// * Applications are allowed to cache lookup results based on the
|
||||
/// URL, or have them precompiled into a binary to avoid any
|
||||
/// lookup. Therefore, binary compatibility needs to be preserved
|
||||
/// on changes to types. (Use versioned type names to manage
|
||||
/// breaking changes.)
|
||||
///
|
||||
/// Note: this functionality is not currently available in the official
|
||||
/// protobuf release, and it is not used for type URLs beginning with
|
||||
/// type.googleapis.com.
|
||||
/// Note: this functionality is not currently available in the official
|
||||
/// protobuf release, and it is not used for type URLs beginning with
|
||||
/// type.googleapis.com.
|
||||
///
|
||||
/// Schemes other than `http`, `https` (or the empty scheme) might be
|
||||
/// used with implementation specific semantics.
|
||||
/// Schemes other than `http`, `https` (or the empty scheme) might be
|
||||
/// used with implementation specific semantics.
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get typeUrl => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set typeUrl($core.String v) { $_setString(0, v); }
|
||||
set typeUrl($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasTypeUrl() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -180,7 +176,7 @@ class Any extends $pb.GeneratedMessage with $mixin.AnyMixin {
|
||||
@$pb.TagNumber(2)
|
||||
$core.List<$core.int> get value => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set value($core.List<$core.int> v) { $_setBytes(1, v); }
|
||||
set value($core.List<$core.int> value) => $_setBytes(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasValue() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -199,5 +195,5 @@ class Any extends $pb.GeneratedMessage with $mixin.AnyMixin {
|
||||
}
|
||||
|
||||
|
||||
const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
const $core.bool _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: google/protobuf/any.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -5,93 +5,77 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'source_context.pb.dart' as $19;
|
||||
import 'type.pb.dart' as $21;
|
||||
import 'type.pbenum.dart' as $21;
|
||||
import 'source_context.pb.dart' as $18;
|
||||
import 'type.pb.dart' as $17;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
/// Api is a light-weight descriptor for an API Interface.
|
||||
/// Api is a light-weight descriptor for an API Interface.
|
||||
///
|
||||
/// Interfaces are also described as "protocol buffer services" in some contexts,
|
||||
/// such as by the "service" keyword in a .proto file, but they are different
|
||||
/// from API Services, which represent a concrete implementation of an interface
|
||||
/// as opposed to simply a description of methods and bindings. They are also
|
||||
/// sometimes simply referred to as "APIs" in other contexts, such as the name of
|
||||
/// this message itself. See https://cloud.google.com/apis/design/glossary for
|
||||
/// detailed terminology.
|
||||
/// Interfaces are also described as "protocol buffer services" in some contexts,
|
||||
/// such as by the "service" keyword in a .proto file, but they are different
|
||||
/// from API Services, which represent a concrete implementation of an interface
|
||||
/// as opposed to simply a description of methods and bindings. They are also
|
||||
/// sometimes simply referred to as "APIs" in other contexts, such as the name of
|
||||
/// this message itself. See https://cloud.google.com/apis/design/glossary for
|
||||
/// detailed terminology.
|
||||
class Api extends $pb.GeneratedMessage {
|
||||
factory Api({
|
||||
$core.String? name,
|
||||
$core.Iterable<Method>? methods,
|
||||
$core.Iterable<$21.Option>? options,
|
||||
$core.Iterable<$17.Option>? options,
|
||||
$core.String? version,
|
||||
$19.SourceContext? sourceContext,
|
||||
$18.SourceContext? sourceContext,
|
||||
$core.Iterable<Mixin>? mixins,
|
||||
$21.Syntax? syntax,
|
||||
$17.Syntax? syntax,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (name != null) {
|
||||
$result.name = name;
|
||||
}
|
||||
if (methods != null) {
|
||||
$result.methods.addAll(methods);
|
||||
}
|
||||
if (options != null) {
|
||||
$result.options.addAll(options);
|
||||
}
|
||||
if (version != null) {
|
||||
$result.version = version;
|
||||
}
|
||||
if (sourceContext != null) {
|
||||
$result.sourceContext = sourceContext;
|
||||
}
|
||||
if (mixins != null) {
|
||||
$result.mixins.addAll(mixins);
|
||||
}
|
||||
if (syntax != null) {
|
||||
$result.syntax = syntax;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (name != null) result.name = name;
|
||||
if (methods != null) result.methods.addAll(methods);
|
||||
if (options != null) result.options.addAll(options);
|
||||
if (version != null) result.version = version;
|
||||
if (sourceContext != null) result.sourceContext = sourceContext;
|
||||
if (mixins != null) result.mixins.addAll(mixins);
|
||||
if (syntax != null) result.syntax = syntax;
|
||||
return result;
|
||||
}
|
||||
Api._() : super();
|
||||
factory Api.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory Api.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
Api._();
|
||||
|
||||
factory Api.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory Api.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Api', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'name')
|
||||
..pc<Method>(2, _omitFieldNames ? '' : 'methods', $pb.PbFieldType.PM, subBuilder: Method.create)
|
||||
..pc<$21.Option>(3, _omitFieldNames ? '' : 'options', $pb.PbFieldType.PM, subBuilder: $21.Option.create)
|
||||
..pc<$17.Option>(3, _omitFieldNames ? '' : 'options', $pb.PbFieldType.PM, subBuilder: $17.Option.create)
|
||||
..aOS(4, _omitFieldNames ? '' : 'version')
|
||||
..aOM<$19.SourceContext>(5, _omitFieldNames ? '' : 'sourceContext', subBuilder: $19.SourceContext.create)
|
||||
..aOM<$18.SourceContext>(5, _omitFieldNames ? '' : 'sourceContext', subBuilder: $18.SourceContext.create)
|
||||
..pc<Mixin>(6, _omitFieldNames ? '' : 'mixins', $pb.PbFieldType.PM, subBuilder: Mixin.create)
|
||||
..e<$21.Syntax>(7, _omitFieldNames ? '' : 'syntax', $pb.PbFieldType.OE, defaultOrMaker: $21.Syntax.SYNTAX_PROTO2, valueOf: $21.Syntax.valueOf, enumValues: $21.Syntax.values)
|
||||
..e<$17.Syntax>(7, _omitFieldNames ? '' : 'syntax', $pb.PbFieldType.OE, defaultOrMaker: $17.Syntax.SYNTAX_PROTO2, valueOf: $17.Syntax.valueOf, enumValues: $17.Syntax.values)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Api clone() => Api()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Api copyWith(void Function(Api) updates) => super.copyWith((message) => updates(message as Api)) as Api;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static Api create() => Api._();
|
||||
@$core.override
|
||||
Api createEmptyInstance() => create();
|
||||
static $pb.PbList<Api> createRepeated() => $pb.PbList<Api>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -103,7 +87,7 @@ class Api extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get name => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set name($core.String v) { $_setString(0, v); }
|
||||
set name($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasName() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -115,31 +99,31 @@ class Api extends $pb.GeneratedMessage {
|
||||
|
||||
/// Any metadata attached to the interface.
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$21.Option> get options => $_getList(2);
|
||||
$pb.PbList<$17.Option> get options => $_getList(2);
|
||||
|
||||
/// A version string for this interface. If specified, must have the form
|
||||
/// `major-version.minor-version`, as in `1.10`. If the minor version is
|
||||
/// omitted, it defaults to zero. If the entire version field is empty, the
|
||||
/// major version is derived from the package name, as outlined below. If the
|
||||
/// field is not empty, the version in the package name will be verified to be
|
||||
/// consistent with what is provided here.
|
||||
/// A version string for this interface. If specified, must have the form
|
||||
/// `major-version.minor-version`, as in `1.10`. If the minor version is
|
||||
/// omitted, it defaults to zero. If the entire version field is empty, the
|
||||
/// major version is derived from the package name, as outlined below. If the
|
||||
/// field is not empty, the version in the package name will be verified to be
|
||||
/// consistent with what is provided here.
|
||||
///
|
||||
/// The versioning schema uses [semantic
|
||||
/// versioning](http://semver.org) where the major version number
|
||||
/// indicates a breaking change and the minor version an additive,
|
||||
/// non-breaking change. Both version numbers are signals to users
|
||||
/// what to expect from different versions, and should be carefully
|
||||
/// chosen based on the product plan.
|
||||
/// The versioning schema uses [semantic
|
||||
/// versioning](http://semver.org) where the major version number
|
||||
/// indicates a breaking change and the minor version an additive,
|
||||
/// non-breaking change. Both version numbers are signals to users
|
||||
/// what to expect from different versions, and should be carefully
|
||||
/// chosen based on the product plan.
|
||||
///
|
||||
/// The major version is also reflected in the package name of the
|
||||
/// interface, which must end in `v<major-version>`, as in
|
||||
/// `google.feature.v1`. For major versions 0 and 1, the suffix can
|
||||
/// be omitted. Zero major versions must only be used for
|
||||
/// experimental, non-GA interfaces.
|
||||
/// The major version is also reflected in the package name of the
|
||||
/// interface, which must end in `v<major-version>`, as in
|
||||
/// `google.feature.v1`. For major versions 0 and 1, the suffix can
|
||||
/// be omitted. Zero major versions must only be used for
|
||||
/// experimental, non-GA interfaces.
|
||||
@$pb.TagNumber(4)
|
||||
$core.String get version => $_getSZ(3);
|
||||
@$pb.TagNumber(4)
|
||||
set version($core.String v) { $_setString(3, v); }
|
||||
set version($core.String value) => $_setString(3, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasVersion() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
@@ -148,15 +132,15 @@ class Api extends $pb.GeneratedMessage {
|
||||
/// Source context for the protocol buffer service represented by this
|
||||
/// message.
|
||||
@$pb.TagNumber(5)
|
||||
$19.SourceContext get sourceContext => $_getN(4);
|
||||
$18.SourceContext get sourceContext => $_getN(4);
|
||||
@$pb.TagNumber(5)
|
||||
set sourceContext($19.SourceContext v) { $_setField(5, v); }
|
||||
set sourceContext($18.SourceContext value) => $_setField(5, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasSourceContext() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
void clearSourceContext() => $_clearField(5);
|
||||
@$pb.TagNumber(5)
|
||||
$19.SourceContext ensureSourceContext() => $_ensure(4);
|
||||
$18.SourceContext ensureSourceContext() => $_ensure(4);
|
||||
|
||||
/// Included interfaces. See [Mixin][].
|
||||
@$pb.TagNumber(6)
|
||||
@@ -164,9 +148,9 @@ class Api extends $pb.GeneratedMessage {
|
||||
|
||||
/// The source syntax of the service.
|
||||
@$pb.TagNumber(7)
|
||||
$21.Syntax get syntax => $_getN(6);
|
||||
$17.Syntax get syntax => $_getN(6);
|
||||
@$pb.TagNumber(7)
|
||||
set syntax($21.Syntax v) { $_setField(7, v); }
|
||||
set syntax($17.Syntax value) => $_setField(7, value);
|
||||
@$pb.TagNumber(7)
|
||||
$core.bool hasSyntax() => $_has(6);
|
||||
@$pb.TagNumber(7)
|
||||
@@ -181,36 +165,24 @@ class Method extends $pb.GeneratedMessage {
|
||||
$core.bool? requestStreaming,
|
||||
$core.String? responseTypeUrl,
|
||||
$core.bool? responseStreaming,
|
||||
$core.Iterable<$21.Option>? options,
|
||||
$21.Syntax? syntax,
|
||||
$core.Iterable<$17.Option>? options,
|
||||
$17.Syntax? syntax,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (name != null) {
|
||||
$result.name = name;
|
||||
}
|
||||
if (requestTypeUrl != null) {
|
||||
$result.requestTypeUrl = requestTypeUrl;
|
||||
}
|
||||
if (requestStreaming != null) {
|
||||
$result.requestStreaming = requestStreaming;
|
||||
}
|
||||
if (responseTypeUrl != null) {
|
||||
$result.responseTypeUrl = responseTypeUrl;
|
||||
}
|
||||
if (responseStreaming != null) {
|
||||
$result.responseStreaming = responseStreaming;
|
||||
}
|
||||
if (options != null) {
|
||||
$result.options.addAll(options);
|
||||
}
|
||||
if (syntax != null) {
|
||||
$result.syntax = syntax;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (name != null) result.name = name;
|
||||
if (requestTypeUrl != null) result.requestTypeUrl = requestTypeUrl;
|
||||
if (requestStreaming != null) result.requestStreaming = requestStreaming;
|
||||
if (responseTypeUrl != null) result.responseTypeUrl = responseTypeUrl;
|
||||
if (responseStreaming != null) result.responseStreaming = responseStreaming;
|
||||
if (options != null) result.options.addAll(options);
|
||||
if (syntax != null) result.syntax = syntax;
|
||||
return result;
|
||||
}
|
||||
Method._() : super();
|
||||
factory Method.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory Method.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
Method._();
|
||||
|
||||
factory Method.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory Method.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Method', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'name')
|
||||
@@ -218,26 +190,22 @@ class Method extends $pb.GeneratedMessage {
|
||||
..aOB(3, _omitFieldNames ? '' : 'requestStreaming')
|
||||
..aOS(4, _omitFieldNames ? '' : 'responseTypeUrl')
|
||||
..aOB(5, _omitFieldNames ? '' : 'responseStreaming')
|
||||
..pc<$21.Option>(6, _omitFieldNames ? '' : 'options', $pb.PbFieldType.PM, subBuilder: $21.Option.create)
|
||||
..e<$21.Syntax>(7, _omitFieldNames ? '' : 'syntax', $pb.PbFieldType.OE, defaultOrMaker: $21.Syntax.SYNTAX_PROTO2, valueOf: $21.Syntax.valueOf, enumValues: $21.Syntax.values)
|
||||
..pc<$17.Option>(6, _omitFieldNames ? '' : 'options', $pb.PbFieldType.PM, subBuilder: $17.Option.create)
|
||||
..e<$17.Syntax>(7, _omitFieldNames ? '' : 'syntax', $pb.PbFieldType.OE, defaultOrMaker: $17.Syntax.SYNTAX_PROTO2, valueOf: $17.Syntax.valueOf, enumValues: $17.Syntax.values)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Method clone() => Method()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Method copyWith(void Function(Method) updates) => super.copyWith((message) => updates(message as Method)) as Method;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static Method create() => Method._();
|
||||
@$core.override
|
||||
Method createEmptyInstance() => create();
|
||||
static $pb.PbList<Method> createRepeated() => $pb.PbList<Method>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -248,7 +216,7 @@ class Method extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get name => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set name($core.String v) { $_setString(0, v); }
|
||||
set name($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasName() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -258,7 +226,7 @@ class Method extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get requestTypeUrl => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set requestTypeUrl($core.String v) { $_setString(1, v); }
|
||||
set requestTypeUrl($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasRequestTypeUrl() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -268,7 +236,7 @@ class Method extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool get requestStreaming => $_getBF(2);
|
||||
@$pb.TagNumber(3)
|
||||
set requestStreaming($core.bool v) { $_setBool(2, v); }
|
||||
set requestStreaming($core.bool value) => $_setBool(2, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasRequestStreaming() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
@@ -278,7 +246,7 @@ class Method extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(4)
|
||||
$core.String get responseTypeUrl => $_getSZ(3);
|
||||
@$pb.TagNumber(4)
|
||||
set responseTypeUrl($core.String v) { $_setString(3, v); }
|
||||
set responseTypeUrl($core.String value) => $_setString(3, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasResponseTypeUrl() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
@@ -288,7 +256,7 @@ class Method extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool get responseStreaming => $_getBF(4);
|
||||
@$pb.TagNumber(5)
|
||||
set responseStreaming($core.bool v) { $_setBool(4, v); }
|
||||
set responseStreaming($core.bool value) => $_setBool(4, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasResponseStreaming() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
@@ -296,114 +264,112 @@ class Method extends $pb.GeneratedMessage {
|
||||
|
||||
/// Any metadata attached to the method.
|
||||
@$pb.TagNumber(6)
|
||||
$pb.PbList<$21.Option> get options => $_getList(5);
|
||||
$pb.PbList<$17.Option> get options => $_getList(5);
|
||||
|
||||
/// The source syntax of this method.
|
||||
@$pb.TagNumber(7)
|
||||
$21.Syntax get syntax => $_getN(6);
|
||||
$17.Syntax get syntax => $_getN(6);
|
||||
@$pb.TagNumber(7)
|
||||
set syntax($21.Syntax v) { $_setField(7, v); }
|
||||
set syntax($17.Syntax value) => $_setField(7, value);
|
||||
@$pb.TagNumber(7)
|
||||
$core.bool hasSyntax() => $_has(6);
|
||||
@$pb.TagNumber(7)
|
||||
void clearSyntax() => $_clearField(7);
|
||||
}
|
||||
|
||||
/// Declares an API Interface to be included in this interface. The including
|
||||
/// interface must redeclare all the methods from the included interface, but
|
||||
/// documentation and options are inherited as follows:
|
||||
/// Declares an API Interface to be included in this interface. The including
|
||||
/// interface must redeclare all the methods from the included interface, but
|
||||
/// documentation and options are inherited as follows:
|
||||
///
|
||||
/// - If after comment and whitespace stripping, the documentation
|
||||
/// string of the redeclared method is empty, it will be inherited
|
||||
/// from the original method.
|
||||
/// - If after comment and whitespace stripping, the documentation
|
||||
/// string of the redeclared method is empty, it will be inherited
|
||||
/// from the original method.
|
||||
///
|
||||
/// - Each annotation belonging to the service config (http,
|
||||
/// visibility) which is not set in the redeclared method will be
|
||||
/// inherited.
|
||||
/// - Each annotation belonging to the service config (http,
|
||||
/// visibility) which is not set in the redeclared method will be
|
||||
/// inherited.
|
||||
///
|
||||
/// - If an http annotation is inherited, the path pattern will be
|
||||
/// modified as follows. Any version prefix will be replaced by the
|
||||
/// version of the including interface plus the [root][] path if
|
||||
/// specified.
|
||||
/// - If an http annotation is inherited, the path pattern will be
|
||||
/// modified as follows. Any version prefix will be replaced by the
|
||||
/// version of the including interface plus the [root][] path if
|
||||
/// specified.
|
||||
///
|
||||
/// Example of a simple mixin:
|
||||
/// Example of a simple mixin:
|
||||
///
|
||||
/// package google.acl.v1;
|
||||
/// service AccessControl {
|
||||
/// // Get the underlying ACL object.
|
||||
/// rpc GetAcl(GetAclRequest) returns (Acl) {
|
||||
/// option (google.api.http).get = "/v1/{resource=**}:getAcl";
|
||||
/// }
|
||||
/// }
|
||||
/// package google.acl.v1;
|
||||
/// service AccessControl {
|
||||
/// // Get the underlying ACL object.
|
||||
/// rpc GetAcl(GetAclRequest) returns (Acl) {
|
||||
/// option (google.api.http).get = "/v1/{resource=**}:getAcl";
|
||||
/// }
|
||||
/// }
|
||||
///
|
||||
/// package google.storage.v2;
|
||||
/// service Storage {
|
||||
/// rpc GetAcl(GetAclRequest) returns (Acl);
|
||||
/// package google.storage.v2;
|
||||
/// service Storage {
|
||||
/// rpc GetAcl(GetAclRequest) returns (Acl);
|
||||
///
|
||||
/// // Get a data record.
|
||||
/// rpc GetData(GetDataRequest) returns (Data) {
|
||||
/// option (google.api.http).get = "/v2/{resource=**}";
|
||||
/// }
|
||||
/// }
|
||||
/// // Get a data record.
|
||||
/// rpc GetData(GetDataRequest) returns (Data) {
|
||||
/// option (google.api.http).get = "/v2/{resource=**}";
|
||||
/// }
|
||||
/// }
|
||||
///
|
||||
/// Example of a mixin configuration:
|
||||
/// Example of a mixin configuration:
|
||||
///
|
||||
/// apis:
|
||||
/// - name: google.storage.v2.Storage
|
||||
/// mixins:
|
||||
/// - name: google.acl.v1.AccessControl
|
||||
/// apis:
|
||||
/// - name: google.storage.v2.Storage
|
||||
/// mixins:
|
||||
/// - name: google.acl.v1.AccessControl
|
||||
///
|
||||
/// The mixin construct implies that all methods in `AccessControl` are
|
||||
/// also declared with same name and request/response types in
|
||||
/// `Storage`. A documentation generator or annotation processor will
|
||||
/// see the effective `Storage.GetAcl` method after inherting
|
||||
/// documentation and annotations as follows:
|
||||
/// The mixin construct implies that all methods in `AccessControl` are
|
||||
/// also declared with same name and request/response types in
|
||||
/// `Storage`. A documentation generator or annotation processor will
|
||||
/// see the effective `Storage.GetAcl` method after inherting
|
||||
/// documentation and annotations as follows:
|
||||
///
|
||||
/// service Storage {
|
||||
/// // Get the underlying ACL object.
|
||||
/// rpc GetAcl(GetAclRequest) returns (Acl) {
|
||||
/// option (google.api.http).get = "/v2/{resource=**}:getAcl";
|
||||
/// }
|
||||
/// ...
|
||||
/// }
|
||||
/// service Storage {
|
||||
/// // Get the underlying ACL object.
|
||||
/// rpc GetAcl(GetAclRequest) returns (Acl) {
|
||||
/// option (google.api.http).get = "/v2/{resource=**}:getAcl";
|
||||
/// }
|
||||
/// ...
|
||||
/// }
|
||||
///
|
||||
/// Note how the version in the path pattern changed from `v1` to `v2`.
|
||||
/// Note how the version in the path pattern changed from `v1` to `v2`.
|
||||
///
|
||||
/// If the `root` field in the mixin is specified, it should be a
|
||||
/// relative path under which inherited HTTP paths are placed. Example:
|
||||
/// If the `root` field in the mixin is specified, it should be a
|
||||
/// relative path under which inherited HTTP paths are placed. Example:
|
||||
///
|
||||
/// apis:
|
||||
/// - name: google.storage.v2.Storage
|
||||
/// mixins:
|
||||
/// - name: google.acl.v1.AccessControl
|
||||
/// root: acls
|
||||
/// apis:
|
||||
/// - name: google.storage.v2.Storage
|
||||
/// mixins:
|
||||
/// - name: google.acl.v1.AccessControl
|
||||
/// root: acls
|
||||
///
|
||||
/// This implies the following inherited HTTP annotation:
|
||||
/// This implies the following inherited HTTP annotation:
|
||||
///
|
||||
/// service Storage {
|
||||
/// // Get the underlying ACL object.
|
||||
/// rpc GetAcl(GetAclRequest) returns (Acl) {
|
||||
/// option (google.api.http).get = "/v2/acls/{resource=**}:getAcl";
|
||||
/// }
|
||||
/// ...
|
||||
/// }
|
||||
/// service Storage {
|
||||
/// // Get the underlying ACL object.
|
||||
/// rpc GetAcl(GetAclRequest) returns (Acl) {
|
||||
/// option (google.api.http).get = "/v2/acls/{resource=**}:getAcl";
|
||||
/// }
|
||||
/// ...
|
||||
/// }
|
||||
class Mixin extends $pb.GeneratedMessage {
|
||||
factory Mixin({
|
||||
$core.String? name,
|
||||
$core.String? root,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (name != null) {
|
||||
$result.name = name;
|
||||
}
|
||||
if (root != null) {
|
||||
$result.root = root;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (name != null) result.name = name;
|
||||
if (root != null) result.root = root;
|
||||
return result;
|
||||
}
|
||||
Mixin._() : super();
|
||||
factory Mixin.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory Mixin.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
Mixin._();
|
||||
|
||||
factory Mixin.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory Mixin.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Mixin', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'name')
|
||||
@@ -411,21 +377,17 @@ class Mixin extends $pb.GeneratedMessage {
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Mixin clone() => Mixin()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Mixin copyWith(void Function(Mixin) updates) => super.copyWith((message) => updates(message as Mixin)) as Mixin;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static Mixin create() => Mixin._();
|
||||
@$core.override
|
||||
Mixin createEmptyInstance() => create();
|
||||
static $pb.PbList<Mixin> createRepeated() => $pb.PbList<Mixin>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -436,7 +398,7 @@ class Mixin extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get name => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set name($core.String v) { $_setString(0, v); }
|
||||
set name($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasName() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -447,7 +409,7 @@ class Mixin extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get root => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set root($core.String v) { $_setString(1, v); }
|
||||
set root($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasRoot() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -455,5 +417,5 @@ class Mixin extends $pb.GeneratedMessage {
|
||||
}
|
||||
|
||||
|
||||
const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
const $core.bool _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: google/protobuf/api.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -5,15 +5,16 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import '../descriptor.pb.dart' as $20;
|
||||
import '../descriptor.pb.dart' as $19;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
@@ -25,24 +26,18 @@ class Version extends $pb.GeneratedMessage {
|
||||
$core.int? patch,
|
||||
$core.String? suffix,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (major != null) {
|
||||
$result.major = major;
|
||||
}
|
||||
if (minor != null) {
|
||||
$result.minor = minor;
|
||||
}
|
||||
if (patch != null) {
|
||||
$result.patch = patch;
|
||||
}
|
||||
if (suffix != null) {
|
||||
$result.suffix = suffix;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (major != null) result.major = major;
|
||||
if (minor != null) result.minor = minor;
|
||||
if (patch != null) result.patch = patch;
|
||||
if (suffix != null) result.suffix = suffix;
|
||||
return result;
|
||||
}
|
||||
Version._() : super();
|
||||
factory Version.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory Version.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
Version._();
|
||||
|
||||
factory Version.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory Version.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Version', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf.compiler'), createEmptyInstance: create)
|
||||
..a<$core.int>(1, _omitFieldNames ? '' : 'major', $pb.PbFieldType.O3)
|
||||
@@ -52,21 +47,17 @@ class Version extends $pb.GeneratedMessage {
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Version clone() => Version()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Version copyWith(void Function(Version) updates) => super.copyWith((message) => updates(message as Version)) as Version;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static Version create() => Version._();
|
||||
@$core.override
|
||||
Version createEmptyInstance() => create();
|
||||
static $pb.PbList<Version> createRepeated() => $pb.PbList<Version>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -76,7 +67,7 @@ class Version extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$core.int get major => $_getIZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set major($core.int v) { $_setSignedInt32(0, v); }
|
||||
set major($core.int value) => $_setSignedInt32(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasMajor() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -85,7 +76,7 @@ class Version extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(2)
|
||||
$core.int get minor => $_getIZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set minor($core.int v) { $_setSignedInt32(1, v); }
|
||||
set minor($core.int value) => $_setSignedInt32(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasMinor() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -94,7 +85,7 @@ class Version extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(3)
|
||||
$core.int get patch => $_getIZ(2);
|
||||
@$pb.TagNumber(3)
|
||||
set patch($core.int v) { $_setSignedInt32(2, v); }
|
||||
set patch($core.int value) => $_setSignedInt32(2, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasPatch() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
@@ -105,7 +96,7 @@ class Version extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(4)
|
||||
$core.String get suffix => $_getSZ(3);
|
||||
@$pb.TagNumber(4)
|
||||
set suffix($core.String v) { $_setString(3, v); }
|
||||
set suffix($core.String value) => $_setString(3, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasSuffix() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
@@ -118,49 +109,39 @@ class CodeGeneratorRequest extends $pb.GeneratedMessage {
|
||||
$core.Iterable<$core.String>? fileToGenerate,
|
||||
$core.String? parameter,
|
||||
Version? compilerVersion,
|
||||
$core.Iterable<$20.FileDescriptorProto>? protoFile,
|
||||
$core.Iterable<$19.FileDescriptorProto>? protoFile,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (fileToGenerate != null) {
|
||||
$result.fileToGenerate.addAll(fileToGenerate);
|
||||
}
|
||||
if (parameter != null) {
|
||||
$result.parameter = parameter;
|
||||
}
|
||||
if (compilerVersion != null) {
|
||||
$result.compilerVersion = compilerVersion;
|
||||
}
|
||||
if (protoFile != null) {
|
||||
$result.protoFile.addAll(protoFile);
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (fileToGenerate != null) result.fileToGenerate.addAll(fileToGenerate);
|
||||
if (parameter != null) result.parameter = parameter;
|
||||
if (compilerVersion != null) result.compilerVersion = compilerVersion;
|
||||
if (protoFile != null) result.protoFile.addAll(protoFile);
|
||||
return result;
|
||||
}
|
||||
CodeGeneratorRequest._() : super();
|
||||
factory CodeGeneratorRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory CodeGeneratorRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
CodeGeneratorRequest._();
|
||||
|
||||
factory CodeGeneratorRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory CodeGeneratorRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CodeGeneratorRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf.compiler'), createEmptyInstance: create)
|
||||
..pPS(1, _omitFieldNames ? '' : 'fileToGenerate')
|
||||
..aOS(2, _omitFieldNames ? '' : 'parameter')
|
||||
..aOM<Version>(3, _omitFieldNames ? '' : 'compilerVersion', subBuilder: Version.create)
|
||||
..pc<$20.FileDescriptorProto>(15, _omitFieldNames ? '' : 'protoFile', $pb.PbFieldType.PM, subBuilder: $20.FileDescriptorProto.create)
|
||||
..pc<$19.FileDescriptorProto>(15, _omitFieldNames ? '' : 'protoFile', $pb.PbFieldType.PM, subBuilder: $19.FileDescriptorProto.create)
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
CodeGeneratorRequest clone() => CodeGeneratorRequest()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
CodeGeneratorRequest copyWith(void Function(CodeGeneratorRequest) updates) => super.copyWith((message) => updates(message as CodeGeneratorRequest)) as CodeGeneratorRequest;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static CodeGeneratorRequest create() => CodeGeneratorRequest._();
|
||||
@$core.override
|
||||
CodeGeneratorRequest createEmptyInstance() => create();
|
||||
static $pb.PbList<CodeGeneratorRequest> createRepeated() => $pb.PbList<CodeGeneratorRequest>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -177,7 +158,7 @@ class CodeGeneratorRequest extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get parameter => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set parameter($core.String v) { $_setString(1, v); }
|
||||
set parameter($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasParameter() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -187,7 +168,7 @@ class CodeGeneratorRequest extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(3)
|
||||
Version get compilerVersion => $_getN(2);
|
||||
@$pb.TagNumber(3)
|
||||
set compilerVersion(Version v) { $_setField(3, v); }
|
||||
set compilerVersion(Version value) => $_setField(3, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasCompilerVersion() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
@@ -195,22 +176,22 @@ class CodeGeneratorRequest extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(3)
|
||||
Version ensureCompilerVersion() => $_ensure(2);
|
||||
|
||||
/// FileDescriptorProtos for all files in files_to_generate and everything
|
||||
/// they import. The files will appear in topological order, so each file
|
||||
/// appears before any file that imports it.
|
||||
/// FileDescriptorProtos for all files in files_to_generate and everything
|
||||
/// they import. The files will appear in topological order, so each file
|
||||
/// appears before any file that imports it.
|
||||
///
|
||||
/// protoc guarantees that all proto_files will be written after
|
||||
/// the fields above, even though this is not technically guaranteed by the
|
||||
/// protobuf wire format. This theoretically could allow a plugin to stream
|
||||
/// in the FileDescriptorProtos and handle them one by one rather than read
|
||||
/// the entire set into memory at once. However, as of this writing, this
|
||||
/// is not similarly optimized on protoc's end -- it will store all fields in
|
||||
/// memory at once before sending them to the plugin.
|
||||
/// protoc guarantees that all proto_files will be written after
|
||||
/// the fields above, even though this is not technically guaranteed by the
|
||||
/// protobuf wire format. This theoretically could allow a plugin to stream
|
||||
/// in the FileDescriptorProtos and handle them one by one rather than read
|
||||
/// the entire set into memory at once. However, as of this writing, this
|
||||
/// is not similarly optimized on protoc's end -- it will store all fields in
|
||||
/// memory at once before sending them to the plugin.
|
||||
///
|
||||
/// Type names of fields and extensions in the FileDescriptorProto are always
|
||||
/// fully qualified.
|
||||
/// Type names of fields and extensions in the FileDescriptorProto are always
|
||||
/// fully qualified.
|
||||
@$pb.TagNumber(15)
|
||||
$pb.PbList<$20.FileDescriptorProto> get protoFile => $_getList(3);
|
||||
$pb.PbList<$19.FileDescriptorProto> get protoFile => $_getList(3);
|
||||
}
|
||||
|
||||
/// Represents a single generated file.
|
||||
@@ -220,21 +201,17 @@ class CodeGeneratorResponse_File extends $pb.GeneratedMessage {
|
||||
$core.String? insertionPoint,
|
||||
$core.String? content,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (name != null) {
|
||||
$result.name = name;
|
||||
}
|
||||
if (insertionPoint != null) {
|
||||
$result.insertionPoint = insertionPoint;
|
||||
}
|
||||
if (content != null) {
|
||||
$result.content = content;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (name != null) result.name = name;
|
||||
if (insertionPoint != null) result.insertionPoint = insertionPoint;
|
||||
if (content != null) result.content = content;
|
||||
return result;
|
||||
}
|
||||
CodeGeneratorResponse_File._() : super();
|
||||
factory CodeGeneratorResponse_File.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory CodeGeneratorResponse_File.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
CodeGeneratorResponse_File._();
|
||||
|
||||
factory CodeGeneratorResponse_File.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory CodeGeneratorResponse_File.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CodeGeneratorResponse.File', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf.compiler'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'name')
|
||||
@@ -243,88 +220,84 @@ class CodeGeneratorResponse_File extends $pb.GeneratedMessage {
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
CodeGeneratorResponse_File clone() => CodeGeneratorResponse_File()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
CodeGeneratorResponse_File copyWith(void Function(CodeGeneratorResponse_File) updates) => super.copyWith((message) => updates(message as CodeGeneratorResponse_File)) as CodeGeneratorResponse_File;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static CodeGeneratorResponse_File create() => CodeGeneratorResponse_File._();
|
||||
@$core.override
|
||||
CodeGeneratorResponse_File createEmptyInstance() => create();
|
||||
static $pb.PbList<CodeGeneratorResponse_File> createRepeated() => $pb.PbList<CodeGeneratorResponse_File>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static CodeGeneratorResponse_File getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<CodeGeneratorResponse_File>(create);
|
||||
static CodeGeneratorResponse_File? _defaultInstance;
|
||||
|
||||
/// The file name, relative to the output directory. The name must not
|
||||
/// contain "." or ".." components and must be relative, not be absolute (so,
|
||||
/// the file cannot lie outside the output directory). "/" must be used as
|
||||
/// the path separator, not "\".
|
||||
/// The file name, relative to the output directory. The name must not
|
||||
/// contain "." or ".." components and must be relative, not be absolute (so,
|
||||
/// the file cannot lie outside the output directory). "/" must be used as
|
||||
/// the path separator, not "\".
|
||||
///
|
||||
/// If the name is omitted, the content will be appended to the previous
|
||||
/// file. This allows the generator to break large files into small chunks,
|
||||
/// and allows the generated text to be streamed back to protoc so that large
|
||||
/// files need not reside completely in memory at one time. Note that as of
|
||||
/// this writing protoc does not optimize for this -- it will read the entire
|
||||
/// CodeGeneratorResponse before writing files to disk.
|
||||
/// If the name is omitted, the content will be appended to the previous
|
||||
/// file. This allows the generator to break large files into small chunks,
|
||||
/// and allows the generated text to be streamed back to protoc so that large
|
||||
/// files need not reside completely in memory at one time. Note that as of
|
||||
/// this writing protoc does not optimize for this -- it will read the entire
|
||||
/// CodeGeneratorResponse before writing files to disk.
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get name => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set name($core.String v) { $_setString(0, v); }
|
||||
set name($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasName() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearName() => $_clearField(1);
|
||||
|
||||
/// If non-empty, indicates that the named file should already exist, and the
|
||||
/// content here is to be inserted into that file at a defined insertion
|
||||
/// point. This feature allows a code generator to extend the output
|
||||
/// produced by another code generator. The original generator may provide
|
||||
/// insertion points by placing special annotations in the file that look
|
||||
/// like:
|
||||
/// @@protoc_insertion_point(NAME)
|
||||
/// The annotation can have arbitrary text before and after it on the line,
|
||||
/// which allows it to be placed in a comment. NAME should be replaced with
|
||||
/// an identifier naming the point -- this is what other generators will use
|
||||
/// as the insertion_point. Code inserted at this point will be placed
|
||||
/// immediately above the line containing the insertion point (thus multiple
|
||||
/// insertions to the same point will come out in the order they were added).
|
||||
/// The double-@ is intended to make it unlikely that the generated code
|
||||
/// could contain things that look like insertion points by accident.
|
||||
/// If non-empty, indicates that the named file should already exist, and the
|
||||
/// content here is to be inserted into that file at a defined insertion
|
||||
/// point. This feature allows a code generator to extend the output
|
||||
/// produced by another code generator. The original generator may provide
|
||||
/// insertion points by placing special annotations in the file that look
|
||||
/// like:
|
||||
/// @@protoc_insertion_point(NAME)
|
||||
/// The annotation can have arbitrary text before and after it on the line,
|
||||
/// which allows it to be placed in a comment. NAME should be replaced with
|
||||
/// an identifier naming the point -- this is what other generators will use
|
||||
/// as the insertion_point. Code inserted at this point will be placed
|
||||
/// immediately above the line containing the insertion point (thus multiple
|
||||
/// insertions to the same point will come out in the order they were added).
|
||||
/// The double-@ is intended to make it unlikely that the generated code
|
||||
/// could contain things that look like insertion points by accident.
|
||||
///
|
||||
/// For example, the C++ code generator places the following line in the
|
||||
/// .pb.h files that it generates:
|
||||
/// // @@protoc_insertion_point(namespace_scope)
|
||||
/// This line appears within the scope of the file's package namespace, but
|
||||
/// outside of any particular class. Another plugin can then specify the
|
||||
/// insertion_point "namespace_scope" to generate additional classes or
|
||||
/// other declarations that should be placed in this scope.
|
||||
/// For example, the C++ code generator places the following line in the
|
||||
/// .pb.h files that it generates:
|
||||
/// // @@protoc_insertion_point(namespace_scope)
|
||||
/// This line appears within the scope of the file's package namespace, but
|
||||
/// outside of any particular class. Another plugin can then specify the
|
||||
/// insertion_point "namespace_scope" to generate additional classes or
|
||||
/// other declarations that should be placed in this scope.
|
||||
///
|
||||
/// Note that if the line containing the insertion point begins with
|
||||
/// whitespace, the same whitespace will be added to every line of the
|
||||
/// inserted text. This is useful for languages like Python, where
|
||||
/// indentation matters. In these languages, the insertion point comment
|
||||
/// should be indented the same amount as any inserted code will need to be
|
||||
/// in order to work correctly in that context.
|
||||
/// Note that if the line containing the insertion point begins with
|
||||
/// whitespace, the same whitespace will be added to every line of the
|
||||
/// inserted text. This is useful for languages like Python, where
|
||||
/// indentation matters. In these languages, the insertion point comment
|
||||
/// should be indented the same amount as any inserted code will need to be
|
||||
/// in order to work correctly in that context.
|
||||
///
|
||||
/// The code generator that generates the initial file and the one which
|
||||
/// inserts into it must both run as part of a single invocation of protoc.
|
||||
/// Code generators are executed in the order in which they appear on the
|
||||
/// command line.
|
||||
/// The code generator that generates the initial file and the one which
|
||||
/// inserts into it must both run as part of a single invocation of protoc.
|
||||
/// Code generators are executed in the order in which they appear on the
|
||||
/// command line.
|
||||
///
|
||||
/// If |insertion_point| is present, |name| must also be present.
|
||||
/// If |insertion_point| is present, |name| must also be present.
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get insertionPoint => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set insertionPoint($core.String v) { $_setString(1, v); }
|
||||
set insertionPoint($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasInsertionPoint() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -334,7 +307,7 @@ class CodeGeneratorResponse_File extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(15)
|
||||
$core.String get content => $_getSZ(2);
|
||||
@$pb.TagNumber(15)
|
||||
set content($core.String v) { $_setString(2, v); }
|
||||
set content($core.String value) => $_setString(2, value);
|
||||
@$pb.TagNumber(15)
|
||||
$core.bool hasContent() => $_has(2);
|
||||
@$pb.TagNumber(15)
|
||||
@@ -347,18 +320,16 @@ class CodeGeneratorResponse extends $pb.GeneratedMessage {
|
||||
$core.String? error,
|
||||
$core.Iterable<CodeGeneratorResponse_File>? file,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (error != null) {
|
||||
$result.error = error;
|
||||
}
|
||||
if (file != null) {
|
||||
$result.file.addAll(file);
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (error != null) result.error = error;
|
||||
if (file != null) result.file.addAll(file);
|
||||
return result;
|
||||
}
|
||||
CodeGeneratorResponse._() : super();
|
||||
factory CodeGeneratorResponse.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory CodeGeneratorResponse.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
CodeGeneratorResponse._();
|
||||
|
||||
factory CodeGeneratorResponse.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory CodeGeneratorResponse.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CodeGeneratorResponse', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf.compiler'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'error')
|
||||
@@ -366,39 +337,35 @@ class CodeGeneratorResponse extends $pb.GeneratedMessage {
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
CodeGeneratorResponse clone() => CodeGeneratorResponse()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
CodeGeneratorResponse copyWith(void Function(CodeGeneratorResponse) updates) => super.copyWith((message) => updates(message as CodeGeneratorResponse)) as CodeGeneratorResponse;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static CodeGeneratorResponse create() => CodeGeneratorResponse._();
|
||||
@$core.override
|
||||
CodeGeneratorResponse createEmptyInstance() => create();
|
||||
static $pb.PbList<CodeGeneratorResponse> createRepeated() => $pb.PbList<CodeGeneratorResponse>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static CodeGeneratorResponse getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<CodeGeneratorResponse>(create);
|
||||
static CodeGeneratorResponse? _defaultInstance;
|
||||
|
||||
/// Error message. If non-empty, code generation failed. The plugin process
|
||||
/// should exit with status code zero even if it reports an error in this way.
|
||||
/// Error message. If non-empty, code generation failed. The plugin process
|
||||
/// should exit with status code zero even if it reports an error in this way.
|
||||
///
|
||||
/// This should be used to indicate errors in .proto files which prevent the
|
||||
/// code generator from generating correct code. Errors which indicate a
|
||||
/// problem in protoc itself -- such as the input CodeGeneratorRequest being
|
||||
/// unparseable -- should be reported by writing a message to stderr and
|
||||
/// exiting with a non-zero status code.
|
||||
/// This should be used to indicate errors in .proto files which prevent the
|
||||
/// code generator from generating correct code. Errors which indicate a
|
||||
/// problem in protoc itself -- such as the input CodeGeneratorRequest being
|
||||
/// unparseable -- should be reported by writing a message to stderr and
|
||||
/// exiting with a non-zero status code.
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get error => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set error($core.String v) { $_setString(0, v); }
|
||||
set error($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasError() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -409,5 +376,5 @@ class CodeGeneratorResponse extends $pb.GeneratedMessage {
|
||||
}
|
||||
|
||||
|
||||
const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
const $core.bool _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: google/protobuf/compiler/plugin.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -65,10 +66,10 @@ class FieldDescriptorProto_Type extends $pb.ProtobufEnum {
|
||||
TYPE_SINT64,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, FieldDescriptorProto_Type> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static FieldDescriptorProto_Type? valueOf($core.int value) => _byValue[value];
|
||||
static final $core.List<FieldDescriptorProto_Type?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 18);
|
||||
static FieldDescriptorProto_Type? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const FieldDescriptorProto_Type._(super.v, super.n);
|
||||
const FieldDescriptorProto_Type._(super.value, super.name);
|
||||
}
|
||||
|
||||
class FieldDescriptorProto_Label extends $pb.ProtobufEnum {
|
||||
@@ -83,10 +84,10 @@ class FieldDescriptorProto_Label extends $pb.ProtobufEnum {
|
||||
LABEL_REPEATED,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, FieldDescriptorProto_Label> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static FieldDescriptorProto_Label? valueOf($core.int value) => _byValue[value];
|
||||
static final $core.List<FieldDescriptorProto_Label?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 3);
|
||||
static FieldDescriptorProto_Label? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const FieldDescriptorProto_Label._(super.v, super.n);
|
||||
const FieldDescriptorProto_Label._(super.value, super.name);
|
||||
}
|
||||
|
||||
/// Generated classes can be optimized for speed or code size.
|
||||
@@ -102,10 +103,10 @@ class FileOptions_OptimizeMode extends $pb.ProtobufEnum {
|
||||
LITE_RUNTIME,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, FileOptions_OptimizeMode> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static FileOptions_OptimizeMode? valueOf($core.int value) => _byValue[value];
|
||||
static final $core.List<FileOptions_OptimizeMode?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 3);
|
||||
static FileOptions_OptimizeMode? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const FileOptions_OptimizeMode._(super.v, super.n);
|
||||
const FileOptions_OptimizeMode._(super.value, super.name);
|
||||
}
|
||||
|
||||
class FieldOptions_CType extends $pb.ProtobufEnum {
|
||||
@@ -120,10 +121,10 @@ class FieldOptions_CType extends $pb.ProtobufEnum {
|
||||
STRING_PIECE,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, FieldOptions_CType> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static FieldOptions_CType? valueOf($core.int value) => _byValue[value];
|
||||
static final $core.List<FieldOptions_CType?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 2);
|
||||
static FieldOptions_CType? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const FieldOptions_CType._(super.v, super.n);
|
||||
const FieldOptions_CType._(super.value, super.name);
|
||||
}
|
||||
|
||||
class FieldOptions_JSType extends $pb.ProtobufEnum {
|
||||
@@ -140,10 +141,10 @@ class FieldOptions_JSType extends $pb.ProtobufEnum {
|
||||
JS_NUMBER,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, FieldOptions_JSType> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static FieldOptions_JSType? valueOf($core.int value) => _byValue[value];
|
||||
static final $core.List<FieldOptions_JSType?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 2);
|
||||
static FieldOptions_JSType? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const FieldOptions_JSType._(super.v, super.n);
|
||||
const FieldOptions_JSType._(super.value, super.name);
|
||||
}
|
||||
|
||||
/// Is this method side-effect-free (or safe in HTTP parlance), or idempotent,
|
||||
@@ -160,11 +161,11 @@ class MethodOptions_IdempotencyLevel extends $pb.ProtobufEnum {
|
||||
IDEMPOTENT,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, MethodOptions_IdempotencyLevel> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static MethodOptions_IdempotencyLevel? valueOf($core.int value) => _byValue[value];
|
||||
static final $core.List<MethodOptions_IdempotencyLevel?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 2);
|
||||
static MethodOptions_IdempotencyLevel? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const MethodOptions_IdempotencyLevel._(super.v, super.n);
|
||||
const MethodOptions_IdempotencyLevel._(super.value, super.name);
|
||||
}
|
||||
|
||||
|
||||
const _omitEnumNames = $core.bool.fromEnvironment('protobuf.omit_enum_names');
|
||||
const $core.bool _omitEnumNames = $core.bool.fromEnvironment('protobuf.omit_enum_names');
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -5,9 +5,11 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package
|
||||
// ignore_for_file: implementation_imports, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -17,81 +19,79 @@ import 'package:protobuf/src/protobuf/mixins/well_known.dart' as $mixin;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
/// A Duration represents a signed, fixed-length span of time represented
|
||||
/// as a count of seconds and fractions of seconds at nanosecond
|
||||
/// resolution. It is independent of any calendar and concepts like "day"
|
||||
/// or "month". It is related to Timestamp in that the difference between
|
||||
/// two Timestamp values is a Duration and it can be added or subtracted
|
||||
/// from a Timestamp. Range is approximately +-10,000 years.
|
||||
/// A Duration represents a signed, fixed-length span of time represented
|
||||
/// as a count of seconds and fractions of seconds at nanosecond
|
||||
/// resolution. It is independent of any calendar and concepts like "day"
|
||||
/// or "month". It is related to Timestamp in that the difference between
|
||||
/// two Timestamp values is a Duration and it can be added or subtracted
|
||||
/// from a Timestamp. Range is approximately +-10,000 years.
|
||||
///
|
||||
/// # Examples
|
||||
/// # Examples
|
||||
///
|
||||
/// Example 1: Compute Duration from two Timestamps in pseudo code.
|
||||
/// Example 1: Compute Duration from two Timestamps in pseudo code.
|
||||
///
|
||||
/// Timestamp start = ...;
|
||||
/// Timestamp end = ...;
|
||||
/// Duration duration = ...;
|
||||
/// Timestamp start = ...;
|
||||
/// Timestamp end = ...;
|
||||
/// Duration duration = ...;
|
||||
///
|
||||
/// duration.seconds = end.seconds - start.seconds;
|
||||
/// duration.nanos = end.nanos - start.nanos;
|
||||
/// duration.seconds = end.seconds - start.seconds;
|
||||
/// duration.nanos = end.nanos - start.nanos;
|
||||
///
|
||||
/// if (duration.seconds < 0 && duration.nanos > 0) {
|
||||
/// duration.seconds += 1;
|
||||
/// duration.nanos -= 1000000000;
|
||||
/// } else if (duration.seconds > 0 && duration.nanos < 0) {
|
||||
/// duration.seconds -= 1;
|
||||
/// duration.nanos += 1000000000;
|
||||
/// }
|
||||
/// if (duration.seconds < 0 && duration.nanos > 0) {
|
||||
/// duration.seconds += 1;
|
||||
/// duration.nanos -= 1000000000;
|
||||
/// } else if (duration.seconds > 0 && duration.nanos < 0) {
|
||||
/// duration.seconds -= 1;
|
||||
/// duration.nanos += 1000000000;
|
||||
/// }
|
||||
///
|
||||
/// Example 2: Compute Timestamp from Timestamp + Duration in pseudo code.
|
||||
/// Example 2: Compute Timestamp from Timestamp + Duration in pseudo code.
|
||||
///
|
||||
/// Timestamp start = ...;
|
||||
/// Duration duration = ...;
|
||||
/// Timestamp end = ...;
|
||||
/// Timestamp start = ...;
|
||||
/// Duration duration = ...;
|
||||
/// Timestamp end = ...;
|
||||
///
|
||||
/// end.seconds = start.seconds + duration.seconds;
|
||||
/// end.nanos = start.nanos + duration.nanos;
|
||||
/// end.seconds = start.seconds + duration.seconds;
|
||||
/// end.nanos = start.nanos + duration.nanos;
|
||||
///
|
||||
/// if (end.nanos < 0) {
|
||||
/// end.seconds -= 1;
|
||||
/// end.nanos += 1000000000;
|
||||
/// } else if (end.nanos >= 1000000000) {
|
||||
/// end.seconds += 1;
|
||||
/// end.nanos -= 1000000000;
|
||||
/// }
|
||||
/// if (end.nanos < 0) {
|
||||
/// end.seconds -= 1;
|
||||
/// end.nanos += 1000000000;
|
||||
/// } else if (end.nanos >= 1000000000) {
|
||||
/// end.seconds += 1;
|
||||
/// end.nanos -= 1000000000;
|
||||
/// }
|
||||
///
|
||||
/// Example 3: Compute Duration from datetime.timedelta in Python.
|
||||
/// Example 3: Compute Duration from datetime.timedelta in Python.
|
||||
///
|
||||
/// td = datetime.timedelta(days=3, minutes=10)
|
||||
/// duration = Duration()
|
||||
/// duration.FromTimedelta(td)
|
||||
/// td = datetime.timedelta(days=3, minutes=10)
|
||||
/// duration = Duration()
|
||||
/// duration.FromTimedelta(td)
|
||||
///
|
||||
/// # JSON Mapping
|
||||
/// # JSON Mapping
|
||||
///
|
||||
/// In JSON format, the Duration type is encoded as a string rather than an
|
||||
/// object, where the string ends in the suffix "s" (indicating seconds) and
|
||||
/// is preceded by the number of seconds, with nanoseconds expressed as
|
||||
/// fractional seconds. For example, 3 seconds with 0 nanoseconds should be
|
||||
/// encoded in JSON format as "3s", while 3 seconds and 1 nanosecond should
|
||||
/// be expressed in JSON format as "3.000000001s", and 3 seconds and 1
|
||||
/// microsecond should be expressed in JSON format as "3.000001s".
|
||||
/// In JSON format, the Duration type is encoded as a string rather than an
|
||||
/// object, where the string ends in the suffix "s" (indicating seconds) and
|
||||
/// is preceded by the number of seconds, with nanoseconds expressed as
|
||||
/// fractional seconds. For example, 3 seconds with 0 nanoseconds should be
|
||||
/// encoded in JSON format as "3s", while 3 seconds and 1 nanosecond should
|
||||
/// be expressed in JSON format as "3.000000001s", and 3 seconds and 1
|
||||
/// microsecond should be expressed in JSON format as "3.000001s".
|
||||
class Duration extends $pb.GeneratedMessage with $mixin.DurationMixin {
|
||||
factory Duration({
|
||||
$fixnum.Int64? seconds,
|
||||
$core.int? nanos,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (seconds != null) {
|
||||
$result.seconds = seconds;
|
||||
}
|
||||
if (nanos != null) {
|
||||
$result.nanos = nanos;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (seconds != null) result.seconds = seconds;
|
||||
if (nanos != null) result.nanos = nanos;
|
||||
return result;
|
||||
}
|
||||
Duration._() : super();
|
||||
factory Duration.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory Duration.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
Duration._();
|
||||
|
||||
factory Duration.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory Duration.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Duration', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf'), createEmptyInstance: create, toProto3Json: $mixin.DurationMixin.toProto3JsonHelper, fromProto3Json: $mixin.DurationMixin.fromProto3JsonHelper)
|
||||
..aInt64(1, _omitFieldNames ? '' : 'seconds')
|
||||
@@ -99,21 +99,17 @@ class Duration extends $pb.GeneratedMessage with $mixin.DurationMixin {
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Duration clone() => Duration()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Duration copyWith(void Function(Duration) updates) => super.copyWith((message) => updates(message as Duration)) as Duration;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static Duration create() => Duration._();
|
||||
@$core.override
|
||||
Duration createEmptyInstance() => create();
|
||||
static $pb.PbList<Duration> createRepeated() => $pb.PbList<Duration>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -126,7 +122,7 @@ class Duration extends $pb.GeneratedMessage with $mixin.DurationMixin {
|
||||
@$pb.TagNumber(1)
|
||||
$fixnum.Int64 get seconds => $_getI64(0);
|
||||
@$pb.TagNumber(1)
|
||||
set seconds($fixnum.Int64 v) { $_setInt64(0, v); }
|
||||
set seconds($fixnum.Int64 value) => $_setInt64(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasSeconds() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -141,13 +137,28 @@ class Duration extends $pb.GeneratedMessage with $mixin.DurationMixin {
|
||||
@$pb.TagNumber(2)
|
||||
$core.int get nanos => $_getIZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set nanos($core.int v) { $_setSignedInt32(1, v); }
|
||||
set nanos($core.int value) => $_setSignedInt32(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasNanos() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearNanos() => $_clearField(2);
|
||||
/// Converts the [Duration] to [$core.Duration].
|
||||
///
|
||||
/// This is a lossy conversion, as [$core.Duration] is limited to [int]
|
||||
/// microseconds and also does not support nanosecond precision.
|
||||
$core.Duration toDart() =>
|
||||
$core.Duration(
|
||||
seconds: seconds.toInt(),
|
||||
microseconds: nanos ~/ 1000,
|
||||
);
|
||||
|
||||
/// Creates a new instance from [$core.Duration].
|
||||
static Duration fromDart($core.Duration duration) => Duration()
|
||||
..seconds = $fixnum.Int64(duration.inSeconds)
|
||||
..nanos = (duration.inMicroseconds % $core.Duration.microsecondsPerSecond) * 1000;
|
||||
|
||||
}
|
||||
|
||||
|
||||
const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
const $core.bool _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: google/protobuf/duration.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -15,40 +16,38 @@ import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
/// A generic empty message that you can re-use to avoid defining duplicated
|
||||
/// empty messages in your APIs. A typical example is to use it as the request
|
||||
/// or the response type of an API method. For instance:
|
||||
/// A generic empty message that you can re-use to avoid defining duplicated
|
||||
/// empty messages in your APIs. A typical example is to use it as the request
|
||||
/// or the response type of an API method. For instance:
|
||||
///
|
||||
/// service Foo {
|
||||
/// rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
|
||||
/// }
|
||||
/// service Foo {
|
||||
/// rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
|
||||
/// }
|
||||
///
|
||||
/// The JSON representation for `Empty` is empty JSON object `{}`.
|
||||
/// The JSON representation for `Empty` is empty JSON object `{}`.
|
||||
class Empty extends $pb.GeneratedMessage {
|
||||
factory Empty() => create();
|
||||
Empty._() : super();
|
||||
factory Empty.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory Empty.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
Empty._();
|
||||
|
||||
factory Empty.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory Empty.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Empty', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf'), createEmptyInstance: create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Empty clone() => Empty()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Empty copyWith(void Function(Empty) updates) => super.copyWith((message) => updates(message as Empty)) as Empty;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static Empty create() => Empty._();
|
||||
@$core.override
|
||||
Empty createEmptyInstance() => create();
|
||||
static $pb.PbList<Empty> createRepeated() => $pb.PbList<Empty>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -57,4 +56,4 @@ class Empty extends $pb.GeneratedMessage {
|
||||
}
|
||||
|
||||
|
||||
const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: google/protobuf/empty.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -5,9 +5,11 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package
|
||||
// ignore_for_file: implementation_imports, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -16,239 +18,235 @@ import 'package:protobuf/src/protobuf/mixins/well_known.dart' as $mixin;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
/// `FieldMask` represents a set of symbolic field paths, for example:
|
||||
/// `FieldMask` represents a set of symbolic field paths, for example:
|
||||
///
|
||||
/// paths: "f.a"
|
||||
/// paths: "f.b.d"
|
||||
/// paths: "f.a"
|
||||
/// paths: "f.b.d"
|
||||
///
|
||||
/// Here `f` represents a field in some root message, `a` and `b`
|
||||
/// fields in the message found in `f`, and `d` a field found in the
|
||||
/// message in `f.b`.
|
||||
/// Here `f` represents a field in some root message, `a` and `b`
|
||||
/// fields in the message found in `f`, and `d` a field found in the
|
||||
/// message in `f.b`.
|
||||
///
|
||||
/// Field masks are used to specify a subset of fields that should be
|
||||
/// returned by a get operation or modified by an update operation.
|
||||
/// Field masks also have a custom JSON encoding (see below).
|
||||
/// Field masks are used to specify a subset of fields that should be
|
||||
/// returned by a get operation or modified by an update operation.
|
||||
/// Field masks also have a custom JSON encoding (see below).
|
||||
///
|
||||
/// # Field Masks in Projections
|
||||
/// # Field Masks in Projections
|
||||
///
|
||||
/// When used in the context of a projection, a response message or
|
||||
/// sub-message is filtered by the API to only contain those fields as
|
||||
/// specified in the mask. For example, if the mask in the previous
|
||||
/// example is applied to a response message as follows:
|
||||
/// When used in the context of a projection, a response message or
|
||||
/// sub-message is filtered by the API to only contain those fields as
|
||||
/// specified in the mask. For example, if the mask in the previous
|
||||
/// example is applied to a response message as follows:
|
||||
///
|
||||
/// f {
|
||||
/// a : 22
|
||||
/// b {
|
||||
/// d : 1
|
||||
/// x : 2
|
||||
/// }
|
||||
/// y : 13
|
||||
/// }
|
||||
/// z: 8
|
||||
/// f {
|
||||
/// a : 22
|
||||
/// b {
|
||||
/// d : 1
|
||||
/// x : 2
|
||||
/// }
|
||||
/// y : 13
|
||||
/// }
|
||||
/// z: 8
|
||||
///
|
||||
/// The result will not contain specific values for fields x,y and z
|
||||
/// (their value will be set to the default, and omitted in proto text
|
||||
/// output):
|
||||
/// The result will not contain specific values for fields x,y and z
|
||||
/// (their value will be set to the default, and omitted in proto text
|
||||
/// output):
|
||||
///
|
||||
///
|
||||
/// f {
|
||||
/// a : 22
|
||||
/// b {
|
||||
/// d : 1
|
||||
/// }
|
||||
/// }
|
||||
/// f {
|
||||
/// a : 22
|
||||
/// b {
|
||||
/// d : 1
|
||||
/// }
|
||||
/// }
|
||||
///
|
||||
/// A repeated field is not allowed except at the last position of a
|
||||
/// paths string.
|
||||
/// A repeated field is not allowed except at the last position of a
|
||||
/// paths string.
|
||||
///
|
||||
/// If a FieldMask object is not present in a get operation, the
|
||||
/// operation applies to all fields (as if a FieldMask of all fields
|
||||
/// had been specified).
|
||||
/// If a FieldMask object is not present in a get operation, the
|
||||
/// operation applies to all fields (as if a FieldMask of all fields
|
||||
/// had been specified).
|
||||
///
|
||||
/// Note that a field mask does not necessarily apply to the
|
||||
/// top-level response message. In case of a REST get operation, the
|
||||
/// field mask applies directly to the response, but in case of a REST
|
||||
/// list operation, the mask instead applies to each individual message
|
||||
/// in the returned resource list. In case of a REST custom method,
|
||||
/// other definitions may be used. Where the mask applies will be
|
||||
/// clearly documented together with its declaration in the API. In
|
||||
/// any case, the effect on the returned resource/resources is required
|
||||
/// behavior for APIs.
|
||||
/// Note that a field mask does not necessarily apply to the
|
||||
/// top-level response message. In case of a REST get operation, the
|
||||
/// field mask applies directly to the response, but in case of a REST
|
||||
/// list operation, the mask instead applies to each individual message
|
||||
/// in the returned resource list. In case of a REST custom method,
|
||||
/// other definitions may be used. Where the mask applies will be
|
||||
/// clearly documented together with its declaration in the API. In
|
||||
/// any case, the effect on the returned resource/resources is required
|
||||
/// behavior for APIs.
|
||||
///
|
||||
/// # Field Masks in Update Operations
|
||||
/// # Field Masks in Update Operations
|
||||
///
|
||||
/// A field mask in update operations specifies which fields of the
|
||||
/// targeted resource are going to be updated. The API is required
|
||||
/// to only change the values of the fields as specified in the mask
|
||||
/// and leave the others untouched. If a resource is passed in to
|
||||
/// describe the updated values, the API ignores the values of all
|
||||
/// fields not covered by the mask.
|
||||
/// A field mask in update operations specifies which fields of the
|
||||
/// targeted resource are going to be updated. The API is required
|
||||
/// to only change the values of the fields as specified in the mask
|
||||
/// and leave the others untouched. If a resource is passed in to
|
||||
/// describe the updated values, the API ignores the values of all
|
||||
/// fields not covered by the mask.
|
||||
///
|
||||
/// If a repeated field is specified for an update operation, new values will
|
||||
/// be appended to the existing repeated field in the target resource. Note that
|
||||
/// a repeated field is only allowed in the last position of a `paths` string.
|
||||
/// If a repeated field is specified for an update operation, new values will
|
||||
/// be appended to the existing repeated field in the target resource. Note that
|
||||
/// a repeated field is only allowed in the last position of a `paths` string.
|
||||
///
|
||||
/// If a sub-message is specified in the last position of the field mask for an
|
||||
/// update operation, then new value will be merged into the existing sub-message
|
||||
/// in the target resource.
|
||||
/// If a sub-message is specified in the last position of the field mask for an
|
||||
/// update operation, then new value will be merged into the existing sub-message
|
||||
/// in the target resource.
|
||||
///
|
||||
/// For example, given the target message:
|
||||
/// For example, given the target message:
|
||||
///
|
||||
/// f {
|
||||
/// b {
|
||||
/// d: 1
|
||||
/// x: 2
|
||||
/// }
|
||||
/// c: [1]
|
||||
/// }
|
||||
/// f {
|
||||
/// b {
|
||||
/// d: 1
|
||||
/// x: 2
|
||||
/// }
|
||||
/// c: [1]
|
||||
/// }
|
||||
///
|
||||
/// And an update message:
|
||||
/// And an update message:
|
||||
///
|
||||
/// f {
|
||||
/// b {
|
||||
/// d: 10
|
||||
/// }
|
||||
/// c: [2]
|
||||
/// }
|
||||
/// f {
|
||||
/// b {
|
||||
/// d: 10
|
||||
/// }
|
||||
/// c: [2]
|
||||
/// }
|
||||
///
|
||||
/// then if the field mask is:
|
||||
/// then if the field mask is:
|
||||
///
|
||||
/// paths: ["f.b", "f.c"]
|
||||
/// paths: ["f.b", "f.c"]
|
||||
///
|
||||
/// then the result will be:
|
||||
/// then the result will be:
|
||||
///
|
||||
/// f {
|
||||
/// b {
|
||||
/// d: 10
|
||||
/// x: 2
|
||||
/// }
|
||||
/// c: [1, 2]
|
||||
/// }
|
||||
/// f {
|
||||
/// b {
|
||||
/// d: 10
|
||||
/// x: 2
|
||||
/// }
|
||||
/// c: [1, 2]
|
||||
/// }
|
||||
///
|
||||
/// An implementation may provide options to override this default behavior for
|
||||
/// repeated and message fields.
|
||||
/// An implementation may provide options to override this default behavior for
|
||||
/// repeated and message fields.
|
||||
///
|
||||
/// In order to reset a field's value to the default, the field must
|
||||
/// be in the mask and set to the default value in the provided resource.
|
||||
/// Hence, in order to reset all fields of a resource, provide a default
|
||||
/// instance of the resource and set all fields in the mask, or do
|
||||
/// not provide a mask as described below.
|
||||
/// In order to reset a field's value to the default, the field must
|
||||
/// be in the mask and set to the default value in the provided resource.
|
||||
/// Hence, in order to reset all fields of a resource, provide a default
|
||||
/// instance of the resource and set all fields in the mask, or do
|
||||
/// not provide a mask as described below.
|
||||
///
|
||||
/// If a field mask is not present on update, the operation applies to
|
||||
/// all fields (as if a field mask of all fields has been specified).
|
||||
/// Note that in the presence of schema evolution, this may mean that
|
||||
/// fields the client does not know and has therefore not filled into
|
||||
/// the request will be reset to their default. If this is unwanted
|
||||
/// behavior, a specific service may require a client to always specify
|
||||
/// a field mask, producing an error if not.
|
||||
/// If a field mask is not present on update, the operation applies to
|
||||
/// all fields (as if a field mask of all fields has been specified).
|
||||
/// Note that in the presence of schema evolution, this may mean that
|
||||
/// fields the client does not know and has therefore not filled into
|
||||
/// the request will be reset to their default. If this is unwanted
|
||||
/// behavior, a specific service may require a client to always specify
|
||||
/// a field mask, producing an error if not.
|
||||
///
|
||||
/// As with get operations, the location of the resource which
|
||||
/// describes the updated values in the request message depends on the
|
||||
/// operation kind. In any case, the effect of the field mask is
|
||||
/// required to be honored by the API.
|
||||
/// As with get operations, the location of the resource which
|
||||
/// describes the updated values in the request message depends on the
|
||||
/// operation kind. In any case, the effect of the field mask is
|
||||
/// required to be honored by the API.
|
||||
///
|
||||
/// ## Considerations for HTTP REST
|
||||
/// ## Considerations for HTTP REST
|
||||
///
|
||||
/// The HTTP kind of an update operation which uses a field mask must
|
||||
/// be set to PATCH instead of PUT in order to satisfy HTTP semantics
|
||||
/// (PUT must only be used for full updates).
|
||||
/// The HTTP kind of an update operation which uses a field mask must
|
||||
/// be set to PATCH instead of PUT in order to satisfy HTTP semantics
|
||||
/// (PUT must only be used for full updates).
|
||||
///
|
||||
/// # JSON Encoding of Field Masks
|
||||
/// # JSON Encoding of Field Masks
|
||||
///
|
||||
/// In JSON, a field mask is encoded as a single string where paths are
|
||||
/// separated by a comma. Fields name in each path are converted
|
||||
/// to/from lower-camel naming conventions.
|
||||
/// In JSON, a field mask is encoded as a single string where paths are
|
||||
/// separated by a comma. Fields name in each path are converted
|
||||
/// to/from lower-camel naming conventions.
|
||||
///
|
||||
/// As an example, consider the following message declarations:
|
||||
/// As an example, consider the following message declarations:
|
||||
///
|
||||
/// message Profile {
|
||||
/// User user = 1;
|
||||
/// Photo photo = 2;
|
||||
/// }
|
||||
/// message User {
|
||||
/// string display_name = 1;
|
||||
/// string address = 2;
|
||||
/// }
|
||||
/// message Profile {
|
||||
/// User user = 1;
|
||||
/// Photo photo = 2;
|
||||
/// }
|
||||
/// message User {
|
||||
/// string display_name = 1;
|
||||
/// string address = 2;
|
||||
/// }
|
||||
///
|
||||
/// In proto a field mask for `Profile` may look as such:
|
||||
/// In proto a field mask for `Profile` may look as such:
|
||||
///
|
||||
/// mask {
|
||||
/// paths: "user.display_name"
|
||||
/// paths: "photo"
|
||||
/// }
|
||||
/// mask {
|
||||
/// paths: "user.display_name"
|
||||
/// paths: "photo"
|
||||
/// }
|
||||
///
|
||||
/// In JSON, the same mask is represented as below:
|
||||
/// In JSON, the same mask is represented as below:
|
||||
///
|
||||
/// {
|
||||
/// mask: "user.displayName,photo"
|
||||
/// }
|
||||
/// {
|
||||
/// mask: "user.displayName,photo"
|
||||
/// }
|
||||
///
|
||||
/// # Field Masks and Oneof Fields
|
||||
/// # Field Masks and Oneof Fields
|
||||
///
|
||||
/// Field masks treat fields in oneofs just as regular fields. Consider the
|
||||
/// following message:
|
||||
/// Field masks treat fields in oneofs just as regular fields. Consider the
|
||||
/// following message:
|
||||
///
|
||||
/// message SampleMessage {
|
||||
/// oneof test_oneof {
|
||||
/// string name = 4;
|
||||
/// SubMessage sub_message = 9;
|
||||
/// }
|
||||
/// }
|
||||
/// message SampleMessage {
|
||||
/// oneof test_oneof {
|
||||
/// string name = 4;
|
||||
/// SubMessage sub_message = 9;
|
||||
/// }
|
||||
/// }
|
||||
///
|
||||
/// The field mask can be:
|
||||
/// The field mask can be:
|
||||
///
|
||||
/// mask {
|
||||
/// paths: "name"
|
||||
/// }
|
||||
/// mask {
|
||||
/// paths: "name"
|
||||
/// }
|
||||
///
|
||||
/// Or:
|
||||
/// Or:
|
||||
///
|
||||
/// mask {
|
||||
/// paths: "sub_message"
|
||||
/// }
|
||||
/// mask {
|
||||
/// paths: "sub_message"
|
||||
/// }
|
||||
///
|
||||
/// Note that oneof type names ("test_oneof" in this case) cannot be used in
|
||||
/// paths.
|
||||
/// Note that oneof type names ("test_oneof" in this case) cannot be used in
|
||||
/// paths.
|
||||
///
|
||||
/// ## Field Mask Verification
|
||||
/// ## Field Mask Verification
|
||||
///
|
||||
/// The implementation of any API method which has a FieldMask type field in the
|
||||
/// request should verify the included field paths, and return an
|
||||
/// `INVALID_ARGUMENT` error if any path is unmappable.
|
||||
/// The implementation of any API method which has a FieldMask type field in the
|
||||
/// request should verify the included field paths, and return an
|
||||
/// `INVALID_ARGUMENT` error if any path is unmappable.
|
||||
class FieldMask extends $pb.GeneratedMessage with $mixin.FieldMaskMixin {
|
||||
factory FieldMask({
|
||||
$core.Iterable<$core.String>? paths,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (paths != null) {
|
||||
$result.paths.addAll(paths);
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (paths != null) result.paths.addAll(paths);
|
||||
return result;
|
||||
}
|
||||
FieldMask._() : super();
|
||||
factory FieldMask.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory FieldMask.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
FieldMask._();
|
||||
|
||||
factory FieldMask.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory FieldMask.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'FieldMask', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf'), createEmptyInstance: create, toProto3Json: $mixin.FieldMaskMixin.toProto3JsonHelper, fromProto3Json: $mixin.FieldMaskMixin.fromProto3JsonHelper)
|
||||
..pPS(1, _omitFieldNames ? '' : 'paths')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
FieldMask clone() => FieldMask()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
FieldMask copyWith(void Function(FieldMask) updates) => super.copyWith((message) => updates(message as FieldMask)) as FieldMask;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static FieldMask create() => FieldMask._();
|
||||
@$core.override
|
||||
FieldMask createEmptyInstance() => create();
|
||||
static $pb.PbList<FieldMask> createRepeated() => $pb.PbList<FieldMask>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -261,5 +259,5 @@ class FieldMask extends $pb.GeneratedMessage with $mixin.FieldMaskMixin {
|
||||
}
|
||||
|
||||
|
||||
const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
const $core.bool _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: google/protobuf/field_mask.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -21,36 +22,32 @@ class SourceContext extends $pb.GeneratedMessage {
|
||||
factory SourceContext({
|
||||
$core.String? fileName,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (fileName != null) {
|
||||
$result.fileName = fileName;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (fileName != null) result.fileName = fileName;
|
||||
return result;
|
||||
}
|
||||
SourceContext._() : super();
|
||||
factory SourceContext.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory SourceContext.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
SourceContext._();
|
||||
|
||||
factory SourceContext.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory SourceContext.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'SourceContext', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'fileName')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
SourceContext clone() => SourceContext()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
SourceContext copyWith(void Function(SourceContext) updates) => super.copyWith((message) => updates(message as SourceContext)) as SourceContext;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static SourceContext create() => SourceContext._();
|
||||
@$core.override
|
||||
SourceContext createEmptyInstance() => create();
|
||||
static $pb.PbList<SourceContext> createRepeated() => $pb.PbList<SourceContext>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -62,7 +59,7 @@ class SourceContext extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get fileName => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set fileName($core.String v) { $_setString(0, v); }
|
||||
set fileName($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasFileName() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -70,5 +67,5 @@ class SourceContext extends $pb.GeneratedMessage {
|
||||
}
|
||||
|
||||
|
||||
const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
const $core.bool _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: google/protobuf/source_context.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -5,9 +5,11 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package
|
||||
// ignore_for_file: implementation_imports, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -20,48 +22,44 @@ export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
export 'struct.pbenum.dart';
|
||||
|
||||
/// `Struct` represents a structured data value, consisting of fields
|
||||
/// which map to dynamically typed values. In some languages, `Struct`
|
||||
/// might be supported by a native representation. For example, in
|
||||
/// scripting languages like JS a struct is represented as an
|
||||
/// object. The details of that representation are described together
|
||||
/// with the proto support for the language.
|
||||
/// `Struct` represents a structured data value, consisting of fields
|
||||
/// which map to dynamically typed values. In some languages, `Struct`
|
||||
/// might be supported by a native representation. For example, in
|
||||
/// scripting languages like JS a struct is represented as an
|
||||
/// object. The details of that representation are described together
|
||||
/// with the proto support for the language.
|
||||
///
|
||||
/// The JSON representation for `Struct` is JSON object.
|
||||
/// The JSON representation for `Struct` is JSON object.
|
||||
class Struct extends $pb.GeneratedMessage with $mixin.StructMixin {
|
||||
factory Struct({
|
||||
$pb.PbMap<$core.String, Value>? fields,
|
||||
$core.Iterable<$core.MapEntry<$core.String, Value>>? fields,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (fields != null) {
|
||||
$result.fields.addAll(fields);
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (fields != null) result.fields.addEntries(fields);
|
||||
return result;
|
||||
}
|
||||
Struct._() : super();
|
||||
factory Struct.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory Struct.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
Struct._();
|
||||
|
||||
factory Struct.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory Struct.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Struct', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf'), createEmptyInstance: create, toProto3Json: $mixin.StructMixin.toProto3JsonHelper, fromProto3Json: $mixin.StructMixin.fromProto3JsonHelper)
|
||||
..m<$core.String, Value>(1, _omitFieldNames ? '' : 'fields', entryClassName: 'Struct.FieldsEntry', keyFieldType: $pb.PbFieldType.OS, valueFieldType: $pb.PbFieldType.OM, valueCreator: Value.create, valueDefaultOrMaker: Value.getDefault, packageName: const $pb.PackageName('google.protobuf'))
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Struct clone() => Struct()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Struct copyWith(void Function(Struct) updates) => super.copyWith((message) => updates(message as Struct)) as Struct;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static Struct create() => Struct._();
|
||||
@$core.override
|
||||
Struct createEmptyInstance() => create();
|
||||
static $pb.PbList<Struct> createRepeated() => $pb.PbList<Struct>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -83,12 +81,12 @@ enum Value_Kind {
|
||||
notSet
|
||||
}
|
||||
|
||||
/// `Value` represents a dynamically typed value which can be either
|
||||
/// null, a number, a string, a boolean, a recursive struct value, or a
|
||||
/// list of values. A producer of value is expected to set one of that
|
||||
/// variants, absence of any variant indicates an error.
|
||||
/// `Value` represents a dynamically typed value which can be either
|
||||
/// null, a number, a string, a boolean, a recursive struct value, or a
|
||||
/// list of values. A producer of value is expected to set one of that
|
||||
/// variants, absence of any variant indicates an error.
|
||||
///
|
||||
/// The JSON representation for `Value` is JSON value.
|
||||
/// The JSON representation for `Value` is JSON value.
|
||||
class Value extends $pb.GeneratedMessage with $mixin.ValueMixin {
|
||||
factory Value({
|
||||
NullValue? nullValue,
|
||||
@@ -98,30 +96,20 @@ class Value extends $pb.GeneratedMessage with $mixin.ValueMixin {
|
||||
Struct? structValue,
|
||||
ListValue? listValue,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (nullValue != null) {
|
||||
$result.nullValue = nullValue;
|
||||
}
|
||||
if (numberValue != null) {
|
||||
$result.numberValue = numberValue;
|
||||
}
|
||||
if (stringValue != null) {
|
||||
$result.stringValue = stringValue;
|
||||
}
|
||||
if (boolValue != null) {
|
||||
$result.boolValue = boolValue;
|
||||
}
|
||||
if (structValue != null) {
|
||||
$result.structValue = structValue;
|
||||
}
|
||||
if (listValue != null) {
|
||||
$result.listValue = listValue;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (nullValue != null) result.nullValue = nullValue;
|
||||
if (numberValue != null) result.numberValue = numberValue;
|
||||
if (stringValue != null) result.stringValue = stringValue;
|
||||
if (boolValue != null) result.boolValue = boolValue;
|
||||
if (structValue != null) result.structValue = structValue;
|
||||
if (listValue != null) result.listValue = listValue;
|
||||
return result;
|
||||
}
|
||||
Value._() : super();
|
||||
factory Value.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory Value.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
Value._();
|
||||
|
||||
factory Value.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory Value.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static const $core.Map<$core.int, Value_Kind> _Value_KindByTag = {
|
||||
1 : Value_Kind.nullValue,
|
||||
@@ -143,21 +131,17 @@ class Value extends $pb.GeneratedMessage with $mixin.ValueMixin {
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Value clone() => Value()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Value copyWith(void Function(Value) updates) => super.copyWith((message) => updates(message as Value)) as Value;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static Value create() => Value._();
|
||||
@$core.override
|
||||
Value createEmptyInstance() => create();
|
||||
static $pb.PbList<Value> createRepeated() => $pb.PbList<Value>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -171,7 +155,7 @@ class Value extends $pb.GeneratedMessage with $mixin.ValueMixin {
|
||||
@$pb.TagNumber(1)
|
||||
NullValue get nullValue => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set nullValue(NullValue v) { $_setField(1, v); }
|
||||
set nullValue(NullValue value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasNullValue() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -181,7 +165,7 @@ class Value extends $pb.GeneratedMessage with $mixin.ValueMixin {
|
||||
@$pb.TagNumber(2)
|
||||
$core.double get numberValue => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set numberValue($core.double v) { $_setDouble(1, v); }
|
||||
set numberValue($core.double value) => $_setDouble(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasNumberValue() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -191,7 +175,7 @@ class Value extends $pb.GeneratedMessage with $mixin.ValueMixin {
|
||||
@$pb.TagNumber(3)
|
||||
$core.String get stringValue => $_getSZ(2);
|
||||
@$pb.TagNumber(3)
|
||||
set stringValue($core.String v) { $_setString(2, v); }
|
||||
set stringValue($core.String value) => $_setString(2, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasStringValue() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
@@ -201,7 +185,7 @@ class Value extends $pb.GeneratedMessage with $mixin.ValueMixin {
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool get boolValue => $_getBF(3);
|
||||
@$pb.TagNumber(4)
|
||||
set boolValue($core.bool v) { $_setBool(3, v); }
|
||||
set boolValue($core.bool value) => $_setBool(3, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasBoolValue() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
@@ -211,7 +195,7 @@ class Value extends $pb.GeneratedMessage with $mixin.ValueMixin {
|
||||
@$pb.TagNumber(5)
|
||||
Struct get structValue => $_getN(4);
|
||||
@$pb.TagNumber(5)
|
||||
set structValue(Struct v) { $_setField(5, v); }
|
||||
set structValue(Struct value) => $_setField(5, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasStructValue() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
@@ -223,7 +207,7 @@ class Value extends $pb.GeneratedMessage with $mixin.ValueMixin {
|
||||
@$pb.TagNumber(6)
|
||||
ListValue get listValue => $_getN(5);
|
||||
@$pb.TagNumber(6)
|
||||
set listValue(ListValue v) { $_setField(6, v); }
|
||||
set listValue(ListValue value) => $_setField(6, value);
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasListValue() => $_has(5);
|
||||
@$pb.TagNumber(6)
|
||||
@@ -232,43 +216,39 @@ class Value extends $pb.GeneratedMessage with $mixin.ValueMixin {
|
||||
ListValue ensureListValue() => $_ensure(5);
|
||||
}
|
||||
|
||||
/// `ListValue` is a wrapper around a repeated field of values.
|
||||
/// `ListValue` is a wrapper around a repeated field of values.
|
||||
///
|
||||
/// The JSON representation for `ListValue` is JSON array.
|
||||
/// The JSON representation for `ListValue` is JSON array.
|
||||
class ListValue extends $pb.GeneratedMessage with $mixin.ListValueMixin {
|
||||
factory ListValue({
|
||||
$core.Iterable<Value>? values,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (values != null) {
|
||||
$result.values.addAll(values);
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (values != null) result.values.addAll(values);
|
||||
return result;
|
||||
}
|
||||
ListValue._() : super();
|
||||
factory ListValue.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory ListValue.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
ListValue._();
|
||||
|
||||
factory ListValue.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory ListValue.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ListValue', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf'), createEmptyInstance: create, toProto3Json: $mixin.ListValueMixin.toProto3JsonHelper, fromProto3Json: $mixin.ListValueMixin.fromProto3JsonHelper)
|
||||
..pc<Value>(1, _omitFieldNames ? '' : 'values', $pb.PbFieldType.PM, subBuilder: Value.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ListValue clone() => ListValue()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ListValue copyWith(void Function(ListValue) updates) => super.copyWith((message) => updates(message as ListValue)) as ListValue;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ListValue create() => ListValue._();
|
||||
@$core.override
|
||||
ListValue createEmptyInstance() => create();
|
||||
static $pb.PbList<ListValue> createRepeated() => $pb.PbList<ListValue>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -281,5 +261,5 @@ class ListValue extends $pb.GeneratedMessage with $mixin.ListValueMixin {
|
||||
}
|
||||
|
||||
|
||||
const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
const $core.bool _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
|
||||
@@ -5,18 +5,19 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
/// `NullValue` is a singleton enumeration to represent the null value for the
|
||||
/// `Value` type union.
|
||||
/// `NullValue` is a singleton enumeration to represent the null value for the
|
||||
/// `Value` type union.
|
||||
///
|
||||
/// The JSON representation for `NullValue` is JSON `null`.
|
||||
/// The JSON representation for `NullValue` is JSON `null`.
|
||||
class NullValue extends $pb.ProtobufEnum {
|
||||
/// Null value.
|
||||
static const NullValue NULL_VALUE = NullValue._(0, _omitEnumNames ? '' : 'NULL_VALUE');
|
||||
@@ -25,11 +26,11 @@ class NullValue extends $pb.ProtobufEnum {
|
||||
NULL_VALUE,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, NullValue> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static NullValue? valueOf($core.int value) => _byValue[value];
|
||||
static final $core.List<NullValue?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 0);
|
||||
static NullValue? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const NullValue._(super.v, super.n);
|
||||
const NullValue._(super.value, super.name);
|
||||
}
|
||||
|
||||
|
||||
const _omitEnumNames = $core.bool.fromEnvironment('protobuf.omit_enum_names');
|
||||
const $core.bool _omitEnumNames = $core.bool.fromEnvironment('protobuf.omit_enum_names');
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -5,9 +5,11 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package
|
||||
// ignore_for_file: implementation_imports, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -17,105 +19,103 @@ import 'package:protobuf/src/protobuf/mixins/well_known.dart' as $mixin;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
/// A Timestamp represents a point in time independent of any time zone or local
|
||||
/// calendar, encoded as a count of seconds and fractions of seconds at
|
||||
/// nanosecond resolution. The count is relative to an epoch at UTC midnight on
|
||||
/// January 1, 1970, in the proleptic Gregorian calendar which extends the
|
||||
/// Gregorian calendar backwards to year one.
|
||||
/// A Timestamp represents a point in time independent of any time zone or local
|
||||
/// calendar, encoded as a count of seconds and fractions of seconds at
|
||||
/// nanosecond resolution. The count is relative to an epoch at UTC midnight on
|
||||
/// January 1, 1970, in the proleptic Gregorian calendar which extends the
|
||||
/// Gregorian calendar backwards to year one.
|
||||
///
|
||||
/// All minutes are 60 seconds long. Leap seconds are "smeared" so that no leap
|
||||
/// second table is needed for interpretation, using a [24-hour linear
|
||||
/// smear](https://developers.google.com/time/smear).
|
||||
/// All minutes are 60 seconds long. Leap seconds are "smeared" so that no leap
|
||||
/// second table is needed for interpretation, using a [24-hour linear
|
||||
/// smear](https://developers.google.com/time/smear).
|
||||
///
|
||||
/// The range is from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z. By
|
||||
/// restricting to that range, we ensure that we can convert to and from [RFC
|
||||
/// 3339](https://www.ietf.org/rfc/rfc3339.txt) date strings.
|
||||
/// The range is from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z. By
|
||||
/// restricting to that range, we ensure that we can convert to and from [RFC
|
||||
/// 3339](https://www.ietf.org/rfc/rfc3339.txt) date strings.
|
||||
///
|
||||
/// # Examples
|
||||
/// # Examples
|
||||
///
|
||||
/// Example 1: Compute Timestamp from POSIX `time()`.
|
||||
/// Example 1: Compute Timestamp from POSIX `time()`.
|
||||
///
|
||||
/// Timestamp timestamp;
|
||||
/// timestamp.set_seconds(time(NULL));
|
||||
/// timestamp.set_nanos(0);
|
||||
/// Timestamp timestamp;
|
||||
/// timestamp.set_seconds(time(NULL));
|
||||
/// timestamp.set_nanos(0);
|
||||
///
|
||||
/// Example 2: Compute Timestamp from POSIX `gettimeofday()`.
|
||||
/// Example 2: Compute Timestamp from POSIX `gettimeofday()`.
|
||||
///
|
||||
/// struct timeval tv;
|
||||
/// gettimeofday(&tv, NULL);
|
||||
/// struct timeval tv;
|
||||
/// gettimeofday(&tv, NULL);
|
||||
///
|
||||
/// Timestamp timestamp;
|
||||
/// timestamp.set_seconds(tv.tv_sec);
|
||||
/// timestamp.set_nanos(tv.tv_usec * 1000);
|
||||
/// Timestamp timestamp;
|
||||
/// timestamp.set_seconds(tv.tv_sec);
|
||||
/// timestamp.set_nanos(tv.tv_usec * 1000);
|
||||
///
|
||||
/// Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
|
||||
/// Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.
|
||||
///
|
||||
/// FILETIME ft;
|
||||
/// GetSystemTimeAsFileTime(&ft);
|
||||
/// UINT64 ticks = (((UINT64)ft.dwHighDateTime) << 32) | ft.dwLowDateTime;
|
||||
/// FILETIME ft;
|
||||
/// GetSystemTimeAsFileTime(&ft);
|
||||
/// UINT64 ticks = (((UINT64)ft.dwHighDateTime) << 32) | ft.dwLowDateTime;
|
||||
///
|
||||
/// // A Windows tick is 100 nanoseconds. Windows epoch 1601-01-01T00:00:00Z
|
||||
/// // is 11644473600 seconds before Unix epoch 1970-01-01T00:00:00Z.
|
||||
/// Timestamp timestamp;
|
||||
/// timestamp.set_seconds((INT64) ((ticks / 10000000) - 11644473600LL));
|
||||
/// timestamp.set_nanos((INT32) ((ticks % 10000000) * 100));
|
||||
/// // A Windows tick is 100 nanoseconds. Windows epoch 1601-01-01T00:00:00Z
|
||||
/// // is 11644473600 seconds before Unix epoch 1970-01-01T00:00:00Z.
|
||||
/// Timestamp timestamp;
|
||||
/// timestamp.set_seconds((INT64) ((ticks / 10000000) - 11644473600LL));
|
||||
/// timestamp.set_nanos((INT32) ((ticks % 10000000) * 100));
|
||||
///
|
||||
/// Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
|
||||
/// Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.
|
||||
///
|
||||
/// long millis = System.currentTimeMillis();
|
||||
/// long millis = System.currentTimeMillis();
|
||||
///
|
||||
/// Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000)
|
||||
/// .setNanos((int) ((millis % 1000) * 1000000)).build();
|
||||
/// Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000)
|
||||
/// .setNanos((int) ((millis % 1000) * 1000000)).build();
|
||||
///
|
||||
///
|
||||
/// Example 5: Compute Timestamp from current time in Python.
|
||||
/// Example 5: Compute Timestamp from current time in Python.
|
||||
///
|
||||
/// timestamp = Timestamp()
|
||||
/// timestamp.GetCurrentTime()
|
||||
/// timestamp = Timestamp()
|
||||
/// timestamp.GetCurrentTime()
|
||||
///
|
||||
/// # JSON Mapping
|
||||
/// # JSON Mapping
|
||||
///
|
||||
/// In JSON format, the Timestamp type is encoded as a string in the
|
||||
/// [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. That is, the
|
||||
/// format is "{year}-{month}-{day}T{hour}:{min}:{sec}[.{frac_sec}]Z"
|
||||
/// where {year} is always expressed using four digits while {month}, {day},
|
||||
/// {hour}, {min}, and {sec} are zero-padded to two digits each. The fractional
|
||||
/// seconds, which can go up to 9 digits (i.e. up to 1 nanosecond resolution),
|
||||
/// are optional. The "Z" suffix indicates the timezone ("UTC"); the timezone
|
||||
/// is required. A proto3 JSON serializer should always use UTC (as indicated by
|
||||
/// "Z") when printing the Timestamp type and a proto3 JSON parser should be
|
||||
/// able to accept both UTC and other timezones (as indicated by an offset).
|
||||
/// In JSON format, the Timestamp type is encoded as a string in the
|
||||
/// [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. That is, the
|
||||
/// format is "{year}-{month}-{day}T{hour}:{min}:{sec}[.{frac_sec}]Z"
|
||||
/// where {year} is always expressed using four digits while {month}, {day},
|
||||
/// {hour}, {min}, and {sec} are zero-padded to two digits each. The fractional
|
||||
/// seconds, which can go up to 9 digits (i.e. up to 1 nanosecond resolution),
|
||||
/// are optional. The "Z" suffix indicates the timezone ("UTC"); the timezone
|
||||
/// is required. A proto3 JSON serializer should always use UTC (as indicated by
|
||||
/// "Z") when printing the Timestamp type and a proto3 JSON parser should be
|
||||
/// able to accept both UTC and other timezones (as indicated by an offset).
|
||||
///
|
||||
/// For example, "2017-01-15T01:30:15.01Z" encodes 15.01 seconds past
|
||||
/// 01:30 UTC on January 15, 2017.
|
||||
/// For example, "2017-01-15T01:30:15.01Z" encodes 15.01 seconds past
|
||||
/// 01:30 UTC on January 15, 2017.
|
||||
///
|
||||
/// In JavaScript, one can convert a Date object to this format using the
|
||||
/// standard
|
||||
/// [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString)
|
||||
/// method. In Python, a standard `datetime.datetime` object can be converted
|
||||
/// to this format using
|
||||
/// [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) with
|
||||
/// the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use
|
||||
/// the Joda Time's [`ISODateTimeFormat.dateTime()`](
|
||||
/// http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D
|
||||
/// ) to obtain a formatter capable of generating timestamps in this format.
|
||||
/// In JavaScript, one can convert a Date object to this format using the
|
||||
/// standard
|
||||
/// [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString)
|
||||
/// method. In Python, a standard `datetime.datetime` object can be converted
|
||||
/// to this format using
|
||||
/// [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) with
|
||||
/// the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use
|
||||
/// the Joda Time's [`ISODateTimeFormat.dateTime()`](
|
||||
/// http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D
|
||||
/// ) to obtain a formatter capable of generating timestamps in this format.
|
||||
class Timestamp extends $pb.GeneratedMessage with $mixin.TimestampMixin {
|
||||
factory Timestamp({
|
||||
$fixnum.Int64? seconds,
|
||||
$core.int? nanos,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (seconds != null) {
|
||||
$result.seconds = seconds;
|
||||
}
|
||||
if (nanos != null) {
|
||||
$result.nanos = nanos;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (seconds != null) result.seconds = seconds;
|
||||
if (nanos != null) result.nanos = nanos;
|
||||
return result;
|
||||
}
|
||||
Timestamp._() : super();
|
||||
factory Timestamp.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory Timestamp.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
Timestamp._();
|
||||
|
||||
factory Timestamp.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory Timestamp.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Timestamp', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf'), createEmptyInstance: create, toProto3Json: $mixin.TimestampMixin.toProto3JsonHelper, fromProto3Json: $mixin.TimestampMixin.fromProto3JsonHelper)
|
||||
..aInt64(1, _omitFieldNames ? '' : 'seconds')
|
||||
@@ -123,21 +123,17 @@ class Timestamp extends $pb.GeneratedMessage with $mixin.TimestampMixin {
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Timestamp clone() => Timestamp()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Timestamp copyWith(void Function(Timestamp) updates) => super.copyWith((message) => updates(message as Timestamp)) as Timestamp;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static Timestamp create() => Timestamp._();
|
||||
@$core.override
|
||||
Timestamp createEmptyInstance() => create();
|
||||
static $pb.PbList<Timestamp> createRepeated() => $pb.PbList<Timestamp>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -150,7 +146,7 @@ class Timestamp extends $pb.GeneratedMessage with $mixin.TimestampMixin {
|
||||
@$pb.TagNumber(1)
|
||||
$fixnum.Int64 get seconds => $_getI64(0);
|
||||
@$pb.TagNumber(1)
|
||||
set seconds($fixnum.Int64 v) { $_setInt64(0, v); }
|
||||
set seconds($fixnum.Int64 value) => $_setInt64(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasSeconds() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -163,7 +159,7 @@ class Timestamp extends $pb.GeneratedMessage with $mixin.TimestampMixin {
|
||||
@$pb.TagNumber(2)
|
||||
$core.int get nanos => $_getIZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set nanos($core.int v) { $_setSignedInt32(1, v); }
|
||||
set nanos($core.int value) => $_setSignedInt32(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasNanos() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -179,5 +175,5 @@ class Timestamp extends $pb.GeneratedMessage with $mixin.TimestampMixin {
|
||||
}
|
||||
|
||||
|
||||
const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
const $core.bool _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: google/protobuf/timestamp.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -5,16 +5,17 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'any.pb.dart' as $18;
|
||||
import 'source_context.pb.dart' as $19;
|
||||
import 'any.pb.dart' as $16;
|
||||
import 'source_context.pb.dart' as $18;
|
||||
import 'type.pbenum.dart';
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
@@ -28,59 +29,45 @@ class Type extends $pb.GeneratedMessage {
|
||||
$core.Iterable<Field>? fields,
|
||||
$core.Iterable<$core.String>? oneofs,
|
||||
$core.Iterable<Option>? options,
|
||||
$19.SourceContext? sourceContext,
|
||||
$18.SourceContext? sourceContext,
|
||||
Syntax? syntax,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (name != null) {
|
||||
$result.name = name;
|
||||
}
|
||||
if (fields != null) {
|
||||
$result.fields.addAll(fields);
|
||||
}
|
||||
if (oneofs != null) {
|
||||
$result.oneofs.addAll(oneofs);
|
||||
}
|
||||
if (options != null) {
|
||||
$result.options.addAll(options);
|
||||
}
|
||||
if (sourceContext != null) {
|
||||
$result.sourceContext = sourceContext;
|
||||
}
|
||||
if (syntax != null) {
|
||||
$result.syntax = syntax;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (name != null) result.name = name;
|
||||
if (fields != null) result.fields.addAll(fields);
|
||||
if (oneofs != null) result.oneofs.addAll(oneofs);
|
||||
if (options != null) result.options.addAll(options);
|
||||
if (sourceContext != null) result.sourceContext = sourceContext;
|
||||
if (syntax != null) result.syntax = syntax;
|
||||
return result;
|
||||
}
|
||||
Type._() : super();
|
||||
factory Type.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory Type.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
Type._();
|
||||
|
||||
factory Type.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory Type.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Type', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'name')
|
||||
..pc<Field>(2, _omitFieldNames ? '' : 'fields', $pb.PbFieldType.PM, subBuilder: Field.create)
|
||||
..pPS(3, _omitFieldNames ? '' : 'oneofs')
|
||||
..pc<Option>(4, _omitFieldNames ? '' : 'options', $pb.PbFieldType.PM, subBuilder: Option.create)
|
||||
..aOM<$19.SourceContext>(5, _omitFieldNames ? '' : 'sourceContext', subBuilder: $19.SourceContext.create)
|
||||
..aOM<$18.SourceContext>(5, _omitFieldNames ? '' : 'sourceContext', subBuilder: $18.SourceContext.create)
|
||||
..e<Syntax>(6, _omitFieldNames ? '' : 'syntax', $pb.PbFieldType.OE, defaultOrMaker: Syntax.SYNTAX_PROTO2, valueOf: Syntax.valueOf, enumValues: Syntax.values)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Type clone() => Type()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Type copyWith(void Function(Type) updates) => super.copyWith((message) => updates(message as Type)) as Type;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static Type create() => Type._();
|
||||
@$core.override
|
||||
Type createEmptyInstance() => create();
|
||||
static $pb.PbList<Type> createRepeated() => $pb.PbList<Type>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -91,7 +78,7 @@ class Type extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get name => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set name($core.String v) { $_setString(0, v); }
|
||||
set name($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasName() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -111,21 +98,21 @@ class Type extends $pb.GeneratedMessage {
|
||||
|
||||
/// The source context.
|
||||
@$pb.TagNumber(5)
|
||||
$19.SourceContext get sourceContext => $_getN(4);
|
||||
$18.SourceContext get sourceContext => $_getN(4);
|
||||
@$pb.TagNumber(5)
|
||||
set sourceContext($19.SourceContext v) { $_setField(5, v); }
|
||||
set sourceContext($18.SourceContext value) => $_setField(5, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasSourceContext() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
void clearSourceContext() => $_clearField(5);
|
||||
@$pb.TagNumber(5)
|
||||
$19.SourceContext ensureSourceContext() => $_ensure(4);
|
||||
$18.SourceContext ensureSourceContext() => $_ensure(4);
|
||||
|
||||
/// The source syntax.
|
||||
@$pb.TagNumber(6)
|
||||
Syntax get syntax => $_getN(5);
|
||||
@$pb.TagNumber(6)
|
||||
set syntax(Syntax v) { $_setField(6, v); }
|
||||
set syntax(Syntax value) => $_setField(6, value);
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasSyntax() => $_has(5);
|
||||
@$pb.TagNumber(6)
|
||||
@@ -146,42 +133,24 @@ class Field extends $pb.GeneratedMessage {
|
||||
$core.String? jsonName,
|
||||
$core.String? defaultValue,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (kind != null) {
|
||||
$result.kind = kind;
|
||||
}
|
||||
if (cardinality != null) {
|
||||
$result.cardinality = cardinality;
|
||||
}
|
||||
if (number != null) {
|
||||
$result.number = number;
|
||||
}
|
||||
if (name != null) {
|
||||
$result.name = name;
|
||||
}
|
||||
if (typeUrl != null) {
|
||||
$result.typeUrl = typeUrl;
|
||||
}
|
||||
if (oneofIndex != null) {
|
||||
$result.oneofIndex = oneofIndex;
|
||||
}
|
||||
if (packed != null) {
|
||||
$result.packed = packed;
|
||||
}
|
||||
if (options != null) {
|
||||
$result.options.addAll(options);
|
||||
}
|
||||
if (jsonName != null) {
|
||||
$result.jsonName = jsonName;
|
||||
}
|
||||
if (defaultValue != null) {
|
||||
$result.defaultValue = defaultValue;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (kind != null) result.kind = kind;
|
||||
if (cardinality != null) result.cardinality = cardinality;
|
||||
if (number != null) result.number = number;
|
||||
if (name != null) result.name = name;
|
||||
if (typeUrl != null) result.typeUrl = typeUrl;
|
||||
if (oneofIndex != null) result.oneofIndex = oneofIndex;
|
||||
if (packed != null) result.packed = packed;
|
||||
if (options != null) result.options.addAll(options);
|
||||
if (jsonName != null) result.jsonName = jsonName;
|
||||
if (defaultValue != null) result.defaultValue = defaultValue;
|
||||
return result;
|
||||
}
|
||||
Field._() : super();
|
||||
factory Field.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory Field.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
Field._();
|
||||
|
||||
factory Field.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory Field.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Field', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf'), createEmptyInstance: create)
|
||||
..e<Field_Kind>(1, _omitFieldNames ? '' : 'kind', $pb.PbFieldType.OE, defaultOrMaker: Field_Kind.TYPE_UNKNOWN, valueOf: Field_Kind.valueOf, enumValues: Field_Kind.values)
|
||||
@@ -197,21 +166,17 @@ class Field extends $pb.GeneratedMessage {
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Field clone() => Field()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Field copyWith(void Function(Field) updates) => super.copyWith((message) => updates(message as Field)) as Field;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static Field create() => Field._();
|
||||
@$core.override
|
||||
Field createEmptyInstance() => create();
|
||||
static $pb.PbList<Field> createRepeated() => $pb.PbList<Field>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -222,7 +187,7 @@ class Field extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
Field_Kind get kind => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set kind(Field_Kind v) { $_setField(1, v); }
|
||||
set kind(Field_Kind value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasKind() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -232,7 +197,7 @@ class Field extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(2)
|
||||
Field_Cardinality get cardinality => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set cardinality(Field_Cardinality v) { $_setField(2, v); }
|
||||
set cardinality(Field_Cardinality value) => $_setField(2, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasCardinality() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -242,7 +207,7 @@ class Field extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(3)
|
||||
$core.int get number => $_getIZ(2);
|
||||
@$pb.TagNumber(3)
|
||||
set number($core.int v) { $_setSignedInt32(2, v); }
|
||||
set number($core.int value) => $_setSignedInt32(2, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasNumber() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
@@ -252,7 +217,7 @@ class Field extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(4)
|
||||
$core.String get name => $_getSZ(3);
|
||||
@$pb.TagNumber(4)
|
||||
set name($core.String v) { $_setString(3, v); }
|
||||
set name($core.String value) => $_setString(3, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasName() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
@@ -263,7 +228,7 @@ class Field extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(6)
|
||||
$core.String get typeUrl => $_getSZ(4);
|
||||
@$pb.TagNumber(6)
|
||||
set typeUrl($core.String v) { $_setString(4, v); }
|
||||
set typeUrl($core.String value) => $_setString(4, value);
|
||||
@$pb.TagNumber(6)
|
||||
$core.bool hasTypeUrl() => $_has(4);
|
||||
@$pb.TagNumber(6)
|
||||
@@ -274,7 +239,7 @@ class Field extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(7)
|
||||
$core.int get oneofIndex => $_getIZ(5);
|
||||
@$pb.TagNumber(7)
|
||||
set oneofIndex($core.int v) { $_setSignedInt32(5, v); }
|
||||
set oneofIndex($core.int value) => $_setSignedInt32(5, value);
|
||||
@$pb.TagNumber(7)
|
||||
$core.bool hasOneofIndex() => $_has(5);
|
||||
@$pb.TagNumber(7)
|
||||
@@ -284,7 +249,7 @@ class Field extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(8)
|
||||
$core.bool get packed => $_getBF(6);
|
||||
@$pb.TagNumber(8)
|
||||
set packed($core.bool v) { $_setBool(6, v); }
|
||||
set packed($core.bool value) => $_setBool(6, value);
|
||||
@$pb.TagNumber(8)
|
||||
$core.bool hasPacked() => $_has(6);
|
||||
@$pb.TagNumber(8)
|
||||
@@ -298,7 +263,7 @@ class Field extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(10)
|
||||
$core.String get jsonName => $_getSZ(8);
|
||||
@$pb.TagNumber(10)
|
||||
set jsonName($core.String v) { $_setString(8, v); }
|
||||
set jsonName($core.String value) => $_setString(8, value);
|
||||
@$pb.TagNumber(10)
|
||||
$core.bool hasJsonName() => $_has(8);
|
||||
@$pb.TagNumber(10)
|
||||
@@ -308,7 +273,7 @@ class Field extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(11)
|
||||
$core.String get defaultValue => $_getSZ(9);
|
||||
@$pb.TagNumber(11)
|
||||
set defaultValue($core.String v) { $_setString(9, v); }
|
||||
set defaultValue($core.String value) => $_setString(9, value);
|
||||
@$pb.TagNumber(11)
|
||||
$core.bool hasDefaultValue() => $_has(9);
|
||||
@$pb.TagNumber(11)
|
||||
@@ -321,55 +286,43 @@ class Enum extends $pb.GeneratedMessage {
|
||||
$core.String? name,
|
||||
$core.Iterable<EnumValue>? enumvalue,
|
||||
$core.Iterable<Option>? options,
|
||||
$19.SourceContext? sourceContext,
|
||||
$18.SourceContext? sourceContext,
|
||||
Syntax? syntax,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (name != null) {
|
||||
$result.name = name;
|
||||
}
|
||||
if (enumvalue != null) {
|
||||
$result.enumvalue.addAll(enumvalue);
|
||||
}
|
||||
if (options != null) {
|
||||
$result.options.addAll(options);
|
||||
}
|
||||
if (sourceContext != null) {
|
||||
$result.sourceContext = sourceContext;
|
||||
}
|
||||
if (syntax != null) {
|
||||
$result.syntax = syntax;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (name != null) result.name = name;
|
||||
if (enumvalue != null) result.enumvalue.addAll(enumvalue);
|
||||
if (options != null) result.options.addAll(options);
|
||||
if (sourceContext != null) result.sourceContext = sourceContext;
|
||||
if (syntax != null) result.syntax = syntax;
|
||||
return result;
|
||||
}
|
||||
Enum._() : super();
|
||||
factory Enum.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory Enum.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
Enum._();
|
||||
|
||||
factory Enum.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory Enum.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Enum', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'name')
|
||||
..pc<EnumValue>(2, _omitFieldNames ? '' : 'enumvalue', $pb.PbFieldType.PM, subBuilder: EnumValue.create)
|
||||
..pc<Option>(3, _omitFieldNames ? '' : 'options', $pb.PbFieldType.PM, subBuilder: Option.create)
|
||||
..aOM<$19.SourceContext>(4, _omitFieldNames ? '' : 'sourceContext', subBuilder: $19.SourceContext.create)
|
||||
..aOM<$18.SourceContext>(4, _omitFieldNames ? '' : 'sourceContext', subBuilder: $18.SourceContext.create)
|
||||
..e<Syntax>(5, _omitFieldNames ? '' : 'syntax', $pb.PbFieldType.OE, defaultOrMaker: Syntax.SYNTAX_PROTO2, valueOf: Syntax.valueOf, enumValues: Syntax.values)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Enum clone() => Enum()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Enum copyWith(void Function(Enum) updates) => super.copyWith((message) => updates(message as Enum)) as Enum;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static Enum create() => Enum._();
|
||||
@$core.override
|
||||
Enum createEmptyInstance() => create();
|
||||
static $pb.PbList<Enum> createRepeated() => $pb.PbList<Enum>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -380,7 +333,7 @@ class Enum extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get name => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set name($core.String v) { $_setString(0, v); }
|
||||
set name($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasName() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -396,21 +349,21 @@ class Enum extends $pb.GeneratedMessage {
|
||||
|
||||
/// The source context.
|
||||
@$pb.TagNumber(4)
|
||||
$19.SourceContext get sourceContext => $_getN(3);
|
||||
$18.SourceContext get sourceContext => $_getN(3);
|
||||
@$pb.TagNumber(4)
|
||||
set sourceContext($19.SourceContext v) { $_setField(4, v); }
|
||||
set sourceContext($18.SourceContext value) => $_setField(4, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasSourceContext() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
void clearSourceContext() => $_clearField(4);
|
||||
@$pb.TagNumber(4)
|
||||
$19.SourceContext ensureSourceContext() => $_ensure(3);
|
||||
$18.SourceContext ensureSourceContext() => $_ensure(3);
|
||||
|
||||
/// The source syntax.
|
||||
@$pb.TagNumber(5)
|
||||
Syntax get syntax => $_getN(4);
|
||||
@$pb.TagNumber(5)
|
||||
set syntax(Syntax v) { $_setField(5, v); }
|
||||
set syntax(Syntax value) => $_setField(5, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasSyntax() => $_has(4);
|
||||
@$pb.TagNumber(5)
|
||||
@@ -424,21 +377,17 @@ class EnumValue extends $pb.GeneratedMessage {
|
||||
$core.int? number,
|
||||
$core.Iterable<Option>? options,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (name != null) {
|
||||
$result.name = name;
|
||||
}
|
||||
if (number != null) {
|
||||
$result.number = number;
|
||||
}
|
||||
if (options != null) {
|
||||
$result.options.addAll(options);
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (name != null) result.name = name;
|
||||
if (number != null) result.number = number;
|
||||
if (options != null) result.options.addAll(options);
|
||||
return result;
|
||||
}
|
||||
EnumValue._() : super();
|
||||
factory EnumValue.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory EnumValue.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
EnumValue._();
|
||||
|
||||
factory EnumValue.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory EnumValue.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'EnumValue', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'name')
|
||||
@@ -447,21 +396,17 @@ class EnumValue extends $pb.GeneratedMessage {
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
EnumValue clone() => EnumValue()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
EnumValue copyWith(void Function(EnumValue) updates) => super.copyWith((message) => updates(message as EnumValue)) as EnumValue;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static EnumValue create() => EnumValue._();
|
||||
@$core.override
|
||||
EnumValue createEmptyInstance() => create();
|
||||
static $pb.PbList<EnumValue> createRepeated() => $pb.PbList<EnumValue>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -472,7 +417,7 @@ class EnumValue extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get name => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set name($core.String v) { $_setString(0, v); }
|
||||
set name($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasName() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -482,7 +427,7 @@ class EnumValue extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(2)
|
||||
$core.int get number => $_getIZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set number($core.int v) { $_setSignedInt32(1, v); }
|
||||
set number($core.int value) => $_setSignedInt32(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasNumber() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -498,42 +443,36 @@ class EnumValue extends $pb.GeneratedMessage {
|
||||
class Option extends $pb.GeneratedMessage {
|
||||
factory Option({
|
||||
$core.String? name,
|
||||
$18.Any? value,
|
||||
$16.Any? value,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (name != null) {
|
||||
$result.name = name;
|
||||
}
|
||||
if (value != null) {
|
||||
$result.value = value;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (name != null) result.name = name;
|
||||
if (value != null) result.value = value;
|
||||
return result;
|
||||
}
|
||||
Option._() : super();
|
||||
factory Option.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory Option.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
Option._();
|
||||
|
||||
factory Option.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory Option.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Option', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'name')
|
||||
..aOM<$18.Any>(2, _omitFieldNames ? '' : 'value', subBuilder: $18.Any.create)
|
||||
..aOM<$16.Any>(2, _omitFieldNames ? '' : 'value', subBuilder: $16.Any.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Option clone() => Option()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Option copyWith(void Function(Option) updates) => super.copyWith((message) => updates(message as Option)) as Option;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static Option create() => Option._();
|
||||
@$core.override
|
||||
Option createEmptyInstance() => create();
|
||||
static $pb.PbList<Option> createRepeated() => $pb.PbList<Option>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -547,7 +486,7 @@ class Option extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get name => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set name($core.String v) { $_setString(0, v); }
|
||||
set name($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasName() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -558,17 +497,17 @@ class Option extends $pb.GeneratedMessage {
|
||||
/// should be used. If the value is an enum, it should be stored as an int32
|
||||
/// value using the google.protobuf.Int32Value type.
|
||||
@$pb.TagNumber(2)
|
||||
$18.Any get value => $_getN(1);
|
||||
$16.Any get value => $_getN(1);
|
||||
@$pb.TagNumber(2)
|
||||
set value($18.Any v) { $_setField(2, v); }
|
||||
set value($16.Any value) => $_setField(2, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasValue() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearValue() => $_clearField(2);
|
||||
@$pb.TagNumber(2)
|
||||
$18.Any ensureValue() => $_ensure(1);
|
||||
$16.Any ensureValue() => $_ensure(1);
|
||||
}
|
||||
|
||||
|
||||
const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
const $core.bool _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -25,10 +26,10 @@ class Syntax extends $pb.ProtobufEnum {
|
||||
SYNTAX_PROTO3,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, Syntax> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static Syntax? valueOf($core.int value) => _byValue[value];
|
||||
static final $core.List<Syntax?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 1);
|
||||
static Syntax? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const Syntax._(super.v, super.n);
|
||||
const Syntax._(super.value, super.name);
|
||||
}
|
||||
|
||||
/// Basic field types.
|
||||
@@ -94,10 +95,10 @@ class Field_Kind extends $pb.ProtobufEnum {
|
||||
TYPE_SINT64,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, Field_Kind> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static Field_Kind? valueOf($core.int value) => _byValue[value];
|
||||
static final $core.List<Field_Kind?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 18);
|
||||
static Field_Kind? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const Field_Kind._(super.v, super.n);
|
||||
const Field_Kind._(super.value, super.name);
|
||||
}
|
||||
|
||||
/// Whether a field is optional, required, or repeated.
|
||||
@@ -118,11 +119,11 @@ class Field_Cardinality extends $pb.ProtobufEnum {
|
||||
CARDINALITY_REPEATED,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, Field_Cardinality> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static Field_Cardinality? valueOf($core.int value) => _byValue[value];
|
||||
static final $core.List<Field_Cardinality?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 3);
|
||||
static Field_Cardinality? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const Field_Cardinality._(super.v, super.n);
|
||||
const Field_Cardinality._(super.value, super.name);
|
||||
}
|
||||
|
||||
|
||||
const _omitEnumNames = $core.bool.fromEnvironment('protobuf.omit_enum_names');
|
||||
const $core.bool _omitEnumNames = $core.bool.fromEnvironment('protobuf.omit_enum_names');
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -5,9 +5,11 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package
|
||||
// ignore_for_file: implementation_imports, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -17,43 +19,39 @@ import 'package:protobuf/src/protobuf/mixins/well_known.dart' as $mixin;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
/// Wrapper message for `double`.
|
||||
/// Wrapper message for `double`.
|
||||
///
|
||||
/// The JSON representation for `DoubleValue` is JSON number.
|
||||
/// The JSON representation for `DoubleValue` is JSON number.
|
||||
class DoubleValue extends $pb.GeneratedMessage with $mixin.DoubleValueMixin {
|
||||
factory DoubleValue({
|
||||
$core.double? value,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (value != null) {
|
||||
$result.value = value;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (value != null) result.value = value;
|
||||
return result;
|
||||
}
|
||||
DoubleValue._() : super();
|
||||
factory DoubleValue.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory DoubleValue.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
DoubleValue._();
|
||||
|
||||
factory DoubleValue.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory DoubleValue.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'DoubleValue', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf'), createEmptyInstance: create, toProto3Json: $mixin.DoubleValueMixin.toProto3JsonHelper, fromProto3Json: $mixin.DoubleValueMixin.fromProto3JsonHelper)
|
||||
..a<$core.double>(1, _omitFieldNames ? '' : 'value', $pb.PbFieldType.OD)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
DoubleValue clone() => DoubleValue()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
DoubleValue copyWith(void Function(DoubleValue) updates) => super.copyWith((message) => updates(message as DoubleValue)) as DoubleValue;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static DoubleValue create() => DoubleValue._();
|
||||
@$core.override
|
||||
DoubleValue createEmptyInstance() => create();
|
||||
static $pb.PbList<DoubleValue> createRepeated() => $pb.PbList<DoubleValue>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -64,50 +62,46 @@ class DoubleValue extends $pb.GeneratedMessage with $mixin.DoubleValueMixin {
|
||||
@$pb.TagNumber(1)
|
||||
$core.double get value => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set value($core.double v) { $_setDouble(0, v); }
|
||||
set value($core.double value) => $_setDouble(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasValue() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearValue() => $_clearField(1);
|
||||
}
|
||||
|
||||
/// Wrapper message for `float`.
|
||||
/// Wrapper message for `float`.
|
||||
///
|
||||
/// The JSON representation for `FloatValue` is JSON number.
|
||||
/// The JSON representation for `FloatValue` is JSON number.
|
||||
class FloatValue extends $pb.GeneratedMessage with $mixin.FloatValueMixin {
|
||||
factory FloatValue({
|
||||
$core.double? value,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (value != null) {
|
||||
$result.value = value;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (value != null) result.value = value;
|
||||
return result;
|
||||
}
|
||||
FloatValue._() : super();
|
||||
factory FloatValue.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory FloatValue.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
FloatValue._();
|
||||
|
||||
factory FloatValue.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory FloatValue.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'FloatValue', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf'), createEmptyInstance: create, toProto3Json: $mixin.FloatValueMixin.toProto3JsonHelper, fromProto3Json: $mixin.FloatValueMixin.fromProto3JsonHelper)
|
||||
..a<$core.double>(1, _omitFieldNames ? '' : 'value', $pb.PbFieldType.OF)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
FloatValue clone() => FloatValue()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
FloatValue copyWith(void Function(FloatValue) updates) => super.copyWith((message) => updates(message as FloatValue)) as FloatValue;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static FloatValue create() => FloatValue._();
|
||||
@$core.override
|
||||
FloatValue createEmptyInstance() => create();
|
||||
static $pb.PbList<FloatValue> createRepeated() => $pb.PbList<FloatValue>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -118,50 +112,46 @@ class FloatValue extends $pb.GeneratedMessage with $mixin.FloatValueMixin {
|
||||
@$pb.TagNumber(1)
|
||||
$core.double get value => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set value($core.double v) { $_setFloat(0, v); }
|
||||
set value($core.double value) => $_setFloat(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasValue() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearValue() => $_clearField(1);
|
||||
}
|
||||
|
||||
/// Wrapper message for `int64`.
|
||||
/// Wrapper message for `int64`.
|
||||
///
|
||||
/// The JSON representation for `Int64Value` is JSON string.
|
||||
/// The JSON representation for `Int64Value` is JSON string.
|
||||
class Int64Value extends $pb.GeneratedMessage with $mixin.Int64ValueMixin {
|
||||
factory Int64Value({
|
||||
$fixnum.Int64? value,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (value != null) {
|
||||
$result.value = value;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (value != null) result.value = value;
|
||||
return result;
|
||||
}
|
||||
Int64Value._() : super();
|
||||
factory Int64Value.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory Int64Value.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
Int64Value._();
|
||||
|
||||
factory Int64Value.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory Int64Value.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Int64Value', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf'), createEmptyInstance: create, toProto3Json: $mixin.Int64ValueMixin.toProto3JsonHelper, fromProto3Json: $mixin.Int64ValueMixin.fromProto3JsonHelper)
|
||||
..aInt64(1, _omitFieldNames ? '' : 'value')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Int64Value clone() => Int64Value()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Int64Value copyWith(void Function(Int64Value) updates) => super.copyWith((message) => updates(message as Int64Value)) as Int64Value;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static Int64Value create() => Int64Value._();
|
||||
@$core.override
|
||||
Int64Value createEmptyInstance() => create();
|
||||
static $pb.PbList<Int64Value> createRepeated() => $pb.PbList<Int64Value>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -172,50 +162,46 @@ class Int64Value extends $pb.GeneratedMessage with $mixin.Int64ValueMixin {
|
||||
@$pb.TagNumber(1)
|
||||
$fixnum.Int64 get value => $_getI64(0);
|
||||
@$pb.TagNumber(1)
|
||||
set value($fixnum.Int64 v) { $_setInt64(0, v); }
|
||||
set value($fixnum.Int64 value) => $_setInt64(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasValue() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearValue() => $_clearField(1);
|
||||
}
|
||||
|
||||
/// Wrapper message for `uint64`.
|
||||
/// Wrapper message for `uint64`.
|
||||
///
|
||||
/// The JSON representation for `UInt64Value` is JSON string.
|
||||
/// The JSON representation for `UInt64Value` is JSON string.
|
||||
class UInt64Value extends $pb.GeneratedMessage with $mixin.UInt64ValueMixin {
|
||||
factory UInt64Value({
|
||||
$fixnum.Int64? value,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (value != null) {
|
||||
$result.value = value;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (value != null) result.value = value;
|
||||
return result;
|
||||
}
|
||||
UInt64Value._() : super();
|
||||
factory UInt64Value.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory UInt64Value.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
UInt64Value._();
|
||||
|
||||
factory UInt64Value.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory UInt64Value.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'UInt64Value', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf'), createEmptyInstance: create, toProto3Json: $mixin.UInt64ValueMixin.toProto3JsonHelper, fromProto3Json: $mixin.UInt64ValueMixin.fromProto3JsonHelper)
|
||||
..a<$fixnum.Int64>(1, _omitFieldNames ? '' : 'value', $pb.PbFieldType.OU6, defaultOrMaker: $fixnum.Int64.ZERO)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
UInt64Value clone() => UInt64Value()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
UInt64Value copyWith(void Function(UInt64Value) updates) => super.copyWith((message) => updates(message as UInt64Value)) as UInt64Value;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static UInt64Value create() => UInt64Value._();
|
||||
@$core.override
|
||||
UInt64Value createEmptyInstance() => create();
|
||||
static $pb.PbList<UInt64Value> createRepeated() => $pb.PbList<UInt64Value>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -226,50 +212,46 @@ class UInt64Value extends $pb.GeneratedMessage with $mixin.UInt64ValueMixin {
|
||||
@$pb.TagNumber(1)
|
||||
$fixnum.Int64 get value => $_getI64(0);
|
||||
@$pb.TagNumber(1)
|
||||
set value($fixnum.Int64 v) { $_setInt64(0, v); }
|
||||
set value($fixnum.Int64 value) => $_setInt64(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasValue() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearValue() => $_clearField(1);
|
||||
}
|
||||
|
||||
/// Wrapper message for `int32`.
|
||||
/// Wrapper message for `int32`.
|
||||
///
|
||||
/// The JSON representation for `Int32Value` is JSON number.
|
||||
/// The JSON representation for `Int32Value` is JSON number.
|
||||
class Int32Value extends $pb.GeneratedMessage with $mixin.Int32ValueMixin {
|
||||
factory Int32Value({
|
||||
$core.int? value,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (value != null) {
|
||||
$result.value = value;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (value != null) result.value = value;
|
||||
return result;
|
||||
}
|
||||
Int32Value._() : super();
|
||||
factory Int32Value.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory Int32Value.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
Int32Value._();
|
||||
|
||||
factory Int32Value.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory Int32Value.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Int32Value', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf'), createEmptyInstance: create, toProto3Json: $mixin.Int32ValueMixin.toProto3JsonHelper, fromProto3Json: $mixin.Int32ValueMixin.fromProto3JsonHelper)
|
||||
..a<$core.int>(1, _omitFieldNames ? '' : 'value', $pb.PbFieldType.O3)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Int32Value clone() => Int32Value()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Int32Value copyWith(void Function(Int32Value) updates) => super.copyWith((message) => updates(message as Int32Value)) as Int32Value;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static Int32Value create() => Int32Value._();
|
||||
@$core.override
|
||||
Int32Value createEmptyInstance() => create();
|
||||
static $pb.PbList<Int32Value> createRepeated() => $pb.PbList<Int32Value>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -280,50 +262,46 @@ class Int32Value extends $pb.GeneratedMessage with $mixin.Int32ValueMixin {
|
||||
@$pb.TagNumber(1)
|
||||
$core.int get value => $_getIZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set value($core.int v) { $_setSignedInt32(0, v); }
|
||||
set value($core.int value) => $_setSignedInt32(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasValue() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearValue() => $_clearField(1);
|
||||
}
|
||||
|
||||
/// Wrapper message for `uint32`.
|
||||
/// Wrapper message for `uint32`.
|
||||
///
|
||||
/// The JSON representation for `UInt32Value` is JSON number.
|
||||
/// The JSON representation for `UInt32Value` is JSON number.
|
||||
class UInt32Value extends $pb.GeneratedMessage with $mixin.UInt32ValueMixin {
|
||||
factory UInt32Value({
|
||||
$core.int? value,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (value != null) {
|
||||
$result.value = value;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (value != null) result.value = value;
|
||||
return result;
|
||||
}
|
||||
UInt32Value._() : super();
|
||||
factory UInt32Value.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory UInt32Value.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
UInt32Value._();
|
||||
|
||||
factory UInt32Value.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory UInt32Value.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'UInt32Value', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf'), createEmptyInstance: create, toProto3Json: $mixin.UInt32ValueMixin.toProto3JsonHelper, fromProto3Json: $mixin.UInt32ValueMixin.fromProto3JsonHelper)
|
||||
..a<$core.int>(1, _omitFieldNames ? '' : 'value', $pb.PbFieldType.OU3)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
UInt32Value clone() => UInt32Value()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
UInt32Value copyWith(void Function(UInt32Value) updates) => super.copyWith((message) => updates(message as UInt32Value)) as UInt32Value;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static UInt32Value create() => UInt32Value._();
|
||||
@$core.override
|
||||
UInt32Value createEmptyInstance() => create();
|
||||
static $pb.PbList<UInt32Value> createRepeated() => $pb.PbList<UInt32Value>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -334,50 +312,46 @@ class UInt32Value extends $pb.GeneratedMessage with $mixin.UInt32ValueMixin {
|
||||
@$pb.TagNumber(1)
|
||||
$core.int get value => $_getIZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set value($core.int v) { $_setUnsignedInt32(0, v); }
|
||||
set value($core.int value) => $_setUnsignedInt32(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasValue() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearValue() => $_clearField(1);
|
||||
}
|
||||
|
||||
/// Wrapper message for `bool`.
|
||||
/// Wrapper message for `bool`.
|
||||
///
|
||||
/// The JSON representation for `BoolValue` is JSON `true` and `false`.
|
||||
/// The JSON representation for `BoolValue` is JSON `true` and `false`.
|
||||
class BoolValue extends $pb.GeneratedMessage with $mixin.BoolValueMixin {
|
||||
factory BoolValue({
|
||||
$core.bool? value,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (value != null) {
|
||||
$result.value = value;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (value != null) result.value = value;
|
||||
return result;
|
||||
}
|
||||
BoolValue._() : super();
|
||||
factory BoolValue.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory BoolValue.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
BoolValue._();
|
||||
|
||||
factory BoolValue.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory BoolValue.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'BoolValue', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf'), createEmptyInstance: create, toProto3Json: $mixin.BoolValueMixin.toProto3JsonHelper, fromProto3Json: $mixin.BoolValueMixin.fromProto3JsonHelper)
|
||||
..aOB(1, _omitFieldNames ? '' : 'value')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
BoolValue clone() => BoolValue()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
BoolValue copyWith(void Function(BoolValue) updates) => super.copyWith((message) => updates(message as BoolValue)) as BoolValue;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static BoolValue create() => BoolValue._();
|
||||
@$core.override
|
||||
BoolValue createEmptyInstance() => create();
|
||||
static $pb.PbList<BoolValue> createRepeated() => $pb.PbList<BoolValue>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -388,50 +362,46 @@ class BoolValue extends $pb.GeneratedMessage with $mixin.BoolValueMixin {
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool get value => $_getBF(0);
|
||||
@$pb.TagNumber(1)
|
||||
set value($core.bool v) { $_setBool(0, v); }
|
||||
set value($core.bool value) => $_setBool(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasValue() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearValue() => $_clearField(1);
|
||||
}
|
||||
|
||||
/// Wrapper message for `string`.
|
||||
/// Wrapper message for `string`.
|
||||
///
|
||||
/// The JSON representation for `StringValue` is JSON string.
|
||||
/// The JSON representation for `StringValue` is JSON string.
|
||||
class StringValue extends $pb.GeneratedMessage with $mixin.StringValueMixin {
|
||||
factory StringValue({
|
||||
$core.String? value,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (value != null) {
|
||||
$result.value = value;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (value != null) result.value = value;
|
||||
return result;
|
||||
}
|
||||
StringValue._() : super();
|
||||
factory StringValue.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory StringValue.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
StringValue._();
|
||||
|
||||
factory StringValue.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory StringValue.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'StringValue', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf'), createEmptyInstance: create, toProto3Json: $mixin.StringValueMixin.toProto3JsonHelper, fromProto3Json: $mixin.StringValueMixin.fromProto3JsonHelper)
|
||||
..aOS(1, _omitFieldNames ? '' : 'value')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
StringValue clone() => StringValue()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
StringValue copyWith(void Function(StringValue) updates) => super.copyWith((message) => updates(message as StringValue)) as StringValue;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static StringValue create() => StringValue._();
|
||||
@$core.override
|
||||
StringValue createEmptyInstance() => create();
|
||||
static $pb.PbList<StringValue> createRepeated() => $pb.PbList<StringValue>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -442,50 +412,46 @@ class StringValue extends $pb.GeneratedMessage with $mixin.StringValueMixin {
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get value => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set value($core.String v) { $_setString(0, v); }
|
||||
set value($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasValue() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearValue() => $_clearField(1);
|
||||
}
|
||||
|
||||
/// Wrapper message for `bytes`.
|
||||
/// Wrapper message for `bytes`.
|
||||
///
|
||||
/// The JSON representation for `BytesValue` is JSON string.
|
||||
/// The JSON representation for `BytesValue` is JSON string.
|
||||
class BytesValue extends $pb.GeneratedMessage with $mixin.BytesValueMixin {
|
||||
factory BytesValue({
|
||||
$core.List<$core.int>? value,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (value != null) {
|
||||
$result.value = value;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (value != null) result.value = value;
|
||||
return result;
|
||||
}
|
||||
BytesValue._() : super();
|
||||
factory BytesValue.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory BytesValue.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
BytesValue._();
|
||||
|
||||
factory BytesValue.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory BytesValue.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'BytesValue', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.protobuf'), createEmptyInstance: create, toProto3Json: $mixin.BytesValueMixin.toProto3JsonHelper, fromProto3Json: $mixin.BytesValueMixin.fromProto3JsonHelper)
|
||||
..a<$core.List<$core.int>>(1, _omitFieldNames ? '' : 'value', $pb.PbFieldType.OY)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
BytesValue clone() => BytesValue()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
BytesValue copyWith(void Function(BytesValue) updates) => super.copyWith((message) => updates(message as BytesValue)) as BytesValue;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static BytesValue create() => BytesValue._();
|
||||
@$core.override
|
||||
BytesValue createEmptyInstance() => create();
|
||||
static $pb.PbList<BytesValue> createRepeated() => $pb.PbList<BytesValue>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -496,7 +462,7 @@ class BytesValue extends $pb.GeneratedMessage with $mixin.BytesValueMixin {
|
||||
@$pb.TagNumber(1)
|
||||
$core.List<$core.int> get value => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set value($core.List<$core.int> v) { $_setBytes(0, v); }
|
||||
set value($core.List<$core.int> value) => $_setBytes(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasValue() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -504,5 +470,5 @@ class BytesValue extends $pb.GeneratedMessage with $mixin.BytesValueMixin {
|
||||
}
|
||||
|
||||
|
||||
const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
const $core.bool _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: google/protobuf/wrappers.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
|
||||
@@ -5,157 +5,158 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
/// The canonical error codes for Google APIs.
|
||||
/// The canonical error codes for Google APIs.
|
||||
///
|
||||
///
|
||||
/// Sometimes multiple error codes may apply. Services should return
|
||||
/// the most specific error code that applies. For example, prefer
|
||||
/// `OUT_OF_RANGE` over `FAILED_PRECONDITION` if both codes apply.
|
||||
/// Similarly prefer `NOT_FOUND` or `ALREADY_EXISTS` over `FAILED_PRECONDITION`.
|
||||
/// Sometimes multiple error codes may apply. Services should return
|
||||
/// the most specific error code that applies. For example, prefer
|
||||
/// `OUT_OF_RANGE` over `FAILED_PRECONDITION` if both codes apply.
|
||||
/// Similarly prefer `NOT_FOUND` or `ALREADY_EXISTS` over `FAILED_PRECONDITION`.
|
||||
class Code extends $pb.ProtobufEnum {
|
||||
/// Not an error; returned on success
|
||||
/// Not an error; returned on success
|
||||
///
|
||||
/// HTTP Mapping: 200 OK
|
||||
/// HTTP Mapping: 200 OK
|
||||
static const Code OK = Code._(0, _omitEnumNames ? '' : 'OK');
|
||||
/// The operation was cancelled, typically by the caller.
|
||||
/// The operation was cancelled, typically by the caller.
|
||||
///
|
||||
/// HTTP Mapping: 499 Client Closed Request
|
||||
/// HTTP Mapping: 499 Client Closed Request
|
||||
static const Code CANCELLED = Code._(1, _omitEnumNames ? '' : 'CANCELLED');
|
||||
/// Unknown error. For example, this error may be returned when
|
||||
/// a `Status` value received from another address space belongs to
|
||||
/// an error space that is not known in this address space. Also
|
||||
/// errors raised by APIs that do not return enough error information
|
||||
/// may be converted to this error.
|
||||
/// Unknown error. For example, this error may be returned when
|
||||
/// a `Status` value received from another address space belongs to
|
||||
/// an error space that is not known in this address space. Also
|
||||
/// errors raised by APIs that do not return enough error information
|
||||
/// may be converted to this error.
|
||||
///
|
||||
/// HTTP Mapping: 500 Internal Server Error
|
||||
/// HTTP Mapping: 500 Internal Server Error
|
||||
static const Code UNKNOWN = Code._(2, _omitEnumNames ? '' : 'UNKNOWN');
|
||||
/// The client specified an invalid argument. Note that this differs
|
||||
/// from `FAILED_PRECONDITION`. `INVALID_ARGUMENT` indicates arguments
|
||||
/// that are problematic regardless of the state of the system
|
||||
/// (e.g., a malformed file name).
|
||||
/// The client specified an invalid argument. Note that this differs
|
||||
/// from `FAILED_PRECONDITION`. `INVALID_ARGUMENT` indicates arguments
|
||||
/// that are problematic regardless of the state of the system
|
||||
/// (e.g., a malformed file name).
|
||||
///
|
||||
/// HTTP Mapping: 400 Bad Request
|
||||
/// HTTP Mapping: 400 Bad Request
|
||||
static const Code INVALID_ARGUMENT = Code._(3, _omitEnumNames ? '' : 'INVALID_ARGUMENT');
|
||||
/// The deadline expired before the operation could complete. For operations
|
||||
/// that change the state of the system, this error may be returned
|
||||
/// even if the operation has completed successfully. For example, a
|
||||
/// successful response from a server could have been delayed long
|
||||
/// enough for the deadline to expire.
|
||||
/// The deadline expired before the operation could complete. For operations
|
||||
/// that change the state of the system, this error may be returned
|
||||
/// even if the operation has completed successfully. For example, a
|
||||
/// successful response from a server could have been delayed long
|
||||
/// enough for the deadline to expire.
|
||||
///
|
||||
/// HTTP Mapping: 504 Gateway Timeout
|
||||
/// HTTP Mapping: 504 Gateway Timeout
|
||||
static const Code DEADLINE_EXCEEDED = Code._(4, _omitEnumNames ? '' : 'DEADLINE_EXCEEDED');
|
||||
/// Some requested entity (e.g., file or directory) was not found.
|
||||
/// Some requested entity (e.g., file or directory) was not found.
|
||||
///
|
||||
/// Note to server developers: if a request is denied for an entire class
|
||||
/// of users, such as gradual feature rollout or undocumented whitelist,
|
||||
/// `NOT_FOUND` may be used. If a request is denied for some users within
|
||||
/// a class of users, such as user-based access control, `PERMISSION_DENIED`
|
||||
/// must be used.
|
||||
/// Note to server developers: if a request is denied for an entire class
|
||||
/// of users, such as gradual feature rollout or undocumented whitelist,
|
||||
/// `NOT_FOUND` may be used. If a request is denied for some users within
|
||||
/// a class of users, such as user-based access control, `PERMISSION_DENIED`
|
||||
/// must be used.
|
||||
///
|
||||
/// HTTP Mapping: 404 Not Found
|
||||
/// HTTP Mapping: 404 Not Found
|
||||
static const Code NOT_FOUND = Code._(5, _omitEnumNames ? '' : 'NOT_FOUND');
|
||||
/// The entity that a client attempted to create (e.g., file or directory)
|
||||
/// already exists.
|
||||
/// The entity that a client attempted to create (e.g., file or directory)
|
||||
/// already exists.
|
||||
///
|
||||
/// HTTP Mapping: 409 Conflict
|
||||
/// HTTP Mapping: 409 Conflict
|
||||
static const Code ALREADY_EXISTS = Code._(6, _omitEnumNames ? '' : 'ALREADY_EXISTS');
|
||||
/// The caller does not have permission to execute the specified
|
||||
/// operation. `PERMISSION_DENIED` must not be used for rejections
|
||||
/// caused by exhausting some resource (use `RESOURCE_EXHAUSTED`
|
||||
/// instead for those errors). `PERMISSION_DENIED` must not be
|
||||
/// used if the caller can not be identified (use `UNAUTHENTICATED`
|
||||
/// instead for those errors). This error code does not imply the
|
||||
/// request is valid or the requested entity exists or satisfies
|
||||
/// other pre-conditions.
|
||||
/// The caller does not have permission to execute the specified
|
||||
/// operation. `PERMISSION_DENIED` must not be used for rejections
|
||||
/// caused by exhausting some resource (use `RESOURCE_EXHAUSTED`
|
||||
/// instead for those errors). `PERMISSION_DENIED` must not be
|
||||
/// used if the caller can not be identified (use `UNAUTHENTICATED`
|
||||
/// instead for those errors). This error code does not imply the
|
||||
/// request is valid or the requested entity exists or satisfies
|
||||
/// other pre-conditions.
|
||||
///
|
||||
/// HTTP Mapping: 403 Forbidden
|
||||
/// HTTP Mapping: 403 Forbidden
|
||||
static const Code PERMISSION_DENIED = Code._(7, _omitEnumNames ? '' : 'PERMISSION_DENIED');
|
||||
/// The request does not have valid authentication credentials for the
|
||||
/// operation.
|
||||
/// The request does not have valid authentication credentials for the
|
||||
/// operation.
|
||||
///
|
||||
/// HTTP Mapping: 401 Unauthorized
|
||||
/// HTTP Mapping: 401 Unauthorized
|
||||
static const Code UNAUTHENTICATED = Code._(16, _omitEnumNames ? '' : 'UNAUTHENTICATED');
|
||||
/// Some resource has been exhausted, perhaps a per-user quota, or
|
||||
/// perhaps the entire file system is out of space.
|
||||
/// Some resource has been exhausted, perhaps a per-user quota, or
|
||||
/// perhaps the entire file system is out of space.
|
||||
///
|
||||
/// HTTP Mapping: 429 Too Many Requests
|
||||
/// HTTP Mapping: 429 Too Many Requests
|
||||
static const Code RESOURCE_EXHAUSTED = Code._(8, _omitEnumNames ? '' : 'RESOURCE_EXHAUSTED');
|
||||
/// The operation was rejected because the system is not in a state
|
||||
/// required for the operation's execution. For example, the directory
|
||||
/// to be deleted is non-empty, an rmdir operation is applied to
|
||||
/// a non-directory, etc.
|
||||
/// The operation was rejected because the system is not in a state
|
||||
/// required for the operation's execution. For example, the directory
|
||||
/// to be deleted is non-empty, an rmdir operation is applied to
|
||||
/// a non-directory, etc.
|
||||
///
|
||||
/// Service implementors can use the following guidelines to decide
|
||||
/// between `FAILED_PRECONDITION`, `ABORTED`, and `UNAVAILABLE`:
|
||||
/// (a) Use `UNAVAILABLE` if the client can retry just the failing call.
|
||||
/// (b) Use `ABORTED` if the client should retry at a higher level
|
||||
/// (e.g., when a client-specified test-and-set fails, indicating the
|
||||
/// client should restart a read-modify-write sequence).
|
||||
/// (c) Use `FAILED_PRECONDITION` if the client should not retry until
|
||||
/// the system state has been explicitly fixed. E.g., if an "rmdir"
|
||||
/// fails because the directory is non-empty, `FAILED_PRECONDITION`
|
||||
/// should be returned since the client should not retry unless
|
||||
/// the files are deleted from the directory.
|
||||
/// Service implementors can use the following guidelines to decide
|
||||
/// between `FAILED_PRECONDITION`, `ABORTED`, and `UNAVAILABLE`:
|
||||
/// (a) Use `UNAVAILABLE` if the client can retry just the failing call.
|
||||
/// (b) Use `ABORTED` if the client should retry at a higher level
|
||||
/// (e.g., when a client-specified test-and-set fails, indicating the
|
||||
/// client should restart a read-modify-write sequence).
|
||||
/// (c) Use `FAILED_PRECONDITION` if the client should not retry until
|
||||
/// the system state has been explicitly fixed. E.g., if an "rmdir"
|
||||
/// fails because the directory is non-empty, `FAILED_PRECONDITION`
|
||||
/// should be returned since the client should not retry unless
|
||||
/// the files are deleted from the directory.
|
||||
///
|
||||
/// HTTP Mapping: 400 Bad Request
|
||||
/// HTTP Mapping: 400 Bad Request
|
||||
static const Code FAILED_PRECONDITION = Code._(9, _omitEnumNames ? '' : 'FAILED_PRECONDITION');
|
||||
/// The operation was aborted, typically due to a concurrency issue such as
|
||||
/// a sequencer check failure or transaction abort.
|
||||
/// The operation was aborted, typically due to a concurrency issue such as
|
||||
/// a sequencer check failure or transaction abort.
|
||||
///
|
||||
/// See the guidelines above for deciding between `FAILED_PRECONDITION`,
|
||||
/// `ABORTED`, and `UNAVAILABLE`.
|
||||
/// See the guidelines above for deciding between `FAILED_PRECONDITION`,
|
||||
/// `ABORTED`, and `UNAVAILABLE`.
|
||||
///
|
||||
/// HTTP Mapping: 409 Conflict
|
||||
/// HTTP Mapping: 409 Conflict
|
||||
static const Code ABORTED = Code._(10, _omitEnumNames ? '' : 'ABORTED');
|
||||
/// The operation was attempted past the valid range. E.g., seeking or
|
||||
/// reading past end-of-file.
|
||||
/// The operation was attempted past the valid range. E.g., seeking or
|
||||
/// reading past end-of-file.
|
||||
///
|
||||
/// Unlike `INVALID_ARGUMENT`, this error indicates a problem that may
|
||||
/// be fixed if the system state changes. For example, a 32-bit file
|
||||
/// system will generate `INVALID_ARGUMENT` if asked to read at an
|
||||
/// offset that is not in the range [0,2^32-1], but it will generate
|
||||
/// `OUT_OF_RANGE` if asked to read from an offset past the current
|
||||
/// file size.
|
||||
/// Unlike `INVALID_ARGUMENT`, this error indicates a problem that may
|
||||
/// be fixed if the system state changes. For example, a 32-bit file
|
||||
/// system will generate `INVALID_ARGUMENT` if asked to read at an
|
||||
/// offset that is not in the range [0,2^32-1], but it will generate
|
||||
/// `OUT_OF_RANGE` if asked to read from an offset past the current
|
||||
/// file size.
|
||||
///
|
||||
/// There is a fair bit of overlap between `FAILED_PRECONDITION` and
|
||||
/// `OUT_OF_RANGE`. We recommend using `OUT_OF_RANGE` (the more specific
|
||||
/// error) when it applies so that callers who are iterating through
|
||||
/// a space can easily look for an `OUT_OF_RANGE` error to detect when
|
||||
/// they are done.
|
||||
/// There is a fair bit of overlap between `FAILED_PRECONDITION` and
|
||||
/// `OUT_OF_RANGE`. We recommend using `OUT_OF_RANGE` (the more specific
|
||||
/// error) when it applies so that callers who are iterating through
|
||||
/// a space can easily look for an `OUT_OF_RANGE` error to detect when
|
||||
/// they are done.
|
||||
///
|
||||
/// HTTP Mapping: 400 Bad Request
|
||||
/// HTTP Mapping: 400 Bad Request
|
||||
static const Code OUT_OF_RANGE = Code._(11, _omitEnumNames ? '' : 'OUT_OF_RANGE');
|
||||
/// The operation is not implemented or is not supported/enabled in this
|
||||
/// service.
|
||||
/// The operation is not implemented or is not supported/enabled in this
|
||||
/// service.
|
||||
///
|
||||
/// HTTP Mapping: 501 Not Implemented
|
||||
/// HTTP Mapping: 501 Not Implemented
|
||||
static const Code UNIMPLEMENTED = Code._(12, _omitEnumNames ? '' : 'UNIMPLEMENTED');
|
||||
/// Internal errors. This means that some invariants expected by the
|
||||
/// underlying system have been broken. This error code is reserved
|
||||
/// for serious errors.
|
||||
/// Internal errors. This means that some invariants expected by the
|
||||
/// underlying system have been broken. This error code is reserved
|
||||
/// for serious errors.
|
||||
///
|
||||
/// HTTP Mapping: 500 Internal Server Error
|
||||
/// HTTP Mapping: 500 Internal Server Error
|
||||
static const Code INTERNAL = Code._(13, _omitEnumNames ? '' : 'INTERNAL');
|
||||
/// The service is currently unavailable. This is most likely a
|
||||
/// transient condition, which can be corrected by retrying with
|
||||
/// a backoff.
|
||||
/// The service is currently unavailable. This is most likely a
|
||||
/// transient condition, which can be corrected by retrying with
|
||||
/// a backoff.
|
||||
///
|
||||
/// See the guidelines above for deciding between `FAILED_PRECONDITION`,
|
||||
/// `ABORTED`, and `UNAVAILABLE`.
|
||||
/// See the guidelines above for deciding between `FAILED_PRECONDITION`,
|
||||
/// `ABORTED`, and `UNAVAILABLE`.
|
||||
///
|
||||
/// HTTP Mapping: 503 Service Unavailable
|
||||
/// HTTP Mapping: 503 Service Unavailable
|
||||
static const Code UNAVAILABLE = Code._(14, _omitEnumNames ? '' : 'UNAVAILABLE');
|
||||
/// Unrecoverable data loss or corruption.
|
||||
/// Unrecoverable data loss or corruption.
|
||||
///
|
||||
/// HTTP Mapping: 500 Internal Server Error
|
||||
/// HTTP Mapping: 500 Internal Server Error
|
||||
static const Code DATA_LOSS = Code._(15, _omitEnumNames ? '' : 'DATA_LOSS');
|
||||
|
||||
static const $core.List<Code> values = <Code> [
|
||||
@@ -178,11 +179,11 @@ class Code extends $pb.ProtobufEnum {
|
||||
DATA_LOSS,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, Code> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static Code? valueOf($core.int value) => _byValue[value];
|
||||
static final $core.List<Code?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 16);
|
||||
static Code? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const Code._(super.v, super.n);
|
||||
const Code._(super.value, super.name);
|
||||
}
|
||||
|
||||
|
||||
const _omitEnumNames = $core.bool.fromEnvironment('protobuf.omit_enum_names');
|
||||
const $core.bool _omitEnumNames = $core.bool.fromEnvironment('protobuf.omit_enum_names');
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -5,65 +5,62 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import '../protobuf/duration.pb.dart' as $13;
|
||||
import '../protobuf/duration.pb.dart' as $20;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
/// Describes when the clients can retry a failed request. Clients could ignore
|
||||
/// the recommendation here or retry when this information is missing from error
|
||||
/// responses.
|
||||
/// Describes when the clients can retry a failed request. Clients could ignore
|
||||
/// the recommendation here or retry when this information is missing from error
|
||||
/// responses.
|
||||
///
|
||||
/// It's always recommended that clients should use exponential backoff when
|
||||
/// retrying.
|
||||
/// It's always recommended that clients should use exponential backoff when
|
||||
/// retrying.
|
||||
///
|
||||
/// Clients should wait until `retry_delay` amount of time has passed since
|
||||
/// receiving the error response before retrying. If retrying requests also
|
||||
/// fail, clients should use an exponential backoff scheme to gradually increase
|
||||
/// the delay between retries based on `retry_delay`, until either a maximum
|
||||
/// number of retires have been reached or a maximum retry delay cap has been
|
||||
/// reached.
|
||||
/// Clients should wait until `retry_delay` amount of time has passed since
|
||||
/// receiving the error response before retrying. If retrying requests also
|
||||
/// fail, clients should use an exponential backoff scheme to gradually increase
|
||||
/// the delay between retries based on `retry_delay`, until either a maximum
|
||||
/// number of retires have been reached or a maximum retry delay cap has been
|
||||
/// reached.
|
||||
class RetryInfo extends $pb.GeneratedMessage {
|
||||
factory RetryInfo({
|
||||
$13.Duration? retryDelay,
|
||||
$20.Duration? retryDelay,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (retryDelay != null) {
|
||||
$result.retryDelay = retryDelay;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (retryDelay != null) result.retryDelay = retryDelay;
|
||||
return result;
|
||||
}
|
||||
RetryInfo._() : super();
|
||||
factory RetryInfo.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory RetryInfo.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
RetryInfo._();
|
||||
|
||||
factory RetryInfo.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory RetryInfo.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'RetryInfo', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.rpc'), createEmptyInstance: create)
|
||||
..aOM<$13.Duration>(1, _omitFieldNames ? '' : 'retryDelay', subBuilder: $13.Duration.create)
|
||||
..aOM<$20.Duration>(1, _omitFieldNames ? '' : 'retryDelay', subBuilder: $20.Duration.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
RetryInfo clone() => RetryInfo()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
RetryInfo copyWith(void Function(RetryInfo) updates) => super.copyWith((message) => updates(message as RetryInfo)) as RetryInfo;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static RetryInfo create() => RetryInfo._();
|
||||
@$core.override
|
||||
RetryInfo createEmptyInstance() => create();
|
||||
static $pb.PbList<RetryInfo> createRepeated() => $pb.PbList<RetryInfo>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -72,15 +69,15 @@ class RetryInfo extends $pb.GeneratedMessage {
|
||||
|
||||
/// Clients should wait at least this long between retrying the same request.
|
||||
@$pb.TagNumber(1)
|
||||
$13.Duration get retryDelay => $_getN(0);
|
||||
$20.Duration get retryDelay => $_getN(0);
|
||||
@$pb.TagNumber(1)
|
||||
set retryDelay($13.Duration v) { $_setField(1, v); }
|
||||
set retryDelay($20.Duration value) => $_setField(1, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasRetryDelay() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearRetryDelay() => $_clearField(1);
|
||||
@$pb.TagNumber(1)
|
||||
$13.Duration ensureRetryDelay() => $_ensure(0);
|
||||
$20.Duration ensureRetryDelay() => $_ensure(0);
|
||||
}
|
||||
|
||||
/// Describes additional debugging info.
|
||||
@@ -89,18 +86,16 @@ class DebugInfo extends $pb.GeneratedMessage {
|
||||
$core.Iterable<$core.String>? stackEntries,
|
||||
$core.String? detail,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (stackEntries != null) {
|
||||
$result.stackEntries.addAll(stackEntries);
|
||||
}
|
||||
if (detail != null) {
|
||||
$result.detail = detail;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (stackEntries != null) result.stackEntries.addAll(stackEntries);
|
||||
if (detail != null) result.detail = detail;
|
||||
return result;
|
||||
}
|
||||
DebugInfo._() : super();
|
||||
factory DebugInfo.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory DebugInfo.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
DebugInfo._();
|
||||
|
||||
factory DebugInfo.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory DebugInfo.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'DebugInfo', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.rpc'), createEmptyInstance: create)
|
||||
..pPS(1, _omitFieldNames ? '' : 'stackEntries')
|
||||
@@ -108,21 +103,17 @@ class DebugInfo extends $pb.GeneratedMessage {
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
DebugInfo clone() => DebugInfo()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
DebugInfo copyWith(void Function(DebugInfo) updates) => super.copyWith((message) => updates(message as DebugInfo)) as DebugInfo;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static DebugInfo create() => DebugInfo._();
|
||||
@$core.override
|
||||
DebugInfo createEmptyInstance() => create();
|
||||
static $pb.PbList<DebugInfo> createRepeated() => $pb.PbList<DebugInfo>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -137,7 +128,7 @@ class DebugInfo extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get detail => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set detail($core.String v) { $_setString(1, v); }
|
||||
set detail($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasDetail() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -151,18 +142,16 @@ class QuotaFailure_Violation extends $pb.GeneratedMessage {
|
||||
$core.String? subject,
|
||||
$core.String? description,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (subject != null) {
|
||||
$result.subject = subject;
|
||||
}
|
||||
if (description != null) {
|
||||
$result.description = description;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (subject != null) result.subject = subject;
|
||||
if (description != null) result.description = description;
|
||||
return result;
|
||||
}
|
||||
QuotaFailure_Violation._() : super();
|
||||
factory QuotaFailure_Violation.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory QuotaFailure_Violation.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
QuotaFailure_Violation._();
|
||||
|
||||
factory QuotaFailure_Violation.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory QuotaFailure_Violation.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'QuotaFailure.Violation', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.rpc'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'subject')
|
||||
@@ -170,21 +159,17 @@ class QuotaFailure_Violation extends $pb.GeneratedMessage {
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
QuotaFailure_Violation clone() => QuotaFailure_Violation()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
QuotaFailure_Violation copyWith(void Function(QuotaFailure_Violation) updates) => super.copyWith((message) => updates(message as QuotaFailure_Violation)) as QuotaFailure_Violation;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static QuotaFailure_Violation create() => QuotaFailure_Violation._();
|
||||
@$core.override
|
||||
QuotaFailure_Violation createEmptyInstance() => create();
|
||||
static $pb.PbList<QuotaFailure_Violation> createRepeated() => $pb.PbList<QuotaFailure_Violation>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -197,74 +182,70 @@ class QuotaFailure_Violation extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get subject => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set subject($core.String v) { $_setString(0, v); }
|
||||
set subject($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasSubject() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearSubject() => $_clearField(1);
|
||||
|
||||
/// A description of how the quota check failed. Clients can use this
|
||||
/// description to find more about the quota configuration in the service's
|
||||
/// public documentation, or find the relevant quota limit to adjust through
|
||||
/// developer console.
|
||||
/// A description of how the quota check failed. Clients can use this
|
||||
/// description to find more about the quota configuration in the service's
|
||||
/// public documentation, or find the relevant quota limit to adjust through
|
||||
/// developer console.
|
||||
///
|
||||
/// For example: "Service disabled" or "Daily Limit for read operations
|
||||
/// exceeded".
|
||||
/// For example: "Service disabled" or "Daily Limit for read operations
|
||||
/// exceeded".
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get description => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set description($core.String v) { $_setString(1, v); }
|
||||
set description($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasDescription() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearDescription() => $_clearField(2);
|
||||
}
|
||||
|
||||
/// Describes how a quota check failed.
|
||||
/// Describes how a quota check failed.
|
||||
///
|
||||
/// For example if a daily limit was exceeded for the calling project,
|
||||
/// a service could respond with a QuotaFailure detail containing the project
|
||||
/// id and the description of the quota limit that was exceeded. If the
|
||||
/// calling project hasn't enabled the service in the developer console, then
|
||||
/// a service could respond with the project id and set `service_disabled`
|
||||
/// to true.
|
||||
/// For example if a daily limit was exceeded for the calling project,
|
||||
/// a service could respond with a QuotaFailure detail containing the project
|
||||
/// id and the description of the quota limit that was exceeded. If the
|
||||
/// calling project hasn't enabled the service in the developer console, then
|
||||
/// a service could respond with the project id and set `service_disabled`
|
||||
/// to true.
|
||||
///
|
||||
/// Also see RetryDetail and Help types for other details about handling a
|
||||
/// quota failure.
|
||||
/// Also see RetryDetail and Help types for other details about handling a
|
||||
/// quota failure.
|
||||
class QuotaFailure extends $pb.GeneratedMessage {
|
||||
factory QuotaFailure({
|
||||
$core.Iterable<QuotaFailure_Violation>? violations,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (violations != null) {
|
||||
$result.violations.addAll(violations);
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (violations != null) result.violations.addAll(violations);
|
||||
return result;
|
||||
}
|
||||
QuotaFailure._() : super();
|
||||
factory QuotaFailure.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory QuotaFailure.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
QuotaFailure._();
|
||||
|
||||
factory QuotaFailure.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory QuotaFailure.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'QuotaFailure', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.rpc'), createEmptyInstance: create)
|
||||
..pc<QuotaFailure_Violation>(1, _omitFieldNames ? '' : 'violations', $pb.PbFieldType.PM, subBuilder: QuotaFailure_Violation.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
QuotaFailure clone() => QuotaFailure()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
QuotaFailure copyWith(void Function(QuotaFailure) updates) => super.copyWith((message) => updates(message as QuotaFailure)) as QuotaFailure;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static QuotaFailure create() => QuotaFailure._();
|
||||
@$core.override
|
||||
QuotaFailure createEmptyInstance() => create();
|
||||
static $pb.PbList<QuotaFailure> createRepeated() => $pb.PbList<QuotaFailure>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -283,21 +264,17 @@ class PreconditionFailure_Violation extends $pb.GeneratedMessage {
|
||||
$core.String? subject,
|
||||
$core.String? description,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (type != null) {
|
||||
$result.type = type;
|
||||
}
|
||||
if (subject != null) {
|
||||
$result.subject = subject;
|
||||
}
|
||||
if (description != null) {
|
||||
$result.description = description;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (type != null) result.type = type;
|
||||
if (subject != null) result.subject = subject;
|
||||
if (description != null) result.description = description;
|
||||
return result;
|
||||
}
|
||||
PreconditionFailure_Violation._() : super();
|
||||
factory PreconditionFailure_Violation.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory PreconditionFailure_Violation.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
PreconditionFailure_Violation._();
|
||||
|
||||
factory PreconditionFailure_Violation.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory PreconditionFailure_Violation.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'PreconditionFailure.Violation', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.rpc'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'type')
|
||||
@@ -306,21 +283,17 @@ class PreconditionFailure_Violation extends $pb.GeneratedMessage {
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
PreconditionFailure_Violation clone() => PreconditionFailure_Violation()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
PreconditionFailure_Violation copyWith(void Function(PreconditionFailure_Violation) updates) => super.copyWith((message) => updates(message as PreconditionFailure_Violation)) as PreconditionFailure_Violation;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static PreconditionFailure_Violation create() => PreconditionFailure_Violation._();
|
||||
@$core.override
|
||||
PreconditionFailure_Violation createEmptyInstance() => create();
|
||||
static $pb.PbList<PreconditionFailure_Violation> createRepeated() => $pb.PbList<PreconditionFailure_Violation>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -333,7 +306,7 @@ class PreconditionFailure_Violation extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get type => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set type($core.String v) { $_setString(0, v); }
|
||||
set type($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasType() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -345,65 +318,61 @@ class PreconditionFailure_Violation extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get subject => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set subject($core.String v) { $_setString(1, v); }
|
||||
set subject($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasSubject() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearSubject() => $_clearField(2);
|
||||
|
||||
/// A description of how the precondition failed. Developers can use this
|
||||
/// description to understand how to fix the failure.
|
||||
/// A description of how the precondition failed. Developers can use this
|
||||
/// description to understand how to fix the failure.
|
||||
///
|
||||
/// For example: "Terms of service not accepted".
|
||||
/// For example: "Terms of service not accepted".
|
||||
@$pb.TagNumber(3)
|
||||
$core.String get description => $_getSZ(2);
|
||||
@$pb.TagNumber(3)
|
||||
set description($core.String v) { $_setString(2, v); }
|
||||
set description($core.String value) => $_setString(2, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasDescription() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
void clearDescription() => $_clearField(3);
|
||||
}
|
||||
|
||||
/// Describes what preconditions have failed.
|
||||
/// Describes what preconditions have failed.
|
||||
///
|
||||
/// For example, if an RPC failed because it required the Terms of Service to be
|
||||
/// acknowledged, it could list the terms of service violation in the
|
||||
/// PreconditionFailure message.
|
||||
/// For example, if an RPC failed because it required the Terms of Service to be
|
||||
/// acknowledged, it could list the terms of service violation in the
|
||||
/// PreconditionFailure message.
|
||||
class PreconditionFailure extends $pb.GeneratedMessage {
|
||||
factory PreconditionFailure({
|
||||
$core.Iterable<PreconditionFailure_Violation>? violations,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (violations != null) {
|
||||
$result.violations.addAll(violations);
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (violations != null) result.violations.addAll(violations);
|
||||
return result;
|
||||
}
|
||||
PreconditionFailure._() : super();
|
||||
factory PreconditionFailure.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory PreconditionFailure.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
PreconditionFailure._();
|
||||
|
||||
factory PreconditionFailure.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory PreconditionFailure.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'PreconditionFailure', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.rpc'), createEmptyInstance: create)
|
||||
..pc<PreconditionFailure_Violation>(1, _omitFieldNames ? '' : 'violations', $pb.PbFieldType.PM, subBuilder: PreconditionFailure_Violation.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
PreconditionFailure clone() => PreconditionFailure()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
PreconditionFailure copyWith(void Function(PreconditionFailure) updates) => super.copyWith((message) => updates(message as PreconditionFailure)) as PreconditionFailure;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static PreconditionFailure create() => PreconditionFailure._();
|
||||
@$core.override
|
||||
PreconditionFailure createEmptyInstance() => create();
|
||||
static $pb.PbList<PreconditionFailure> createRepeated() => $pb.PbList<PreconditionFailure>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -421,18 +390,16 @@ class BadRequest_FieldViolation extends $pb.GeneratedMessage {
|
||||
$core.String? field_1,
|
||||
$core.String? description,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (field_1 != null) {
|
||||
$result.field_1 = field_1;
|
||||
}
|
||||
if (description != null) {
|
||||
$result.description = description;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (field_1 != null) result.field_1 = field_1;
|
||||
if (description != null) result.description = description;
|
||||
return result;
|
||||
}
|
||||
BadRequest_FieldViolation._() : super();
|
||||
factory BadRequest_FieldViolation.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory BadRequest_FieldViolation.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
BadRequest_FieldViolation._();
|
||||
|
||||
factory BadRequest_FieldViolation.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory BadRequest_FieldViolation.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'BadRequest.FieldViolation', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.rpc'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'field')
|
||||
@@ -440,21 +407,17 @@ class BadRequest_FieldViolation extends $pb.GeneratedMessage {
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
BadRequest_FieldViolation clone() => BadRequest_FieldViolation()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
BadRequest_FieldViolation copyWith(void Function(BadRequest_FieldViolation) updates) => super.copyWith((message) => updates(message as BadRequest_FieldViolation)) as BadRequest_FieldViolation;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static BadRequest_FieldViolation create() => BadRequest_FieldViolation._();
|
||||
@$core.override
|
||||
BadRequest_FieldViolation createEmptyInstance() => create();
|
||||
static $pb.PbList<BadRequest_FieldViolation> createRepeated() => $pb.PbList<BadRequest_FieldViolation>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -467,7 +430,7 @@ class BadRequest_FieldViolation extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get field_1 => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set field_1($core.String v) { $_setString(0, v); }
|
||||
set field_1($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasField_1() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -477,7 +440,7 @@ class BadRequest_FieldViolation extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get description => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set description($core.String v) { $_setString(1, v); }
|
||||
set description($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasDescription() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -490,36 +453,32 @@ class BadRequest extends $pb.GeneratedMessage {
|
||||
factory BadRequest({
|
||||
$core.Iterable<BadRequest_FieldViolation>? fieldViolations,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (fieldViolations != null) {
|
||||
$result.fieldViolations.addAll(fieldViolations);
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (fieldViolations != null) result.fieldViolations.addAll(fieldViolations);
|
||||
return result;
|
||||
}
|
||||
BadRequest._() : super();
|
||||
factory BadRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory BadRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
BadRequest._();
|
||||
|
||||
factory BadRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory BadRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'BadRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.rpc'), createEmptyInstance: create)
|
||||
..pc<BadRequest_FieldViolation>(1, _omitFieldNames ? '' : 'fieldViolations', $pb.PbFieldType.PM, subBuilder: BadRequest_FieldViolation.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
BadRequest clone() => BadRequest()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
BadRequest copyWith(void Function(BadRequest) updates) => super.copyWith((message) => updates(message as BadRequest)) as BadRequest;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static BadRequest create() => BadRequest._();
|
||||
@$core.override
|
||||
BadRequest createEmptyInstance() => create();
|
||||
static $pb.PbList<BadRequest> createRepeated() => $pb.PbList<BadRequest>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -538,18 +497,16 @@ class RequestInfo extends $pb.GeneratedMessage {
|
||||
$core.String? requestId,
|
||||
$core.String? servingData,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (requestId != null) {
|
||||
$result.requestId = requestId;
|
||||
}
|
||||
if (servingData != null) {
|
||||
$result.servingData = servingData;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (requestId != null) result.requestId = requestId;
|
||||
if (servingData != null) result.servingData = servingData;
|
||||
return result;
|
||||
}
|
||||
RequestInfo._() : super();
|
||||
factory RequestInfo.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory RequestInfo.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
RequestInfo._();
|
||||
|
||||
factory RequestInfo.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory RequestInfo.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'RequestInfo', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.rpc'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'requestId')
|
||||
@@ -557,21 +514,17 @@ class RequestInfo extends $pb.GeneratedMessage {
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
RequestInfo clone() => RequestInfo()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
RequestInfo copyWith(void Function(RequestInfo) updates) => super.copyWith((message) => updates(message as RequestInfo)) as RequestInfo;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static RequestInfo create() => RequestInfo._();
|
||||
@$core.override
|
||||
RequestInfo createEmptyInstance() => create();
|
||||
static $pb.PbList<RequestInfo> createRepeated() => $pb.PbList<RequestInfo>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -583,7 +536,7 @@ class RequestInfo extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get requestId => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set requestId($core.String v) { $_setString(0, v); }
|
||||
set requestId($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasRequestId() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -594,7 +547,7 @@ class RequestInfo extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get servingData => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set servingData($core.String v) { $_setString(1, v); }
|
||||
set servingData($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasServingData() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -609,24 +562,18 @@ class ResourceInfo extends $pb.GeneratedMessage {
|
||||
$core.String? owner,
|
||||
$core.String? description,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (resourceType != null) {
|
||||
$result.resourceType = resourceType;
|
||||
}
|
||||
if (resourceName != null) {
|
||||
$result.resourceName = resourceName;
|
||||
}
|
||||
if (owner != null) {
|
||||
$result.owner = owner;
|
||||
}
|
||||
if (description != null) {
|
||||
$result.description = description;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (resourceType != null) result.resourceType = resourceType;
|
||||
if (resourceName != null) result.resourceName = resourceName;
|
||||
if (owner != null) result.owner = owner;
|
||||
if (description != null) result.description = description;
|
||||
return result;
|
||||
}
|
||||
ResourceInfo._() : super();
|
||||
factory ResourceInfo.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory ResourceInfo.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
ResourceInfo._();
|
||||
|
||||
factory ResourceInfo.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory ResourceInfo.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'ResourceInfo', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.rpc'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'resourceType')
|
||||
@@ -636,21 +583,17 @@ class ResourceInfo extends $pb.GeneratedMessage {
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ResourceInfo clone() => ResourceInfo()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
ResourceInfo copyWith(void Function(ResourceInfo) updates) => super.copyWith((message) => updates(message as ResourceInfo)) as ResourceInfo;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static ResourceInfo create() => ResourceInfo._();
|
||||
@$core.override
|
||||
ResourceInfo createEmptyInstance() => create();
|
||||
static $pb.PbList<ResourceInfo> createRepeated() => $pb.PbList<ResourceInfo>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -663,7 +606,7 @@ class ResourceInfo extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get resourceType => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set resourceType($core.String v) { $_setString(0, v); }
|
||||
set resourceType($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasResourceType() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -675,7 +618,7 @@ class ResourceInfo extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get resourceName => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set resourceName($core.String v) { $_setString(1, v); }
|
||||
set resourceName($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasResourceName() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -687,7 +630,7 @@ class ResourceInfo extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(3)
|
||||
$core.String get owner => $_getSZ(2);
|
||||
@$pb.TagNumber(3)
|
||||
set owner($core.String v) { $_setString(2, v); }
|
||||
set owner($core.String value) => $_setString(2, value);
|
||||
@$pb.TagNumber(3)
|
||||
$core.bool hasOwner() => $_has(2);
|
||||
@$pb.TagNumber(3)
|
||||
@@ -699,7 +642,7 @@ class ResourceInfo extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(4)
|
||||
$core.String get description => $_getSZ(3);
|
||||
@$pb.TagNumber(4)
|
||||
set description($core.String v) { $_setString(3, v); }
|
||||
set description($core.String value) => $_setString(3, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasDescription() => $_has(3);
|
||||
@$pb.TagNumber(4)
|
||||
@@ -712,18 +655,16 @@ class Help_Link extends $pb.GeneratedMessage {
|
||||
$core.String? description,
|
||||
$core.String? url,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (description != null) {
|
||||
$result.description = description;
|
||||
}
|
||||
if (url != null) {
|
||||
$result.url = url;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (description != null) result.description = description;
|
||||
if (url != null) result.url = url;
|
||||
return result;
|
||||
}
|
||||
Help_Link._() : super();
|
||||
factory Help_Link.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory Help_Link.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
Help_Link._();
|
||||
|
||||
factory Help_Link.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory Help_Link.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Help.Link', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.rpc'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'description')
|
||||
@@ -731,21 +672,17 @@ class Help_Link extends $pb.GeneratedMessage {
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Help_Link clone() => Help_Link()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Help_Link copyWith(void Function(Help_Link) updates) => super.copyWith((message) => updates(message as Help_Link)) as Help_Link;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static Help_Link create() => Help_Link._();
|
||||
@$core.override
|
||||
Help_Link createEmptyInstance() => create();
|
||||
static $pb.PbList<Help_Link> createRepeated() => $pb.PbList<Help_Link>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -756,7 +693,7 @@ class Help_Link extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get description => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set description($core.String v) { $_setString(0, v); }
|
||||
set description($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasDescription() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -766,52 +703,48 @@ class Help_Link extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get url => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set url($core.String v) { $_setString(1, v); }
|
||||
set url($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasUrl() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
void clearUrl() => $_clearField(2);
|
||||
}
|
||||
|
||||
/// Provides links to documentation or for performing an out of band action.
|
||||
/// Provides links to documentation or for performing an out of band action.
|
||||
///
|
||||
/// For example, if a quota check failed with an error indicating the calling
|
||||
/// project hasn't enabled the accessed service, this can contain a URL pointing
|
||||
/// directly to the right place in the developer console to flip the bit.
|
||||
/// For example, if a quota check failed with an error indicating the calling
|
||||
/// project hasn't enabled the accessed service, this can contain a URL pointing
|
||||
/// directly to the right place in the developer console to flip the bit.
|
||||
class Help extends $pb.GeneratedMessage {
|
||||
factory Help({
|
||||
$core.Iterable<Help_Link>? links,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (links != null) {
|
||||
$result.links.addAll(links);
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (links != null) result.links.addAll(links);
|
||||
return result;
|
||||
}
|
||||
Help._() : super();
|
||||
factory Help.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory Help.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
Help._();
|
||||
|
||||
factory Help.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory Help.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Help', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.rpc'), createEmptyInstance: create)
|
||||
..pc<Help_Link>(1, _omitFieldNames ? '' : 'links', $pb.PbFieldType.PM, subBuilder: Help_Link.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Help clone() => Help()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Help copyWith(void Function(Help) updates) => super.copyWith((message) => updates(message as Help)) as Help;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static Help create() => Help._();
|
||||
@$core.override
|
||||
Help createEmptyInstance() => create();
|
||||
static $pb.PbList<Help> createRepeated() => $pb.PbList<Help>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -830,18 +763,16 @@ class LocalizedMessage extends $pb.GeneratedMessage {
|
||||
$core.String? locale,
|
||||
$core.String? message,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (locale != null) {
|
||||
$result.locale = locale;
|
||||
}
|
||||
if (message != null) {
|
||||
$result.message = message;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (locale != null) result.locale = locale;
|
||||
if (message != null) result.message = message;
|
||||
return result;
|
||||
}
|
||||
LocalizedMessage._() : super();
|
||||
factory LocalizedMessage.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory LocalizedMessage.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
LocalizedMessage._();
|
||||
|
||||
factory LocalizedMessage.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory LocalizedMessage.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'LocalizedMessage', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.rpc'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'locale')
|
||||
@@ -849,21 +780,17 @@ class LocalizedMessage extends $pb.GeneratedMessage {
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
LocalizedMessage clone() => LocalizedMessage()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
LocalizedMessage copyWith(void Function(LocalizedMessage) updates) => super.copyWith((message) => updates(message as LocalizedMessage)) as LocalizedMessage;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static LocalizedMessage create() => LocalizedMessage._();
|
||||
@$core.override
|
||||
LocalizedMessage createEmptyInstance() => create();
|
||||
static $pb.PbList<LocalizedMessage> createRepeated() => $pb.PbList<LocalizedMessage>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -876,7 +803,7 @@ class LocalizedMessage extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get locale => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set locale($core.String v) { $_setString(0, v); }
|
||||
set locale($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasLocale() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -886,7 +813,7 @@ class LocalizedMessage extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get message => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set message($core.String v) { $_setString(1, v); }
|
||||
set message($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasMessage() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -894,5 +821,5 @@ class LocalizedMessage extends $pb.GeneratedMessage {
|
||||
}
|
||||
|
||||
|
||||
const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
const $core.bool _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: google/rpc/error_details.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -5,114 +5,107 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import '../protobuf/any.pb.dart' as $18;
|
||||
import '../protobuf/any.pb.dart' as $16;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
/// The `Status` type defines a logical error model that is suitable for different
|
||||
/// programming environments, including REST APIs and RPC APIs. It is used by
|
||||
/// [gRPC](https://github.com/grpc). The error model is designed to be:
|
||||
/// The `Status` type defines a logical error model that is suitable for different
|
||||
/// programming environments, including REST APIs and RPC APIs. It is used by
|
||||
/// [gRPC](https://github.com/grpc). The error model is designed to be:
|
||||
///
|
||||
/// - Simple to use and understand for most users
|
||||
/// - Flexible enough to meet unexpected needs
|
||||
/// - Simple to use and understand for most users
|
||||
/// - Flexible enough to meet unexpected needs
|
||||
///
|
||||
/// # Overview
|
||||
/// # Overview
|
||||
///
|
||||
/// The `Status` message contains three pieces of data: error code, error message,
|
||||
/// and error details. The error code should be an enum value of
|
||||
/// [google.rpc.Code][google.rpc.Code], but it may accept additional error codes if needed. The
|
||||
/// error message should be a developer-facing English message that helps
|
||||
/// developers *understand* and *resolve* the error. If a localized user-facing
|
||||
/// error message is needed, put the localized message in the error details or
|
||||
/// localize it in the client. The optional error details may contain arbitrary
|
||||
/// information about the error. There is a predefined set of error detail types
|
||||
/// in the package `google.rpc` that can be used for common error conditions.
|
||||
/// The `Status` message contains three pieces of data: error code, error message,
|
||||
/// and error details. The error code should be an enum value of
|
||||
/// [google.rpc.Code][google.rpc.Code], but it may accept additional error codes if needed. The
|
||||
/// error message should be a developer-facing English message that helps
|
||||
/// developers *understand* and *resolve* the error. If a localized user-facing
|
||||
/// error message is needed, put the localized message in the error details or
|
||||
/// localize it in the client. The optional error details may contain arbitrary
|
||||
/// information about the error. There is a predefined set of error detail types
|
||||
/// in the package `google.rpc` that can be used for common error conditions.
|
||||
///
|
||||
/// # Language mapping
|
||||
/// # Language mapping
|
||||
///
|
||||
/// The `Status` message is the logical representation of the error model, but it
|
||||
/// is not necessarily the actual wire format. When the `Status` message is
|
||||
/// exposed in different client libraries and different wire protocols, it can be
|
||||
/// mapped differently. For example, it will likely be mapped to some exceptions
|
||||
/// in Java, but more likely mapped to some error codes in C.
|
||||
/// The `Status` message is the logical representation of the error model, but it
|
||||
/// is not necessarily the actual wire format. When the `Status` message is
|
||||
/// exposed in different client libraries and different wire protocols, it can be
|
||||
/// mapped differently. For example, it will likely be mapped to some exceptions
|
||||
/// in Java, but more likely mapped to some error codes in C.
|
||||
///
|
||||
/// # Other uses
|
||||
/// # Other uses
|
||||
///
|
||||
/// The error model and the `Status` message can be used in a variety of
|
||||
/// environments, either with or without APIs, to provide a
|
||||
/// consistent developer experience across different environments.
|
||||
/// The error model and the `Status` message can be used in a variety of
|
||||
/// environments, either with or without APIs, to provide a
|
||||
/// consistent developer experience across different environments.
|
||||
///
|
||||
/// Example uses of this error model include:
|
||||
/// Example uses of this error model include:
|
||||
///
|
||||
/// - Partial errors. If a service needs to return partial errors to the client,
|
||||
/// it may embed the `Status` in the normal response to indicate the partial
|
||||
/// errors.
|
||||
/// - Partial errors. If a service needs to return partial errors to the client,
|
||||
/// it may embed the `Status` in the normal response to indicate the partial
|
||||
/// errors.
|
||||
///
|
||||
/// - Workflow errors. A typical workflow has multiple steps. Each step may
|
||||
/// have a `Status` message for error reporting.
|
||||
/// - Workflow errors. A typical workflow has multiple steps. Each step may
|
||||
/// have a `Status` message for error reporting.
|
||||
///
|
||||
/// - Batch operations. If a client uses batch request and batch response, the
|
||||
/// `Status` message should be used directly inside batch response, one for
|
||||
/// each error sub-response.
|
||||
/// - Batch operations. If a client uses batch request and batch response, the
|
||||
/// `Status` message should be used directly inside batch response, one for
|
||||
/// each error sub-response.
|
||||
///
|
||||
/// - Asynchronous operations. If an API call embeds asynchronous operation
|
||||
/// results in its response, the status of those operations should be
|
||||
/// represented directly using the `Status` message.
|
||||
/// - Asynchronous operations. If an API call embeds asynchronous operation
|
||||
/// results in its response, the status of those operations should be
|
||||
/// represented directly using the `Status` message.
|
||||
///
|
||||
/// - Logging. If some API errors are stored in logs, the message `Status` could
|
||||
/// be used directly after any stripping needed for security/privacy reasons.
|
||||
/// - Logging. If some API errors are stored in logs, the message `Status` could
|
||||
/// be used directly after any stripping needed for security/privacy reasons.
|
||||
class Status extends $pb.GeneratedMessage {
|
||||
factory Status({
|
||||
$core.int? code,
|
||||
$core.String? message,
|
||||
$core.Iterable<$18.Any>? details,
|
||||
$core.Iterable<$16.Any>? details,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (code != null) {
|
||||
$result.code = code;
|
||||
}
|
||||
if (message != null) {
|
||||
$result.message = message;
|
||||
}
|
||||
if (details != null) {
|
||||
$result.details.addAll(details);
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (code != null) result.code = code;
|
||||
if (message != null) result.message = message;
|
||||
if (details != null) result.details.addAll(details);
|
||||
return result;
|
||||
}
|
||||
Status._() : super();
|
||||
factory Status.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory Status.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
Status._();
|
||||
|
||||
factory Status.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory Status.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Status', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.rpc'), createEmptyInstance: create)
|
||||
..a<$core.int>(1, _omitFieldNames ? '' : 'code', $pb.PbFieldType.O3)
|
||||
..aOS(2, _omitFieldNames ? '' : 'message')
|
||||
..pc<$18.Any>(3, _omitFieldNames ? '' : 'details', $pb.PbFieldType.PM, subBuilder: $18.Any.create)
|
||||
..pc<$16.Any>(3, _omitFieldNames ? '' : 'details', $pb.PbFieldType.PM, subBuilder: $16.Any.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Status clone() => Status()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Status copyWith(void Function(Status) updates) => super.copyWith((message) => updates(message as Status)) as Status;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static Status create() => Status._();
|
||||
@$core.override
|
||||
Status createEmptyInstance() => create();
|
||||
static $pb.PbList<Status> createRepeated() => $pb.PbList<Status>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -123,7 +116,7 @@ class Status extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$core.int get code => $_getIZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set code($core.int v) { $_setSignedInt32(0, v); }
|
||||
set code($core.int value) => $_setSignedInt32(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasCode() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -135,7 +128,7 @@ class Status extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get message => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set message($core.String v) { $_setString(1, v); }
|
||||
set message($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasMessage() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -144,9 +137,9 @@ class Status extends $pb.GeneratedMessage {
|
||||
/// A list of messages that carry the error details. There is a common set of
|
||||
/// message types for APIs to use.
|
||||
@$pb.TagNumber(3)
|
||||
$pb.PbList<$18.Any> get details => $_getList(2);
|
||||
$pb.PbList<$16.Any> get details => $_getList(2);
|
||||
}
|
||||
|
||||
|
||||
const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
const $core.bool _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: google/rpc/status.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -30,10 +31,10 @@ class Scheme extends $pb.ProtobufEnum {
|
||||
WSS,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, Scheme> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static Scheme? valueOf($core.int value) => _byValue[value];
|
||||
static final $core.List<Scheme?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 4);
|
||||
static Scheme? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const Scheme._(super.v, super.n);
|
||||
const Scheme._(super.value, super.name);
|
||||
}
|
||||
|
||||
class JSONSchema_JSONSchemaSimpleTypes extends $pb.ProtobufEnum {
|
||||
@@ -57,10 +58,10 @@ class JSONSchema_JSONSchemaSimpleTypes extends $pb.ProtobufEnum {
|
||||
STRING,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, JSONSchema_JSONSchemaSimpleTypes> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static JSONSchema_JSONSchemaSimpleTypes? valueOf($core.int value) => _byValue[value];
|
||||
static final $core.List<JSONSchema_JSONSchemaSimpleTypes?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 7);
|
||||
static JSONSchema_JSONSchemaSimpleTypes? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const JSONSchema_JSONSchemaSimpleTypes._(super.v, super.n);
|
||||
const JSONSchema_JSONSchemaSimpleTypes._(super.value, super.name);
|
||||
}
|
||||
|
||||
/// The type of the security scheme. Valid values are "basic",
|
||||
@@ -78,10 +79,10 @@ class SecurityScheme_Type extends $pb.ProtobufEnum {
|
||||
TYPE_OAUTH2,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, SecurityScheme_Type> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static SecurityScheme_Type? valueOf($core.int value) => _byValue[value];
|
||||
static final $core.List<SecurityScheme_Type?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 3);
|
||||
static SecurityScheme_Type? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const SecurityScheme_Type._(super.v, super.n);
|
||||
const SecurityScheme_Type._(super.value, super.name);
|
||||
}
|
||||
|
||||
/// The location of the API key. Valid values are "query" or "header".
|
||||
@@ -96,10 +97,10 @@ class SecurityScheme_In extends $pb.ProtobufEnum {
|
||||
IN_HEADER,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, SecurityScheme_In> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static SecurityScheme_In? valueOf($core.int value) => _byValue[value];
|
||||
static final $core.List<SecurityScheme_In?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 2);
|
||||
static SecurityScheme_In? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const SecurityScheme_In._(super.v, super.n);
|
||||
const SecurityScheme_In._(super.value, super.name);
|
||||
}
|
||||
|
||||
/// The flow used by the OAuth2 security scheme. Valid values are
|
||||
@@ -119,11 +120,11 @@ class SecurityScheme_Flow extends $pb.ProtobufEnum {
|
||||
FLOW_ACCESS_CODE,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, SecurityScheme_Flow> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static SecurityScheme_Flow? valueOf($core.int value) => _byValue[value];
|
||||
static final $core.List<SecurityScheme_Flow?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 4);
|
||||
static SecurityScheme_Flow? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const SecurityScheme_Flow._(super.v, super.n);
|
||||
const SecurityScheme_Flow._(super.value, super.name);
|
||||
}
|
||||
|
||||
|
||||
const _omitEnumNames = $core.bool.fromEnvironment('protobuf.omit_enum_names');
|
||||
const $core.bool _omitEnumNames = $core.bool.fromEnvironment('protobuf.omit_enum_names');
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
|
||||
1957
lib/validate.pb.dart
1957
lib/validate.pb.dart
File diff suppressed because it is too large
Load Diff
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -27,11 +28,11 @@ class KnownRegex extends $pb.ProtobufEnum {
|
||||
HTTP_HEADER_VALUE,
|
||||
];
|
||||
|
||||
static final $core.Map<$core.int, KnownRegex> _byValue = $pb.ProtobufEnum.initByValue(values);
|
||||
static KnownRegex? valueOf($core.int value) => _byValue[value];
|
||||
static final $core.List<KnownRegex?> _byValue = $pb.ProtobufEnum.$_initByValueList(values, 2);
|
||||
static KnownRegex? valueOf($core.int value) => value < 0 || value >= _byValue.length ? null : _byValue[value];
|
||||
|
||||
const KnownRegex._(super.v, super.n);
|
||||
const KnownRegex._(super.value, super.name);
|
||||
}
|
||||
|
||||
|
||||
const _omitEnumNames = $core.bool.fromEnvironment('protobuf.omit_enum_names');
|
||||
const $core.bool _omitEnumNames = $core.bool.fromEnvironment('protobuf.omit_enum_names');
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
@@ -405,6 +406,9 @@ const StringRules$json = {
|
||||
{'1': 'dateIso8601', '3': 26, '4': 1, '5': 8, '9': 0, '10': 'dateIso8601'},
|
||||
{'1': 'languageIso6391', '3': 27, '4': 1, '5': 8, '9': 0, '10': 'languageIso6391'},
|
||||
{'1': 'tzData', '3': 28, '4': 1, '5': 8, '9': 0, '10': 'tzData'},
|
||||
{'1': 'countryCodeIso3166', '3': 31, '4': 1, '5': 8, '9': 0, '10': 'countryCodeIso3166'},
|
||||
{'1': 'languageIso639', '3': 32, '4': 1, '5': 8, '9': 0, '10': 'languageIso639'},
|
||||
{'1': 'countryCodeIso3166Alpha2', '3': 33, '4': 1, '5': 8, '9': 0, '10': 'countryCodeIso3166Alpha2'},
|
||||
{'1': 'strict', '3': 25, '4': 1, '5': 8, '7': 'true', '10': 'strict'},
|
||||
{'1': 'ignore_empty', '3': 30, '4': 1, '5': 8, '10': 'ignoreEmpty'},
|
||||
],
|
||||
@@ -429,8 +433,11 @@ final $typed_data.Uint8List stringRulesDescriptor = $convert.base64Decode(
|
||||
'R1dWlkEkAKEHdlbGxfa25vd25fcmVnZXgYGCABKA4yFC52YWxpZGF0ZS5Lbm93blJlZ2V4SABS'
|
||||
'DndlbGxLbm93blJlZ2V4EiIKC2RhdGVJc284NjAxGBogASgISABSC2RhdGVJc284NjAxEioKD2'
|
||||
'xhbmd1YWdlSXNvNjM5MRgbIAEoCEgAUg9sYW5ndWFnZUlzbzYzOTESGAoGdHpEYXRhGBwgASgI'
|
||||
'SABSBnR6RGF0YRIcCgZzdHJpY3QYGSABKAg6BHRydWVSBnN0cmljdBIhCgxpZ25vcmVfZW1wdH'
|
||||
'kYHiABKAhSC2lnbm9yZUVtcHR5QgwKCndlbGxfa25vd24=');
|
||||
'SABSBnR6RGF0YRIwChJjb3VudHJ5Q29kZUlzbzMxNjYYHyABKAhIAFISY291bnRyeUNvZGVJc2'
|
||||
'8zMTY2EigKDmxhbmd1YWdlSXNvNjM5GCAgASgISABSDmxhbmd1YWdlSXNvNjM5EjwKGGNvdW50'
|
||||
'cnlDb2RlSXNvMzE2NkFscGhhMhghIAEoCEgAUhhjb3VudHJ5Q29kZUlzbzMxNjZBbHBoYTISHA'
|
||||
'oGc3RyaWN0GBkgASgIOgR0cnVlUgZzdHJpY3QSIQoMaWdub3JlX2VtcHR5GB4gASgIUgtpZ25v'
|
||||
'cmVFbXB0eUIMCgp3ZWxsX2tub3du');
|
||||
|
||||
@$core.Deprecated('Use bytesRulesDescriptor instead')
|
||||
const BytesRules$json = {
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -15,71 +16,67 @@ import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
export 'package:protobuf/protobuf.dart' show GeneratedMessageGenericExtensions;
|
||||
|
||||
/// `Visibility` defines restrictions for the visibility of service
|
||||
/// elements. Restrictions are specified using visibility labels
|
||||
/// (e.g., PREVIEW) that are elsewhere linked to users and projects.
|
||||
/// `Visibility` defines restrictions for the visibility of service
|
||||
/// elements. Restrictions are specified using visibility labels
|
||||
/// (e.g., PREVIEW) that are elsewhere linked to users and projects.
|
||||
///
|
||||
/// Users and projects can have access to more than one visibility label. The
|
||||
/// effective visibility for multiple labels is the union of each label's
|
||||
/// elements, plus any unrestricted elements.
|
||||
/// Users and projects can have access to more than one visibility label. The
|
||||
/// effective visibility for multiple labels is the union of each label's
|
||||
/// elements, plus any unrestricted elements.
|
||||
///
|
||||
/// If an element and its parents have no restrictions, visibility is
|
||||
/// unconditionally granted.
|
||||
/// If an element and its parents have no restrictions, visibility is
|
||||
/// unconditionally granted.
|
||||
///
|
||||
/// Example:
|
||||
/// Example:
|
||||
///
|
||||
/// visibility:
|
||||
/// rules:
|
||||
/// - selector: google.calendar.Calendar.EnhancedSearch
|
||||
/// restriction: PREVIEW
|
||||
/// - selector: google.calendar.Calendar.Delegate
|
||||
/// restriction: INTERNAL
|
||||
/// visibility:
|
||||
/// rules:
|
||||
/// - selector: google.calendar.Calendar.EnhancedSearch
|
||||
/// restriction: PREVIEW
|
||||
/// - selector: google.calendar.Calendar.Delegate
|
||||
/// restriction: INTERNAL
|
||||
///
|
||||
/// Here, all methods are publicly visible except for the restricted methods
|
||||
/// EnhancedSearch and Delegate.
|
||||
/// Here, all methods are publicly visible except for the restricted methods
|
||||
/// EnhancedSearch and Delegate.
|
||||
class Visibility extends $pb.GeneratedMessage {
|
||||
factory Visibility({
|
||||
$core.Iterable<VisibilityRule>? rules,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (rules != null) {
|
||||
$result.rules.addAll(rules);
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (rules != null) result.rules.addAll(rules);
|
||||
return result;
|
||||
}
|
||||
Visibility._() : super();
|
||||
factory Visibility.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory Visibility.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
Visibility._();
|
||||
|
||||
factory Visibility.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory Visibility.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'Visibility', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.api'), createEmptyInstance: create)
|
||||
..pc<VisibilityRule>(1, _omitFieldNames ? '' : 'rules', $pb.PbFieldType.PM, subBuilder: VisibilityRule.create)
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Visibility clone() => Visibility()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
Visibility copyWith(void Function(Visibility) updates) => super.copyWith((message) => updates(message as Visibility)) as Visibility;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static Visibility create() => Visibility._();
|
||||
@$core.override
|
||||
Visibility createEmptyInstance() => create();
|
||||
static $pb.PbList<Visibility> createRepeated() => $pb.PbList<Visibility>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static Visibility getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<Visibility>(create);
|
||||
static Visibility? _defaultInstance;
|
||||
|
||||
/// A list of visibility rules that apply to individual API elements.
|
||||
/// A list of visibility rules that apply to individual API elements.
|
||||
///
|
||||
/// **NOTE:** All service configuration rules follow "last one wins" order.
|
||||
/// **NOTE:** All service configuration rules follow "last one wins" order.
|
||||
@$pb.TagNumber(1)
|
||||
$pb.PbList<VisibilityRule> get rules => $_getList(0);
|
||||
}
|
||||
@@ -91,18 +88,16 @@ class VisibilityRule extends $pb.GeneratedMessage {
|
||||
$core.String? selector,
|
||||
$core.String? restriction,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (selector != null) {
|
||||
$result.selector = selector;
|
||||
}
|
||||
if (restriction != null) {
|
||||
$result.restriction = restriction;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (selector != null) result.selector = selector;
|
||||
if (restriction != null) result.restriction = restriction;
|
||||
return result;
|
||||
}
|
||||
VisibilityRule._() : super();
|
||||
factory VisibilityRule.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory VisibilityRule.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
VisibilityRule._();
|
||||
|
||||
factory VisibilityRule.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory VisibilityRule.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'VisibilityRule', package: const $pb.PackageName(_omitMessageNames ? '' : 'google.api'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'selector')
|
||||
@@ -110,58 +105,54 @@ class VisibilityRule extends $pb.GeneratedMessage {
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
VisibilityRule clone() => VisibilityRule()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
VisibilityRule copyWith(void Function(VisibilityRule) updates) => super.copyWith((message) => updates(message as VisibilityRule)) as VisibilityRule;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static VisibilityRule create() => VisibilityRule._();
|
||||
@$core.override
|
||||
VisibilityRule createEmptyInstance() => create();
|
||||
static $pb.PbList<VisibilityRule> createRepeated() => $pb.PbList<VisibilityRule>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static VisibilityRule getDefault() => _defaultInstance ??= $pb.GeneratedMessage.$_defaultFor<VisibilityRule>(create);
|
||||
static VisibilityRule? _defaultInstance;
|
||||
|
||||
/// Selects methods, messages, fields, enums, etc. to which this rule applies.
|
||||
/// Selects methods, messages, fields, enums, etc. to which this rule applies.
|
||||
///
|
||||
/// Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
|
||||
/// Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get selector => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set selector($core.String v) { $_setString(0, v); }
|
||||
set selector($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasSelector() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
void clearSelector() => $_clearField(1);
|
||||
|
||||
/// A comma-separated list of visibility labels that apply to the `selector`.
|
||||
/// Any of the listed labels can be used to grant the visibility.
|
||||
/// A comma-separated list of visibility labels that apply to the `selector`.
|
||||
/// Any of the listed labels can be used to grant the visibility.
|
||||
///
|
||||
/// If a rule has multiple labels, removing one of the labels but not all of
|
||||
/// them can break clients.
|
||||
/// If a rule has multiple labels, removing one of the labels but not all of
|
||||
/// them can break clients.
|
||||
///
|
||||
/// Example:
|
||||
/// Example:
|
||||
///
|
||||
/// visibility:
|
||||
/// rules:
|
||||
/// - selector: google.calendar.Calendar.EnhancedSearch
|
||||
/// restriction: INTERNAL, PREVIEW
|
||||
/// visibility:
|
||||
/// rules:
|
||||
/// - selector: google.calendar.Calendar.EnhancedSearch
|
||||
/// restriction: INTERNAL, PREVIEW
|
||||
///
|
||||
/// Removing INTERNAL from this restriction will break clients that rely on
|
||||
/// this method and only had access to it through INTERNAL.
|
||||
/// Removing INTERNAL from this restriction will break clients that rely on
|
||||
/// this method and only had access to it through INTERNAL.
|
||||
@$pb.TagNumber(2)
|
||||
$core.String get restriction => $_getSZ(1);
|
||||
@$pb.TagNumber(2)
|
||||
set restriction($core.String v) { $_setString(1, v); }
|
||||
set restriction($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(2)
|
||||
$core.bool hasRestriction() => $_has(1);
|
||||
@$pb.TagNumber(2)
|
||||
@@ -186,5 +177,5 @@ class VisibilityExt {
|
||||
}
|
||||
|
||||
|
||||
const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
const $core.bool _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: visibility.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: viz-common.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,11 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: viz-composed-field.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:async' as $async;
|
||||
import 'dart:core' as $core;
|
||||
@@ -15,58 +16,142 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'viz-composed-field.pb.dart' as $6;
|
||||
import 'viz-composed-field.pb.dart' as $1;
|
||||
|
||||
export 'viz-composed-field.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('vizapi.ComposedFieldService')
|
||||
class ComposedFieldServiceClient extends $grpc.Client {
|
||||
static final _$get = $grpc.ClientMethod<$6.GetComposedFieldRequest, $6.GetComposedFieldResult>(
|
||||
/// The hostname for this service.
|
||||
static const $core.String defaultHost = '';
|
||||
|
||||
/// OAuth scopes needed for the client.
|
||||
static const $core.List<$core.String> oauthScopes = [
|
||||
'',
|
||||
];
|
||||
|
||||
static final _$get = $grpc.ClientMethod<$1.GetComposedFieldRequest, $1.GetComposedFieldResult>(
|
||||
'/vizapi.ComposedFieldService/Get',
|
||||
($6.GetComposedFieldRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $6.GetComposedFieldResult.fromBuffer(value));
|
||||
static final _$create = $grpc.ClientMethod<$6.CreateComposedFieldRequest, $6.CreateComposedFieldResult>(
|
||||
($1.GetComposedFieldRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $1.GetComposedFieldResult.fromBuffer(value));
|
||||
static final _$create = $grpc.ClientMethod<$1.CreateComposedFieldRequest, $1.CreateComposedFieldResult>(
|
||||
'/vizapi.ComposedFieldService/Create',
|
||||
($6.CreateComposedFieldRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $6.CreateComposedFieldResult.fromBuffer(value));
|
||||
static final _$update = $grpc.ClientMethod<$6.UpdateComposedFieldRequest, $6.UpdateComposedFieldResult>(
|
||||
($1.CreateComposedFieldRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $1.CreateComposedFieldResult.fromBuffer(value));
|
||||
static final _$update = $grpc.ClientMethod<$1.UpdateComposedFieldRequest, $1.UpdateComposedFieldResult>(
|
||||
'/vizapi.ComposedFieldService/Update',
|
||||
($6.UpdateComposedFieldRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $6.UpdateComposedFieldResult.fromBuffer(value));
|
||||
static final _$delete = $grpc.ClientMethod<$6.DeleteComposedFieldRequest, $6.DeleteComposedFieldResult>(
|
||||
($1.UpdateComposedFieldRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $1.UpdateComposedFieldResult.fromBuffer(value));
|
||||
static final _$delete = $grpc.ClientMethod<$1.DeleteComposedFieldRequest, $1.DeleteComposedFieldResult>(
|
||||
'/vizapi.ComposedFieldService/Delete',
|
||||
($6.DeleteComposedFieldRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $6.DeleteComposedFieldResult.fromBuffer(value));
|
||||
static final _$list = $grpc.ClientMethod<$6.ListComposedFieldRequest, $6.ListComposedFieldResult>(
|
||||
($1.DeleteComposedFieldRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $1.DeleteComposedFieldResult.fromBuffer(value));
|
||||
static final _$list = $grpc.ClientMethod<$1.ListComposedFieldRequest, $1.ListComposedFieldResult>(
|
||||
'/vizapi.ComposedFieldService/List',
|
||||
($6.ListComposedFieldRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $6.ListComposedFieldResult.fromBuffer(value));
|
||||
($1.ListComposedFieldRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $1.ListComposedFieldResult.fromBuffer(value));
|
||||
static final _$getProject = $grpc.ClientMethod<$1.GetProjectComposedFieldRequest, $1.GetProjectComposedFieldResult>(
|
||||
'/vizapi.ComposedFieldService/GetProject',
|
||||
($1.GetProjectComposedFieldRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $1.GetProjectComposedFieldResult.fromBuffer(value));
|
||||
static final _$createProject = $grpc.ClientMethod<$1.CreateProjectComposedFieldRequest, $1.CreateProjectComposedFieldResult>(
|
||||
'/vizapi.ComposedFieldService/CreateProject',
|
||||
($1.CreateProjectComposedFieldRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $1.CreateProjectComposedFieldResult.fromBuffer(value));
|
||||
static final _$updateProject = $grpc.ClientMethod<$1.UpdateProjectComposedFieldRequest, $1.UpdateProjectComposedFieldResult>(
|
||||
'/vizapi.ComposedFieldService/UpdateProject',
|
||||
($1.UpdateProjectComposedFieldRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $1.UpdateProjectComposedFieldResult.fromBuffer(value));
|
||||
static final _$deleteProject = $grpc.ClientMethod<$1.DeleteProjectComposedFieldRequest, $1.DeleteProjectComposedFieldResult>(
|
||||
'/vizapi.ComposedFieldService/DeleteProject',
|
||||
($1.DeleteProjectComposedFieldRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $1.DeleteProjectComposedFieldResult.fromBuffer(value));
|
||||
static final _$listProject = $grpc.ClientMethod<$1.ListProjectComposedFieldRequest, $1.ListProjectComposedFieldResult>(
|
||||
'/vizapi.ComposedFieldService/ListProject',
|
||||
($1.ListProjectComposedFieldRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $1.ListProjectComposedFieldResult.fromBuffer(value));
|
||||
static final _$getSite = $grpc.ClientMethod<$1.GetSiteComposedFieldRequest, $1.GetSiteComposedFieldResult>(
|
||||
'/vizapi.ComposedFieldService/GetSite',
|
||||
($1.GetSiteComposedFieldRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $1.GetSiteComposedFieldResult.fromBuffer(value));
|
||||
static final _$createSite = $grpc.ClientMethod<$1.CreateSiteComposedFieldRequest, $1.CreateSiteComposedFieldResult>(
|
||||
'/vizapi.ComposedFieldService/CreateSite',
|
||||
($1.CreateSiteComposedFieldRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $1.CreateSiteComposedFieldResult.fromBuffer(value));
|
||||
static final _$updateSite = $grpc.ClientMethod<$1.UpdateSiteComposedFieldRequest, $1.UpdateSiteComposedFieldResult>(
|
||||
'/vizapi.ComposedFieldService/UpdateSite',
|
||||
($1.UpdateSiteComposedFieldRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $1.UpdateSiteComposedFieldResult.fromBuffer(value));
|
||||
static final _$deleteSite = $grpc.ClientMethod<$1.DeleteSiteComposedFieldRequest, $1.DeleteSiteComposedFieldResult>(
|
||||
'/vizapi.ComposedFieldService/DeleteSite',
|
||||
($1.DeleteSiteComposedFieldRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $1.DeleteSiteComposedFieldResult.fromBuffer(value));
|
||||
static final _$listSite = $grpc.ClientMethod<$1.ListSiteComposedFieldRequest, $1.ListSiteComposedFieldResult>(
|
||||
'/vizapi.ComposedFieldService/ListSite',
|
||||
($1.ListSiteComposedFieldRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $1.ListSiteComposedFieldResult.fromBuffer(value));
|
||||
|
||||
ComposedFieldServiceClient($grpc.ClientChannel channel,
|
||||
{$grpc.CallOptions? options,
|
||||
$core.Iterable<$grpc.ClientInterceptor>? interceptors})
|
||||
: super(channel, options: options,
|
||||
interceptors: interceptors);
|
||||
ComposedFieldServiceClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$6.GetComposedFieldResult> get($6.GetComposedFieldRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$1.GetComposedFieldResult> get($1.GetComposedFieldRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$get, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$6.CreateComposedFieldResult> create($6.CreateComposedFieldRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$1.CreateComposedFieldResult> create($1.CreateComposedFieldRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$create, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$6.UpdateComposedFieldResult> update($6.UpdateComposedFieldRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$1.UpdateComposedFieldResult> update($1.UpdateComposedFieldRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$update, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$6.DeleteComposedFieldResult> delete($6.DeleteComposedFieldRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$1.DeleteComposedFieldResult> delete($1.DeleteComposedFieldRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$delete, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$6.ListComposedFieldResult> list($6.ListComposedFieldRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$1.ListComposedFieldResult> list($1.ListComposedFieldRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$list, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$1.GetProjectComposedFieldResult> getProject($1.GetProjectComposedFieldRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getProject, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$1.CreateProjectComposedFieldResult> createProject($1.CreateProjectComposedFieldRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$createProject, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$1.UpdateProjectComposedFieldResult> updateProject($1.UpdateProjectComposedFieldRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$updateProject, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$1.DeleteProjectComposedFieldResult> deleteProject($1.DeleteProjectComposedFieldRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deleteProject, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$1.ListProjectComposedFieldResult> listProject($1.ListProjectComposedFieldRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$listProject, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$1.GetSiteComposedFieldResult> getSite($1.GetSiteComposedFieldRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getSite, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$1.CreateSiteComposedFieldResult> createSite($1.CreateSiteComposedFieldRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$createSite, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$1.UpdateSiteComposedFieldResult> updateSite($1.UpdateSiteComposedFieldRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$updateSite, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$1.DeleteSiteComposedFieldResult> deleteSite($1.DeleteSiteComposedFieldRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deleteSite, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$1.ListSiteComposedFieldResult> listSite($1.ListSiteComposedFieldRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$listSite, request, options: options);
|
||||
}
|
||||
}
|
||||
|
||||
@$pb.GrpcServiceName('vizapi.ComposedFieldService')
|
||||
@@ -74,66 +159,186 @@ abstract class ComposedFieldServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'vizapi.ComposedFieldService';
|
||||
|
||||
ComposedFieldServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$6.GetComposedFieldRequest, $6.GetComposedFieldResult>(
|
||||
$addMethod($grpc.ServiceMethod<$1.GetComposedFieldRequest, $1.GetComposedFieldResult>(
|
||||
'Get',
|
||||
get_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $6.GetComposedFieldRequest.fromBuffer(value),
|
||||
($6.GetComposedFieldResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$6.CreateComposedFieldRequest, $6.CreateComposedFieldResult>(
|
||||
($core.List<$core.int> value) => $1.GetComposedFieldRequest.fromBuffer(value),
|
||||
($1.GetComposedFieldResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$1.CreateComposedFieldRequest, $1.CreateComposedFieldResult>(
|
||||
'Create',
|
||||
create_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $6.CreateComposedFieldRequest.fromBuffer(value),
|
||||
($6.CreateComposedFieldResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$6.UpdateComposedFieldRequest, $6.UpdateComposedFieldResult>(
|
||||
($core.List<$core.int> value) => $1.CreateComposedFieldRequest.fromBuffer(value),
|
||||
($1.CreateComposedFieldResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$1.UpdateComposedFieldRequest, $1.UpdateComposedFieldResult>(
|
||||
'Update',
|
||||
update_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $6.UpdateComposedFieldRequest.fromBuffer(value),
|
||||
($6.UpdateComposedFieldResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$6.DeleteComposedFieldRequest, $6.DeleteComposedFieldResult>(
|
||||
($core.List<$core.int> value) => $1.UpdateComposedFieldRequest.fromBuffer(value),
|
||||
($1.UpdateComposedFieldResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$1.DeleteComposedFieldRequest, $1.DeleteComposedFieldResult>(
|
||||
'Delete',
|
||||
delete_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $6.DeleteComposedFieldRequest.fromBuffer(value),
|
||||
($6.DeleteComposedFieldResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$6.ListComposedFieldRequest, $6.ListComposedFieldResult>(
|
||||
($core.List<$core.int> value) => $1.DeleteComposedFieldRequest.fromBuffer(value),
|
||||
($1.DeleteComposedFieldResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$1.ListComposedFieldRequest, $1.ListComposedFieldResult>(
|
||||
'List',
|
||||
list_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $6.ListComposedFieldRequest.fromBuffer(value),
|
||||
($6.ListComposedFieldResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $1.ListComposedFieldRequest.fromBuffer(value),
|
||||
($1.ListComposedFieldResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$1.GetProjectComposedFieldRequest, $1.GetProjectComposedFieldResult>(
|
||||
'GetProject',
|
||||
getProject_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $1.GetProjectComposedFieldRequest.fromBuffer(value),
|
||||
($1.GetProjectComposedFieldResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$1.CreateProjectComposedFieldRequest, $1.CreateProjectComposedFieldResult>(
|
||||
'CreateProject',
|
||||
createProject_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $1.CreateProjectComposedFieldRequest.fromBuffer(value),
|
||||
($1.CreateProjectComposedFieldResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$1.UpdateProjectComposedFieldRequest, $1.UpdateProjectComposedFieldResult>(
|
||||
'UpdateProject',
|
||||
updateProject_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $1.UpdateProjectComposedFieldRequest.fromBuffer(value),
|
||||
($1.UpdateProjectComposedFieldResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$1.DeleteProjectComposedFieldRequest, $1.DeleteProjectComposedFieldResult>(
|
||||
'DeleteProject',
|
||||
deleteProject_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $1.DeleteProjectComposedFieldRequest.fromBuffer(value),
|
||||
($1.DeleteProjectComposedFieldResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$1.ListProjectComposedFieldRequest, $1.ListProjectComposedFieldResult>(
|
||||
'ListProject',
|
||||
listProject_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $1.ListProjectComposedFieldRequest.fromBuffer(value),
|
||||
($1.ListProjectComposedFieldResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$1.GetSiteComposedFieldRequest, $1.GetSiteComposedFieldResult>(
|
||||
'GetSite',
|
||||
getSite_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $1.GetSiteComposedFieldRequest.fromBuffer(value),
|
||||
($1.GetSiteComposedFieldResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$1.CreateSiteComposedFieldRequest, $1.CreateSiteComposedFieldResult>(
|
||||
'CreateSite',
|
||||
createSite_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $1.CreateSiteComposedFieldRequest.fromBuffer(value),
|
||||
($1.CreateSiteComposedFieldResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$1.UpdateSiteComposedFieldRequest, $1.UpdateSiteComposedFieldResult>(
|
||||
'UpdateSite',
|
||||
updateSite_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $1.UpdateSiteComposedFieldRequest.fromBuffer(value),
|
||||
($1.UpdateSiteComposedFieldResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$1.DeleteSiteComposedFieldRequest, $1.DeleteSiteComposedFieldResult>(
|
||||
'DeleteSite',
|
||||
deleteSite_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $1.DeleteSiteComposedFieldRequest.fromBuffer(value),
|
||||
($1.DeleteSiteComposedFieldResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$1.ListSiteComposedFieldRequest, $1.ListSiteComposedFieldResult>(
|
||||
'ListSite',
|
||||
listSite_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $1.ListSiteComposedFieldRequest.fromBuffer(value),
|
||||
($1.ListSiteComposedFieldResult value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$6.GetComposedFieldResult> get_Pre($grpc.ServiceCall $call, $async.Future<$6.GetComposedFieldRequest> $request) async {
|
||||
$async.Future<$1.GetComposedFieldResult> get_Pre($grpc.ServiceCall $call, $async.Future<$1.GetComposedFieldRequest> $request) async {
|
||||
return get($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$6.CreateComposedFieldResult> create_Pre($grpc.ServiceCall $call, $async.Future<$6.CreateComposedFieldRequest> $request) async {
|
||||
$async.Future<$1.CreateComposedFieldResult> create_Pre($grpc.ServiceCall $call, $async.Future<$1.CreateComposedFieldRequest> $request) async {
|
||||
return create($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$6.UpdateComposedFieldResult> update_Pre($grpc.ServiceCall $call, $async.Future<$6.UpdateComposedFieldRequest> $request) async {
|
||||
$async.Future<$1.UpdateComposedFieldResult> update_Pre($grpc.ServiceCall $call, $async.Future<$1.UpdateComposedFieldRequest> $request) async {
|
||||
return update($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$6.DeleteComposedFieldResult> delete_Pre($grpc.ServiceCall $call, $async.Future<$6.DeleteComposedFieldRequest> $request) async {
|
||||
$async.Future<$1.DeleteComposedFieldResult> delete_Pre($grpc.ServiceCall $call, $async.Future<$1.DeleteComposedFieldRequest> $request) async {
|
||||
return delete($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$6.ListComposedFieldResult> list_Pre($grpc.ServiceCall $call, $async.Future<$6.ListComposedFieldRequest> $request) async {
|
||||
$async.Future<$1.ListComposedFieldResult> list_Pre($grpc.ServiceCall $call, $async.Future<$1.ListComposedFieldRequest> $request) async {
|
||||
return list($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$6.GetComposedFieldResult> get($grpc.ServiceCall call, $6.GetComposedFieldRequest request);
|
||||
$async.Future<$6.CreateComposedFieldResult> create($grpc.ServiceCall call, $6.CreateComposedFieldRequest request);
|
||||
$async.Future<$6.UpdateComposedFieldResult> update($grpc.ServiceCall call, $6.UpdateComposedFieldRequest request);
|
||||
$async.Future<$6.DeleteComposedFieldResult> delete($grpc.ServiceCall call, $6.DeleteComposedFieldRequest request);
|
||||
$async.Future<$6.ListComposedFieldResult> list($grpc.ServiceCall call, $6.ListComposedFieldRequest request);
|
||||
$async.Future<$1.GetProjectComposedFieldResult> getProject_Pre($grpc.ServiceCall $call, $async.Future<$1.GetProjectComposedFieldRequest> $request) async {
|
||||
return getProject($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$1.CreateProjectComposedFieldResult> createProject_Pre($grpc.ServiceCall $call, $async.Future<$1.CreateProjectComposedFieldRequest> $request) async {
|
||||
return createProject($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$1.UpdateProjectComposedFieldResult> updateProject_Pre($grpc.ServiceCall $call, $async.Future<$1.UpdateProjectComposedFieldRequest> $request) async {
|
||||
return updateProject($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$1.DeleteProjectComposedFieldResult> deleteProject_Pre($grpc.ServiceCall $call, $async.Future<$1.DeleteProjectComposedFieldRequest> $request) async {
|
||||
return deleteProject($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$1.ListProjectComposedFieldResult> listProject_Pre($grpc.ServiceCall $call, $async.Future<$1.ListProjectComposedFieldRequest> $request) async {
|
||||
return listProject($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$1.GetSiteComposedFieldResult> getSite_Pre($grpc.ServiceCall $call, $async.Future<$1.GetSiteComposedFieldRequest> $request) async {
|
||||
return getSite($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$1.CreateSiteComposedFieldResult> createSite_Pre($grpc.ServiceCall $call, $async.Future<$1.CreateSiteComposedFieldRequest> $request) async {
|
||||
return createSite($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$1.UpdateSiteComposedFieldResult> updateSite_Pre($grpc.ServiceCall $call, $async.Future<$1.UpdateSiteComposedFieldRequest> $request) async {
|
||||
return updateSite($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$1.DeleteSiteComposedFieldResult> deleteSite_Pre($grpc.ServiceCall $call, $async.Future<$1.DeleteSiteComposedFieldRequest> $request) async {
|
||||
return deleteSite($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$1.ListSiteComposedFieldResult> listSite_Pre($grpc.ServiceCall $call, $async.Future<$1.ListSiteComposedFieldRequest> $request) async {
|
||||
return listSite($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$1.GetComposedFieldResult> get($grpc.ServiceCall call, $1.GetComposedFieldRequest request);
|
||||
$async.Future<$1.CreateComposedFieldResult> create($grpc.ServiceCall call, $1.CreateComposedFieldRequest request);
|
||||
$async.Future<$1.UpdateComposedFieldResult> update($grpc.ServiceCall call, $1.UpdateComposedFieldRequest request);
|
||||
$async.Future<$1.DeleteComposedFieldResult> delete($grpc.ServiceCall call, $1.DeleteComposedFieldRequest request);
|
||||
$async.Future<$1.ListComposedFieldResult> list($grpc.ServiceCall call, $1.ListComposedFieldRequest request);
|
||||
$async.Future<$1.GetProjectComposedFieldResult> getProject($grpc.ServiceCall call, $1.GetProjectComposedFieldRequest request);
|
||||
$async.Future<$1.CreateProjectComposedFieldResult> createProject($grpc.ServiceCall call, $1.CreateProjectComposedFieldRequest request);
|
||||
$async.Future<$1.UpdateProjectComposedFieldResult> updateProject($grpc.ServiceCall call, $1.UpdateProjectComposedFieldRequest request);
|
||||
$async.Future<$1.DeleteProjectComposedFieldResult> deleteProject($grpc.ServiceCall call, $1.DeleteProjectComposedFieldRequest request);
|
||||
$async.Future<$1.ListProjectComposedFieldResult> listProject($grpc.ServiceCall call, $1.ListProjectComposedFieldRequest request);
|
||||
$async.Future<$1.GetSiteComposedFieldResult> getSite($grpc.ServiceCall call, $1.GetSiteComposedFieldRequest request);
|
||||
$async.Future<$1.CreateSiteComposedFieldResult> createSite($grpc.ServiceCall call, $1.CreateSiteComposedFieldRequest request);
|
||||
$async.Future<$1.UpdateSiteComposedFieldResult> updateSite($grpc.ServiceCall call, $1.UpdateSiteComposedFieldRequest request);
|
||||
$async.Future<$1.DeleteSiteComposedFieldResult> deleteSite($grpc.ServiceCall call, $1.DeleteSiteComposedFieldRequest request);
|
||||
$async.Future<$1.ListSiteComposedFieldResult> listSite($grpc.ServiceCall call, $1.ListSiteComposedFieldRequest request);
|
||||
}
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
@@ -225,3 +226,351 @@ final $typed_data.Uint8List listComposedFieldResultDescriptor = $convert.base64D
|
||||
'Bvc2VkRmllbGRCJJJBITIfQWxsIENvbnRlbnQgaW4gYSBDb21wb3NlZCBGaWVsZFIHUmVzdWx0'
|
||||
'czoekkEbChkyF0xpc3Qgb2YgQ29tcG9zZWQgRmllbGRz');
|
||||
|
||||
@$core.Deprecated('Use getProjectComposedFieldRequestDescriptor instead')
|
||||
const GetProjectComposedFieldRequest$json = {
|
||||
'1': 'GetProjectComposedFieldRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'ComposedFieldID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ComposedFieldID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `GetProjectComposedFieldRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List getProjectComposedFieldRequestDescriptor = $convert.base64Decode(
|
||||
'Ch5HZXRQcm9qZWN0Q29tcG9zZWRGaWVsZFJlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYXBpLl'
|
||||
'JlcXVlc3RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyElYKD0NvbXBvc2VkRmllbGRJ'
|
||||
'RBgCIAEoCUIskkEiMiBJZGVudGlmaWVyIG9mIHRoZSBDb21wb3NlZCBGaWVsZPpCBHICEAFSD0'
|
||||
'NvbXBvc2VkRmllbGRJRDo7kkE4CjYyGUlEcyBvZiB0aGUgQ29tcG9zZWQgRmllbGTSAQZIZWFk'
|
||||
'ZXLSAQ9Db21wb3NlZEZpZWxkSUQ=');
|
||||
|
||||
@$core.Deprecated('Use getProjectComposedFieldResultDescriptor instead')
|
||||
const GetProjectComposedFieldResult$json = {
|
||||
'1': 'GetProjectComposedFieldResult',
|
||||
'2': [
|
||||
{'1': 'Result', '3': 1, '4': 1, '5': 11, '6': '.vizapi.ComposedField', '10': 'Result'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `GetProjectComposedFieldResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List getProjectComposedFieldResultDescriptor = $convert.base64Decode(
|
||||
'Ch1HZXRQcm9qZWN0Q29tcG9zZWRGaWVsZFJlc3VsdBItCgZSZXN1bHQYASABKAsyFS52aXphcG'
|
||||
'kuQ29tcG9zZWRGaWVsZFIGUmVzdWx0Oi+SQSwKKjIoQWxsIHRoZSBDb250ZW50IGFib3V0IHRo'
|
||||
'ZSBjb21wb3NlZCBmaWVsZA==');
|
||||
|
||||
@$core.Deprecated('Use createProjectComposedFieldRequestDescriptor instead')
|
||||
const CreateProjectComposedFieldRequest$json = {
|
||||
'1': 'CreateProjectComposedFieldRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'Name', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Name'},
|
||||
{'1': 'ScreenID', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'ScreenID'},
|
||||
{'1': 'TabID', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'TabID'},
|
||||
{'1': 'Payload', '3': 5, '4': 1, '5': 9, '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `CreateProjectComposedFieldRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List createProjectComposedFieldRequestDescriptor = $convert.base64Decode(
|
||||
'CiFDcmVhdGVQcm9qZWN0Q29tcG9zZWRGaWVsZFJlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYX'
|
||||
'BpLlJlcXVlc3RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEjoKBE5hbWUYAiABKAlC'
|
||||
'JpJBHDIaTmFtZSBvZiB0aGUgQ29tcG9zZWQgRmllbGT6QgRyAhABUgROYW1lEkAKCFNjcmVlbk'
|
||||
'lEGAMgASgJQiSSQRoyGElkZW50aWZpZXIgb2YgdGhlIFNjcmVlbvpCBHICEAFSCFNjcmVlbklE'
|
||||
'EjcKBVRhYklEGAQgASgJQiGSQRcyFUlkZW50aWZpZXIgb2YgdGhlIFRhYvpCBHICEAFSBVRhYk'
|
||||
'lEEkMKB1BheWxvYWQYBSABKAlCKZJBHzIdQ29udGVudCBpbiB0aGUgQ29tcG9zZWQgRmllbGT6'
|
||||
'QgRyAhABUgdQYXlsb2FkOlSSQVEKTzIgQ29udGVudCB0aGF0IG5lZWRzIHRvIGJlIHN0b3JlZC'
|
||||
'DSAQZIZWFkZXLSAQROYW1l0gEIU2NyZWVuSUTSAQVUYWJJRNIBB1BheWxvYWQ=');
|
||||
|
||||
@$core.Deprecated('Use createProjectComposedFieldResultDescriptor instead')
|
||||
const CreateProjectComposedFieldResult$json = {
|
||||
'1': 'CreateProjectComposedFieldResult',
|
||||
'2': [
|
||||
{'1': 'ComposedFieldID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ComposedFieldID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `CreateProjectComposedFieldResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List createProjectComposedFieldResultDescriptor = $convert.base64Decode(
|
||||
'CiBDcmVhdGVQcm9qZWN0Q29tcG9zZWRGaWVsZFJlc3VsdBJPCg9Db21wb3NlZEZpZWxkSUQYAS'
|
||||
'ABKAlCJZJBIjIgSWRlbnRpZmllciBvZiB0aGUgQ29tcG9zZWQgRmllbGRSD0NvbXBvc2VkRmll'
|
||||
'bGRJRDonkkEkCiIyIElEIG9mIHRoZSBjcmVhdGVkIENvbXBvc2VkIEZpZWxk');
|
||||
|
||||
@$core.Deprecated('Use updateProjectComposedFieldRequestDescriptor instead')
|
||||
const UpdateProjectComposedFieldRequest$json = {
|
||||
'1': 'UpdateProjectComposedFieldRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'ComposedFieldID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ComposedFieldID'},
|
||||
{'1': 'Name', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'Name'},
|
||||
{'1': 'ScreenID', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'ScreenID'},
|
||||
{'1': 'TabID', '3': 5, '4': 1, '5': 9, '8': {}, '10': 'TabID'},
|
||||
{'1': 'Payload', '3': 6, '4': 1, '5': 9, '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `UpdateProjectComposedFieldRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List updateProjectComposedFieldRequestDescriptor = $convert.base64Decode(
|
||||
'CiFVcGRhdGVQcm9qZWN0Q29tcG9zZWRGaWVsZFJlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYX'
|
||||
'BpLlJlcXVlc3RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyElYKD0NvbXBvc2VkRmll'
|
||||
'bGRJRBgCIAEoCUIskkEiMiBJZGVudGlmaWVyIG9mIHRoZSBDb21wb3NlZCBGaWVsZPpCBHICEA'
|
||||
'FSD0NvbXBvc2VkRmllbGRJRBI6CgROYW1lGAMgASgJQiaSQRwyGk5hbWUgb2YgdGhlIENvbXBv'
|
||||
'c2VkIEZpZWxk+kIEcgIQAVIETmFtZRJACghTY3JlZW5JRBgEIAEoCUIkkkEaMhhJZGVudGlmaW'
|
||||
'VyIG9mIHRoZSBTY3JlZW76QgRyAhABUghTY3JlZW5JRBI3CgVUYWJJRBgFIAEoCUIhkkEXMhVJ'
|
||||
'ZGVudGlmaWVyIG9mIHRoZSBUYWL6QgRyAhABUgVUYWJJRBJDCgdQYXlsb2FkGAYgASgJQimSQR'
|
||||
'8yHUNvbnRlbnQgaW4gdGhlIENvbXBvc2VkIEZpZWxk+kIEcgIQAVIHUGF5bG9hZDpmkkFjCmEy'
|
||||
'IENvbnRlbnQgdGhhdCBuZWVkcyB0byBiZSB1cGRhdGVk0gEGSGVhZGVy0gEPQ29tcG9zZWRGaW'
|
||||
'VsZElE0gEETmFtZdIBCFNjcmVlbklE0gEFVGFiSUTSAQdQYXlsb2Fk');
|
||||
|
||||
@$core.Deprecated('Use updateProjectComposedFieldResultDescriptor instead')
|
||||
const UpdateProjectComposedFieldResult$json = {
|
||||
'1': 'UpdateProjectComposedFieldResult',
|
||||
'2': [
|
||||
{'1': 'ComposedFieldID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ComposedFieldID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `UpdateProjectComposedFieldResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List updateProjectComposedFieldResultDescriptor = $convert.base64Decode(
|
||||
'CiBVcGRhdGVQcm9qZWN0Q29tcG9zZWRGaWVsZFJlc3VsdBJPCg9Db21wb3NlZEZpZWxkSUQYAS'
|
||||
'ABKAlCJZJBIjIgSWRlbnRpZmllciBvZiB0aGUgQ29tcG9zZWQgRmllbGRSD0NvbXBvc2VkRmll'
|
||||
'bGRJRDobkkEYChYyFFVwZGF0ZWQgZGFzaGJvYXJkIElE');
|
||||
|
||||
@$core.Deprecated('Use deleteProjectComposedFieldRequestDescriptor instead')
|
||||
const DeleteProjectComposedFieldRequest$json = {
|
||||
'1': 'DeleteProjectComposedFieldRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'ComposedFieldID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ComposedFieldID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `DeleteProjectComposedFieldRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List deleteProjectComposedFieldRequestDescriptor = $convert.base64Decode(
|
||||
'CiFEZWxldGVQcm9qZWN0Q29tcG9zZWRGaWVsZFJlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYX'
|
||||
'BpLlJlcXVlc3RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyElYKD0NvbXBvc2VkRmll'
|
||||
'bGRJRBgCIAEoCUIskkEiMiBJZGVudGlmaWVyIG9mIHRoZSBDb21wb3NlZCBGaWVsZPpCBHICEA'
|
||||
'FSD0NvbXBvc2VkRmllbGRJRDpJkkFGCkQyJ0lEcyBvZiB0aGUgQ29tcG9zZWQgRmllbGQgdG8g'
|
||||
'YmUgZGVsZXRlZNIBBkhlYWRlctIBD0NvbXBvc2VkRmllbGRJRA==');
|
||||
|
||||
@$core.Deprecated('Use deleteProjectComposedFieldResultDescriptor instead')
|
||||
const DeleteProjectComposedFieldResult$json = {
|
||||
'1': 'DeleteProjectComposedFieldResult',
|
||||
};
|
||||
|
||||
/// Descriptor for `DeleteProjectComposedFieldResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List deleteProjectComposedFieldResultDescriptor = $convert.base64Decode(
|
||||
'CiBEZWxldGVQcm9qZWN0Q29tcG9zZWRGaWVsZFJlc3VsdA==');
|
||||
|
||||
@$core.Deprecated('Use listProjectComposedFieldRequestDescriptor instead')
|
||||
const ListProjectComposedFieldRequest$json = {
|
||||
'1': 'ListProjectComposedFieldRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'ScreenID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ScreenID'},
|
||||
{'1': 'TabID', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'TabID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `ListProjectComposedFieldRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List listProjectComposedFieldRequestDescriptor = $convert.base64Decode(
|
||||
'Ch9MaXN0UHJvamVjdENvbXBvc2VkRmllbGRSZXF1ZXN0EjsKBkhlYWRlchgBIAEoCzIZLmFwaS'
|
||||
'5SZXF1ZXN0UHJvamVjdEhlYWRlckII+kIFigECEAFSBkhlYWRlchI5CghTY3JlZW5JRBgCIAEo'
|
||||
'CUIdkkEaMhhJZGVudGlmaWVyIG9mIHRoZSBTY3JlZW5SCFNjcmVlbklEEjAKBVRhYklEGAMgAS'
|
||||
'gJQhqSQRcyFUlkZW50aWZpZXIgb2YgdGhlIFRhYlIFVGFiSUQ6DpJBCwoJ0gEGSGVhZGVy');
|
||||
|
||||
@$core.Deprecated('Use listProjectComposedFieldResultDescriptor instead')
|
||||
const ListProjectComposedFieldResult$json = {
|
||||
'1': 'ListProjectComposedFieldResult',
|
||||
'2': [
|
||||
{'1': 'Results', '3': 1, '4': 3, '5': 11, '6': '.vizapi.ComposedField', '8': {}, '10': 'Results'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `ListProjectComposedFieldResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List listProjectComposedFieldResultDescriptor = $convert.base64Decode(
|
||||
'Ch5MaXN0UHJvamVjdENvbXBvc2VkRmllbGRSZXN1bHQSVQoHUmVzdWx0cxgBIAMoCzIVLnZpem'
|
||||
'FwaS5Db21wb3NlZEZpZWxkQiSSQSEyH0FsbCBDb250ZW50IGluIGEgQ29tcG9zZWQgRmllbGRS'
|
||||
'B1Jlc3VsdHM6HpJBGwoZMhdMaXN0IG9mIENvbXBvc2VkIEZpZWxkcw==');
|
||||
|
||||
@$core.Deprecated('Use getSiteComposedFieldRequestDescriptor instead')
|
||||
const GetSiteComposedFieldRequest$json = {
|
||||
'1': 'GetSiteComposedFieldRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'ComposedFieldID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ComposedFieldID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `GetSiteComposedFieldRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List getSiteComposedFieldRequestDescriptor = $convert.base64Decode(
|
||||
'ChtHZXRTaXRlQ29tcG9zZWRGaWVsZFJlcXVlc3QSOAoGSGVhZGVyGAEgASgLMhYuYXBpLlJlcX'
|
||||
'Vlc3RTaXRlSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyElYKD0NvbXBvc2VkRmllbGRJRBgCIAEo'
|
||||
'CUIskkEiMiBJZGVudGlmaWVyIG9mIHRoZSBDb21wb3NlZCBGaWVsZPpCBHICEAFSD0NvbXBvc2'
|
||||
'VkRmllbGRJRDo7kkE4CjYyGUlEcyBvZiB0aGUgQ29tcG9zZWQgRmllbGTSAQZIZWFkZXLSAQ9D'
|
||||
'b21wb3NlZEZpZWxkSUQ=');
|
||||
|
||||
@$core.Deprecated('Use getSiteComposedFieldResultDescriptor instead')
|
||||
const GetSiteComposedFieldResult$json = {
|
||||
'1': 'GetSiteComposedFieldResult',
|
||||
'2': [
|
||||
{'1': 'Result', '3': 1, '4': 1, '5': 11, '6': '.vizapi.ComposedField', '10': 'Result'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `GetSiteComposedFieldResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List getSiteComposedFieldResultDescriptor = $convert.base64Decode(
|
||||
'ChpHZXRTaXRlQ29tcG9zZWRGaWVsZFJlc3VsdBItCgZSZXN1bHQYASABKAsyFS52aXphcGkuQ2'
|
||||
'9tcG9zZWRGaWVsZFIGUmVzdWx0Oi+SQSwKKjIoQWxsIHRoZSBDb250ZW50IGFib3V0IHRoZSBj'
|
||||
'b21wb3NlZCBmaWVsZA==');
|
||||
|
||||
@$core.Deprecated('Use createSiteComposedFieldRequestDescriptor instead')
|
||||
const CreateSiteComposedFieldRequest$json = {
|
||||
'1': 'CreateSiteComposedFieldRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'Name', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Name'},
|
||||
{'1': 'ScreenID', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'ScreenID'},
|
||||
{'1': 'TabID', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'TabID'},
|
||||
{'1': 'Payload', '3': 5, '4': 1, '5': 9, '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `CreateSiteComposedFieldRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List createSiteComposedFieldRequestDescriptor = $convert.base64Decode(
|
||||
'Ch5DcmVhdGVTaXRlQ29tcG9zZWRGaWVsZFJlcXVlc3QSOAoGSGVhZGVyGAEgASgLMhYuYXBpLl'
|
||||
'JlcXVlc3RTaXRlSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEjoKBE5hbWUYAiABKAlCJpJBHDIa'
|
||||
'TmFtZSBvZiB0aGUgQ29tcG9zZWQgRmllbGT6QgRyAhABUgROYW1lEkAKCFNjcmVlbklEGAMgAS'
|
||||
'gJQiSSQRoyGElkZW50aWZpZXIgb2YgdGhlIFNjcmVlbvpCBHICEAFSCFNjcmVlbklEEjcKBVRh'
|
||||
'YklEGAQgASgJQiGSQRcyFUlkZW50aWZpZXIgb2YgdGhlIFRhYvpCBHICEAFSBVRhYklEEkMKB1'
|
||||
'BheWxvYWQYBSABKAlCKZJBHzIdQ29udGVudCBpbiB0aGUgQ29tcG9zZWQgRmllbGT6QgRyAhAB'
|
||||
'UgdQYXlsb2FkOlSSQVEKTzIgQ29udGVudCB0aGF0IG5lZWRzIHRvIGJlIHN0b3JlZCDSAQZIZW'
|
||||
'FkZXLSAQROYW1l0gEIU2NyZWVuSUTSAQVUYWJJRNIBB1BheWxvYWQ=');
|
||||
|
||||
@$core.Deprecated('Use createSiteComposedFieldResultDescriptor instead')
|
||||
const CreateSiteComposedFieldResult$json = {
|
||||
'1': 'CreateSiteComposedFieldResult',
|
||||
'2': [
|
||||
{'1': 'ComposedFieldID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ComposedFieldID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `CreateSiteComposedFieldResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List createSiteComposedFieldResultDescriptor = $convert.base64Decode(
|
||||
'Ch1DcmVhdGVTaXRlQ29tcG9zZWRGaWVsZFJlc3VsdBJPCg9Db21wb3NlZEZpZWxkSUQYASABKA'
|
||||
'lCJZJBIjIgSWRlbnRpZmllciBvZiB0aGUgQ29tcG9zZWQgRmllbGRSD0NvbXBvc2VkRmllbGRJ'
|
||||
'RDonkkEkCiIyIElEIG9mIHRoZSBjcmVhdGVkIENvbXBvc2VkIEZpZWxk');
|
||||
|
||||
@$core.Deprecated('Use updateSiteComposedFieldRequestDescriptor instead')
|
||||
const UpdateSiteComposedFieldRequest$json = {
|
||||
'1': 'UpdateSiteComposedFieldRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'ComposedFieldID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ComposedFieldID'},
|
||||
{'1': 'Name', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'Name'},
|
||||
{'1': 'ScreenID', '3': 4, '4': 1, '5': 9, '8': {}, '10': 'ScreenID'},
|
||||
{'1': 'TabID', '3': 5, '4': 1, '5': 9, '8': {}, '10': 'TabID'},
|
||||
{'1': 'Payload', '3': 6, '4': 1, '5': 9, '8': {}, '10': 'Payload'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `UpdateSiteComposedFieldRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List updateSiteComposedFieldRequestDescriptor = $convert.base64Decode(
|
||||
'Ch5VcGRhdGVTaXRlQ29tcG9zZWRGaWVsZFJlcXVlc3QSOAoGSGVhZGVyGAEgASgLMhYuYXBpLl'
|
||||
'JlcXVlc3RTaXRlSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyElYKD0NvbXBvc2VkRmllbGRJRBgC'
|
||||
'IAEoCUIskkEiMiBJZGVudGlmaWVyIG9mIHRoZSBDb21wb3NlZCBGaWVsZPpCBHICEAFSD0NvbX'
|
||||
'Bvc2VkRmllbGRJRBI6CgROYW1lGAMgASgJQiaSQRwyGk5hbWUgb2YgdGhlIENvbXBvc2VkIEZp'
|
||||
'ZWxk+kIEcgIQAVIETmFtZRJACghTY3JlZW5JRBgEIAEoCUIkkkEaMhhJZGVudGlmaWVyIG9mIH'
|
||||
'RoZSBTY3JlZW76QgRyAhABUghTY3JlZW5JRBI3CgVUYWJJRBgFIAEoCUIhkkEXMhVJZGVudGlm'
|
||||
'aWVyIG9mIHRoZSBUYWL6QgRyAhABUgVUYWJJRBJDCgdQYXlsb2FkGAYgASgJQimSQR8yHUNvbn'
|
||||
'RlbnQgaW4gdGhlIENvbXBvc2VkIEZpZWxk+kIEcgIQAVIHUGF5bG9hZDpmkkFjCmEyIENvbnRl'
|
||||
'bnQgdGhhdCBuZWVkcyB0byBiZSB1cGRhdGVk0gEGSGVhZGVy0gEPQ29tcG9zZWRGaWVsZElE0g'
|
||||
'EETmFtZdIBCFNjcmVlbklE0gEFVGFiSUTSAQdQYXlsb2Fk');
|
||||
|
||||
@$core.Deprecated('Use updateSiteComposedFieldResultDescriptor instead')
|
||||
const UpdateSiteComposedFieldResult$json = {
|
||||
'1': 'UpdateSiteComposedFieldResult',
|
||||
'2': [
|
||||
{'1': 'ComposedFieldID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'ComposedFieldID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `UpdateSiteComposedFieldResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List updateSiteComposedFieldResultDescriptor = $convert.base64Decode(
|
||||
'Ch1VcGRhdGVTaXRlQ29tcG9zZWRGaWVsZFJlc3VsdBJPCg9Db21wb3NlZEZpZWxkSUQYASABKA'
|
||||
'lCJZJBIjIgSWRlbnRpZmllciBvZiB0aGUgQ29tcG9zZWQgRmllbGRSD0NvbXBvc2VkRmllbGRJ'
|
||||
'RDobkkEYChYyFFVwZGF0ZWQgZGFzaGJvYXJkIElE');
|
||||
|
||||
@$core.Deprecated('Use deleteSiteComposedFieldRequestDescriptor instead')
|
||||
const DeleteSiteComposedFieldRequest$json = {
|
||||
'1': 'DeleteSiteComposedFieldRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'ComposedFieldID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ComposedFieldID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `DeleteSiteComposedFieldRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List deleteSiteComposedFieldRequestDescriptor = $convert.base64Decode(
|
||||
'Ch5EZWxldGVTaXRlQ29tcG9zZWRGaWVsZFJlcXVlc3QSOAoGSGVhZGVyGAEgASgLMhYuYXBpLl'
|
||||
'JlcXVlc3RTaXRlSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyElYKD0NvbXBvc2VkRmllbGRJRBgC'
|
||||
'IAEoCUIskkEiMiBJZGVudGlmaWVyIG9mIHRoZSBDb21wb3NlZCBGaWVsZPpCBHICEAFSD0NvbX'
|
||||
'Bvc2VkRmllbGRJRDpJkkFGCkQyJ0lEcyBvZiB0aGUgQ29tcG9zZWQgRmllbGQgdG8gYmUgZGVs'
|
||||
'ZXRlZNIBBkhlYWRlctIBD0NvbXBvc2VkRmllbGRJRA==');
|
||||
|
||||
@$core.Deprecated('Use deleteSiteComposedFieldResultDescriptor instead')
|
||||
const DeleteSiteComposedFieldResult$json = {
|
||||
'1': 'DeleteSiteComposedFieldResult',
|
||||
};
|
||||
|
||||
/// Descriptor for `DeleteSiteComposedFieldResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List deleteSiteComposedFieldResultDescriptor = $convert.base64Decode(
|
||||
'Ch1EZWxldGVTaXRlQ29tcG9zZWRGaWVsZFJlc3VsdA==');
|
||||
|
||||
@$core.Deprecated('Use listSiteComposedFieldRequestDescriptor instead')
|
||||
const ListSiteComposedFieldRequest$json = {
|
||||
'1': 'ListSiteComposedFieldRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'ScreenID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'ScreenID'},
|
||||
{'1': 'TabID', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'TabID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `ListSiteComposedFieldRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List listSiteComposedFieldRequestDescriptor = $convert.base64Decode(
|
||||
'ChxMaXN0U2l0ZUNvbXBvc2VkRmllbGRSZXF1ZXN0EjgKBkhlYWRlchgBIAEoCzIWLmFwaS5SZX'
|
||||
'F1ZXN0U2l0ZUhlYWRlckII+kIFigECEAFSBkhlYWRlchI5CghTY3JlZW5JRBgCIAEoCUIdkkEa'
|
||||
'MhhJZGVudGlmaWVyIG9mIHRoZSBTY3JlZW5SCFNjcmVlbklEEjAKBVRhYklEGAMgASgJQhqSQR'
|
||||
'cyFUlkZW50aWZpZXIgb2YgdGhlIFRhYlIFVGFiSUQ6DpJBCwoJ0gEGSGVhZGVy');
|
||||
|
||||
@$core.Deprecated('Use listSiteComposedFieldResultDescriptor instead')
|
||||
const ListSiteComposedFieldResult$json = {
|
||||
'1': 'ListSiteComposedFieldResult',
|
||||
'2': [
|
||||
{'1': 'Results', '3': 1, '4': 3, '5': 11, '6': '.vizapi.ComposedField', '8': {}, '10': 'Results'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `ListSiteComposedFieldResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List listSiteComposedFieldResultDescriptor = $convert.base64Decode(
|
||||
'ChtMaXN0U2l0ZUNvbXBvc2VkRmllbGRSZXN1bHQSVQoHUmVzdWx0cxgBIAMoCzIVLnZpemFwaS'
|
||||
'5Db21wb3NlZEZpZWxkQiSSQSEyH0FsbCBDb250ZW50IGluIGEgQ29tcG9zZWQgRmllbGRSB1Jl'
|
||||
'c3VsdHM6HpJBGwoZMhdMaXN0IG9mIENvbXBvc2VkIEZpZWxkcw==');
|
||||
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,11 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: viz-dashboard.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:async' as $async;
|
||||
import 'dart:core' as $core;
|
||||
@@ -15,82 +16,190 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'viz-dashboard.pb.dart' as $10;
|
||||
import 'viz-dashboard.pb.dart' as $2;
|
||||
|
||||
export 'viz-dashboard.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('vizapi.DashboardService')
|
||||
class DashboardServiceClient extends $grpc.Client {
|
||||
static final _$create = $grpc.ClientMethod<$10.CreateDashboardRequest, $10.CreateDashboardResult>(
|
||||
/// The hostname for this service.
|
||||
static const $core.String defaultHost = '';
|
||||
|
||||
/// OAuth scopes needed for the client.
|
||||
static const $core.List<$core.String> oauthScopes = [
|
||||
'',
|
||||
];
|
||||
|
||||
static final _$create = $grpc.ClientMethod<$2.CreateDashboardRequest, $2.CreateDashboardResult>(
|
||||
'/vizapi.DashboardService/Create',
|
||||
($10.CreateDashboardRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $10.CreateDashboardResult.fromBuffer(value));
|
||||
static final _$list = $grpc.ClientMethod<$10.ListDashboardRequest, $10.ListDashboardResult>(
|
||||
($2.CreateDashboardRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $2.CreateDashboardResult.fromBuffer(value));
|
||||
static final _$list = $grpc.ClientMethod<$2.ListDashboardRequest, $2.ListDashboardResult>(
|
||||
'/vizapi.DashboardService/List',
|
||||
($10.ListDashboardRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $10.ListDashboardResult.fromBuffer(value));
|
||||
static final _$delete = $grpc.ClientMethod<$10.DeleteDashboardRequest, $10.DeleteDashboardResult>(
|
||||
($2.ListDashboardRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $2.ListDashboardResult.fromBuffer(value));
|
||||
static final _$delete = $grpc.ClientMethod<$2.DeleteDashboardRequest, $2.DeleteDashboardResult>(
|
||||
'/vizapi.DashboardService/Delete',
|
||||
($10.DeleteDashboardRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $10.DeleteDashboardResult.fromBuffer(value));
|
||||
static final _$deleteDashboardsForOrganisation = $grpc.ClientMethod<$10.DeleteDashboardsForOrganisationRequest, $10.DeleteDashboardsForOrganisationResult>(
|
||||
($2.DeleteDashboardRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $2.DeleteDashboardResult.fromBuffer(value));
|
||||
static final _$deleteDashboardsForOrganisation = $grpc.ClientMethod<$2.DeleteDashboardsForOrganisationRequest, $2.DeleteDashboardsForOrganisationResult>(
|
||||
'/vizapi.DashboardService/DeleteDashboardsForOrganisation',
|
||||
($10.DeleteDashboardsForOrganisationRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $10.DeleteDashboardsForOrganisationResult.fromBuffer(value));
|
||||
static final _$deleteDashboardsForProject = $grpc.ClientMethod<$10.DeleteDashboardsForProjectRequest, $10.DeleteDashboardsForProjectResult>(
|
||||
($2.DeleteDashboardsForOrganisationRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $2.DeleteDashboardsForOrganisationResult.fromBuffer(value));
|
||||
static final _$deleteDashboardsForProject = $grpc.ClientMethod<$2.DeleteDashboardsForProjectRequest, $2.DeleteDashboardsForProjectResult>(
|
||||
'/vizapi.DashboardService/DeleteDashboardsForProject',
|
||||
($10.DeleteDashboardsForProjectRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $10.DeleteDashboardsForProjectResult.fromBuffer(value));
|
||||
static final _$update = $grpc.ClientMethod<$10.UpdateDashboardRequest, $10.UpdateDashboardResult>(
|
||||
($2.DeleteDashboardsForProjectRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $2.DeleteDashboardsForProjectResult.fromBuffer(value));
|
||||
static final _$update = $grpc.ClientMethod<$2.UpdateDashboardRequest, $2.UpdateDashboardResult>(
|
||||
'/vizapi.DashboardService/Update',
|
||||
($10.UpdateDashboardRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $10.UpdateDashboardResult.fromBuffer(value));
|
||||
static final _$get = $grpc.ClientMethod<$10.GetDashboardRequest, $10.GetDashboardResult>(
|
||||
($2.UpdateDashboardRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $2.UpdateDashboardResult.fromBuffer(value));
|
||||
static final _$get = $grpc.ClientMethod<$2.GetDashboardRequest, $2.GetDashboardResult>(
|
||||
'/vizapi.DashboardService/Get',
|
||||
($10.GetDashboardRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $10.GetDashboardResult.fromBuffer(value));
|
||||
static final _$copy = $grpc.ClientMethod<$10.CopyDashboardRequest, $10.CopyDashboardResult>(
|
||||
($2.GetDashboardRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $2.GetDashboardResult.fromBuffer(value));
|
||||
static final _$copy = $grpc.ClientMethod<$2.CopyDashboardRequest, $2.CopyDashboardResult>(
|
||||
'/vizapi.DashboardService/Copy',
|
||||
($10.CopyDashboardRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $10.CopyDashboardResult.fromBuffer(value));
|
||||
($2.CopyDashboardRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $2.CopyDashboardResult.fromBuffer(value));
|
||||
static final _$createProject = $grpc.ClientMethod<$2.CreateProjectDashboardRequest, $2.CreateProjectDashboardResult>(
|
||||
'/vizapi.DashboardService/CreateProject',
|
||||
($2.CreateProjectDashboardRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $2.CreateProjectDashboardResult.fromBuffer(value));
|
||||
static final _$listProject = $grpc.ClientMethod<$2.ListProjectDashboardRequest, $2.ListProjectDashboardResult>(
|
||||
'/vizapi.DashboardService/ListProject',
|
||||
($2.ListProjectDashboardRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $2.ListProjectDashboardResult.fromBuffer(value));
|
||||
static final _$deleteProject = $grpc.ClientMethod<$2.DeleteProjectDashboardRequest, $2.DeleteProjectDashboardResult>(
|
||||
'/vizapi.DashboardService/DeleteProject',
|
||||
($2.DeleteProjectDashboardRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $2.DeleteProjectDashboardResult.fromBuffer(value));
|
||||
static final _$updateProject = $grpc.ClientMethod<$2.UpdateProjectDashboardRequest, $2.UpdateProjectDashboardResult>(
|
||||
'/vizapi.DashboardService/UpdateProject',
|
||||
($2.UpdateProjectDashboardRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $2.UpdateProjectDashboardResult.fromBuffer(value));
|
||||
static final _$getProject = $grpc.ClientMethod<$2.GetProjectDashboardRequest, $2.GetProjectDashboardResult>(
|
||||
'/vizapi.DashboardService/GetProject',
|
||||
($2.GetProjectDashboardRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $2.GetProjectDashboardResult.fromBuffer(value));
|
||||
static final _$copyProject = $grpc.ClientMethod<$2.CopyProjectDashboardRequest, $2.CopyProjectDashboardResult>(
|
||||
'/vizapi.DashboardService/CopyProject',
|
||||
($2.CopyProjectDashboardRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $2.CopyProjectDashboardResult.fromBuffer(value));
|
||||
static final _$createSite = $grpc.ClientMethod<$2.CreateSiteDashboardRequest, $2.CreateSiteDashboardResult>(
|
||||
'/vizapi.DashboardService/CreateSite',
|
||||
($2.CreateSiteDashboardRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $2.CreateSiteDashboardResult.fromBuffer(value));
|
||||
static final _$listSite = $grpc.ClientMethod<$2.ListSiteDashboardRequest, $2.ListSiteDashboardResult>(
|
||||
'/vizapi.DashboardService/ListSite',
|
||||
($2.ListSiteDashboardRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $2.ListSiteDashboardResult.fromBuffer(value));
|
||||
static final _$deleteSite = $grpc.ClientMethod<$2.DeleteSiteDashboardRequest, $2.DeleteSiteDashboardResult>(
|
||||
'/vizapi.DashboardService/DeleteSite',
|
||||
($2.DeleteSiteDashboardRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $2.DeleteSiteDashboardResult.fromBuffer(value));
|
||||
static final _$deleteDashboardsForSite = $grpc.ClientMethod<$2.DeleteDashboardsForSiteRequest, $2.DeleteDashboardsForSiteResult>(
|
||||
'/vizapi.DashboardService/DeleteDashboardsForSite',
|
||||
($2.DeleteDashboardsForSiteRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $2.DeleteDashboardsForSiteResult.fromBuffer(value));
|
||||
static final _$updateSite = $grpc.ClientMethod<$2.UpdateSiteDashboardRequest, $2.UpdateSiteDashboardResult>(
|
||||
'/vizapi.DashboardService/UpdateSite',
|
||||
($2.UpdateSiteDashboardRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $2.UpdateSiteDashboardResult.fromBuffer(value));
|
||||
static final _$getSite = $grpc.ClientMethod<$2.GetSiteDashboardRequest, $2.GetSiteDashboardResult>(
|
||||
'/vizapi.DashboardService/GetSite',
|
||||
($2.GetSiteDashboardRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $2.GetSiteDashboardResult.fromBuffer(value));
|
||||
static final _$copySite = $grpc.ClientMethod<$2.CopySiteDashboardRequest, $2.CopySiteDashboardResult>(
|
||||
'/vizapi.DashboardService/CopySite',
|
||||
($2.CopySiteDashboardRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $2.CopySiteDashboardResult.fromBuffer(value));
|
||||
|
||||
DashboardServiceClient($grpc.ClientChannel channel,
|
||||
{$grpc.CallOptions? options,
|
||||
$core.Iterable<$grpc.ClientInterceptor>? interceptors})
|
||||
: super(channel, options: options,
|
||||
interceptors: interceptors);
|
||||
DashboardServiceClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$10.CreateDashboardResult> create($10.CreateDashboardRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$2.CreateDashboardResult> create($2.CreateDashboardRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$create, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$10.ListDashboardResult> list($10.ListDashboardRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$2.ListDashboardResult> list($2.ListDashboardRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$list, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$10.DeleteDashboardResult> delete($10.DeleteDashboardRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$2.DeleteDashboardResult> delete($2.DeleteDashboardRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$delete, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$10.DeleteDashboardsForOrganisationResult> deleteDashboardsForOrganisation($10.DeleteDashboardsForOrganisationRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$2.DeleteDashboardsForOrganisationResult> deleteDashboardsForOrganisation($2.DeleteDashboardsForOrganisationRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deleteDashboardsForOrganisation, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$10.DeleteDashboardsForProjectResult> deleteDashboardsForProject($10.DeleteDashboardsForProjectRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$2.DeleteDashboardsForProjectResult> deleteDashboardsForProject($2.DeleteDashboardsForProjectRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deleteDashboardsForProject, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$10.UpdateDashboardResult> update($10.UpdateDashboardRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$2.UpdateDashboardResult> update($2.UpdateDashboardRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$update, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$10.GetDashboardResult> get($10.GetDashboardRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$2.GetDashboardResult> get($2.GetDashboardRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$get, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$10.CopyDashboardResult> copy($10.CopyDashboardRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$2.CopyDashboardResult> copy($2.CopyDashboardRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$copy, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$2.CreateProjectDashboardResult> createProject($2.CreateProjectDashboardRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$createProject, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$2.ListProjectDashboardResult> listProject($2.ListProjectDashboardRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$listProject, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$2.DeleteProjectDashboardResult> deleteProject($2.DeleteProjectDashboardRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deleteProject, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$2.UpdateProjectDashboardResult> updateProject($2.UpdateProjectDashboardRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$updateProject, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$2.GetProjectDashboardResult> getProject($2.GetProjectDashboardRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getProject, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$2.CopyProjectDashboardResult> copyProject($2.CopyProjectDashboardRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$copyProject, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$2.CreateSiteDashboardResult> createSite($2.CreateSiteDashboardRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$createSite, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$2.ListSiteDashboardResult> listSite($2.ListSiteDashboardRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$listSite, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$2.DeleteSiteDashboardResult> deleteSite($2.DeleteSiteDashboardRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deleteSite, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$2.DeleteDashboardsForSiteResult> deleteDashboardsForSite($2.DeleteDashboardsForSiteRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$deleteDashboardsForSite, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$2.UpdateSiteDashboardResult> updateSite($2.UpdateSiteDashboardRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$updateSite, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$2.GetSiteDashboardResult> getSite($2.GetSiteDashboardRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$getSite, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$2.CopySiteDashboardResult> copySite($2.CopySiteDashboardRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$copySite, request, options: options);
|
||||
}
|
||||
}
|
||||
|
||||
@$pb.GrpcServiceName('vizapi.DashboardService')
|
||||
@@ -98,102 +207,258 @@ abstract class DashboardServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'vizapi.DashboardService';
|
||||
|
||||
DashboardServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$10.CreateDashboardRequest, $10.CreateDashboardResult>(
|
||||
$addMethod($grpc.ServiceMethod<$2.CreateDashboardRequest, $2.CreateDashboardResult>(
|
||||
'Create',
|
||||
create_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $10.CreateDashboardRequest.fromBuffer(value),
|
||||
($10.CreateDashboardResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$10.ListDashboardRequest, $10.ListDashboardResult>(
|
||||
($core.List<$core.int> value) => $2.CreateDashboardRequest.fromBuffer(value),
|
||||
($2.CreateDashboardResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$2.ListDashboardRequest, $2.ListDashboardResult>(
|
||||
'List',
|
||||
list_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $10.ListDashboardRequest.fromBuffer(value),
|
||||
($10.ListDashboardResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$10.DeleteDashboardRequest, $10.DeleteDashboardResult>(
|
||||
($core.List<$core.int> value) => $2.ListDashboardRequest.fromBuffer(value),
|
||||
($2.ListDashboardResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$2.DeleteDashboardRequest, $2.DeleteDashboardResult>(
|
||||
'Delete',
|
||||
delete_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $10.DeleteDashboardRequest.fromBuffer(value),
|
||||
($10.DeleteDashboardResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$10.DeleteDashboardsForOrganisationRequest, $10.DeleteDashboardsForOrganisationResult>(
|
||||
($core.List<$core.int> value) => $2.DeleteDashboardRequest.fromBuffer(value),
|
||||
($2.DeleteDashboardResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$2.DeleteDashboardsForOrganisationRequest, $2.DeleteDashboardsForOrganisationResult>(
|
||||
'DeleteDashboardsForOrganisation',
|
||||
deleteDashboardsForOrganisation_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $10.DeleteDashboardsForOrganisationRequest.fromBuffer(value),
|
||||
($10.DeleteDashboardsForOrganisationResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$10.DeleteDashboardsForProjectRequest, $10.DeleteDashboardsForProjectResult>(
|
||||
($core.List<$core.int> value) => $2.DeleteDashboardsForOrganisationRequest.fromBuffer(value),
|
||||
($2.DeleteDashboardsForOrganisationResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$2.DeleteDashboardsForProjectRequest, $2.DeleteDashboardsForProjectResult>(
|
||||
'DeleteDashboardsForProject',
|
||||
deleteDashboardsForProject_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $10.DeleteDashboardsForProjectRequest.fromBuffer(value),
|
||||
($10.DeleteDashboardsForProjectResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$10.UpdateDashboardRequest, $10.UpdateDashboardResult>(
|
||||
($core.List<$core.int> value) => $2.DeleteDashboardsForProjectRequest.fromBuffer(value),
|
||||
($2.DeleteDashboardsForProjectResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$2.UpdateDashboardRequest, $2.UpdateDashboardResult>(
|
||||
'Update',
|
||||
update_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $10.UpdateDashboardRequest.fromBuffer(value),
|
||||
($10.UpdateDashboardResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$10.GetDashboardRequest, $10.GetDashboardResult>(
|
||||
($core.List<$core.int> value) => $2.UpdateDashboardRequest.fromBuffer(value),
|
||||
($2.UpdateDashboardResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$2.GetDashboardRequest, $2.GetDashboardResult>(
|
||||
'Get',
|
||||
get_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $10.GetDashboardRequest.fromBuffer(value),
|
||||
($10.GetDashboardResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$10.CopyDashboardRequest, $10.CopyDashboardResult>(
|
||||
($core.List<$core.int> value) => $2.GetDashboardRequest.fromBuffer(value),
|
||||
($2.GetDashboardResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$2.CopyDashboardRequest, $2.CopyDashboardResult>(
|
||||
'Copy',
|
||||
copy_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $10.CopyDashboardRequest.fromBuffer(value),
|
||||
($10.CopyDashboardResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $2.CopyDashboardRequest.fromBuffer(value),
|
||||
($2.CopyDashboardResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$2.CreateProjectDashboardRequest, $2.CreateProjectDashboardResult>(
|
||||
'CreateProject',
|
||||
createProject_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $2.CreateProjectDashboardRequest.fromBuffer(value),
|
||||
($2.CreateProjectDashboardResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$2.ListProjectDashboardRequest, $2.ListProjectDashboardResult>(
|
||||
'ListProject',
|
||||
listProject_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $2.ListProjectDashboardRequest.fromBuffer(value),
|
||||
($2.ListProjectDashboardResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$2.DeleteProjectDashboardRequest, $2.DeleteProjectDashboardResult>(
|
||||
'DeleteProject',
|
||||
deleteProject_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $2.DeleteProjectDashboardRequest.fromBuffer(value),
|
||||
($2.DeleteProjectDashboardResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$2.UpdateProjectDashboardRequest, $2.UpdateProjectDashboardResult>(
|
||||
'UpdateProject',
|
||||
updateProject_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $2.UpdateProjectDashboardRequest.fromBuffer(value),
|
||||
($2.UpdateProjectDashboardResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$2.GetProjectDashboardRequest, $2.GetProjectDashboardResult>(
|
||||
'GetProject',
|
||||
getProject_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $2.GetProjectDashboardRequest.fromBuffer(value),
|
||||
($2.GetProjectDashboardResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$2.CopyProjectDashboardRequest, $2.CopyProjectDashboardResult>(
|
||||
'CopyProject',
|
||||
copyProject_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $2.CopyProjectDashboardRequest.fromBuffer(value),
|
||||
($2.CopyProjectDashboardResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$2.CreateSiteDashboardRequest, $2.CreateSiteDashboardResult>(
|
||||
'CreateSite',
|
||||
createSite_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $2.CreateSiteDashboardRequest.fromBuffer(value),
|
||||
($2.CreateSiteDashboardResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$2.ListSiteDashboardRequest, $2.ListSiteDashboardResult>(
|
||||
'ListSite',
|
||||
listSite_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $2.ListSiteDashboardRequest.fromBuffer(value),
|
||||
($2.ListSiteDashboardResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$2.DeleteSiteDashboardRequest, $2.DeleteSiteDashboardResult>(
|
||||
'DeleteSite',
|
||||
deleteSite_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $2.DeleteSiteDashboardRequest.fromBuffer(value),
|
||||
($2.DeleteSiteDashboardResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$2.DeleteDashboardsForSiteRequest, $2.DeleteDashboardsForSiteResult>(
|
||||
'DeleteDashboardsForSite',
|
||||
deleteDashboardsForSite_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $2.DeleteDashboardsForSiteRequest.fromBuffer(value),
|
||||
($2.DeleteDashboardsForSiteResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$2.UpdateSiteDashboardRequest, $2.UpdateSiteDashboardResult>(
|
||||
'UpdateSite',
|
||||
updateSite_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $2.UpdateSiteDashboardRequest.fromBuffer(value),
|
||||
($2.UpdateSiteDashboardResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$2.GetSiteDashboardRequest, $2.GetSiteDashboardResult>(
|
||||
'GetSite',
|
||||
getSite_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $2.GetSiteDashboardRequest.fromBuffer(value),
|
||||
($2.GetSiteDashboardResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$2.CopySiteDashboardRequest, $2.CopySiteDashboardResult>(
|
||||
'CopySite',
|
||||
copySite_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $2.CopySiteDashboardRequest.fromBuffer(value),
|
||||
($2.CopySiteDashboardResult value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$10.CreateDashboardResult> create_Pre($grpc.ServiceCall $call, $async.Future<$10.CreateDashboardRequest> $request) async {
|
||||
$async.Future<$2.CreateDashboardResult> create_Pre($grpc.ServiceCall $call, $async.Future<$2.CreateDashboardRequest> $request) async {
|
||||
return create($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$10.ListDashboardResult> list_Pre($grpc.ServiceCall $call, $async.Future<$10.ListDashboardRequest> $request) async {
|
||||
$async.Future<$2.ListDashboardResult> list_Pre($grpc.ServiceCall $call, $async.Future<$2.ListDashboardRequest> $request) async {
|
||||
return list($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$10.DeleteDashboardResult> delete_Pre($grpc.ServiceCall $call, $async.Future<$10.DeleteDashboardRequest> $request) async {
|
||||
$async.Future<$2.DeleteDashboardResult> delete_Pre($grpc.ServiceCall $call, $async.Future<$2.DeleteDashboardRequest> $request) async {
|
||||
return delete($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$10.DeleteDashboardsForOrganisationResult> deleteDashboardsForOrganisation_Pre($grpc.ServiceCall $call, $async.Future<$10.DeleteDashboardsForOrganisationRequest> $request) async {
|
||||
$async.Future<$2.DeleteDashboardsForOrganisationResult> deleteDashboardsForOrganisation_Pre($grpc.ServiceCall $call, $async.Future<$2.DeleteDashboardsForOrganisationRequest> $request) async {
|
||||
return deleteDashboardsForOrganisation($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$10.DeleteDashboardsForProjectResult> deleteDashboardsForProject_Pre($grpc.ServiceCall $call, $async.Future<$10.DeleteDashboardsForProjectRequest> $request) async {
|
||||
$async.Future<$2.DeleteDashboardsForProjectResult> deleteDashboardsForProject_Pre($grpc.ServiceCall $call, $async.Future<$2.DeleteDashboardsForProjectRequest> $request) async {
|
||||
return deleteDashboardsForProject($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$10.UpdateDashboardResult> update_Pre($grpc.ServiceCall $call, $async.Future<$10.UpdateDashboardRequest> $request) async {
|
||||
$async.Future<$2.UpdateDashboardResult> update_Pre($grpc.ServiceCall $call, $async.Future<$2.UpdateDashboardRequest> $request) async {
|
||||
return update($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$10.GetDashboardResult> get_Pre($grpc.ServiceCall $call, $async.Future<$10.GetDashboardRequest> $request) async {
|
||||
$async.Future<$2.GetDashboardResult> get_Pre($grpc.ServiceCall $call, $async.Future<$2.GetDashboardRequest> $request) async {
|
||||
return get($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$10.CopyDashboardResult> copy_Pre($grpc.ServiceCall $call, $async.Future<$10.CopyDashboardRequest> $request) async {
|
||||
$async.Future<$2.CopyDashboardResult> copy_Pre($grpc.ServiceCall $call, $async.Future<$2.CopyDashboardRequest> $request) async {
|
||||
return copy($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$10.CreateDashboardResult> create($grpc.ServiceCall call, $10.CreateDashboardRequest request);
|
||||
$async.Future<$10.ListDashboardResult> list($grpc.ServiceCall call, $10.ListDashboardRequest request);
|
||||
$async.Future<$10.DeleteDashboardResult> delete($grpc.ServiceCall call, $10.DeleteDashboardRequest request);
|
||||
$async.Future<$10.DeleteDashboardsForOrganisationResult> deleteDashboardsForOrganisation($grpc.ServiceCall call, $10.DeleteDashboardsForOrganisationRequest request);
|
||||
$async.Future<$10.DeleteDashboardsForProjectResult> deleteDashboardsForProject($grpc.ServiceCall call, $10.DeleteDashboardsForProjectRequest request);
|
||||
$async.Future<$10.UpdateDashboardResult> update($grpc.ServiceCall call, $10.UpdateDashboardRequest request);
|
||||
$async.Future<$10.GetDashboardResult> get($grpc.ServiceCall call, $10.GetDashboardRequest request);
|
||||
$async.Future<$10.CopyDashboardResult> copy($grpc.ServiceCall call, $10.CopyDashboardRequest request);
|
||||
$async.Future<$2.CreateProjectDashboardResult> createProject_Pre($grpc.ServiceCall $call, $async.Future<$2.CreateProjectDashboardRequest> $request) async {
|
||||
return createProject($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$2.ListProjectDashboardResult> listProject_Pre($grpc.ServiceCall $call, $async.Future<$2.ListProjectDashboardRequest> $request) async {
|
||||
return listProject($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$2.DeleteProjectDashboardResult> deleteProject_Pre($grpc.ServiceCall $call, $async.Future<$2.DeleteProjectDashboardRequest> $request) async {
|
||||
return deleteProject($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$2.UpdateProjectDashboardResult> updateProject_Pre($grpc.ServiceCall $call, $async.Future<$2.UpdateProjectDashboardRequest> $request) async {
|
||||
return updateProject($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$2.GetProjectDashboardResult> getProject_Pre($grpc.ServiceCall $call, $async.Future<$2.GetProjectDashboardRequest> $request) async {
|
||||
return getProject($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$2.CopyProjectDashboardResult> copyProject_Pre($grpc.ServiceCall $call, $async.Future<$2.CopyProjectDashboardRequest> $request) async {
|
||||
return copyProject($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$2.CreateSiteDashboardResult> createSite_Pre($grpc.ServiceCall $call, $async.Future<$2.CreateSiteDashboardRequest> $request) async {
|
||||
return createSite($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$2.ListSiteDashboardResult> listSite_Pre($grpc.ServiceCall $call, $async.Future<$2.ListSiteDashboardRequest> $request) async {
|
||||
return listSite($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$2.DeleteSiteDashboardResult> deleteSite_Pre($grpc.ServiceCall $call, $async.Future<$2.DeleteSiteDashboardRequest> $request) async {
|
||||
return deleteSite($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$2.DeleteDashboardsForSiteResult> deleteDashboardsForSite_Pre($grpc.ServiceCall $call, $async.Future<$2.DeleteDashboardsForSiteRequest> $request) async {
|
||||
return deleteDashboardsForSite($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$2.UpdateSiteDashboardResult> updateSite_Pre($grpc.ServiceCall $call, $async.Future<$2.UpdateSiteDashboardRequest> $request) async {
|
||||
return updateSite($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$2.GetSiteDashboardResult> getSite_Pre($grpc.ServiceCall $call, $async.Future<$2.GetSiteDashboardRequest> $request) async {
|
||||
return getSite($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$2.CopySiteDashboardResult> copySite_Pre($grpc.ServiceCall $call, $async.Future<$2.CopySiteDashboardRequest> $request) async {
|
||||
return copySite($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$2.CreateDashboardResult> create($grpc.ServiceCall call, $2.CreateDashboardRequest request);
|
||||
$async.Future<$2.ListDashboardResult> list($grpc.ServiceCall call, $2.ListDashboardRequest request);
|
||||
$async.Future<$2.DeleteDashboardResult> delete($grpc.ServiceCall call, $2.DeleteDashboardRequest request);
|
||||
$async.Future<$2.DeleteDashboardsForOrganisationResult> deleteDashboardsForOrganisation($grpc.ServiceCall call, $2.DeleteDashboardsForOrganisationRequest request);
|
||||
$async.Future<$2.DeleteDashboardsForProjectResult> deleteDashboardsForProject($grpc.ServiceCall call, $2.DeleteDashboardsForProjectRequest request);
|
||||
$async.Future<$2.UpdateDashboardResult> update($grpc.ServiceCall call, $2.UpdateDashboardRequest request);
|
||||
$async.Future<$2.GetDashboardResult> get($grpc.ServiceCall call, $2.GetDashboardRequest request);
|
||||
$async.Future<$2.CopyDashboardResult> copy($grpc.ServiceCall call, $2.CopyDashboardRequest request);
|
||||
$async.Future<$2.CreateProjectDashboardResult> createProject($grpc.ServiceCall call, $2.CreateProjectDashboardRequest request);
|
||||
$async.Future<$2.ListProjectDashboardResult> listProject($grpc.ServiceCall call, $2.ListProjectDashboardRequest request);
|
||||
$async.Future<$2.DeleteProjectDashboardResult> deleteProject($grpc.ServiceCall call, $2.DeleteProjectDashboardRequest request);
|
||||
$async.Future<$2.UpdateProjectDashboardResult> updateProject($grpc.ServiceCall call, $2.UpdateProjectDashboardRequest request);
|
||||
$async.Future<$2.GetProjectDashboardResult> getProject($grpc.ServiceCall call, $2.GetProjectDashboardRequest request);
|
||||
$async.Future<$2.CopyProjectDashboardResult> copyProject($grpc.ServiceCall call, $2.CopyProjectDashboardRequest request);
|
||||
$async.Future<$2.CreateSiteDashboardResult> createSite($grpc.ServiceCall call, $2.CreateSiteDashboardRequest request);
|
||||
$async.Future<$2.ListSiteDashboardResult> listSite($grpc.ServiceCall call, $2.ListSiteDashboardRequest request);
|
||||
$async.Future<$2.DeleteSiteDashboardResult> deleteSite($grpc.ServiceCall call, $2.DeleteSiteDashboardRequest request);
|
||||
$async.Future<$2.DeleteDashboardsForSiteResult> deleteDashboardsForSite($grpc.ServiceCall call, $2.DeleteDashboardsForSiteRequest request);
|
||||
$async.Future<$2.UpdateSiteDashboardResult> updateSite($grpc.ServiceCall call, $2.UpdateSiteDashboardRequest request);
|
||||
$async.Future<$2.GetSiteDashboardResult> getSite($grpc.ServiceCall call, $2.GetSiteDashboardRequest request);
|
||||
$async.Future<$2.CopySiteDashboardResult> copySite($grpc.ServiceCall call, $2.CopySiteDashboardRequest request);
|
||||
}
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
@@ -178,9 +179,9 @@ const DeleteDashboardsForProjectRequest$json = {
|
||||
/// Descriptor for `DeleteDashboardsForProjectRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List deleteDashboardsForProjectRequestDescriptor = $convert.base64Decode(
|
||||
'CiFEZWxldGVEYXNoYm9hcmRzRm9yUHJvamVjdFJlcXVlc3QSQwoJUHJvamVjdElEGAEgASgJQi'
|
||||
'WSQRsyGUlkZW50aWZpZXIgb2YgdGhlIFByb2plY3T6QgRyAhABUglQcm9qZWN0SUQ6SJJBRQpD'
|
||||
'MjVPcmdhbml6YXRpb24gaWRlbnRpZmllciB0byBkZWxldGUgdGhlIGRhc2hib2FyZHMgZnJvbd'
|
||||
'IBCVByb2plY3RJRA==');
|
||||
'WSQRsyGUlkZW50aWZpZXIgb2YgdGhlIFByb2plY3T6QgRyAhABUglQcm9qZWN0SUQ6Q5JBQAo+'
|
||||
'MjBQcm9qZWN0IGlkZW50aWZpZXIgdG8gZGVsZXRlIHRoZSBkYXNoYm9hcmRzIGZyb23SAQlQcm'
|
||||
'9qZWN0SUQ=');
|
||||
|
||||
@$core.Deprecated('Use deleteDashboardsForProjectResultDescriptor instead')
|
||||
const DeleteDashboardsForProjectResult$json = {
|
||||
@@ -191,6 +192,30 @@ const DeleteDashboardsForProjectResult$json = {
|
||||
final $typed_data.Uint8List deleteDashboardsForProjectResultDescriptor = $convert.base64Decode(
|
||||
'CiBEZWxldGVEYXNoYm9hcmRzRm9yUHJvamVjdFJlc3VsdA==');
|
||||
|
||||
@$core.Deprecated('Use deleteDashboardsForSiteRequestDescriptor instead')
|
||||
const DeleteDashboardsForSiteRequest$json = {
|
||||
'1': 'DeleteDashboardsForSiteRequest',
|
||||
'2': [
|
||||
{'1': 'SiteID', '3': 1, '4': 1, '5': 9, '8': {}, '10': 'SiteID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `DeleteDashboardsForSiteRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List deleteDashboardsForSiteRequestDescriptor = $convert.base64Decode(
|
||||
'Ch5EZWxldGVEYXNoYm9hcmRzRm9yU2l0ZVJlcXVlc3QSOgoGU2l0ZUlEGAEgASgJQiKSQRgyFk'
|
||||
'lkZW50aWZpZXIgb2YgdGhlIFNpdGX6QgRyAhABUgZTaXRlSUQ6PZJBOgo4Mi1TaXRlIGlkZW50'
|
||||
'aWZpZXIgdG8gZGVsZXRlIHRoZSBkYXNoYm9hcmRzIGZyb23SAQZTaXRlSUQ=');
|
||||
|
||||
@$core.Deprecated('Use deleteDashboardsForSiteResultDescriptor instead')
|
||||
const DeleteDashboardsForSiteResult$json = {
|
||||
'1': 'DeleteDashboardsForSiteResult',
|
||||
};
|
||||
|
||||
/// Descriptor for `DeleteDashboardsForSiteResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List deleteDashboardsForSiteResultDescriptor = $convert.base64Decode(
|
||||
'Ch1EZWxldGVEYXNoYm9hcmRzRm9yU2l0ZVJlc3VsdA==');
|
||||
|
||||
@$core.Deprecated('Use updateDashboardRequestDescriptor instead')
|
||||
const UpdateDashboardRequest$json = {
|
||||
'1': 'UpdateDashboardRequest',
|
||||
@@ -296,3 +321,400 @@ final $typed_data.Uint8List copyDashboardResultDescriptor = $convert.base64Decod
|
||||
'ChNDb3B5RGFzaGJvYXJkUmVzdWx0EikKBlJlc3VsdBgBIAEoCzIRLnZpemFwaS5EYXNoYm9hcm'
|
||||
'RSBlJlc3VsdDobkkEYChYyFE5ldyBjb3BpZWQgZGFzaGJvYXJk');
|
||||
|
||||
@$core.Deprecated('Use listProjectDashboardRequestDescriptor instead')
|
||||
const ListProjectDashboardRequest$json = {
|
||||
'1': 'ListProjectDashboardRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `ListProjectDashboardRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List listProjectDashboardRequestDescriptor = $convert.base64Decode(
|
||||
'ChtMaXN0UHJvamVjdERhc2hib2FyZFJlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcX'
|
||||
'Vlc3RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyOg6SQQsKCdIBBkhlYWRlcg==');
|
||||
|
||||
@$core.Deprecated('Use listProjectDashboardResultDescriptor instead')
|
||||
const ListProjectDashboardResult$json = {
|
||||
'1': 'ListProjectDashboardResult',
|
||||
'2': [
|
||||
{'1': 'Results', '3': 1, '4': 3, '5': 11, '6': '.vizapi.Dashboard', '8': {}, '10': 'Results'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `ListProjectDashboardResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List listProjectDashboardResultDescriptor = $convert.base64Decode(
|
||||
'ChpMaXN0UHJvamVjdERhc2hib2FyZFJlc3VsdBJQCgdSZXN1bHRzGAEgAygLMhEudml6YXBpLk'
|
||||
'Rhc2hib2FyZEIjkkEgMh5BbGwgaW5mb3JtYXRpb24gaW4gYSBEYXNoYm9hcmRSB1Jlc3VsdHM6'
|
||||
'GZJBFgoUMhJMaXN0IG9mIERhc2hib2FyZHM=');
|
||||
|
||||
@$core.Deprecated('Use createProjectDashboardRequestDescriptor instead')
|
||||
const CreateProjectDashboardRequest$json = {
|
||||
'1': 'CreateProjectDashboardRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'Name', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Name'},
|
||||
{'1': 'content', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'content'},
|
||||
{'1': 'IsPrivate', '3': 4, '4': 1, '5': 8, '8': {}, '10': 'IsPrivate'},
|
||||
{'1': 'AutoRefresh', '3': 8, '4': 1, '5': 5, '10': 'AutoRefresh'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `CreateProjectDashboardRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List createProjectDashboardRequestDescriptor = $convert.base64Decode(
|
||||
'Ch1DcmVhdGVQcm9qZWN0RGFzaGJvYXJkUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS5hcGkuUm'
|
||||
'VxdWVzdFByb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISNQoETmFtZRgCIAEoCUIhkkEX'
|
||||
'MhVOYW1lIG9mIHRoZSBEYXNoYm9hcmT6QgRyAhABUgROYW1lEjcKB2NvbnRlbnQYAyABKAlCHZ'
|
||||
'JBGjIYQWxsIHdpZGdldHMgaW4gRGFzaGJvYXJkUgdjb250ZW50Ej4KCUlzUHJpdmF0ZRgEIAEo'
|
||||
'CEIgkkEdMhtWaXNpYmlsaXR5IG9mIHRoZSBEYXNoYm9hcmRSCUlzUHJpdmF0ZRIgCgtBdXRvUm'
|
||||
'VmcmVzaBgIIAEoBVILQXV0b1JlZnJlc2g6OpJBNwo1MiNJbmZvcm1hdGlvbiB0aGF0IG5lZWRz'
|
||||
'IHRvIGJlIHN0b3JlZNIBBkhlYWRlctIBBE5hbWU=');
|
||||
|
||||
@$core.Deprecated('Use createProjectDashboardResultDescriptor instead')
|
||||
const CreateProjectDashboardResult$json = {
|
||||
'1': 'CreateProjectDashboardResult',
|
||||
'2': [
|
||||
{'1': 'Result', '3': 1, '4': 1, '5': 11, '6': '.vizapi.Dashboard', '10': 'Result'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `CreateProjectDashboardResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List createProjectDashboardResultDescriptor = $convert.base64Decode(
|
||||
'ChxDcmVhdGVQcm9qZWN0RGFzaGJvYXJkUmVzdWx0EikKBlJlc3VsdBgBIAEoCzIRLnZpemFwaS'
|
||||
'5EYXNoYm9hcmRSBlJlc3VsdDoYkkEVChMyEUNyZWF0ZWQgRGFzaGJvYXJk');
|
||||
|
||||
@$core.Deprecated('Use deleteProjectDashboardRequestDescriptor instead')
|
||||
const DeleteProjectDashboardRequest$json = {
|
||||
'1': 'DeleteProjectDashboardRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'DashboardID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'DashboardID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `DeleteProjectDashboardRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List deleteProjectDashboardRequestDescriptor = $convert.base64Decode(
|
||||
'Ch1EZWxldGVQcm9qZWN0RGFzaGJvYXJkUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS5hcGkuUm'
|
||||
'VxdWVzdFByb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISSQoLRGFzaGJvYXJkSUQYAiAB'
|
||||
'KAlCJ5JBHTIbSWRlbnRpZmllciBvZiB0aGUgRGFzaGJvYXJk+kIEcgIQAVILRGFzaGJvYXJkSU'
|
||||
'Q6QJJBPQo7MiJJRHMgb2YgdGhlIERhc2hib2FyZCB0byBiZSBkZWxldGVk0gEGSGVhZGVy0gEL'
|
||||
'RGFzaGJvYXJkSUQ=');
|
||||
|
||||
@$core.Deprecated('Use deleteProjectDashboardResultDescriptor instead')
|
||||
const DeleteProjectDashboardResult$json = {
|
||||
'1': 'DeleteProjectDashboardResult',
|
||||
};
|
||||
|
||||
/// Descriptor for `DeleteProjectDashboardResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List deleteProjectDashboardResultDescriptor = $convert.base64Decode(
|
||||
'ChxEZWxldGVQcm9qZWN0RGFzaGJvYXJkUmVzdWx0');
|
||||
|
||||
@$core.Deprecated('Use updateProjectDashboardRequestDescriptor instead')
|
||||
const UpdateProjectDashboardRequest$json = {
|
||||
'1': 'UpdateProjectDashboardRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'DashboardID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'DashboardID'},
|
||||
{'1': 'Name', '3': 3, '4': 1, '5': 11, '6': '.api.StringObject', '8': {}, '10': 'Name'},
|
||||
{'1': 'Content', '3': 4, '4': 1, '5': 11, '6': '.api.StringObject', '8': {}, '10': 'Content'},
|
||||
{'1': 'IsPrivate', '3': 5, '4': 1, '5': 11, '6': '.api.BoolObject', '8': {}, '10': 'IsPrivate'},
|
||||
{'1': 'AutoRefresh', '3': 9, '4': 1, '5': 11, '6': '.api.Int32Object', '10': 'AutoRefresh'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `UpdateProjectDashboardRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List updateProjectDashboardRequestDescriptor = $convert.base64Decode(
|
||||
'Ch1VcGRhdGVQcm9qZWN0RGFzaGJvYXJkUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS5hcGkuUm'
|
||||
'VxdWVzdFByb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISSQoLRGFzaGJvYXJkSUQYAiAB'
|
||||
'KAlCJ5JBHTIbSWRlbnRpZmllciBvZiB0aGUgRGFzaGJvYXJk+kIEcgIQAVILRGFzaGJvYXJkSU'
|
||||
'QSQQoETmFtZRgDIAEoCzIRLmFwaS5TdHJpbmdPYmplY3RCGpJBFzIVTmFtZSBvZiB0aGUgRGFz'
|
||||
'aGJvYXJkUgROYW1lEk4KB0NvbnRlbnQYBCABKAsyES5hcGkuU3RyaW5nT2JqZWN0QiGSQR4yHE'
|
||||
'FsbCB0aGUgd2lkZ2V0cyBpbiBEYXNoYm9hcmRSB0NvbnRlbnQSTwoJSXNQcml2YXRlGAUgASgL'
|
||||
'Mg8uYXBpLkJvb2xPYmplY3RCIJJBHTIbVmlzaWJpbGl0eSBvZiB0aGUgRGFzaGJvYXJkUglJc1'
|
||||
'ByaXZhdGUSMgoLQXV0b1JlZnJlc2gYCSABKAsyEC5hcGkuSW50MzJPYmplY3RSC0F1dG9SZWZy'
|
||||
'ZXNoOkKSQT8KPTIkSW5mb3JtYXRpb24gdGhhdCBuZWVkcyB0byBiZSB1cGRhdGVk0gEGSGVhZG'
|
||||
'Vy0gELRGFzaGJvYXJkSUQ=');
|
||||
|
||||
@$core.Deprecated('Use updateProjectDashboardResultDescriptor instead')
|
||||
const UpdateProjectDashboardResult$json = {
|
||||
'1': 'UpdateProjectDashboardResult',
|
||||
'2': [
|
||||
{'1': 'Result', '3': 1, '4': 1, '5': 11, '6': '.vizapi.Dashboard', '10': 'Result'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `UpdateProjectDashboardResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List updateProjectDashboardResultDescriptor = $convert.base64Decode(
|
||||
'ChxVcGRhdGVQcm9qZWN0RGFzaGJvYXJkUmVzdWx0EikKBlJlc3VsdBgBIAEoCzIRLnZpemFwaS'
|
||||
'5EYXNoYm9hcmRSBlJlc3VsdDokkkEhCh8yHVVwZGF0ZWQgRGFzaGJvYXJkIGluZm9ybWF0aW9u');
|
||||
|
||||
@$core.Deprecated('Use getProjectDashboardRequestDescriptor instead')
|
||||
const GetProjectDashboardRequest$json = {
|
||||
'1': 'GetProjectDashboardRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'DashboardID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'DashboardID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `GetProjectDashboardRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List getProjectDashboardRequestDescriptor = $convert.base64Decode(
|
||||
'ChpHZXRQcm9qZWN0RGFzaGJvYXJkUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS5hcGkuUmVxdW'
|
||||
'VzdFByb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISSQoLRGFzaGJvYXJkSUQYAiABKAlC'
|
||||
'J5JBHTIbSWRlbnRpZmllciBvZiB0aGUgRGFzaGJvYXJk+kIEcgIQAVILRGFzaGJvYXJkSUQ6Mp'
|
||||
'JBLwotMhRJRHMgb2YgdGhlIERhc2hib2FyZNIBBkhlYWRlctIBC0Rhc2hib2FyZElE');
|
||||
|
||||
@$core.Deprecated('Use getProjectDashboardResultDescriptor instead')
|
||||
const GetProjectDashboardResult$json = {
|
||||
'1': 'GetProjectDashboardResult',
|
||||
'2': [
|
||||
{'1': 'result', '3': 1, '4': 1, '5': 11, '6': '.vizapi.Dashboard', '10': 'result'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `GetProjectDashboardResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List getProjectDashboardResultDescriptor = $convert.base64Decode(
|
||||
'ChlHZXRQcm9qZWN0RGFzaGJvYXJkUmVzdWx0EikKBnJlc3VsdBgBIAEoCzIRLnZpemFwaS5EYX'
|
||||
'NoYm9hcmRSBnJlc3VsdDoqkkEnCiUyI0FsbCBpbmZvcm1hdGlvbiBhYm91dCB0aGUgRGFzaGJv'
|
||||
'YXJk');
|
||||
|
||||
@$core.Deprecated('Use copyProjectDashboardRequestDescriptor instead')
|
||||
const CopyProjectDashboardRequest$json = {
|
||||
'1': 'CopyProjectDashboardRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'DashboardID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'DashboardID'},
|
||||
{'1': 'Name', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'Name'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `CopyProjectDashboardRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List copyProjectDashboardRequestDescriptor = $convert.base64Decode(
|
||||
'ChtDb3B5UHJvamVjdERhc2hib2FyZFJlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcX'
|
||||
'Vlc3RQcm9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEkkKC0Rhc2hib2FyZElEGAIgASgJ'
|
||||
'QieSQR0yG0lkZW50aWZpZXIgb2YgdGhlIERhc2hib2FyZPpCBHICEAFSC0Rhc2hib2FyZElEEj'
|
||||
'kKBE5hbWUYAyABKAlCJZJBGzIZTmFtZSBvZiB0aGUgbmV3IERhc2hib2FyZPpCBHICEAFSBE5h'
|
||||
'bWU6I5JBIAoe0gEGSGVhZGVy0gELRGFzaGJvYXJkSUTSAQROYW1l');
|
||||
|
||||
@$core.Deprecated('Use copyProjectDashboardResultDescriptor instead')
|
||||
const CopyProjectDashboardResult$json = {
|
||||
'1': 'CopyProjectDashboardResult',
|
||||
'2': [
|
||||
{'1': 'Result', '3': 1, '4': 1, '5': 11, '6': '.vizapi.Dashboard', '10': 'Result'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `CopyProjectDashboardResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List copyProjectDashboardResultDescriptor = $convert.base64Decode(
|
||||
'ChpDb3B5UHJvamVjdERhc2hib2FyZFJlc3VsdBIpCgZSZXN1bHQYASABKAsyES52aXphcGkuRG'
|
||||
'FzaGJvYXJkUgZSZXN1bHQ6G5JBGAoWMhROZXcgY29waWVkIGRhc2hib2FyZA==');
|
||||
|
||||
@$core.Deprecated('Use listSiteDashboardRequestDescriptor instead')
|
||||
const ListSiteDashboardRequest$json = {
|
||||
'1': 'ListSiteDashboardRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `ListSiteDashboardRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List listSiteDashboardRequestDescriptor = $convert.base64Decode(
|
||||
'ChhMaXN0U2l0ZURhc2hib2FyZFJlcXVlc3QSOAoGSGVhZGVyGAEgASgLMhYuYXBpLlJlcXVlc3'
|
||||
'RTaXRlSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyOg6SQQsKCdIBBkhlYWRlcg==');
|
||||
|
||||
@$core.Deprecated('Use listSiteDashboardResultDescriptor instead')
|
||||
const ListSiteDashboardResult$json = {
|
||||
'1': 'ListSiteDashboardResult',
|
||||
'2': [
|
||||
{'1': 'Results', '3': 1, '4': 3, '5': 11, '6': '.vizapi.Dashboard', '8': {}, '10': 'Results'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `ListSiteDashboardResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List listSiteDashboardResultDescriptor = $convert.base64Decode(
|
||||
'ChdMaXN0U2l0ZURhc2hib2FyZFJlc3VsdBJQCgdSZXN1bHRzGAEgAygLMhEudml6YXBpLkRhc2'
|
||||
'hib2FyZEIjkkEgMh5BbGwgaW5mb3JtYXRpb24gaW4gYSBEYXNoYm9hcmRSB1Jlc3VsdHM6GZJB'
|
||||
'FgoUMhJMaXN0IG9mIERhc2hib2FyZHM=');
|
||||
|
||||
@$core.Deprecated('Use createSiteDashboardRequestDescriptor instead')
|
||||
const CreateSiteDashboardRequest$json = {
|
||||
'1': 'CreateSiteDashboardRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'Name', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'Name'},
|
||||
{'1': 'content', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'content'},
|
||||
{'1': 'IsPrivate', '3': 4, '4': 1, '5': 8, '8': {}, '10': 'IsPrivate'},
|
||||
{'1': 'AutoRefresh', '3': 8, '4': 1, '5': 5, '10': 'AutoRefresh'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `CreateSiteDashboardRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List createSiteDashboardRequestDescriptor = $convert.base64Decode(
|
||||
'ChpDcmVhdGVTaXRlRGFzaGJvYXJkUmVxdWVzdBI4CgZIZWFkZXIYASABKAsyFi5hcGkuUmVxdW'
|
||||
'VzdFNpdGVIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISNQoETmFtZRgCIAEoCUIhkkEXMhVOYW1l'
|
||||
'IG9mIHRoZSBEYXNoYm9hcmT6QgRyAhABUgROYW1lEjcKB2NvbnRlbnQYAyABKAlCHZJBGjIYQW'
|
||||
'xsIHdpZGdldHMgaW4gRGFzaGJvYXJkUgdjb250ZW50Ej4KCUlzUHJpdmF0ZRgEIAEoCEIgkkEd'
|
||||
'MhtWaXNpYmlsaXR5IG9mIHRoZSBEYXNoYm9hcmRSCUlzUHJpdmF0ZRIgCgtBdXRvUmVmcmVzaB'
|
||||
'gIIAEoBVILQXV0b1JlZnJlc2g6OpJBNwo1MiNJbmZvcm1hdGlvbiB0aGF0IG5lZWRzIHRvIGJl'
|
||||
'IHN0b3JlZNIBBkhlYWRlctIBBE5hbWU=');
|
||||
|
||||
@$core.Deprecated('Use createSiteDashboardResultDescriptor instead')
|
||||
const CreateSiteDashboardResult$json = {
|
||||
'1': 'CreateSiteDashboardResult',
|
||||
'2': [
|
||||
{'1': 'Result', '3': 1, '4': 1, '5': 11, '6': '.vizapi.Dashboard', '10': 'Result'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `CreateSiteDashboardResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List createSiteDashboardResultDescriptor = $convert.base64Decode(
|
||||
'ChlDcmVhdGVTaXRlRGFzaGJvYXJkUmVzdWx0EikKBlJlc3VsdBgBIAEoCzIRLnZpemFwaS5EYX'
|
||||
'NoYm9hcmRSBlJlc3VsdDoYkkEVChMyEUNyZWF0ZWQgRGFzaGJvYXJk');
|
||||
|
||||
@$core.Deprecated('Use deleteSiteDashboardRequestDescriptor instead')
|
||||
const DeleteSiteDashboardRequest$json = {
|
||||
'1': 'DeleteSiteDashboardRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'DashboardID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'DashboardID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `DeleteSiteDashboardRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List deleteSiteDashboardRequestDescriptor = $convert.base64Decode(
|
||||
'ChpEZWxldGVTaXRlRGFzaGJvYXJkUmVxdWVzdBI4CgZIZWFkZXIYASABKAsyFi5hcGkuUmVxdW'
|
||||
'VzdFNpdGVIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISSQoLRGFzaGJvYXJkSUQYAiABKAlCJ5JB'
|
||||
'HTIbSWRlbnRpZmllciBvZiB0aGUgRGFzaGJvYXJk+kIEcgIQAVILRGFzaGJvYXJkSUQ6QJJBPQ'
|
||||
'o7MiJJRHMgb2YgdGhlIERhc2hib2FyZCB0byBiZSBkZWxldGVk0gEGSGVhZGVy0gELRGFzaGJv'
|
||||
'YXJkSUQ=');
|
||||
|
||||
@$core.Deprecated('Use deleteSiteDashboardResultDescriptor instead')
|
||||
const DeleteSiteDashboardResult$json = {
|
||||
'1': 'DeleteSiteDashboardResult',
|
||||
};
|
||||
|
||||
/// Descriptor for `DeleteSiteDashboardResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List deleteSiteDashboardResultDescriptor = $convert.base64Decode(
|
||||
'ChlEZWxldGVTaXRlRGFzaGJvYXJkUmVzdWx0');
|
||||
|
||||
@$core.Deprecated('Use updateSiteDashboardRequestDescriptor instead')
|
||||
const UpdateSiteDashboardRequest$json = {
|
||||
'1': 'UpdateSiteDashboardRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'DashboardID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'DashboardID'},
|
||||
{'1': 'Name', '3': 3, '4': 1, '5': 11, '6': '.api.StringObject', '8': {}, '10': 'Name'},
|
||||
{'1': 'Content', '3': 4, '4': 1, '5': 11, '6': '.api.StringObject', '8': {}, '10': 'Content'},
|
||||
{'1': 'IsPrivate', '3': 5, '4': 1, '5': 11, '6': '.api.BoolObject', '8': {}, '10': 'IsPrivate'},
|
||||
{'1': 'AutoRefresh', '3': 9, '4': 1, '5': 11, '6': '.api.Int32Object', '10': 'AutoRefresh'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `UpdateSiteDashboardRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List updateSiteDashboardRequestDescriptor = $convert.base64Decode(
|
||||
'ChpVcGRhdGVTaXRlRGFzaGJvYXJkUmVxdWVzdBI4CgZIZWFkZXIYASABKAsyFi5hcGkuUmVxdW'
|
||||
'VzdFNpdGVIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISSQoLRGFzaGJvYXJkSUQYAiABKAlCJ5JB'
|
||||
'HTIbSWRlbnRpZmllciBvZiB0aGUgRGFzaGJvYXJk+kIEcgIQAVILRGFzaGJvYXJkSUQSQQoETm'
|
||||
'FtZRgDIAEoCzIRLmFwaS5TdHJpbmdPYmplY3RCGpJBFzIVTmFtZSBvZiB0aGUgRGFzaGJvYXJk'
|
||||
'UgROYW1lEk4KB0NvbnRlbnQYBCABKAsyES5hcGkuU3RyaW5nT2JqZWN0QiGSQR4yHEFsbCB0aG'
|
||||
'Ugd2lkZ2V0cyBpbiBEYXNoYm9hcmRSB0NvbnRlbnQSTwoJSXNQcml2YXRlGAUgASgLMg8uYXBp'
|
||||
'LkJvb2xPYmplY3RCIJJBHTIbVmlzaWJpbGl0eSBvZiB0aGUgRGFzaGJvYXJkUglJc1ByaXZhdG'
|
||||
'USMgoLQXV0b1JlZnJlc2gYCSABKAsyEC5hcGkuSW50MzJPYmplY3RSC0F1dG9SZWZyZXNoOkKS'
|
||||
'QT8KPTIkSW5mb3JtYXRpb24gdGhhdCBuZWVkcyB0byBiZSB1cGRhdGVk0gEGSGVhZGVy0gELRG'
|
||||
'FzaGJvYXJkSUQ=');
|
||||
|
||||
@$core.Deprecated('Use updateSiteDashboardResultDescriptor instead')
|
||||
const UpdateSiteDashboardResult$json = {
|
||||
'1': 'UpdateSiteDashboardResult',
|
||||
'2': [
|
||||
{'1': 'Result', '3': 1, '4': 1, '5': 11, '6': '.vizapi.Dashboard', '10': 'Result'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `UpdateSiteDashboardResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List updateSiteDashboardResultDescriptor = $convert.base64Decode(
|
||||
'ChlVcGRhdGVTaXRlRGFzaGJvYXJkUmVzdWx0EikKBlJlc3VsdBgBIAEoCzIRLnZpemFwaS5EYX'
|
||||
'NoYm9hcmRSBlJlc3VsdDokkkEhCh8yHVVwZGF0ZWQgRGFzaGJvYXJkIGluZm9ybWF0aW9u');
|
||||
|
||||
@$core.Deprecated('Use getSiteDashboardRequestDescriptor instead')
|
||||
const GetSiteDashboardRequest$json = {
|
||||
'1': 'GetSiteDashboardRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'DashboardID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'DashboardID'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `GetSiteDashboardRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List getSiteDashboardRequestDescriptor = $convert.base64Decode(
|
||||
'ChdHZXRTaXRlRGFzaGJvYXJkUmVxdWVzdBI4CgZIZWFkZXIYASABKAsyFi5hcGkuUmVxdWVzdF'
|
||||
'NpdGVIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISSQoLRGFzaGJvYXJkSUQYAiABKAlCJ5JBHTIb'
|
||||
'SWRlbnRpZmllciBvZiB0aGUgRGFzaGJvYXJk+kIEcgIQAVILRGFzaGJvYXJkSUQ6MpJBLwotMh'
|
||||
'RJRHMgb2YgdGhlIERhc2hib2FyZNIBBkhlYWRlctIBC0Rhc2hib2FyZElE');
|
||||
|
||||
@$core.Deprecated('Use getSiteDashboardResultDescriptor instead')
|
||||
const GetSiteDashboardResult$json = {
|
||||
'1': 'GetSiteDashboardResult',
|
||||
'2': [
|
||||
{'1': 'result', '3': 1, '4': 1, '5': 11, '6': '.vizapi.Dashboard', '10': 'result'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `GetSiteDashboardResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List getSiteDashboardResultDescriptor = $convert.base64Decode(
|
||||
'ChZHZXRTaXRlRGFzaGJvYXJkUmVzdWx0EikKBnJlc3VsdBgBIAEoCzIRLnZpemFwaS5EYXNoYm'
|
||||
'9hcmRSBnJlc3VsdDoqkkEnCiUyI0FsbCBpbmZvcm1hdGlvbiBhYm91dCB0aGUgRGFzaGJvYXJk');
|
||||
|
||||
@$core.Deprecated('Use copySiteDashboardRequestDescriptor instead')
|
||||
const CopySiteDashboardRequest$json = {
|
||||
'1': 'CopySiteDashboardRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestSiteHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'DashboardID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'DashboardID'},
|
||||
{'1': 'Name', '3': 3, '4': 1, '5': 9, '8': {}, '10': 'Name'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `CopySiteDashboardRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List copySiteDashboardRequestDescriptor = $convert.base64Decode(
|
||||
'ChhDb3B5U2l0ZURhc2hib2FyZFJlcXVlc3QSOAoGSGVhZGVyGAEgASgLMhYuYXBpLlJlcXVlc3'
|
||||
'RTaXRlSGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEkkKC0Rhc2hib2FyZElEGAIgASgJQieSQR0y'
|
||||
'G0lkZW50aWZpZXIgb2YgdGhlIERhc2hib2FyZPpCBHICEAFSC0Rhc2hib2FyZElEEjkKBE5hbW'
|
||||
'UYAyABKAlCJZJBGzIZTmFtZSBvZiB0aGUgbmV3IERhc2hib2FyZPpCBHICEAFSBE5hbWU6I5JB'
|
||||
'IAoe0gEGSGVhZGVy0gELRGFzaGJvYXJkSUTSAQROYW1l');
|
||||
|
||||
@$core.Deprecated('Use copySiteDashboardResultDescriptor instead')
|
||||
const CopySiteDashboardResult$json = {
|
||||
'1': 'CopySiteDashboardResult',
|
||||
'2': [
|
||||
{'1': 'Result', '3': 1, '4': 1, '5': 11, '6': '.vizapi.Dashboard', '10': 'Result'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `CopySiteDashboardResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List copySiteDashboardResultDescriptor = $convert.base64Decode(
|
||||
'ChdDb3B5U2l0ZURhc2hib2FyZFJlc3VsdBIpCgZSZXN1bHQYASABKAsyES52aXphcGkuRGFzaG'
|
||||
'JvYXJkUgZSZXN1bHQ6G5JBGAoWMhROZXcgY29waWVkIGRhc2hib2FyZA==');
|
||||
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:core' as $core;
|
||||
|
||||
@@ -21,21 +22,17 @@ class UpdatePlatformDefaultViewRequest extends $pb.GeneratedMessage {
|
||||
$core.String? payload,
|
||||
$core.bool? isPrivate,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (viewID != null) {
|
||||
$result.viewID = viewID;
|
||||
}
|
||||
if (payload != null) {
|
||||
$result.payload = payload;
|
||||
}
|
||||
if (isPrivate != null) {
|
||||
$result.isPrivate = isPrivate;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (viewID != null) result.viewID = viewID;
|
||||
if (payload != null) result.payload = payload;
|
||||
if (isPrivate != null) result.isPrivate = isPrivate;
|
||||
return result;
|
||||
}
|
||||
UpdatePlatformDefaultViewRequest._() : super();
|
||||
factory UpdatePlatformDefaultViewRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory UpdatePlatformDefaultViewRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
UpdatePlatformDefaultViewRequest._();
|
||||
|
||||
factory UpdatePlatformDefaultViewRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory UpdatePlatformDefaultViewRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'UpdatePlatformDefaultViewRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'vizapi'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'ViewID', protoName: 'ViewID')
|
||||
@@ -44,21 +41,17 @@ class UpdatePlatformDefaultViewRequest extends $pb.GeneratedMessage {
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
UpdatePlatformDefaultViewRequest clone() => UpdatePlatformDefaultViewRequest()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
UpdatePlatformDefaultViewRequest copyWith(void Function(UpdatePlatformDefaultViewRequest) updates) => super.copyWith((message) => updates(message as UpdatePlatformDefaultViewRequest)) as UpdatePlatformDefaultViewRequest;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static UpdatePlatformDefaultViewRequest create() => UpdatePlatformDefaultViewRequest._();
|
||||
@$core.override
|
||||
UpdatePlatformDefaultViewRequest createEmptyInstance() => create();
|
||||
static $pb.PbList<UpdatePlatformDefaultViewRequest> createRepeated() => $pb.PbList<UpdatePlatformDefaultViewRequest>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -69,7 +62,7 @@ class UpdatePlatformDefaultViewRequest extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get viewID => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set viewID($core.String v) { $_setString(0, v); }
|
||||
set viewID($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasViewID() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -79,7 +72,7 @@ class UpdatePlatformDefaultViewRequest extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(4)
|
||||
$core.String get payload => $_getSZ(1);
|
||||
@$pb.TagNumber(4)
|
||||
set payload($core.String v) { $_setString(1, v); }
|
||||
set payload($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasPayload() => $_has(1);
|
||||
@$pb.TagNumber(4)
|
||||
@@ -89,7 +82,7 @@ class UpdatePlatformDefaultViewRequest extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool get isPrivate => $_getBF(2);
|
||||
@$pb.TagNumber(5)
|
||||
set isPrivate($core.bool v) { $_setBool(2, v); }
|
||||
set isPrivate($core.bool value) => $_setBool(2, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasIsPrivate() => $_has(2);
|
||||
@$pb.TagNumber(5)
|
||||
@@ -102,21 +95,17 @@ class CreatePlatformDefaultViewRequest extends $pb.GeneratedMessage {
|
||||
$core.String? payload,
|
||||
$core.bool? isPrivate,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (screenID != null) {
|
||||
$result.screenID = screenID;
|
||||
}
|
||||
if (payload != null) {
|
||||
$result.payload = payload;
|
||||
}
|
||||
if (isPrivate != null) {
|
||||
$result.isPrivate = isPrivate;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (screenID != null) result.screenID = screenID;
|
||||
if (payload != null) result.payload = payload;
|
||||
if (isPrivate != null) result.isPrivate = isPrivate;
|
||||
return result;
|
||||
}
|
||||
CreatePlatformDefaultViewRequest._() : super();
|
||||
factory CreatePlatformDefaultViewRequest.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory CreatePlatformDefaultViewRequest.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
CreatePlatformDefaultViewRequest._();
|
||||
|
||||
factory CreatePlatformDefaultViewRequest.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory CreatePlatformDefaultViewRequest.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CreatePlatformDefaultViewRequest', package: const $pb.PackageName(_omitMessageNames ? '' : 'vizapi'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'ScreenID', protoName: 'ScreenID')
|
||||
@@ -125,21 +114,17 @@ class CreatePlatformDefaultViewRequest extends $pb.GeneratedMessage {
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
CreatePlatformDefaultViewRequest clone() => CreatePlatformDefaultViewRequest()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
CreatePlatformDefaultViewRequest copyWith(void Function(CreatePlatformDefaultViewRequest) updates) => super.copyWith((message) => updates(message as CreatePlatformDefaultViewRequest)) as CreatePlatformDefaultViewRequest;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static CreatePlatformDefaultViewRequest create() => CreatePlatformDefaultViewRequest._();
|
||||
@$core.override
|
||||
CreatePlatformDefaultViewRequest createEmptyInstance() => create();
|
||||
static $pb.PbList<CreatePlatformDefaultViewRequest> createRepeated() => $pb.PbList<CreatePlatformDefaultViewRequest>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -150,7 +135,7 @@ class CreatePlatformDefaultViewRequest extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get screenID => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set screenID($core.String v) { $_setString(0, v); }
|
||||
set screenID($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasScreenID() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -160,7 +145,7 @@ class CreatePlatformDefaultViewRequest extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(4)
|
||||
$core.String get payload => $_getSZ(1);
|
||||
@$pb.TagNumber(4)
|
||||
set payload($core.String v) { $_setString(1, v); }
|
||||
set payload($core.String value) => $_setString(1, value);
|
||||
@$pb.TagNumber(4)
|
||||
$core.bool hasPayload() => $_has(1);
|
||||
@$pb.TagNumber(4)
|
||||
@@ -170,7 +155,7 @@ class CreatePlatformDefaultViewRequest extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool get isPrivate => $_getBF(2);
|
||||
@$pb.TagNumber(5)
|
||||
set isPrivate($core.bool v) { $_setBool(2, v); }
|
||||
set isPrivate($core.bool value) => $_setBool(2, value);
|
||||
@$pb.TagNumber(5)
|
||||
$core.bool hasIsPrivate() => $_has(2);
|
||||
@$pb.TagNumber(5)
|
||||
@@ -182,36 +167,32 @@ class CreatePlatformDefaultViewResult extends $pb.GeneratedMessage {
|
||||
factory CreatePlatformDefaultViewResult({
|
||||
$core.String? viewID,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (viewID != null) {
|
||||
$result.viewID = viewID;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (viewID != null) result.viewID = viewID;
|
||||
return result;
|
||||
}
|
||||
CreatePlatformDefaultViewResult._() : super();
|
||||
factory CreatePlatformDefaultViewResult.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory CreatePlatformDefaultViewResult.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
CreatePlatformDefaultViewResult._();
|
||||
|
||||
factory CreatePlatformDefaultViewResult.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory CreatePlatformDefaultViewResult.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'CreatePlatformDefaultViewResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'vizapi'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'ViewID', protoName: 'ViewID')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
CreatePlatformDefaultViewResult clone() => CreatePlatformDefaultViewResult()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
CreatePlatformDefaultViewResult copyWith(void Function(CreatePlatformDefaultViewResult) updates) => super.copyWith((message) => updates(message as CreatePlatformDefaultViewResult)) as CreatePlatformDefaultViewResult;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static CreatePlatformDefaultViewResult create() => CreatePlatformDefaultViewResult._();
|
||||
@$core.override
|
||||
CreatePlatformDefaultViewResult createEmptyInstance() => create();
|
||||
static $pb.PbList<CreatePlatformDefaultViewResult> createRepeated() => $pb.PbList<CreatePlatformDefaultViewResult>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -222,7 +203,7 @@ class CreatePlatformDefaultViewResult extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get viewID => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set viewID($core.String v) { $_setString(0, v); }
|
||||
set viewID($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasViewID() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -233,36 +214,32 @@ class UpdatePlatformDefaultViewResult extends $pb.GeneratedMessage {
|
||||
factory UpdatePlatformDefaultViewResult({
|
||||
$core.String? viewID,
|
||||
}) {
|
||||
final $result = create();
|
||||
if (viewID != null) {
|
||||
$result.viewID = viewID;
|
||||
}
|
||||
return $result;
|
||||
final result = create();
|
||||
if (viewID != null) result.viewID = viewID;
|
||||
return result;
|
||||
}
|
||||
UpdatePlatformDefaultViewResult._() : super();
|
||||
factory UpdatePlatformDefaultViewResult.fromBuffer($core.List<$core.int> i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(i, r);
|
||||
factory UpdatePlatformDefaultViewResult.fromJson($core.String i, [$pb.ExtensionRegistry r = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(i, r);
|
||||
|
||||
UpdatePlatformDefaultViewResult._();
|
||||
|
||||
factory UpdatePlatformDefaultViewResult.fromBuffer($core.List<$core.int> data, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromBuffer(data, registry);
|
||||
factory UpdatePlatformDefaultViewResult.fromJson($core.String json, [$pb.ExtensionRegistry registry = $pb.ExtensionRegistry.EMPTY]) => create()..mergeFromJson(json, registry);
|
||||
|
||||
static final $pb.BuilderInfo _i = $pb.BuilderInfo(_omitMessageNames ? '' : 'UpdatePlatformDefaultViewResult', package: const $pb.PackageName(_omitMessageNames ? '' : 'vizapi'), createEmptyInstance: create)
|
||||
..aOS(1, _omitFieldNames ? '' : 'ViewID', protoName: 'ViewID')
|
||||
..hasRequiredFields = false
|
||||
;
|
||||
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.deepCopy] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
UpdatePlatformDefaultViewResult clone() => UpdatePlatformDefaultViewResult()..mergeFromMessage(this);
|
||||
@$core.Deprecated(
|
||||
'Using this can add significant overhead to your binary. '
|
||||
'Use [GeneratedMessageGenericExtensions.rebuild] instead. '
|
||||
'Will be removed in next major version')
|
||||
@$core.Deprecated('See https://github.com/google/protobuf.dart/issues/998.')
|
||||
UpdatePlatformDefaultViewResult copyWith(void Function(UpdatePlatformDefaultViewResult) updates) => super.copyWith((message) => updates(message as UpdatePlatformDefaultViewResult)) as UpdatePlatformDefaultViewResult;
|
||||
|
||||
@$core.override
|
||||
$pb.BuilderInfo get info_ => _i;
|
||||
|
||||
@$core.pragma('dart2js:noInline')
|
||||
static UpdatePlatformDefaultViewResult create() => UpdatePlatformDefaultViewResult._();
|
||||
@$core.override
|
||||
UpdatePlatformDefaultViewResult createEmptyInstance() => create();
|
||||
static $pb.PbList<UpdatePlatformDefaultViewResult> createRepeated() => $pb.PbList<UpdatePlatformDefaultViewResult>();
|
||||
@$core.pragma('dart2js:noInline')
|
||||
@@ -273,7 +250,7 @@ class UpdatePlatformDefaultViewResult extends $pb.GeneratedMessage {
|
||||
@$pb.TagNumber(1)
|
||||
$core.String get viewID => $_getSZ(0);
|
||||
@$pb.TagNumber(1)
|
||||
set viewID($core.String v) { $_setString(0, v); }
|
||||
set viewID($core.String value) => $_setString(0, value);
|
||||
@$pb.TagNumber(1)
|
||||
$core.bool hasViewID() => $_has(0);
|
||||
@$pb.TagNumber(1)
|
||||
@@ -281,5 +258,5 @@ class UpdatePlatformDefaultViewResult extends $pb.GeneratedMessage {
|
||||
}
|
||||
|
||||
|
||||
const _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
const $core.bool _omitFieldNames = $core.bool.fromEnvironment('protobuf.omit_field_names');
|
||||
const $core.bool _omitMessageNames = $core.bool.fromEnvironment('protobuf.omit_message_names');
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: viz-default-view.proto
|
||||
//
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
|
||||
@@ -5,9 +5,10 @@
|
||||
// @dart = 3.3
|
||||
|
||||
// ignore_for_file: annotate_overrides, camel_case_types, comment_references
|
||||
// ignore_for_file: constant_identifier_names, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names, prefer_final_fields
|
||||
// ignore_for_file: unnecessary_import, unnecessary_this, unused_import
|
||||
// ignore_for_file: constant_identifier_names
|
||||
// ignore_for_file: curly_braces_in_flow_control_structures
|
||||
// ignore_for_file: deprecated_member_use_from_same_package, library_prefixes
|
||||
// ignore_for_file: non_constant_identifier_names
|
||||
|
||||
import 'dart:async' as $async;
|
||||
import 'dart:core' as $core;
|
||||
@@ -15,32 +16,36 @@ import 'dart:core' as $core;
|
||||
import 'package:grpc/service_api.dart' as $grpc;
|
||||
import 'package:protobuf/protobuf.dart' as $pb;
|
||||
|
||||
import 'viz-default-view.pb.dart' as $7;
|
||||
import 'viz-default-view.pb.dart' as $3;
|
||||
|
||||
export 'viz-default-view.pb.dart';
|
||||
|
||||
@$pb.GrpcServiceName('vizapi.DefaultViewService')
|
||||
class DefaultViewServiceClient extends $grpc.Client {
|
||||
static final _$createPlatform = $grpc.ClientMethod<$7.CreatePlatformDefaultViewRequest, $7.CreatePlatformDefaultViewResult>(
|
||||
/// The hostname for this service.
|
||||
static const $core.String defaultHost = '';
|
||||
|
||||
/// OAuth scopes needed for the client.
|
||||
static const $core.List<$core.String> oauthScopes = [
|
||||
'',
|
||||
];
|
||||
|
||||
static final _$createPlatform = $grpc.ClientMethod<$3.CreatePlatformDefaultViewRequest, $3.CreatePlatformDefaultViewResult>(
|
||||
'/vizapi.DefaultViewService/CreatePlatform',
|
||||
($7.CreatePlatformDefaultViewRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $7.CreatePlatformDefaultViewResult.fromBuffer(value));
|
||||
static final _$updatePlatform = $grpc.ClientMethod<$7.UpdatePlatformDefaultViewRequest, $7.UpdatePlatformDefaultViewResult>(
|
||||
($3.CreatePlatformDefaultViewRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $3.CreatePlatformDefaultViewResult.fromBuffer(value));
|
||||
static final _$updatePlatform = $grpc.ClientMethod<$3.UpdatePlatformDefaultViewRequest, $3.UpdatePlatformDefaultViewResult>(
|
||||
'/vizapi.DefaultViewService/UpdatePlatform',
|
||||
($7.UpdatePlatformDefaultViewRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $7.UpdatePlatformDefaultViewResult.fromBuffer(value));
|
||||
($3.UpdatePlatformDefaultViewRequest value) => value.writeToBuffer(),
|
||||
($core.List<$core.int> value) => $3.UpdatePlatformDefaultViewResult.fromBuffer(value));
|
||||
|
||||
DefaultViewServiceClient($grpc.ClientChannel channel,
|
||||
{$grpc.CallOptions? options,
|
||||
$core.Iterable<$grpc.ClientInterceptor>? interceptors})
|
||||
: super(channel, options: options,
|
||||
interceptors: interceptors);
|
||||
DefaultViewServiceClient(super.channel, {super.options, super.interceptors});
|
||||
|
||||
$grpc.ResponseFuture<$7.CreatePlatformDefaultViewResult> createPlatform($7.CreatePlatformDefaultViewRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$3.CreatePlatformDefaultViewResult> createPlatform($3.CreatePlatformDefaultViewRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$createPlatform, request, options: options);
|
||||
}
|
||||
|
||||
$grpc.ResponseFuture<$7.UpdatePlatformDefaultViewResult> updatePlatform($7.UpdatePlatformDefaultViewRequest request, {$grpc.CallOptions? options}) {
|
||||
$grpc.ResponseFuture<$3.UpdatePlatformDefaultViewResult> updatePlatform($3.UpdatePlatformDefaultViewRequest request, {$grpc.CallOptions? options}) {
|
||||
return $createUnaryCall(_$updatePlatform, request, options: options);
|
||||
}
|
||||
}
|
||||
@@ -50,30 +55,30 @@ abstract class DefaultViewServiceBase extends $grpc.Service {
|
||||
$core.String get $name => 'vizapi.DefaultViewService';
|
||||
|
||||
DefaultViewServiceBase() {
|
||||
$addMethod($grpc.ServiceMethod<$7.CreatePlatformDefaultViewRequest, $7.CreatePlatformDefaultViewResult>(
|
||||
$addMethod($grpc.ServiceMethod<$3.CreatePlatformDefaultViewRequest, $3.CreatePlatformDefaultViewResult>(
|
||||
'CreatePlatform',
|
||||
createPlatform_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $7.CreatePlatformDefaultViewRequest.fromBuffer(value),
|
||||
($7.CreatePlatformDefaultViewResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$7.UpdatePlatformDefaultViewRequest, $7.UpdatePlatformDefaultViewResult>(
|
||||
($core.List<$core.int> value) => $3.CreatePlatformDefaultViewRequest.fromBuffer(value),
|
||||
($3.CreatePlatformDefaultViewResult value) => value.writeToBuffer()));
|
||||
$addMethod($grpc.ServiceMethod<$3.UpdatePlatformDefaultViewRequest, $3.UpdatePlatformDefaultViewResult>(
|
||||
'UpdatePlatform',
|
||||
updatePlatform_Pre,
|
||||
false,
|
||||
false,
|
||||
($core.List<$core.int> value) => $7.UpdatePlatformDefaultViewRequest.fromBuffer(value),
|
||||
($7.UpdatePlatformDefaultViewResult value) => value.writeToBuffer()));
|
||||
($core.List<$core.int> value) => $3.UpdatePlatformDefaultViewRequest.fromBuffer(value),
|
||||
($3.UpdatePlatformDefaultViewResult value) => value.writeToBuffer()));
|
||||
}
|
||||
|
||||
$async.Future<$7.CreatePlatformDefaultViewResult> createPlatform_Pre($grpc.ServiceCall $call, $async.Future<$7.CreatePlatformDefaultViewRequest> $request) async {
|
||||
$async.Future<$3.CreatePlatformDefaultViewResult> createPlatform_Pre($grpc.ServiceCall $call, $async.Future<$3.CreatePlatformDefaultViewRequest> $request) async {
|
||||
return createPlatform($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$7.UpdatePlatformDefaultViewResult> updatePlatform_Pre($grpc.ServiceCall $call, $async.Future<$7.UpdatePlatformDefaultViewRequest> $request) async {
|
||||
$async.Future<$3.UpdatePlatformDefaultViewResult> updatePlatform_Pre($grpc.ServiceCall $call, $async.Future<$3.UpdatePlatformDefaultViewRequest> $request) async {
|
||||
return updatePlatform($call, await $request);
|
||||
}
|
||||
|
||||
$async.Future<$7.CreatePlatformDefaultViewResult> createPlatform($grpc.ServiceCall call, $7.CreatePlatformDefaultViewRequest request);
|
||||
$async.Future<$7.UpdatePlatformDefaultViewResult> updatePlatform($grpc.ServiceCall call, $7.UpdatePlatformDefaultViewRequest request);
|
||||
$async.Future<$3.CreatePlatformDefaultViewResult> createPlatform($grpc.ServiceCall call, $3.CreatePlatformDefaultViewRequest request);
|
||||
$async.Future<$3.UpdatePlatformDefaultViewResult> updatePlatform($grpc.ServiceCall call, $3.UpdatePlatformDefaultViewRequest request);
|
||||
}
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user