softplayer-dart-proto/lib/environments/environments_v1.pbjson.dart

103 lines
3.9 KiB
Dart

//
// Generated code. Do not modify.
// source: environments/environments_v1.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 providerDescriptor instead')
const Provider$json = {
'1': 'Provider',
'2': [
{'1': 'PROVIDER_UNSPECIFIED', '2': 0},
{'1': 'PROVIDER_HETZNER', '2': 1},
],
};
/// Descriptor for `Provider`. Decode as a `google.protobuf.EnumDescriptorProto`.
final $typed_data.Uint8List providerDescriptor = $convert.base64Decode(
'CghQcm92aWRlchIYChRQUk9WSURFUl9VTlNQRUNJRklFRBAAEhQKEFBST1ZJREVSX0hFVFpORV'
'IQAQ==');
@$core.Deprecated('Use kubernetesDescriptor instead')
const Kubernetes$json = {
'1': 'Kubernetes',
'2': [
{'1': 'KUBERNETES_UNSPECIFIED', '2': 0},
{'1': 'KUBERNETES_K3S', '2': 1},
],
};
/// Descriptor for `Kubernetes`. Decode as a `google.protobuf.EnumDescriptorProto`.
final $typed_data.Uint8List kubernetesDescriptor = $convert.base64Decode(
'CgpLdWJlcm5ldGVzEhoKFktVQkVSTkVURVNfVU5TUEVDSUZJRUQQABISCg5LVUJFUk5FVEVTX0'
'szUxAB');
@$core.Deprecated('Use environmentIdDescriptor instead')
const EnvironmentId$json = {
'1': 'EnvironmentId',
'2': [
{'1': 'id', '3': 1, '4': 1, '5': 9, '10': 'id'},
],
};
/// Descriptor for `EnvironmentId`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List environmentIdDescriptor = $convert.base64Decode(
'Cg1FbnZpcm9ubWVudElkEg4KAmlkGAEgASgJUgJpZA==');
@$core.Deprecated('Use environmentDataDescriptor instead')
const EnvironmentData$json = {
'1': 'EnvironmentData',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
{'1': 'provider', '3': 2, '4': 1, '5': 14, '6': '.environments.Provider', '10': 'provider'},
{'1': 'kubernetes', '3': 3, '4': 1, '5': 14, '6': '.environments.Kubernetes', '10': 'kubernetes'},
{'1': 'hetzner_options', '3': 4, '4': 1, '5': 11, '6': '.environments.HetznerOptions', '10': 'hetznerOptions'},
],
};
/// Descriptor for `EnvironmentData`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List environmentDataDescriptor = $convert.base64Decode(
'Cg9FbnZpcm9ubWVudERhdGESEgoEbmFtZRgBIAEoCVIEbmFtZRIyCghwcm92aWRlchgCIAEoDj'
'IWLmVudmlyb25tZW50cy5Qcm92aWRlclIIcHJvdmlkZXISOAoKa3ViZXJuZXRlcxgDIAEoDjIY'
'LmVudmlyb25tZW50cy5LdWJlcm5ldGVzUgprdWJlcm5ldGVzEkUKD2hldHpuZXJfb3B0aW9ucx'
'gEIAEoCzIcLmVudmlyb25tZW50cy5IZXR6bmVyT3B0aW9uc1IOaGV0em5lck9wdGlvbnM=');
@$core.Deprecated('Use hetznerOptionsDescriptor instead')
const HetznerOptions$json = {
'1': 'HetznerOptions',
'2': [
{'1': 'server_type', '3': 1, '4': 1, '5': 9, '10': 'serverType'},
{'1': 'server_location', '3': 2, '4': 1, '5': 9, '10': 'serverLocation'},
],
};
/// Descriptor for `HetznerOptions`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List hetznerOptionsDescriptor = $convert.base64Decode(
'Cg5IZXR6bmVyT3B0aW9ucxIfCgtzZXJ2ZXJfdHlwZRgBIAEoCVIKc2VydmVyVHlwZRInCg9zZX'
'J2ZXJfbG9jYXRpb24YAiABKAlSDnNlcnZlckxvY2F0aW9u');
@$core.Deprecated('Use environmentFullDescriptor instead')
const EnvironmentFull$json = {
'1': 'EnvironmentFull',
'2': [
{'1': 'id', '3': 1, '4': 1, '5': 11, '6': '.environments.EnvironmentId', '10': 'id'},
{'1': 'data', '3': 2, '4': 1, '5': 11, '6': '.environments.EnvironmentData', '10': 'data'},
],
};
/// Descriptor for `EnvironmentFull`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List environmentFullDescriptor = $convert.base64Decode(
'Cg9FbnZpcm9ubWVudEZ1bGwSKwoCaWQYASABKAsyGy5lbnZpcm9ubWVudHMuRW52aXJvbm1lbn'
'RJZFICaWQSMQoEZGF0YRgCIAEoCzIdLmVudmlyb25tZW50cy5FbnZpcm9ubWVudERhdGFSBGRh'
'dGE=');