blob: 746965bc14cc6c1a010c400ada681cb96d89c78d [file] [log] [blame]
///
// Generated code. Do not modify.
///
// ignore_for_file: non_constant_identifier_names,library_prefixes
library google.api_monitored_resource_pbjson;
const MonitoredResourceDescriptor$json = const {
'1': 'MonitoredResourceDescriptor',
'2': const [
const {'1': 'name', '3': 5, '4': 1, '5': 9, '10': 'name'},
const {'1': 'type', '3': 1, '4': 1, '5': 9, '10': 'type'},
const {'1': 'display_name', '3': 2, '4': 1, '5': 9, '10': 'displayName'},
const {'1': 'description', '3': 3, '4': 1, '5': 9, '10': 'description'},
const {
'1': 'labels',
'3': 4,
'4': 3,
'5': 11,
'6': '.google.api.LabelDescriptor',
'10': 'labels'
},
],
};
const MonitoredResource$json = const {
'1': 'MonitoredResource',
'2': const [
const {'1': 'type', '3': 1, '4': 1, '5': 9, '10': 'type'},
const {
'1': 'labels',
'3': 2,
'4': 3,
'5': 11,
'6': '.google.api.MonitoredResource.LabelsEntry',
'10': 'labels'
},
],
'3': const [MonitoredResource_LabelsEntry$json],
};
const MonitoredResource_LabelsEntry$json = const {
'1': 'LabelsEntry',
'2': const [
const {'1': 'key', '3': 1, '4': 1, '5': 9, '10': 'key'},
const {'1': 'value', '3': 2, '4': 1, '5': 9, '10': 'value'},
],
'7': const {'7': true},
};