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

260 lines
11 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 serverTypeDescriptor instead')
const ServerType$json = {
'1': 'ServerType',
'2': [
{'1': 'SERVER_TYPE_UNSPECIFIED', '2': 0},
{'1': 'SERVER_TYPE_STARTER', '2': 1},
{'1': 'SERVER_TYPE_REGULAR', '2': 2},
{'1': 'SERVER_TYPE_PLUS', '2': 3},
{'1': 'SERVER_TYPE_PRO', '2': 4},
{'1': 'SERVER_TYPE_CUSTOM', '2': 5},
],
};
/// Descriptor for `ServerType`. Decode as a `google.protobuf.EnumDescriptorProto`.
final $typed_data.Uint8List serverTypeDescriptor = $convert.base64Decode(
'CgpTZXJ2ZXJUeXBlEhsKF1NFUlZFUl9UWVBFX1VOU1BFQ0lGSUVEEAASFwoTU0VSVkVSX1RZUE'
'VfU1RBUlRFUhABEhcKE1NFUlZFUl9UWVBFX1JFR1VMQVIQAhIUChBTRVJWRVJfVFlQRV9QTFVT'
'EAMSEwoPU0VSVkVSX1RZUEVfUFJPEAQSFgoSU0VSVkVSX1RZUEVfQ1VTVE9NEAU=');
@$core.Deprecated('Use locationDescriptor instead')
const Location$json = {
'1': 'Location',
'2': [
{'1': 'LOCATION_UNSPECIFIED', '2': 0},
{'1': 'LOCATION_HETZNER_NUREMBERG', '2': 1},
{'1': 'LOCATION_HETZNER_FALKENSTEIN', '2': 2},
{'1': 'LOCATION_HETZNER_HELSINKI', '2': 3},
{'1': 'LOCATION_HETZNER_HILLSBORO', '2': 4},
{'1': 'LOCATION_HETZNER_ASHBURN', '2': 5},
],
};
/// Descriptor for `Location`. Decode as a `google.protobuf.EnumDescriptorProto`.
final $typed_data.Uint8List locationDescriptor = $convert.base64Decode(
'CghMb2NhdGlvbhIYChRMT0NBVElPTl9VTlNQRUNJRklFRBAAEh4KGkxPQ0FUSU9OX0hFVFpORV'
'JfTlVSRU1CRVJHEAESIAocTE9DQVRJT05fSEVUWk5FUl9GQUxLRU5TVEVJThACEh0KGUxPQ0FU'
'SU9OX0hFVFpORVJfSEVMU0lOS0kQAxIeChpMT0NBVElPTl9IRVRaTkVSX0hJTExTQk9STxAEEh'
'wKGExPQ0FUSU9OX0hFVFpORVJfQVNIQlVSThAF');
@$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 ownerIdDescriptor instead')
const OwnerId$json = {
'1': 'OwnerId',
'2': [
{'1': 'uuid', '3': 1, '4': 1, '5': 9, '10': 'uuid'},
],
};
/// Descriptor for `OwnerId`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List ownerIdDescriptor = $convert.base64Decode(
'CgdPd25lcklkEhIKBHV1aWQYASABKAlSBHV1aWQ=');
@$core.Deprecated('Use tokenDescriptor instead')
const Token$json = {
'1': 'Token',
'2': [
{'1': 'token', '3': 1, '4': 1, '5': 9, '10': 'token'},
],
};
/// Descriptor for `Token`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List tokenDescriptor = $convert.base64Decode(
'CgVUb2tlbhIUCgV0b2tlbhgBIAEoCVIFdG9rZW4=');
@$core.Deprecated('Use createOptionsDescriptor instead')
const CreateOptions$json = {
'1': 'CreateOptions',
'2': [
{'1': 'metadata', '3': 1, '4': 1, '5': 11, '6': '.environments.EnvironmentMetadata', '10': 'metadata'},
{'1': 'spec', '3': 2, '4': 1, '5': 11, '6': '.environments.EnvironmentSpec', '10': 'spec'},
{'1': 'owner_id', '3': 3, '4': 1, '5': 11, '6': '.environments.OwnerId', '10': 'ownerId'},
{'1': 'token', '3': 4, '4': 1, '5': 11, '6': '.environments.Token', '10': 'token'},
],
};
/// Descriptor for `CreateOptions`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List createOptionsDescriptor = $convert.base64Decode(
'Cg1DcmVhdGVPcHRpb25zEj0KCG1ldGFkYXRhGAEgASgLMiEuZW52aXJvbm1lbnRzLkVudmlyb2'
'5tZW50TWV0YWRhdGFSCG1ldGFkYXRhEjEKBHNwZWMYAiABKAsyHS5lbnZpcm9ubWVudHMuRW52'
'aXJvbm1lbnRTcGVjUgRzcGVjEjAKCG93bmVyX2lkGAMgASgLMhUuZW52aXJvbm1lbnRzLk93bm'
'VySWRSB293bmVySWQSKQoFdG9rZW4YBCABKAsyEy5lbnZpcm9ubWVudHMuVG9rZW5SBXRva2Vu');
@$core.Deprecated('Use updateOptionsDescriptor instead')
const UpdateOptions$json = {
'1': 'UpdateOptions',
'2': [
{'1': 'id', '3': 1, '4': 1, '5': 11, '6': '.environments.EnvironmentId', '10': 'id'},
{'1': 'metadata', '3': 2, '4': 1, '5': 11, '6': '.environments.EnvironmentMetadata', '10': 'metadata'},
{'1': 'spec', '3': 3, '4': 1, '5': 11, '6': '.environments.EnvironmentSpec', '10': 'spec'},
{'1': 'owner_id', '3': 4, '4': 1, '5': 11, '6': '.environments.OwnerId', '10': 'ownerId'},
{'1': 'token', '3': 5, '4': 1, '5': 11, '6': '.environments.Token', '10': 'token'},
],
};
/// Descriptor for `UpdateOptions`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List updateOptionsDescriptor = $convert.base64Decode(
'Cg1VcGRhdGVPcHRpb25zEisKAmlkGAEgASgLMhsuZW52aXJvbm1lbnRzLkVudmlyb25tZW50SW'
'RSAmlkEj0KCG1ldGFkYXRhGAIgASgLMiEuZW52aXJvbm1lbnRzLkVudmlyb25tZW50TWV0YWRh'
'dGFSCG1ldGFkYXRhEjEKBHNwZWMYAyABKAsyHS5lbnZpcm9ubWVudHMuRW52aXJvbm1lbnRTcG'
'VjUgRzcGVjEjAKCG93bmVyX2lkGAQgASgLMhUuZW52aXJvbm1lbnRzLk93bmVySWRSB293bmVy'
'SWQSKQoFdG9rZW4YBSABKAsyEy5lbnZpcm9ubWVudHMuVG9rZW5SBXRva2Vu');
@$core.Deprecated('Use deleteOptionsDescriptor instead')
const DeleteOptions$json = {
'1': 'DeleteOptions',
'2': [
{'1': 'id', '3': 1, '4': 1, '5': 11, '6': '.environments.EnvironmentId', '10': 'id'},
{'1': 'metadata', '3': 2, '4': 1, '5': 11, '6': '.environments.EnvironmentMetadata', '10': 'metadata'},
{'1': 'owner_id', '3': 3, '4': 1, '5': 11, '6': '.environments.OwnerId', '10': 'ownerId'},
{'1': 'token', '3': 4, '4': 1, '5': 11, '6': '.environments.Token', '10': 'token'},
],
};
/// Descriptor for `DeleteOptions`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List deleteOptionsDescriptor = $convert.base64Decode(
'Cg1EZWxldGVPcHRpb25zEisKAmlkGAEgASgLMhsuZW52aXJvbm1lbnRzLkVudmlyb25tZW50SW'
'RSAmlkEj0KCG1ldGFkYXRhGAIgASgLMiEuZW52aXJvbm1lbnRzLkVudmlyb25tZW50TWV0YWRh'
'dGFSCG1ldGFkYXRhEjAKCG93bmVyX2lkGAMgASgLMhUuZW52aXJvbm1lbnRzLk93bmVySWRSB2'
'93bmVySWQSKQoFdG9rZW4YBCABKAsyEy5lbnZpcm9ubWVudHMuVG9rZW5SBXRva2Vu');
@$core.Deprecated('Use getOptionsDescriptor instead')
const GetOptions$json = {
'1': 'GetOptions',
'2': [
{'1': 'id', '3': 1, '4': 1, '5': 11, '6': '.environments.EnvironmentId', '10': 'id'},
{'1': 'metadata', '3': 2, '4': 1, '5': 11, '6': '.environments.EnvironmentMetadata', '10': 'metadata'},
{'1': 'owner_id', '3': 3, '4': 1, '5': 11, '6': '.environments.OwnerId', '10': 'ownerId'},
{'1': 'token', '3': 4, '4': 1, '5': 11, '6': '.environments.Token', '10': 'token'},
],
};
/// Descriptor for `GetOptions`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List getOptionsDescriptor = $convert.base64Decode(
'CgpHZXRPcHRpb25zEisKAmlkGAEgASgLMhsuZW52aXJvbm1lbnRzLkVudmlyb25tZW50SWRSAm'
'lkEj0KCG1ldGFkYXRhGAIgASgLMiEuZW52aXJvbm1lbnRzLkVudmlyb25tZW50TWV0YWRhdGFS'
'CG1ldGFkYXRhEjAKCG93bmVyX2lkGAMgASgLMhUuZW52aXJvbm1lbnRzLk93bmVySWRSB293bm'
'VySWQSKQoFdG9rZW4YBCABKAsyEy5lbnZpcm9ubWVudHMuVG9rZW5SBXRva2Vu');
@$core.Deprecated('Use listOptionsDescriptor instead')
const ListOptions$json = {
'1': 'ListOptions',
'2': [
{'1': 'metadata', '3': 1, '4': 1, '5': 11, '6': '.environments.EnvironmentMetadata', '10': 'metadata'},
{'1': 'owner_id', '3': 3, '4': 1, '5': 11, '6': '.environments.OwnerId', '10': 'ownerId'},
{'1': 'token', '3': 4, '4': 1, '5': 11, '6': '.environments.Token', '10': 'token'},
],
};
/// Descriptor for `ListOptions`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List listOptionsDescriptor = $convert.base64Decode(
'CgtMaXN0T3B0aW9ucxI9CghtZXRhZGF0YRgBIAEoCzIhLmVudmlyb25tZW50cy5FbnZpcm9ubW'
'VudE1ldGFkYXRhUghtZXRhZGF0YRIwCghvd25lcl9pZBgDIAEoCzIVLmVudmlyb25tZW50cy5P'
'd25lcklkUgdvd25lcklkEikKBXRva2VuGAQgASgLMhMuZW52aXJvbm1lbnRzLlRva2VuUgV0b2'
'tlbg==');
@$core.Deprecated('Use environmentIdDescriptor instead')
const EnvironmentId$json = {
'1': 'EnvironmentId',
'2': [
{'1': 'uuid', '3': 1, '4': 1, '5': 9, '10': 'uuid'},
],
};
/// Descriptor for `EnvironmentId`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List environmentIdDescriptor = $convert.base64Decode(
'Cg1FbnZpcm9ubWVudElkEhIKBHV1aWQYASABKAlSBHV1aWQ=');
@$core.Deprecated('Use environmentMetadataDescriptor instead')
const EnvironmentMetadata$json = {
'1': 'EnvironmentMetadata',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
{'1': 'description', '3': 2, '4': 1, '5': 9, '10': 'description'},
],
};
/// Descriptor for `EnvironmentMetadata`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List environmentMetadataDescriptor = $convert.base64Decode(
'ChNFbnZpcm9ubWVudE1ldGFkYXRhEhIKBG5hbWUYASABKAlSBG5hbWUSIAoLZGVzY3JpcHRpb2'
'4YAiABKAlSC2Rlc2NyaXB0aW9u');
@$core.Deprecated('Use environmentSpecDescriptor instead')
const EnvironmentSpec$json = {
'1': 'EnvironmentSpec',
'2': [
{'1': 'provider', '3': 1, '4': 1, '5': 14, '6': '.environments.Provider', '10': 'provider'},
{'1': 'kubernetes', '3': 2, '4': 1, '5': 14, '6': '.environments.Kubernetes', '10': 'kubernetes'},
{'1': 'server_type', '3': 3, '4': 1, '5': 14, '6': '.environments.ServerType', '10': 'serverType'},
{'1': 'server_location', '3': 4, '4': 1, '5': 14, '6': '.environments.Location', '10': 'serverLocation'},
],
};
/// Descriptor for `EnvironmentSpec`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List environmentSpecDescriptor = $convert.base64Decode(
'Cg9FbnZpcm9ubWVudFNwZWMSMgoIcHJvdmlkZXIYASABKA4yFi5lbnZpcm9ubWVudHMuUHJvdm'
'lkZXJSCHByb3ZpZGVyEjgKCmt1YmVybmV0ZXMYAiABKA4yGC5lbnZpcm9ubWVudHMuS3ViZXJu'
'ZXRlc1IKa3ViZXJuZXRlcxI5CgtzZXJ2ZXJfdHlwZRgDIAEoDjIYLmVudmlyb25tZW50cy5TZX'
'J2ZXJUeXBlUgpzZXJ2ZXJUeXBlEj8KD3NlcnZlcl9sb2NhdGlvbhgEIAEoDjIWLmVudmlyb25t'
'ZW50cy5Mb2NhdGlvblIOc2VydmVyTG9jYXRpb24=');
@$core.Deprecated('Use environmentFullDescriptor instead')
const EnvironmentFull$json = {
'1': 'EnvironmentFull',
'2': [
{'1': 'metadata', '3': 1, '4': 1, '5': 11, '6': '.environments.EnvironmentMetadata', '10': 'metadata'},
{'1': 'spec', '3': 2, '4': 1, '5': 11, '6': '.environments.EnvironmentSpec', '10': 'spec'},
{'1': 'id', '3': 3, '4': 1, '5': 11, '6': '.environments.EnvironmentId', '10': 'id'},
],
};
/// Descriptor for `EnvironmentFull`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List environmentFullDescriptor = $convert.base64Decode(
'Cg9FbnZpcm9ubWVudEZ1bGwSPQoIbWV0YWRhdGEYASABKAsyIS5lbnZpcm9ubWVudHMuRW52aX'
'Jvbm1lbnRNZXRhZGF0YVIIbWV0YWRhdGESMQoEc3BlYxgCIAEoCzIdLmVudmlyb25tZW50cy5F'
'bnZpcm9ubWVudFNwZWNSBHNwZWMSKwoCaWQYAyABKAsyGy5lbnZpcm9ubWVudHMuRW52aXJvbm'
'1lbnRJZFICaWQ=');