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

210 lines
8.8 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 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': 'name', '3': 1, '4': 1, '5': 11, '6': '.environments.EnvironmentName', '10': 'name'},
{'1': 'data', '3': 2, '4': 1, '5': 11, '6': '.environments.EnvironmentData', '10': 'data'},
{'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(
'Cg1DcmVhdGVPcHRpb25zEjEKBG5hbWUYASABKAsyHS5lbnZpcm9ubWVudHMuRW52aXJvbm1lbn'
'ROYW1lUgRuYW1lEjEKBGRhdGEYAiABKAsyHS5lbnZpcm9ubWVudHMuRW52aXJvbm1lbnREYXRh'
'UgRkYXRhEjAKCG93bmVyX2lkGAMgASgLMhUuZW52aXJvbm1lbnRzLk93bmVySWRSB293bmVySW'
'QSKQoFdG9rZW4YBCABKAsyEy5lbnZpcm9ubWVudHMuVG9rZW5SBXRva2Vu');
@$core.Deprecated('Use updateOptionsDescriptor instead')
const UpdateOptions$json = {
'1': 'UpdateOptions',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 11, '6': '.environments.EnvironmentName', '10': 'name'},
{'1': 'data', '3': 2, '4': 1, '5': 11, '6': '.environments.EnvironmentData', '10': 'data'},
{'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 `UpdateOptions`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List updateOptionsDescriptor = $convert.base64Decode(
'Cg1VcGRhdGVPcHRpb25zEjEKBG5hbWUYASABKAsyHS5lbnZpcm9ubWVudHMuRW52aXJvbm1lbn'
'ROYW1lUgRuYW1lEjEKBGRhdGEYAiABKAsyHS5lbnZpcm9ubWVudHMuRW52aXJvbm1lbnREYXRh'
'UgRkYXRhEjAKCG93bmVyX2lkGAMgASgLMhUuZW52aXJvbm1lbnRzLk93bmVySWRSB293bmVySW'
'QSKQoFdG9rZW4YBCABKAsyEy5lbnZpcm9ubWVudHMuVG9rZW5SBXRva2Vu');
@$core.Deprecated('Use deleteOptionsDescriptor instead')
const DeleteOptions$json = {
'1': 'DeleteOptions',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 11, '6': '.environments.EnvironmentName', '10': 'name'},
{'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(
'Cg1EZWxldGVPcHRpb25zEjEKBG5hbWUYASABKAsyHS5lbnZpcm9ubWVudHMuRW52aXJvbm1lbn'
'ROYW1lUgRuYW1lEjAKCG93bmVyX2lkGAMgASgLMhUuZW52aXJvbm1lbnRzLk93bmVySWRSB293'
'bmVySWQSKQoFdG9rZW4YBCABKAsyEy5lbnZpcm9ubWVudHMuVG9rZW5SBXRva2Vu');
@$core.Deprecated('Use getOptionsDescriptor instead')
const GetOptions$json = {
'1': 'GetOptions',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 11, '6': '.environments.EnvironmentName', '10': 'name'},
{'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(
'CgpHZXRPcHRpb25zEjEKBG5hbWUYASABKAsyHS5lbnZpcm9ubWVudHMuRW52aXJvbm1lbnROYW'
'1lUgRuYW1lEjAKCG93bmVyX2lkGAMgASgLMhUuZW52aXJvbm1lbnRzLk93bmVySWRSB293bmVy'
'SWQSKQoFdG9rZW4YBCABKAsyEy5lbnZpcm9ubWVudHMuVG9rZW5SBXRva2Vu');
@$core.Deprecated('Use listOptionsDescriptor instead')
const ListOptions$json = {
'1': 'ListOptions',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 11, '6': '.environments.EnvironmentName', '10': 'name'},
{'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(
'CgtMaXN0T3B0aW9ucxIxCgRuYW1lGAEgASgLMh0uZW52aXJvbm1lbnRzLkVudmlyb25tZW50Tm'
'FtZVIEbmFtZRIwCghvd25lcl9pZBgDIAEoCzIVLmVudmlyb25tZW50cy5Pd25lcklkUgdvd25l'
'cklkEikKBXRva2VuGAQgASgLMhMuZW52aXJvbm1lbnRzLlRva2VuUgV0b2tlbg==');
@$core.Deprecated('Use environmentNameDescriptor instead')
const EnvironmentName$json = {
'1': 'EnvironmentName',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 9, '10': 'name'},
],
};
/// Descriptor for `EnvironmentName`. Decode as a `google.protobuf.DescriptorProto`.
final $typed_data.Uint8List environmentNameDescriptor = $convert.base64Decode(
'Cg9FbnZpcm9ubWVudE5hbWUSEgoEbmFtZRgBIAEoCVIEbmFtZQ==');
@$core.Deprecated('Use environmentDataDescriptor instead')
const EnvironmentData$json = {
'1': 'EnvironmentData',
'2': [
{'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(
'Cg9FbnZpcm9ubWVudERhdGESMgoIcHJvdmlkZXIYAiABKA4yFi5lbnZpcm9ubWVudHMuUHJvdm'
'lkZXJSCHByb3ZpZGVyEjgKCmt1YmVybmV0ZXMYAyABKA4yGC5lbnZpcm9ubWVudHMuS3ViZXJu'
'ZXRlc1IKa3ViZXJuZXRlcxJFCg9oZXR6bmVyX29wdGlvbnMYBCABKAsyHC5lbnZpcm9ubWVudH'
'MuSGV0em5lck9wdGlvbnNSDmhldHpuZXJPcHRpb25z');
@$core.Deprecated('Use environmentFullDescriptor instead')
const EnvironmentFull$json = {
'1': 'EnvironmentFull',
'2': [
{'1': 'name', '3': 1, '4': 1, '5': 11, '6': '.environments.EnvironmentName', '10': 'name'},
{'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(
'Cg9FbnZpcm9ubWVudEZ1bGwSMQoEbmFtZRgBIAEoCzIdLmVudmlyb25tZW50cy5FbnZpcm9ubW'
'VudE5hbWVSBG5hbWUSMQoEZGF0YRgCIAEoCzIdLmVudmlyb25tZW50cy5FbnZpcm9ubWVudERh'
'dGFSBGRhdGE=');
@$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');