You've already forked dart-core-sdk
Latest generation
This commit is contained in:
172
lib/user-groups.pbjson.dart
Normal file
172
lib/user-groups.pbjson.dart
Normal file
@@ -0,0 +1,172 @@
|
||||
//
|
||||
// Generated code. Do not modify.
|
||||
// source: user-groups.proto
|
||||
//
|
||||
// @dart = 2.12
|
||||
|
||||
// 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
|
||||
|
||||
import 'dart:convert' as $convert;
|
||||
import 'dart:core' as $core;
|
||||
import 'dart:typed_data' as $typed_data;
|
||||
|
||||
@$core.Deprecated('Use entityRefTypeDescriptor instead')
|
||||
const EntityRefType$json = {
|
||||
'1': 'EntityRefType',
|
||||
'2': [
|
||||
{'1': 'REF_TYPE_UNKNOWN', '2': 0},
|
||||
{'1': 'REF_TYPE_PARTNER', '2': 1},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `EntityRefType`. Decode as a `google.protobuf.EnumDescriptorProto`.
|
||||
final $typed_data.Uint8List entityRefTypeDescriptor = $convert.base64Decode(
|
||||
'Cg1FbnRpdHlSZWZUeXBlEhQKEFJFRl9UWVBFX1VOS05PV04QABIUChBSRUZfVFlQRV9QQVJUTk'
|
||||
'VSEAE=');
|
||||
|
||||
@$core.Deprecated('Use userGroupDescriptor instead')
|
||||
const UserGroup$json = {
|
||||
'1': 'UserGroup',
|
||||
'2': [
|
||||
{'1': 'ProjectID', '3': 1, '4': 1, '5': 9, '10': 'ProjectID'},
|
||||
{'1': 'EntityRefID', '3': 2, '4': 1, '5': 9, '10': 'EntityRefID'},
|
||||
{'1': 'EntityRefType', '3': 3, '4': 1, '5': 14, '6': '.api.EntityRefType', '8': {}, '10': 'EntityRefType'},
|
||||
{'1': 'AllowedRoles', '3': 4, '4': 3, '5': 9, '10': 'AllowedRoles'},
|
||||
{'1': 'AllowAllRoles', '3': 5, '4': 1, '5': 8, '10': 'AllowAllRoles'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `UserGroup`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List userGroupDescriptor = $convert.base64Decode(
|
||||
'CglVc2VyR3JvdXASHAoJUHJvamVjdElEGAEgASgJUglQcm9qZWN0SUQSIAoLRW50aXR5UmVmSU'
|
||||
'QYAiABKAlSC0VudGl0eVJlZklEEkIKDUVudGl0eVJlZlR5cGUYAyABKA4yEi5hcGkuRW50aXR5'
|
||||
'UmVmVHlwZUII+kIFggECEAFSDUVudGl0eVJlZlR5cGUSIgoMQWxsb3dlZFJvbGVzGAQgAygJUg'
|
||||
'xBbGxvd2VkUm9sZXMSJAoNQWxsb3dBbGxSb2xlcxgFIAEoCFINQWxsb3dBbGxSb2xlcw==');
|
||||
|
||||
@$core.Deprecated('Use putUserGroupsRequestDescriptor instead')
|
||||
const PutUserGroupsRequest$json = {
|
||||
'1': 'PutUserGroupsRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'EntityRefID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'EntityRefID'},
|
||||
{'1': 'EntityRefType', '3': 3, '4': 1, '5': 14, '6': '.api.EntityRefType', '8': {}, '10': 'EntityRefType'},
|
||||
{'1': 'AllowedRoles', '3': 4, '4': 3, '5': 9, '10': 'AllowedRoles'},
|
||||
{'1': 'AllowAllRoles', '3': 5, '4': 1, '5': 8, '10': 'AllowAllRoles'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `PutUserGroupsRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List putUserGroupsRequestDescriptor = $convert.base64Decode(
|
||||
'ChRQdXRVc2VyR3JvdXBzUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS5hcGkuUmVxdWVzdFByb2'
|
||||
'plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISKQoLRW50aXR5UmVmSUQYAiABKAlCB/pCBHIC'
|
||||
'EAFSC0VudGl0eVJlZklEEkIKDUVudGl0eVJlZlR5cGUYAyABKA4yEi5hcGkuRW50aXR5UmVmVH'
|
||||
'lwZUII+kIFggECEAFSDUVudGl0eVJlZlR5cGUSIgoMQWxsb3dlZFJvbGVzGAQgAygJUgxBbGxv'
|
||||
'd2VkUm9sZXMSJAoNQWxsb3dBbGxSb2xlcxgFIAEoCFINQWxsb3dBbGxSb2xlczoskkEpCifSAQ'
|
||||
'ZIZWFkZXLSAQ1FbnRpdHlSZWZUeXBl0gELRW50aXR5UmVmSUQ=');
|
||||
|
||||
@$core.Deprecated('Use putUserGroupsResultDescriptor instead')
|
||||
const PutUserGroupsResult$json = {
|
||||
'1': 'PutUserGroupsResult',
|
||||
'2': [
|
||||
{'1': 'UserGroup', '3': 1, '4': 1, '5': 11, '6': '.api.UserGroup', '10': 'UserGroup'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `PutUserGroupsResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List putUserGroupsResultDescriptor = $convert.base64Decode(
|
||||
'ChNQdXRVc2VyR3JvdXBzUmVzdWx0EiwKCVVzZXJHcm91cBgBIAEoCzIOLmFwaS5Vc2VyR3JvdX'
|
||||
'BSCVVzZXJHcm91cA==');
|
||||
|
||||
@$core.Deprecated('Use getUserGroupsRequestDescriptor instead')
|
||||
const GetUserGroupsRequest$json = {
|
||||
'1': 'GetUserGroupsRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'EntityRefID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'EntityRefID'},
|
||||
{'1': 'EntityRefType', '3': 3, '4': 1, '5': 14, '6': '.api.EntityRefType', '8': {}, '10': 'EntityRefType'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `GetUserGroupsRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List getUserGroupsRequestDescriptor = $convert.base64Decode(
|
||||
'ChRHZXRVc2VyR3JvdXBzUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS5hcGkuUmVxdWVzdFByb2'
|
||||
'plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISKQoLRW50aXR5UmVmSUQYAiABKAlCB/pCBHIC'
|
||||
'EAFSC0VudGl0eVJlZklEEkIKDUVudGl0eVJlZlR5cGUYAyABKA4yEi5hcGkuRW50aXR5UmVmVH'
|
||||
'lwZUII+kIFggECEAFSDUVudGl0eVJlZlR5cGU6LJJBKQon0gEGSGVhZGVy0gENRW50aXR5UmVm'
|
||||
'VHlwZdIBC0VudGl0eVJlZklE');
|
||||
|
||||
@$core.Deprecated('Use getUserGroupsResultDescriptor instead')
|
||||
const GetUserGroupsResult$json = {
|
||||
'1': 'GetUserGroupsResult',
|
||||
'2': [
|
||||
{'1': 'UserGroup', '3': 1, '4': 1, '5': 11, '6': '.api.UserGroup', '10': 'UserGroup'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `GetUserGroupsResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List getUserGroupsResultDescriptor = $convert.base64Decode(
|
||||
'ChNHZXRVc2VyR3JvdXBzUmVzdWx0EiwKCVVzZXJHcm91cBgBIAEoCzIOLmFwaS5Vc2VyR3JvdX'
|
||||
'BSCVVzZXJHcm91cA==');
|
||||
|
||||
@$core.Deprecated('Use deleteUserGroupsRequestDescriptor instead')
|
||||
const DeleteUserGroupsRequest$json = {
|
||||
'1': 'DeleteUserGroupsRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'EntityRefID', '3': 2, '4': 1, '5': 9, '8': {}, '10': 'EntityRefID'},
|
||||
{'1': 'EntityRefType', '3': 3, '4': 1, '5': 14, '6': '.api.EntityRefType', '8': {}, '10': 'EntityRefType'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `DeleteUserGroupsRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List deleteUserGroupsRequestDescriptor = $convert.base64Decode(
|
||||
'ChdEZWxldGVVc2VyR3JvdXBzUmVxdWVzdBI7CgZIZWFkZXIYASABKAsyGS5hcGkuUmVxdWVzdF'
|
||||
'Byb2plY3RIZWFkZXJCCPpCBYoBAhABUgZIZWFkZXISKQoLRW50aXR5UmVmSUQYAiABKAlCB/pC'
|
||||
'BHICEAFSC0VudGl0eVJlZklEEkIKDUVudGl0eVJlZlR5cGUYAyABKA4yEi5hcGkuRW50aXR5Um'
|
||||
'VmVHlwZUII+kIFggECEAFSDUVudGl0eVJlZlR5cGU6LJJBKQon0gEGSGVhZGVy0gENRW50aXR5'
|
||||
'UmVmVHlwZdIBC0VudGl0eVJlZklE');
|
||||
|
||||
@$core.Deprecated('Use deleteUserGroupsResultDescriptor instead')
|
||||
const DeleteUserGroupsResult$json = {
|
||||
'1': 'DeleteUserGroupsResult',
|
||||
};
|
||||
|
||||
/// Descriptor for `DeleteUserGroupsResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List deleteUserGroupsResultDescriptor = $convert.base64Decode(
|
||||
'ChZEZWxldGVVc2VyR3JvdXBzUmVzdWx0');
|
||||
|
||||
@$core.Deprecated('Use listUserGroupsRequestDescriptor instead')
|
||||
const ListUserGroupsRequest$json = {
|
||||
'1': 'ListUserGroupsRequest',
|
||||
'2': [
|
||||
{'1': 'Header', '3': 1, '4': 1, '5': 11, '6': '.api.RequestProjectHeader', '8': {}, '10': 'Header'},
|
||||
{'1': 'EntityRefType', '3': 2, '4': 1, '5': 14, '6': '.api.EntityRefType', '10': 'EntityRefType'},
|
||||
],
|
||||
'7': {},
|
||||
};
|
||||
|
||||
/// Descriptor for `ListUserGroupsRequest`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List listUserGroupsRequestDescriptor = $convert.base64Decode(
|
||||
'ChVMaXN0VXNlckdyb3Vwc1JlcXVlc3QSOwoGSGVhZGVyGAEgASgLMhkuYXBpLlJlcXVlc3RQcm'
|
||||
'9qZWN0SGVhZGVyQgj6QgWKAQIQAVIGSGVhZGVyEjgKDUVudGl0eVJlZlR5cGUYAiABKA4yEi5h'
|
||||
'cGkuRW50aXR5UmVmVHlwZVINRW50aXR5UmVmVHlwZToOkkELCgnSAQZIZWFkZXI=');
|
||||
|
||||
@$core.Deprecated('Use listUserGroupsResultDescriptor instead')
|
||||
const ListUserGroupsResult$json = {
|
||||
'1': 'ListUserGroupsResult',
|
||||
'2': [
|
||||
{'1': 'UserGroups', '3': 1, '4': 3, '5': 11, '6': '.api.UserGroup', '10': 'UserGroups'},
|
||||
],
|
||||
};
|
||||
|
||||
/// Descriptor for `ListUserGroupsResult`. Decode as a `google.protobuf.DescriptorProto`.
|
||||
final $typed_data.Uint8List listUserGroupsResultDescriptor = $convert.base64Decode(
|
||||
'ChRMaXN0VXNlckdyb3Vwc1Jlc3VsdBIuCgpVc2VyR3JvdXBzGAEgAygLMg4uYXBpLlVzZXJHcm'
|
||||
'91cFIKVXNlckdyb3Vwcw==');
|
||||
|
||||
Reference in New Issue
Block a user