ListDatabasesRequest_Request$json top-level constant

  1. @Deprecated('Use listDatabasesRequestDescriptor instead')
Map<String, Object> const ListDatabasesRequest_Request$json

Implementation

@$core.Deprecated('Use listDatabasesRequestDescriptor instead')
const ListDatabasesRequest_Request$json = const {
  '1': 'Request',
  '2': const [
    const {'1': 'filter', '3': 1, '4': 1, '5': 12, '10': 'filter'},
    const {'1': 'nameOnly', '3': 2, '4': 1, '5': 11, '6': '.google.protobuf.BoolValue', '10': 'nameOnly'},
    const {'1': 'authorizedDatabases', '3': 3, '4': 1, '5': 11, '6': '.google.protobuf.BoolValue', '10': 'authorizedDatabases'},
  ],
};