OperationsServiceBase$messageJson top-level constant

  1. @Deprecated('Use operationsServiceDescriptor instead')
Map<String, Map<String, dynamic>> const OperationsServiceBase$messageJson

Implementation

@$core.Deprecated('Use operationsServiceDescriptor instead')
const $core.Map<$core.String, $core.Map<$core.String, $core.dynamic>> OperationsServiceBase$messageJson = const {
  '.google.longrunning.ListOperationsRequest': ListOperationsRequest$json,
  '.google.longrunning.ListOperationsResponse': ListOperationsResponse$json,
  '.google.longrunning.Operation': Operation$json,
  '.google.protobuf.Any': $5.Any$json,
  '.google.rpc.Status': $27.Status$json,
  '.google.longrunning.GetOperationRequest': GetOperationRequest$json,
  '.google.longrunning.DeleteOperationRequest': DeleteOperationRequest$json,
  '.google.protobuf.Empty': $29.Empty$json,
  '.google.longrunning.CancelOperationRequest': CancelOperationRequest$json,
  '.google.longrunning.WaitOperationRequest': WaitOperationRequest$json,
  '.google.protobuf.Duration': $2.Duration$json,
};